summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/traps.c
AgeCommit message (Expand)Author
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-03parisc: Implement kprobesSven Schnelle
2019-05-03parisc: add KGDB supportSven Schnelle
2019-02-21parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin
2018-10-17parisc: Clean up crash header outputHelge Deller
2018-08-17parisc: Consolidate unwind initialization callsHelge Deller
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman
2018-04-18parisc: Document rules regarding checksum of HPMC handlerHelge Deller
2018-04-11parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller
2018-01-12signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-22parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-10-11parisc: Show trap name in kernel crashHelge Deller
2016-04-08parisc: Fix kernel crash with reversed copy_from_user()Helge Deller
2016-03-23parisc: Panic immediately when panic_on_oopsAaro Koskinen
2015-11-22parisc: Initialize the fault vector earlier in the boot process.Helge Deller
2015-07-10parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin
2015-05-19mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand
2014-05-15parisc: ratelimit userspace segfault printingHelge Deller
2013-10-13parisc: fix interruption handler to respect pagefault_disable()Helge Deller
2013-10-13parisc: remove unused syscall_ipi() function.Helge Deller
2013-05-24parisc: show number of FPE and unaligned access handler calls in /proc/interr...Helge Deller
2013-05-06parisc: fix whitespace errors in arch/parisc/kernel/traps.cRolf Eike Beer
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo
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-03-28Disintegrate asm/system.h for PA-RISCDavid Howells
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2009-08-28parisc: fix warning in traps.cGrant Grundler
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches
2009-03-31parisc: oops_enter()/oops_exit() in die()Helge Deller
2009-03-31parisc: add ftrace (function and graph tracer) functionalityHelge Deller
2009-01-05parisc: export length of os_hpmc vectorKyle McMartin
2009-01-05parisc: fix kernel crash (protection id trap) when compiling ruby1.9Kyle McMartin
2008-11-26parisc: fix kernel crash when unwinding a userspace processHelge Deller
2008-05-15parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-03-15[PARISC] clean up show_stackKyle McMartin
2008-03-15[PARISC] dump_stack in show_regsKyle McMartin
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-07-16generic bug: use show_regs() instead of dump_stack()Heiko Carstens
2007-06-04[PARISC] Fix kernel panic in check_ivtKyle McMartin
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott