index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
entry_32.S
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-25
powerpc/32: Reduce code duplication of system call entry
Christophe Leroy
1
-0
/
+19
2021-06-16
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
1
-35
/
+0
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
1
-8
/
+0
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
1
-16
/
+0
2021-03-29
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
1
-4
/
+2
2021-03-29
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
1
-3
/
+0
2021-03-29
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
1
-23
/
+4
2021-03-29
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
1
-41
/
+1
2021-03-29
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
1
-1
/
+0
2021-03-29
powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
Christophe Leroy
1
-0
/
+3
2021-03-29
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
1
-16
/
+0
2021-03-29
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
1
-2
/
+1
2021-03-29
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
1
-4
/
+1
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
1
-318
/
+118
2021-03-29
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
1
-12
/
+1
2021-03-29
powerpc/32: Perform normal function call in exception entry
Christophe Leroy
1
-10
/
+4
2021-03-29
powerpc/32: Refactor booke critical registers saving
Christophe Leroy
1
-33
/
+0
2021-03-29
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
1
-18
/
+12
2021-03-29
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
1
-12
/
+7
2021-03-29
powerpc/32: Remove ksp_limit
Christophe Leroy
1
-66
/
+2
2021-03-29
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
1
-23
/
+0
2021-03-29
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
1
-1
/
+0
2021-03-29
powerpc/32: Reconcile interrupts in C
Christophe Leroy
1
-58
/
+0
2021-03-29
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
1
-1
/
+1
2021-03-29
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
1
-9
/
+0
2021-02-11
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
1
-7
/
+0
2021-02-11
powerpc/32: Remove the counter in global_dbcr0
Christophe Leroy
1
-9
/
+3
2021-02-11
powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
Christophe Leroy
1
-30
/
+0
2021-02-11
powerpc/syscall: implement system call entry/exit logic in C for PPC32
Christophe Leroy
1
-194
/
+30
2021-02-11
powerpc/32: Always save non volatile GPRs at syscall entry
Christophe Leroy
1
-45
/
+1
2021-02-11
powerpc/32s: Add missing call to kuep_lock on syscall entry
Christophe Leroy
1
-0
/
+3
2021-02-09
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
1
-2
/
+1
2021-02-09
powerpc/32: transfer can avoid saving r4/r5 over trace call
Nicholas Piggin
1
-6
/
+1
2021-02-09
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
1
-15
/
+0
2020-12-09
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
1
-1
/
+1
2020-12-04
powerpc/44x: Don't support 47x code and non 47x code at the same time
Christophe Leroy
1
-8
/
+3
2020-11-19
powerpc: Remove RFI macro
Christophe Leroy
1
-6
/
+24
2020-11-19
powerpc: Replace RFI by rfi on book3s/32 and booke
Christophe Leroy
1
-3
/
+3
2020-10-08
powerpc: Remove support for PowerPC 601
Christophe Leroy
1
-18
/
+0
2020-10-08
powerpc: Drop SYNC_601() ISYNC_601() and SYNC()
Christophe Leroy
1
-16
/
+1
2020-07-23
powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORE
Nicholas Piggin
1
-0
/
+6
2020-06-02
powerpc/entry32: Blacklist exception exit points for kprobe.
Christophe Leroy
1
-1
/
+8
2020-06-02
powerpc/entry32: Blacklist syscall exit points for kprobe.
Christophe Leroy
1
-0
/
+3
2020-06-02
powerpc/entry32: Blacklist exception entry points for kprobe.
Christophe Leroy
1
-15
/
+22
2020-06-02
powerpc/32: Blacklist functions running with MMU disabled for kprobe
Christophe Leroy
1
-0
/
+3
2020-06-02
powerpc/rtas: Remove machine_check_in_rtas()
Christophe Leroy
1
-6
/
+0
2020-05-28
powerpc: Remove IBM405 Erratum #77
Christophe Leroy
1
-11
/
+0
2020-04-22
powerpc/mm: Fix CONFIG_PPC_KUAP_DEBUG on PPC32
Christophe Leroy
1
-1
/
+1
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
1
-4
/
+9
2020-02-26
powerpc/32: don't restore r0, r6-r8 on exception entry path after trace_hardi...
Christophe Leroy
1
-8
/
+3
[next]