index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
entry_32.S
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/47x: Fix 47x syscall return crash
Michael Ellerman
2023-10-11
1
-3
/
+5
*
powerpc: remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-08-16
1
-1
/
+0
*
powerpc: merge 32-bit and 64-bit _switch implementation
Nicholas Piggin
2023-06-15
1
-52
/
+0
*
powerpc/32: Rearrange _switch to prepare for 32/64 merge
Nicholas Piggin
2023-06-14
1
-5
/
+5
*
powerpc/32: Remove sync from _switch
Nicholas Piggin
2023-06-14
1
-7
/
+1
*
powerpc: differentiate kthread from user kernel thread start
Nicholas Piggin
2023-04-11
1
-2
/
+18
*
powerpc: use switch frame for ret_from_kernel_thread parameters
Nicholas Piggin
2023-04-11
1
-1
/
+0
*
powerpc: copy_thread make ret_from_fork register setup consistent
Nicholas Piggin
2023-04-11
1
-1
/
+1
*
Merge branch 'topic/objtool' into next
Michael Ellerman
2022-12-08
1
-3
/
+6
|
\
|
*
powerpc/32: Fix objtool unannotated intra-function call warnings
Christophe Leroy
2022-11-18
1
-3
/
+6
*
|
powerpc: add a define for the switch frame size and regs offset
Nicholas Piggin
2022-12-02
1
-3
/
+3
*
|
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
2022-12-02
1
-1
/
+1
*
|
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-12-02
1
-3
/
+3
|
/
*
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-09-28
1
-3
/
+3
*
powerpc: Change system_call_exception calling convention
Rohan McLure
2022-09-28
1
-3
/
+3
*
powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
Rohan McLure
2022-09-26
1
-20
/
+13
*
powerpc: Save caller r3 prior to system_call_exception
Rohan McLure
2022-09-26
1
-0
/
+1
*
powerpc: Remove CONFIG_PPC_BOOK3E_MMU
Christophe Leroy
2022-09-26
1
-1
/
+1
*
powerpc: Change CONFIG_E500 to CONFIG_PPC_E500
Christophe Leroy
2022-09-26
1
-2
/
+2
*
powerpc/rtas: Move rtas entry assembly into its own file
Nicholas Piggin
2022-05-19
1
-49
/
+0
*
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-25
1
-0
/
+19
*
powerpc: Don't handle ALTIVEC/SPE in ASM in _switch(). Do it in C.
Christophe Leroy
2021-06-16
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
[next]