summaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* m68k: Convert arch/m68k/kernel/traps.c to pr_*()Geert Uytterhoeven2013-12-301-131/+101
* dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-12/+0
* taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* m68k/sun3: Fix instruction faultsThomas Bogendoerfer2012-11-141-1/+1
* Disintegrate asm/system.h for M68KDavid Howells2012-03-281-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2012-01-261-19/+17
|\
| * m68k: Fix assembler constraint to prevent overeager gcc optimisationAndreas Schwab2012-01-221-19/+17
* | m68k: add ColdFire paging exception handling codeGreg Ungerer2011-12-301-0/+104
|/
* m68k: merge the mmu and non-mmu traps.c filesGreg Ungerer2011-10-181-3/+1105
* m68k: merge m68k and m68knommu arch directoriesGreg Ungerer2011-03-251-1205/+3
* m68k: Allow all kernel traps to be handled via exception fixupsAndreas Schwab2011-03-161-3/+7
* m68k: Use base_trap_init() to initialize vectorsRoman Zippel2011-03-161-5/+5
* m68k: Remove trailing spaces in messagesFrans Pop2010-05-171-1/+1
* ptrace: remove PT_DTRACE from m68k, m68knommuOleg Nesterov2009-06-181-1/+0
* trivial: fix an -> a typos in documentation and commentsFrederik Schwarzer2009-01-061-1/+1
* m68k: Use new printk() extension %pS to print symbolsGeert Uytterhoeven2008-10-141-6/+3
* m68k: Handle 68040 bus faultsRoman Zippel2008-05-051-3/+14
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-081-1/+0
* Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan2007-10-191-2/+2
* Report that kernel is tainted if there was an OOPSPavel Emelianov2007-07-171-0/+1
* [PATCH] M68K: user ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-111-1/+1
* [PATCH] misc m68k __user annotationsAl Viro2006-10-111-3/+3
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] m68k: convert generic irq code to irq controllerRoman Zippel2006-06-251-4/+3
* [PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel2006-06-251-48/+7
* [PATCH] m68k: fix show_registers()Roman Zippel2006-06-251-58/+68
* [PATCH] m68k traps.c constraintsAl Viro2006-06-231-1/+1
* [PATCH] m68k: print correct stack traceRoman Zippel2006-06-231-2/+4
* [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.cAl Viro2006-01-121-19/+19
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1227