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/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-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
[next]