summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: traps: Drop cpu_lpmc function pointerHelge Deller2023-08-201-4/+1
* parisc: traps: Mark functions staticHelge Deller2023-06-301-5/+2
* parisc: Handle kgdb breakpoints only in kernel contextHelge Deller2023-05-241-2/+2
* parisc: Handle kprobes breakpoints only in kernel contextHelge Deller2023-05-241-2/+2
* parisc: Add lightweight spinlock checksHelge Deller2023-05-241-0/+10
* parisc: Convert PDC console to an early consoleHelge Deller2022-10-111-14/+1
* parisc: Fix typos in commentsJulia Lawall2022-05-081-1/+1
* parisc: Avoid using hardware single-step in kprobesHelge Deller2022-03-181-6/+4
* parisc: Fix handling off probe non-access faultsJohn David Anglin2022-03-111-0/+2
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-1/+1
* | parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-071-1/+1
* | parisc: Clear stale IIR value on instruction access rights trapHelge Deller2021-12-201-0/+2
|/
* parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle2021-11-041-1/+1
* parisc: Move thread_info into task structHelge Deller2021-11-011-1/+1
* parisc: Add KFENCE supportHelge Deller2021-10-301-0/+5
* trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* parisc: Fix IVT checksum calculation wrt HPMCSven Schnelle2021-02-121-7/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+5
* parisc: make the log level string for register dumps constRolf Eike Beer2020-08-041-3/+3
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-3/+3
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-7/+1
* parisc: add show_stack_loglvl()Dmitry Safonov2020-06-091-11/+17
* parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle2019-08-031-0/+2
* signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-7/+7
* parisc: Implement kprobesSven Schnelle2019-05-031-0/+14
* parisc: add KGDB supportSven Schnelle2019-05-031-0/+17
* parisc: replace oops_in_progress manipulation with bust_spinlocks()Sergey Senozhatsky2019-02-211-2/+2
* parisc: Fix address in HPMC IVAJohn David Anglin2018-10-171-1/+2
* parisc: Clean up crash header outputHelge Deller2018-10-171-2/+2
* parisc: Consolidate unwind initialization callsHelge Deller2018-08-171-30/+5
* parisc: Restore possibility to execute 64-bit applicationsHelge Deller2018-08-171-1/+1
* parisc: Fix and improve kernel stack unwindingHelge Deller2018-08-131-1/+1
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-041-41/+20
|\
| * signal/parisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-43/+20
| * signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+2
* | parisc: Document rules regarding checksum of HPMC handlerHelge Deller2018-04-181-0/+11
|/
* parisc/signal: Add FPE_CONDTRAP for conditional trap handlingHelge Deller2018-04-111-3/+4
* signal/parisc: Document a conflict with SI_USER with SIGFPEEric W. Biederman2018-01-121-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* parisc: Add PDCE_CHECK instruction to HPMC handlerHelge Deller2017-09-221-1/+9
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* parisc: Show trap name in kernel crashHelge Deller2016-10-111-2/+2
* parisc: Fix kernel crash with reversed copy_from_user()Helge Deller2016-04-081-0/+3
* parisc: Panic immediately when panic_on_oopsAaro Koskinen2016-03-231-4/+1
* parisc: Initialize the fault vector earlier in the boot process.Helge Deller2015-11-221-20/+15
* parisc: Fix some PTE/TLB race conditions and optimize __flush_tlb_range based...John David Anglin2015-07-101-4/+0
* mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in t...David Hildenbrand2015-05-191-2/+2
* parisc: ratelimit userspace segfault printingHelge Deller2014-05-151-29/+25
* parisc: fix interruption handler to respect pagefault_disable()Helge Deller2013-10-131-3/+3