index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
traps.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Use user_mode() macro when possible
Christophe Leroy
2024-02-22
1
-2
/
+2
*
powerpc: Fix build error due to is_valid_bugaddr()
Michael Ellerman
2023-12-01
1
-0
/
+2
*
powerpc: Remove extern from function implementations
Benjamin Gray
2023-10-19
1
-2
/
+2
*
Merge branch fixes into next
Michael Ellerman
2023-10-18
1
-20
/
+36
|
\
|
*
powerpc/dexcr: Move HASHCHK trap handler
Benjamin Gray
2023-09-18
1
-20
/
+36
*
|
powerpc: Only define __parse_fpscr() when required
Christophe Leroy
2023-10-10
1
-0
/
+2
|
/
*
powerpc/4xx: Remove WatchdogHandler() to fix no previous prototype error
Christophe Leroy
2023-08-18
1
-12
/
+1
*
powerpc/kuap: Simplify KUAP lock/unlock on BOOK3S/32
Christophe Leroy
2023-08-02
1
-1
/
+1
*
Revert "powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() wit...
Christophe Leroy
2023-07-17
1
-7
/
+2
*
powerpc/dexcr: Handle hashchk exception
Benjamin Gray
2023-06-19
1
-0
/
+16
*
powerpc/64s: early boot machine check handler
Nicholas Piggin
2022-09-28
1
-0
/
+14
*
powerpc: Change CONFIG_E500 to CONFIG_PPC_E500
Christophe Leroy
2022-09-26
1
-1
/
+1
*
powerpc: Remove CONFIG_FSL_BOOKE
Christophe Leroy
2022-09-26
1
-2
/
+2
*
powerpc/math-emu: Inhibit W=1 warnings
Christophe Leroy
2022-09-08
1
-2
/
+0
*
powerpc: make facility_unavailable_exception 64s
Rashmica Gupta
2022-07-28
1
-1
/
+1
*
powerpc/kasan: Don't instrument non-maskable or raw interrupts
Daniel Axtens
2022-05-22
1
-2
/
+4
*
exit: Add and use make_task_dead.
Eric W. Biederman
2021-12-13
1
-4
/
+4
*
powerpc/64s: Fix unrecoverable MCE calling async handler from NMI
Nicholas Piggin
2021-10-07
1
-13
/
+18
*
powerpc/traps: do not enable irqs in _exception
Nicholas Piggin
2021-10-07
1
-3
/
+9
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
1
-5
/
+0
|
\
|
*
trap: cleanup trap_init()
Kefeng Wang
2021-09-08
1
-5
/
+0
*
|
Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-09-03
1
-9
/
+14
|
\
\
|
*
|
Merge branch 'fixes' into next
Michael Ellerman
2021-09-03
1
-2
/
+7
|
|
\
|
|
*
|
powerpc: Refactor verification of MSR_RI
Christophe Leroy
2021-08-26
1
-4
/
+4
|
*
|
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
2021-08-26
1
-1
/
+1
|
*
|
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
2021-08-15
1
-2
/
+7
|
*
|
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
1
-2
/
+2
*
|
|
Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2021-09-02
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
2021-08-30
1
-1
/
+0
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
printk: remove safe buffers
John Ogness
2021-07-26
1
-1
/
+0
*
|
|
powerpc/interrupt: Do not call single_step_exception() from other exceptions
Christophe Leroy
2021-08-12
1
-2
/
+7
|
/
/
*
|
powerpc/64s: avoid reloading (H)SRR registers if they are still valid
Nicholas Piggin
2021-06-24
1
-21
/
+21
*
|
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2021-06-15
1
-3
/
+4
|
/
*
powerpc/traps: Enhance readability for trap types
Xiongwei Song
2021-04-17
1
-3
/
+3
*
powerpc: remove partial register save logic
Nicholas Piggin
2021-04-14
1
-1
/
+0
*
powerpc/64e/interrupt: NMI save irq soft-mask state in C
Nicholas Piggin
2021-04-14
1
-1
/
+12
*
powerpc/uaccess: Remove __get/put_user_inatomic()
Christophe Leroy
2021-04-03
1
-1
/
+1
*
powerpc/math: Fix missing __user qualifier for get_user() and other sparse wa...
Christophe Leroy
2021-03-29
1
-1
/
+0
*
powerpc/32: Remove ksp_limit
Christophe Leroy
2021-03-29
1
-9
/
+0
*
powerpc/traps: Declare unrecoverable_exception() as __noreturn
Christophe Leroy
2021-03-29
1
-1
/
+4
*
powerpc: Remove duplicate includes
Zhang Yunkai
2021-03-24
1
-1
/
+0
*
powerpc: Fix spelling of "droping" to "dropping" in traps.c
Bhaskar Chowdhury
2021-03-24
1
-1
/
+1
*
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Christophe Leroy
2021-03-12
1
-1
/
+1
*
powerpc: remove interrupt handler functions from the noinstr section
Nicholas Piggin
2021-02-11
1
-9
/
+0
*
powerpc: move NMI entry/exit code into wrapper
Nicholas Piggin
2021-02-08
1
-29
/
+6
*
powerpc: handle irq_enter/irq_exit in interrupt handler wrappers
Nicholas Piggin
2021-02-08
1
-7
/
+3
*
powerpc/64: context tracking move to interrupt wrappers
Nicholas Piggin
2021-02-08
1
-51
/
+7
*
powerpc: add interrupt_cond_local_irq_enable helper
Nicholas Piggin
2021-02-08
1
-17
/
+7
*
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
2021-02-08
1
-33
/
+53
*
powerpc/traps: factor common code from program check and emulation assist
Nicholas Piggin
2021-02-08
1
-14
/
+24
[next]