index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
m68k
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-06
m68k: kernel: Use str_read_write() helper function
Thorsten Blum
1
-8
/
+8
2023-10-16
m68k: kernel: Fix indentation by 7 spaces in traps.c
Geert Uytterhoeven
1
-4
/
+4
2023-10-06
m68k: sun3/3x: Add and use "sun3.h"
Geert Uytterhoeven
1
-1
/
+1
2023-10-06
m68k: mm: Add and use "fault.h"
Geert Uytterhoeven
1
-4
/
+1
2023-10-06
m68k: kernel: Add and use "traps.h"
Geert Uytterhoeven
1
-0
/
+2
2023-10-06
m68k: kernel: Make bad_super_trap() static
Geert Uytterhoeven
1
-1
/
+1
2023-03-06
m68k: Only force 030 bus error if PC not in exception table
Michael Schmitz
1
-1
/
+3
2022-07-12
m68k: Add common forward declaration for show_registers()
Geert Uytterhoeven
1
-0
/
+1
2021-12-13
exit: Add and use make_task_dead.
Eric W. Biederman
1
-1
/
+1
2021-11-19
signal: Replace force_fatal_sig with force_exit_sig when in doubt
Eric W. Biederman
1
-1
/
+1
2021-11-10
Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2021-10-29
signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)
Eric W. Biederman
1
-1
/
+1
2021-09-24
m68k: Remove set_fs()
Christoph Hellwig
1
-9
/
+4
2021-08-26
signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_die
Eric W. Biederman
1
-1
/
+1
2020-08-26
m68k: Use get_kernel_nofault() in show_registers()
Christoph Hellwig
1
-4
/
+1
2020-08-07
mm: remove unneeded includes of <asm/pgalloc.h>
Mike Rapoport
1
-2
/
+1
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
1
-8
/
+3
2020-06-09
m68k: add show_stack_loglvl()
Dmitry Safonov
1
-5
/
+11
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
1
-2
/
+2
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
1
-8
/
+8
2018-04-25
signal/m68k: Use force_sig_fault where appropriate
Eric W. Biederman
1
-35
/
+25
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
1
-0
/
+2
2017-03-28
m68k: switch to generic extable.h
Al Viro
1
-2
/
+7
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2013-12-30
m68k: Convert arch/m68k/kernel/traps.c to pr_*()
Geert Uytterhoeven
1
-131
/
+101
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
1
-12
/
+0
2013-01-21
taint: add explicit flag to show whether lock dep is still OK.
Rusty Russell
1
-1
/
+1
2012-11-14
m68k/sun3: Fix instruction faults
Thomas Bogendoerfer
1
-1
/
+1
2012-03-28
Disintegrate asm/system.h for M68K
David Howells
1
-1
/
+0
2012-01-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...
Linus Torvalds
1
-19
/
+17
2012-01-22
m68k: Fix assembler constraint to prevent overeager gcc optimisation
Andreas Schwab
1
-19
/
+17
2011-12-30
m68k: add ColdFire paging exception handling code
Greg Ungerer
1
-0
/
+104
2011-10-18
m68k: merge the mmu and non-mmu traps.c files
Greg Ungerer
1
-3
/
+1105
2011-03-25
m68k: merge m68k and m68knommu arch directories
Greg Ungerer
1
-1205
/
+3
2011-03-16
m68k: Allow all kernel traps to be handled via exception fixups
Andreas Schwab
1
-3
/
+7
2011-03-16
m68k: Use base_trap_init() to initialize vectors
Roman Zippel
1
-5
/
+5
2010-05-17
m68k: Remove trailing spaces in messages
Frans Pop
1
-1
/
+1
2009-06-18
ptrace: remove PT_DTRACE from m68k, m68knommu
Oleg Nesterov
1
-1
/
+0
2009-01-06
trivial: fix an -> a typos in documentation and comments
Frederik Schwarzer
1
-1
/
+1
2008-10-14
m68k: Use new printk() extension %pS to print symbols
Geert Uytterhoeven
1
-6
/
+3
2008-05-05
m68k: Handle 68040 bus faults
Roman Zippel
1
-3
/
+14
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
1
-1
/
+0
2007-10-19
Use helpers to obtain task pid in printks (arch code)
Alexey Dobriyan
1
-2
/
+2
2007-07-17
Report that kernel is tainted if there was an OOPS
Pavel Emelianov
1
-0
/
+1
2007-02-11
[PATCH] M68K: user ARRAY_SIZE macro when appropriate
Ahmed S. Darwish
1
-1
/
+1
2006-10-11
[PATCH] misc m68k __user annotations
Al Viro
1
-3
/
+3
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-25
[PATCH] m68k: convert generic irq code to irq controller
Roman Zippel
1
-4
/
+3
2006-06-25
[PATCH] m68k: separate handler for auto and user vector interrupt
Roman Zippel
1
-48
/
+7
[next]