index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
head_40x.S
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-29
powerpc/32: Refactor saving of volatile registers in exception prologs
Christophe Leroy
1
-8
/
+1
2021-03-29
powerpc/32: Remove the xfer parameter in EXCEPTION() macro
Christophe Leroy
1
-21
/
+21
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
1
-12
/
+21
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
1
-2
/
+8
2021-03-29
powerpc/32: Save trap number on stack in exception prolog
Christophe Leroy
1
-10
/
+12
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
1
-2
/
+2
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
1
-7
/
+0
2021-03-29
powerpc/32: Provide a name to exception prolog continuation in virtual mode
Christophe Leroy
1
-10
/
+12
2021-03-29
powerpc/32: Move exception prolog code into .text once MMU is back on
Christophe Leroy
1
-0
/
+6
2021-03-29
powerpc/32: Use START_EXCEPTION() as much as possible
Christophe Leroy
1
-7
/
+5
2021-03-29
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
1
-3
/
+7
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
1
-23
/
+0
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
1
-2
/
+0
2021-03-29
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
1
-11
/
+6
2021-03-29
powerpc/40x: Prepare for enabling MMU in critical exception prolog
Christophe Leroy
1
-3
/
+37
2021-03-29
powerpc/40x: Reorder a few instructions in critical exception prolog
Christophe Leroy
1
-4
/
+4
2021-03-29
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
1
-0
/
+8
2021-03-29
powerpc/40x: Change CRITICAL_EXCEPTION_PROLOG macro to a gas macro
Christophe Leroy
1
-35
/
+36
2021-03-29
powerpc/40x: Don't use SPRN_SPRG_SCRATCH0/1 in TLB miss handlers
Christophe Leroy
1
-21
/
+18
2021-02-09
powerpc: DebugException remove args
Nicholas Piggin
1
-0
/
+1
2021-02-09
powerpc: remove arguments from fault handler functions
Nicholas Piggin
1
-5
/
+5
2020-11-05
powerpc/40x: Always fault when _PAGE_ACCESSED is not set
Christophe Leroy
1
-8
/
+0
2020-10-08
powerpc: Remove SYNC on non 6xx
Christophe Leroy
1
-1
/
+0
2020-08-03
powerpc/40x: Fix assembler warning about r0
Michael Ellerman
1
-1
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-05-28
powerpc/40x: Don't save CR in SPRN_SPRG_SCRATCH6
Christophe Leroy
1
-10
/
+5
2020-05-28
powerpc/40x: Avoid using r12 in TLB miss handlers
Christophe Leroy
1
-37
/
+33
2020-05-28
powerpc: Remove IBM405 Erratum #77
Christophe Leroy
1
-3
/
+0
2020-05-28
powerpc/40x: Remove IBM405 Erratum #51
Christophe Leroy
1
-6
/
+0
2020-05-28
powerpc/40x: Remove support for IBM 403GCX
Christophe Leroy
1
-45
/
+0
2020-05-28
powerpc/40x: Rework 40x PTE access and TLB miss
Christophe Leroy
1
-148
/
+29
2020-05-12
powerpc/40x: Make more space for system call exception
Christophe Leroy
1
-1
/
+2
2020-01-26
powerpc/32: save DEAR/DAR before calling handle_page_fault
Christophe Leroy
1
-0
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-7
/
+1
2019-05-03
powerpc/32: implement fast entry for syscalls on non BOOKE
Christophe Leroy
1
-2
/
+1
2019-05-03
powerpc/32: get rid of COPY_EE in exception entry
Christophe Leroy
1
-5
/
+3
2019-05-03
powerpc/32: Enter exceptions with MSR_EE unset
Christophe Leroy
1
-22
/
+22
2019-05-03
powerpc/32: enter syscall with MSR_EE inconditionaly set
Christophe Leroy
1
-1
/
+1
2019-05-03
powerpc/40x: Refactor exception entry macros by using head_32.h
Christophe Leroy
1
-86
/
+2
2019-05-03
powerpc/40x: Split and rename NORMAL_EXCEPTION_PROLOG
Christophe Leroy
1
-10
/
+16
2019-05-03
powerpc/40x: add exception frame marker
Christophe Leroy
1
-0
/
+6
2019-05-03
powerpc/40x: Don't use SPRN_SPRG_SCRATCH2 in EXCEPTION_PROLOG
Christophe Leroy
1
-12
/
+9
2019-05-03
powerpc/32: Add KASAN support
Christophe Leroy
1
-0
/
+3
2019-02-23
powerpc: Rename THREAD_INFO to TASK_STACK
Christophe Leroy
1
-2
/
+2
2019-02-22
powerpc: simplify BDI switch
Christophe Leroy
1
-3
/
+2
2018-07-30
powerpc/405: move PPC405_ERR77 in asm-405.h
Christophe Leroy
1
-0
/
+1
2016-08-07
ppc: move exports to definitions
Al Viro
1
-0
/
+2
2014-06-11
powerpc: Remove check for CONFIG_SERIAL_TEXT_DEBUG
Paul Bolle
1
-19
/
+0
2013-08-14
powerpc: Remove the empty giveup_fpu() function on 32bit kernel
Kevin Hao
1
-8
/
+0
[next]