index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
interrupt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rseq: Split out rseq.h from sched.h
Kent Overstreet
2023-12-27
1
-0
/
+1
*
powerpc: Mark [h]ssr_valid accesses in check_return_regs_valid
Rohan McLure
2023-06-21
1
-8
/
+6
*
powerpc/interrupt: Don't read MSR from interrupt_exit_kernel_prepare()
Christophe Leroy
2023-06-09
1
-2
/
+1
*
powerpc/irq: Mark check_return_regs_valid() notrace
Michael Ellerman
2023-04-20
1
-1
/
+1
*
powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switch
Nicholas Piggin
2023-02-07
1
-2
/
+4
*
powerpc/64s/interrupt: Perf NMI should not take normal exit path
Nicholas Piggin
2022-10-18
1
-6
/
+8
*
powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warning
Nicholas Piggin
2022-10-18
1
-3
/
+9
*
powerpc/64/interrupt: Fix return to masked context after hard-mask irq become...
Nicholas Piggin
2022-09-28
1
-10
/
+0
*
powerpc: Move system_call_exception() to syscall.c
Xiu Jianfeng
2022-07-28
1
-161
/
+0
*
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
2022-03-08
1
-1
/
+0
*
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2022-01-14
1
-2
/
+1
|
\
|
*
powerpc/kuap: Add kuap_lock()
Christophe Leroy
2021-12-09
1
-0
/
+2
|
*
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
2021-12-09
1
-3
/
+0
*
|
powerpc: Snapshot thread flags
Mark Rutland
2021-12-01
1
-7
/
+6
*
|
powerpc: Avoid discarding flags in system_call_exception()
Mark Rutland
2021-12-01
1
-1
/
+1
|
/
*
powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
Nicholas Piggin
2021-10-27
1
-1
/
+1
*
powerpc/64s: system call rfscv workaround for TM bugs
Nicholas Piggin
2021-09-13
1
-0
/
+13
*
powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
Nicholas Piggin
2021-09-13
1
-0
/
+30
*
powerpc: Refactor verification of MSR_RI
Christophe Leroy
2021-08-26
1
-6
/
+3
*
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
2021-08-26
1
-2
/
+0
*
powerpc: Remove duplicate includes
Wan Jiabing
2021-08-18
1
-1
/
+0
*
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
2021-06-30
1
-1
/
+1
*
powerpc/interrupt: Use names in check_return_regs_valid()
Christophe Leroy
2021-06-26
1
-2
/
+2
*
powerpc/interrupt: Also use exit_must_hard_disable() on PPC32
Christophe Leroy
2021-06-26
1
-5
/
+3
*
powerpc/64s/interrupt: Check and fix srr_valid without crashing
Nicholas Piggin
2021-06-25
1
-0
/
+89
*
powerpc/interrupt: Remove prep_irq_for_user_exit()
Christophe Leroy
2021-06-25
1
-13
/
+3
*
powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
Christophe Leroy
2021-06-25
1
-22
/
+7
*
powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
Christophe Leroy
2021-06-25
1
-12
/
+11
*
powerpc/interrupt: Refactor interrupt_exit_user_prepare()
Christophe Leroy
2021-06-25
1
-54
/
+3
*
powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
Christophe Leroy
2021-06-25
1
-5
/
+4
*
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
2021-06-25
1
-132
/
+261
*
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
2021-06-25
1
-2
/
+2
*
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
2021-06-25
1
-1
/
+1
*
powerpc/syscall: Calling kuap_save_and_lock() is wrong
Christophe Leroy
2021-05-12
1
-3
/
+0
*
powerpc/interrupts: Fix kuep_unlock() call
Christophe Leroy
2021-05-12
1
-0
/
+1
*
powerpc/traps: Enhance readability for trap types
Xiongwei Song
2021-04-17
1
-1
/
+1
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
1
-3
/
+0
*
powerpc/64e/interrupt: Use new interrupt context tracking scheme
Nicholas Piggin
2021-04-14
1
-15
/
+1
*
powerpc/interrupt: update common interrupt code for
Nicholas Piggin
2021-04-14
1
-14
/
+21
*
powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off order
Nicholas Piggin
2021-04-14
1
-2
/
+2
*
powerpc/32: Manage KUAP in C
Christophe Leroy
2021-03-29
1
-15
/
+4
*
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
2021-03-29
1
-6
/
+6
*
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
2021-03-29
1
-0
/
+4
*
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
2021-03-29
1
-1
/
+5
*
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Christophe Leroy
2021-03-12
1
-1
/
+0
*
powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
Christophe Leroy
2021-03-01
1
-1
/
+1
*
powerpc/syscall: Avoid storing 'current' in another pointer
Christophe Leroy
2021-02-11
1
-12
/
+9
*
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
2021-02-11
1
-14
/
+27
*
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
2021-02-11
1
-4
/
+5
*
powerpc/syscall: Change condition to check MSR_RI
Christophe Leroy
2021-02-11
1
-3
/
+4
[next]