index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
interrupt_64.S
Age
Commit message (
Expand
)
Author
2024-02-05
powerpc/64: Set task pt_regs->link to the LR value on scv entry
Naveen N Rao
2023-04-26
powerpc: Fix merge conflict between pcrel and copy_thread changes
Nicholas Piggin
2023-04-20
powerpc: add CFUNC assembly label annotation
Nicholas Piggin
2023-04-11
powerpc: copy_thread don't set _TIF_RESTOREALL
Nicholas Piggin
2023-04-11
powerpc: differentiate kthread from user kernel thread start
Nicholas Piggin
2023-04-11
powerpc/64: ret_from_fork avoid restoring regs twice
Nicholas Piggin
2023-04-11
powerpc: use switch frame for ret_from_kernel_thread parameters
Nicholas Piggin
2022-12-02
powerpc/64s: Zeroise gprs on interrupt routine entry on Book3S
Rohan McLure
2022-12-02
powerpc/64: Sanitise common exit code for interrupts
Rohan McLure
2022-12-02
powerpc: add a definition for the marker offset within the interrupt frame
Nicholas Piggin
2022-12-02
powerpc: add definition for pt_regs offset within an interrupt frame
Nicholas Piggin
2022-10-27
powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...
Nicholas Piggin
2022-10-13
powerpc/64s/interrupt: Fix lost interrupts when returning to soft-masked context
Nicholas Piggin
2022-09-28
powerpc/64: provide a helper macro to load r2 with the kernel TOC
Nicholas Piggin
2022-09-28
powerpc/64: use 32-bit immediate for STACK_FRAME_REGS_MARKER
Nicholas Piggin
2022-09-28
powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...
Nicholas Piggin
2022-09-28
powerpc: Change system_call_exception calling convention
Rohan McLure
2022-09-26
powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
Rohan McLure
2022-09-26
powerpc: Save caller r3 prior to system_call_exception
Rohan McLure
2022-09-26
powerpc: Remove CONFIG_PPC_FSL_BOOK3E
Christophe Leroy
2022-09-26
powerpc/64: Remove unused SYS_CALL_TABLE symbol
Michael Ellerman
2022-05-19
powerpc: Replace PPC64_ELF_ABI_v{1/2} by CONFIG_PPC64_ELF_ABI_V{1/2}
Christophe Leroy
2022-05-06
powerpc/64: remove system call instruction emulation
Nicholas Piggin
2022-01-18
powerpc/64s: Mask SRR0 before checking against the masked NIP
Nicholas Piggin
2021-12-25
powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings
Michael Ellerman
2021-12-25
powerpc/64s: Mask NIP before checking against SRR0
Michael Ellerman
2021-12-23
powerpc/64/asm: Do not reassign labels
Daniel Axtens
2021-11-29
powerpc: flexible GPR range save/restore macros
Nicholas Piggin
2021-09-13
powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
Nicholas Piggin
2021-07-06
powerpc/64e: Fix system call illegal mtmsrd instruction
Nicholas Piggin
2021-06-30
powerpc/64s: move ret_from_fork etc above __end_soft_masked
Nicholas Piggin
2021-06-30
powerpc/64s/interrupt: clean up interrupt return labels
Nicholas Piggin
2021-06-30
powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols
Nicholas Piggin
2021-06-30
powerpc/64s: add a table of implicit soft-masked addresses
Nicholas Piggin
2021-06-30
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-25
powerpc/64: treat low kernel text as irqs soft-masked
Nicholas Piggin
2021-06-25
powerpc/64s: system call avoid setting MSR[RI] until we set MSR[EE]
Nicholas Piggin
2021-06-25
powerpc/64: move interrupt return asm to interrupt_64.S
Nicholas Piggin