summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/traps.c
AgeCommit message (Expand)Author
2023-08-20parisc: traps: Drop cpu_lpmc function pointerHelge Deller
2023-06-30parisc: traps: Mark functions staticHelge Deller
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller
2023-05-24parisc: Add lightweight spinlock checksHelge Deller
2022-10-11parisc: Convert PDC console to an early consoleHelge Deller
2022-05-08parisc: Fix typos in commentsJulia Lawall
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin
2021-12-20parisc: Clear stale IIR value on instruction access rights trapHelge Deller
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle
2021-11-01parisc: Move thread_info into task structHelge Deller
2021-10-30parisc: Add KFENCE supportHelge Deller
2021-09-08trap: cleanup trap_init()Kefeng Wang
2021-02-12parisc: Fix IVT checksum calculation wrt HPMCSven Schnelle
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-04parisc: make the log level string for register dumps constRolf Eike Beer
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09parisc: add show_stack_loglvl()Dmitry Safonov
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