aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller1-14/+1
2022-05-08parisc: Fix typos in commentsJulia Lawall1-1/+1
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller1-6/+4
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin1-0/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin1-1/+1
2021-12-20parisc: Clear stale IIR value on instruction access rights trapHelge Deller1-0/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-1/+1
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle1-1/+1
2021-11-01parisc: Move thread_info into task structHelge Deller1-1/+1
2021-10-30parisc: Add KFENCE supportHelge Deller1-0/+5
2021-09-08trap: cleanup trap_init()Kefeng Wang1-4/+0
2021-02-12parisc: Fix IVT checksum calculation wrt HPMCSven Schnelle1-7/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+5
2020-08-04parisc: make the log level string for register dumps constRolf Eike Beer1-3/+3
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-3/+3
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-7/+1
2020-06-09parisc: add show_stack_loglvl()Dmitry Safonov1-11/+17
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle1-0/+2
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-7/+7
2019-05-03parisc: Implement kprobesSven Schnelle1-0/+14
2019-05-03parisc: add KGDB supportSven Schnelle1-0/+17
2019-02-21parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky1-2/+2
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin1-1/+2
2018-10-17parisc: Clean up crash header outputHelge Deller1-2/+2
2018-08-17parisc: Consolidate unwind initialization callsHelge Deller1-30/+5
2018-08-17parisc: Restore possibility to execute 64-bit applicationsHelge Deller1-1/+1
2018-08-13parisc: Fix and improve kernel stack unwindingHelge Deller1-1/+1
2018-06-04Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-41/+20
2018-04-25signal/parisc: Use force_sig_fault where appropriateEric W. Biederman1-43/+20
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+2
2018-04-18parisc: Document rules regarding checksum of HPMC handlerHelge Deller1-0/+11
2018-04-11parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller1-3/+4
2018-01-12signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller1-1/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
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