aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-11parisc: Show trap name in kernel crashHelge Deller1-2/+2
2016-04-08parisc: Fix kernel crash with reversed copy_from_user()Helge Deller1-0/+3
2016-03-23parisc: Panic immediately when panic_on_oopsAaro Koskinen1-4/+1
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller1-20/+15
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based on timing resultsJohn David Anglin1-4/+0
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handlerDavid Hildenbrand1-2/+2
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller1-29/+25
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller1-3/+3
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller1-5/+0
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interruptsHelge Deller1-0/+1
2013-05-06parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer1-12/+12
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-8/+0
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2012-03-28Disintegrate asm/system.h for PA-RISCDavid Howells1-1/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2009-08-28parisc: fix warning in traps.cGrant Grundler1-1/+1
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-10/+10
2009-03-31parisc: oops_enter()/oops_exit() in die()Helge Deller1-0/+3
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller1-1/+1
2009-01-05parisc: export length of os_hpmc vectorKyle McMartin1-3/+2
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin1-0/+4
2008-11-26parisc: fix kernel crash when unwinding a userspace processHelge Deller1-22/+21
2008-05-15parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-03-15[PARISC] clean up show_stackKyle McMartin1-4/+21
2008-03-15[PARISC] dump_stack in show_regsKyle McMartin1-0/+2
2007-10-19Use helpers to obtain task pid in printks (arch code)Alexey Dobriyan1-5/+5
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens1-1/+1
2007-06-04[PARISC] Fix kernel panic in check_ivtKyle McMartin1-3/+4
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-3/+3
2007-02-17[PARISC] detect recursive kernel crash earlierHelge Deller1-9/+9
2007-02-17[PARISC] a and b in "break a,b" message were swappedHelge Deller1-1/+1
2007-02-17[PARISC] dump stack backtrace on BUG() and add syslog-levels to printk()sHelge Deller1-10/+12
2007-02-17[PARISC] Generic BUGHelge Deller1-47/+38
2007-02-17[PARISC] Fix show_stack() when we can't kmallocMatthew Wilcox1-9/+10
2007-02-17[PARISC] Clean up the cache and tlb headersRandolph Chung1-1/+4
2006-10-04[PARISC] Honour "panic_on_oops" sysctlHelge Deller1-0/+10
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PARISC] Refactor show_regs in traps.cKyle McMartin1-44/+40
2006-01-22[PARISC] Use kzalloc and other janitor-style cleanupsHelge Deller1-2/+1
2005-10-21[PARISC] Add printing of fpregs state to stack dumpThibaut Varene1-6/+31
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+834