index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
interrupt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-08
powerpc: Move C prototypes out of asm-prototypes.h
Christophe Leroy
1
-1
/
+0
2022-01-14
Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-2
/
+1
2021-12-09
powerpc/kuap: Add kuap_lock()
Christophe Leroy
1
-0
/
+2
2021-12-09
powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
Christophe Leroy
1
-3
/
+0
2021-12-01
powerpc: Snapshot thread flags
Mark Rutland
1
-7
/
+6
2021-12-01
powerpc: Avoid discarding flags in system_call_exception()
Mark Rutland
1
-1
/
+1
2021-10-27
powerpc/64s/interrupt: Fix check_return_regs_valid() false positive
Nicholas Piggin
1
-1
/
+1
2021-09-13
powerpc/64s: system call rfscv workaround for TM bugs
Nicholas Piggin
1
-0
/
+13
2021-09-13
powerpc/64s: system call scv tabort fix for corrupt irq soft-mask state
Nicholas Piggin
1
-0
/
+30
2021-08-26
powerpc: Refactor verification of MSR_RI
Christophe Leroy
1
-6
/
+3
2021-08-26
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
1
-2
/
+0
2021-08-18
powerpc: Remove duplicate includes
Wan Jiabing
1
-1
/
+0
2021-06-30
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
1
-1
/
+1
2021-06-26
powerpc/interrupt: Use names in check_return_regs_valid()
Christophe Leroy
1
-2
/
+2
2021-06-26
powerpc/interrupt: Also use exit_must_hard_disable() on PPC32
Christophe Leroy
1
-5
/
+3
2021-06-25
powerpc/64s/interrupt: Check and fix srr_valid without crashing
Nicholas Piggin
1
-0
/
+89
2021-06-25
powerpc/interrupt: Remove prep_irq_for_user_exit()
Christophe Leroy
1
-13
/
+3
2021-06-25
powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()
Christophe Leroy
1
-22
/
+7
2021-06-25
powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()
Christophe Leroy
1
-12
/
+11
2021-06-25
powerpc/interrupt: Refactor interrupt_exit_user_prepare()
Christophe Leroy
1
-54
/
+3
2021-06-25
powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()
Christophe Leroy
1
-5
/
+4
2021-06-25
powerpc/64: use interrupt restart table to speed up return from interrupt
Nicholas Piggin
1
-132
/
+261
2021-06-25
powerpc: remove interrupt exit helpers unused argument
Nicholas Piggin
1
-2
/
+2
2021-06-25
powerpc/interrupt: Fix CONFIG ifdef typo
Christophe Leroy
1
-1
/
+1
2021-05-12
powerpc/syscall: Calling kuap_save_and_lock() is wrong
Christophe Leroy
1
-3
/
+0
2021-05-12
powerpc/interrupts: Fix kuep_unlock() call
Christophe Leroy
1
-0
/
+1
2021-04-17
powerpc/traps: Enhance readability for trap types
Xiongwei Song
1
-1
/
+1
2021-04-14
powerpc: remove partial register save logic
Nicholas Piggin
1
-3
/
+0
2021-04-14
powerpc/64e/interrupt: Use new interrupt context tracking scheme
Nicholas Piggin
1
-15
/
+1
2021-04-14
powerpc/interrupt: update common interrupt code for
Nicholas Piggin
1
-14
/
+21
2021-04-14
powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off order
Nicholas Piggin
1
-2
/
+2
2021-03-29
powerpc/32: Manage KUAP in C
Christophe Leroy
1
-15
/
+4
2021-03-29
powerpc/64s: Make kuap_check_amr() and kuap_get_and_check_amr() generic
Christophe Leroy
1
-6
/
+6
2021-03-29
powerpc/32s: Move KUEP locking/unlocking in C
Christophe Leroy
1
-0
/
+4
2021-03-29
powerpc/32: Replace ASM exception exit by C exception exit from ppc64
Christophe Leroy
1
-1
/
+5
2021-03-12
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Christophe Leroy
1
-1
/
+0
2021-03-01
powerpc/syscall: Force inlining of __prep_irq_for_enabled_exit()
Christophe Leroy
1
-1
/
+1
2021-02-11
powerpc/syscall: Avoid storing 'current' in another pointer
Christophe Leroy
1
-12
/
+9
2021-02-11
powerpc/32: Handle bookE debugging in C in syscall entry/exit
Christophe Leroy
1
-14
/
+27
2021-02-11
powerpc/syscall: Do not check unsupported scv vector on PPC32
Christophe Leroy
1
-4
/
+5
2021-02-11
powerpc/syscall: Change condition to check MSR_RI
Christophe Leroy
1
-3
/
+4
2021-02-11
powerpc/syscall: Save r3 in regs->orig_r3
Christophe Leroy
1
-0
/
+2
2021-02-11
powerpc/syscall: Use is_compat_task()
Christophe Leroy
1
-1
/
+3
2021-02-11
powerpc/syscall: Make interrupt.c buildable on PPC32
Christophe Leroy
1
-7
/
+24
2021-02-11
powerpc/syscall: Rename syscall_64.c into interrupt.c
Christophe Leroy
1
-0
/
+479