index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
entry_32.S
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/config: Add CONFIG_BOOKE_OR_40x
Christophe Leroy
2021-12-09
1
-1
/
+1
*
powerpc/32s: Save content of sr0 to avoid 'mfsr'
Christophe Leroy
2021-12-09
1
-5
/
+3
*
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
2021-12-09
1
-0
/
+31
*
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
2021-11-29
1
-14
/
+9
*
powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...
Christophe Leroy
2021-08-25
1
-2
/
+2
*
powerpc/32: Reduce code duplication of system call entry
Christophe Leroy
2021-06-24
1
-0
/
+19
*
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
2021-06-15
1
-35
/
+0
*
powerpc/32: Manage KUAP in C
Christophe Leroy
2021-03-29
1
-8
/
+0
*
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
2021-03-29
1
-16
/
+0
*
powerpc/32: Only use prepare_transfer_to_handler function on book3s/32 and e500
Christophe Leroy
2021-03-29
1
-4
/
+2
*
powerpc/32: Return directly from power_save_ppc32_restore()
Christophe Leroy
2021-03-29
1
-3
/
+0
*
powerpc/32: Save remaining registers in exception prolog
Christophe Leroy
2021-03-29
1
-23
/
+4
*
powerpc/32: Dismantle EXC_XFER_STD/LITE/TEMPLATE
Christophe Leroy
2021-03-29
1
-41
/
+1
*
powerpc/32: Only restore non volatile registers when required
Christophe Leroy
2021-03-29
1
-1
/
+0
*
powerpc/32: Add a prepare_transfer_to_handler macro for exception prologs
Christophe Leroy
2021-03-29
1
-0
/
+3
*
powerpc/32: Call bad_page_fault() from do_page_fault()
Christophe Leroy
2021-03-29
1
-16
/
+0
*
powerpc/32: Set regs parameter in r3 in transfer_to_handler
Christophe Leroy
2021-03-29
1
-2
/
+1
*
powerpc/32: Don't save thread.regs on interrupt entry
Christophe Leroy
2021-03-29
1
-4
/
+1
*
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2021-03-29
1
-318
/
+118
*
powerpc/32: Always save non volatile registers on exception entry
Christophe Leroy
2021-03-29
1
-12
/
+1
*
powerpc/32: Perform normal function call in exception entry
Christophe Leroy
2021-03-29
1
-10
/
+4
*
powerpc/32: Refactor booke critical registers saving
Christophe Leroy
2021-03-29
1
-33
/
+0
*
powerpc/32: Enable instruction translation at the same time as data translation
Christophe Leroy
2021-03-29
1
-18
/
+12
*
powerpc/32: Always enable data translation in exception prolog
Christophe Leroy
2021-03-29
1
-12
/
+7
*
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
1
-66
/
+2
*
powerpc/32: Handle bookE debugging in C in exception entry
Christophe Leroy
2021-03-29
1
-23
/
+0
*
powerpc/32: Entry cpu time accounting in C
Christophe Leroy
2021-03-29
1
-1
/
+0
*
powerpc/32: Reconcile interrupts in C
Christophe Leroy
2021-03-29
1
-58
/
+0
*
powerpc/40x: Prepare normal exception handler for enabling MMU early
Christophe Leroy
2021-03-29
1
-1
/
+1
*
powerpc/40x: Save SRR0/SRR1 and r10/r11 earlier in critical exception
Christophe Leroy
2021-03-29
1
-9
/
+0
*
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
2021-02-11
1
-7
/
+0
*
powerpc/32: Remove the counter in global_dbcr0
Christophe Leroy
2021-02-11
1
-9
/
+3
*
powerpc/32: Remove verification of MSR_PR on syscall in the ASM entry
Christophe Leroy
2021-02-11
1
-30
/
+0
*
powerpc/syscall: implement system call entry/exit logic in C for PPC32
Christophe Leroy
2021-02-11
1
-194
/
+30
*
powerpc/32: Always save non volatile GPRs at syscall entry
Christophe Leroy
2021-02-11
1
-45
/
+1
*
powerpc/32s: Add missing call to kuep_lock on syscall entry
Christophe Leroy
2021-02-11
1
-0
/
+3
*
powerpc: bad_page_fault get registers from regs
Nicholas Piggin
2021-02-08
1
-2
/
+1
*
powerpc/32: transfer can avoid saving r4/r5 over trace call
Nicholas Piggin
2021-02-08
1
-6
/
+1
*
powerpc/32s: move DABR match out of handle_page_fault
Christophe Leroy
2021-02-08
1
-15
/
+0
*
powerpc/fault: Perform exception fixup in do_page_fault()
Christophe Leroy
2020-12-09
1
-1
/
+1
*
powerpc/44x: Don't support 47x code and non 47x code at the same time
Christophe Leroy
2020-12-03
1
-8
/
+3
*
powerpc: Remove RFI macro
Christophe Leroy
2020-11-19
1
-6
/
+24
*
powerpc: Replace RFI by rfi on book3s/32 and booke
Christophe Leroy
2020-11-19
1
-3
/
+3
*
powerpc: Remove support for PowerPC 601
Christophe Leroy
2020-10-08
1
-18
/
+0
*
powerpc: Drop SYNC_601() ISYNC_601() and SYNC()
Christophe Leroy
2020-10-08
1
-16
/
+1
*
powerpc: Select ARCH_HAS_MEMBARRIER_SYNC_CORE
Nicholas Piggin
2020-07-23
1
-0
/
+6
*
powerpc/entry32: Blacklist exception exit points for kprobe.
Christophe Leroy
2020-06-02
1
-1
/
+8
*
powerpc/entry32: Blacklist syscall exit points for kprobe.
Christophe Leroy
2020-06-02
1
-0
/
+3
*
powerpc/entry32: Blacklist exception entry points for kprobe.
Christophe Leroy
2020-06-02
1
-15
/
+22
*
powerpc/32: Blacklist functions running with MMU disabled for kprobe
Christophe Leroy
2020-06-02
1
-0
/
+3
[next]