aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-12m68k: Add common forward declaration for show_registers()Geert Uytterhoeven1-0/+1
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman1-1/+1
2021-09-24m68k: Remove set_fs()Christoph Hellwig1-9/+4
2021-08-26signal/m68k: Use force_sigsegv(SIGSEGV) in fpsp040_dieEric W. Biederman1-1/+1
2020-08-26m68k: Use get_kernel_nofault() in show_registers()Christoph Hellwig1-4/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-2/+1
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-8/+3
2020-06-09m68k: add show_stack_loglvl()Dmitry Safonov1-5/+11
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-8/+8
2018-04-25signal/m68k: Use force_sig_fault where appropriateEric W. Biederman1-35/+25
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2017-03-28m68k: switch to generic extable.hAl Viro1-2/+7
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2013-12-30m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven1-131/+101
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-12/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-11-14m68k/sun3: Fix instruction faultsThomas Bogendoerfer1-1/+1
2012-03-28Disintegrate asm/system.h for M68KDavid Howells1-1/+0
2012-01-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds1-19/+17
2012-01-22m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab1-19/+17
2011-12-30m68k: add ColdFire paging exception handling codeGreg Ungerer1-0/+104
2011-10-18m68k: merge the mmu and non-mmu traps.c filesGreg Ungerer1-3/+1105
2011-03-25m68k: merge m68k and m68knommu arch directoriesGreg Ungerer1-1205/+3
2011-03-16m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab1-3/+7
2011-03-16m68k: Use base_trap_init() to initialize vectorsRoman Zippel1-5/+5
2010-05-17m68k: Remove trailing spaces in messagesFrans Pop1-1/+1
2009-06-18ptrace: remove PT_DTRACE from m68k, m68knommuOleg Nesterov1-1/+0
2009-01-06trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer1-1/+1
2008-10-14m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven1-6/+3
2008-05-05m68k: Handle 68040 bus faultsRoman Zippel1-3/+14
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells1-1/+0
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-2/+2
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-02-11[PATCH] M68K: user ARRAY_SIZE macro when appropriateAhmed S. Darwish1-1/+1
2006-10-11[PATCH] misc m68k __user annotationsAl Viro1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-25[PATCH] m68k: convert generic irq code to irq controllerRoman Zippel1-4/+3
2006-06-25[PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel1-48/+7
2006-06-25[PATCH] m68k: fix show_registers()Roman Zippel1-58/+68
2006-06-23[PATCH] m68k traps.c constraintsAl Viro1-1/+1
2006-06-23[PATCH] m68k: print correct stack traceRoman Zippel1-2/+4
2006-01-12[PATCH] m68k: fix use of void foo(void) asm("bar") in traps.cAl Viro1-19/+19
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1227