summaryrefslogtreecommitdiff
path: root/arch/m68k/kernel/traps.c
AgeCommit message (Expand)Author
2023-10-16m68k: kernel: Fix indentation by 7 spaces in traps.cGeert Uytterhoeven
2023-10-06m68k: sun3/3x: Add and use "sun3.h"Geert Uytterhoeven
2023-10-06m68k: mm: Add and use "fault.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Add and use "traps.h"Geert Uytterhoeven
2023-10-06m68k: kernel: Make bad_super_trap() staticGeert Uytterhoeven
2023-03-06m68k: Only force 030 bus error if PC not in exception tableMichael Schmitz
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-09-24m68k: Remove set_fs()Christoph Hellwig
2021-08-26signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman
2020-08-26m68k: Use get_kernel_nofault() in show_registers()Christoph Hellwig
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2017-03-28m68k: switch to generic extable.hAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2013-12-30m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2012-11-14m68k/sun3: Fix instruction faultsThomas Bogendoerfer
2012-03-28Disintegrate asm/system.h for M68KDavid Howells
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab
2011-12-30m68k: add ColdFire paging exception handling codeGreg Ungerer
2011-10-18m68k: merge the mmu and non-mmu traps.c filesGreg Ungerer
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer
2011-03-16m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab
2011-03-16m68k: Use base_trap_init() to initialize vectorsRoman Zippel
2010-05-17m68k: Remove trailing spaces in messagesFrans Pop
2009-06-18ptrace: remove PT_DTRACE from m68k, m68knommuOleg Nesterov
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer
2008-10-14m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven
2008-05-05m68k: Handle 68040 bus faultsRoman Zippel
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov
2007-02-11[PATCH] M68K: user ARRAY_SIZE macro when appropriateAhmed S. Darwish
2006-10-11[PATCH] misc m68k __user annotationsAl Viro
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-25[PATCH] m68k: convert generic irq code to irq controllerRoman Zippel
2006-06-25[PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel
2006-06-25[PATCH] m68k: fix show_registers()Roman Zippel