aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)Author
2022-04-15parisc: Fix patch code locking and flushingJohn David Anglin
2022-03-02parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller
2022-03-02parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller
2022-02-23module/ftrace: handle patchable-function-entryMark Rutland
2022-01-27parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin
2021-12-29parisc: Correct completer in lws startJohn David Anglin
2021-12-08parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller
2021-12-01Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller
2021-11-21parisc/entry: fix trace test in syscall exit pathSven Schnelle
2021-11-17parisc: Fix backtrace to always include init funtion namesHelge Deller
2021-11-17parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle
2021-11-17parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle
2021-11-17parisc: Fix ptrace check on syscall returnHelge Deller
2021-09-22parisc: fix crash with signals and allocaMikulas Patocka
2021-09-03Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strn...Helge Deller
2021-03-07parisc: Bump 64-bit IRQ stack size to 64 KBJohn David Anglin
2020-08-19parisc: Do not use an ordered store in pa_tlb_lock()John David Anglin
2020-08-19Revert "parisc: Revert "Release spinlocks using ordered store""Helge Deller
2020-08-19Revert "parisc: Use ldcw instruction for SMP spinlock release barrier"Helge Deller
2020-08-19Revert "parisc: Drop LDCW barrier in CAS code when running UP"Helge Deller
2020-02-05parisc: Use proper printk format for resource_size_tKrzysztof Kozlowski
2020-01-14parisc: Implement copy_thread_tlsAmanieu d'Antras
2020-01-12parisc: add missing __init annotationSven Schnelle
2020-01-12parisc: fix compilation when KEXEC=n and KEXEC_FILE=ySven Schnelle
2019-10-30parisc: fix frame pointer in ftrace_regs_caller()Sven Schnelle
2019-09-08parisc: add support for kexec_file_load() syscallSven Schnelle
2019-09-08parisc: wire up kexec_file_load syscallSven Schnelle
2019-09-08parisc: add kexec syscall supportSven Schnelle
2019-09-08parisc: add __pdc_cpu_rendezvous()Sven Schnelle
2019-09-06kprobes/parisc: remove arch_kprobe_on_func_entry()Jisheng Zhang
2019-09-05parisc: Drop comments which are already in pci.hHelge Deller
2019-08-12parisc: speed up flush_tlb_all_local with qemuHelge Deller
2019-08-12parisc: Add ALTERNATIVE_CODE() and ALT_COND_RUN_ON_QEMUHelge Deller
2019-08-03parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and ...Helge Deller
2019-08-03parisc: trigger die notifier chain in parisc_terminate()Sven Schnelle
2019-08-03parisc/ftrace: Add KPROBES_ON_FTRACESven Schnelle
2019-08-03parisc/ftrace: Add ARCH_SUPPORTS_FTRACE_OPS supportSven Schnelle
2019-07-31parisc: fix race condition in patching codeSven Schnelle
2019-07-21parisc: Flush ITLB in flush_tlb_all_local() only on split TLB machinesHelge Deller
2019-07-17parisc: Wire up clone3 syscallHelge Deller
2019-07-17parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller
2019-07-17parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller
2019-07-17parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller
2019-07-15arch: mark syscall number 435 reserved for clone3Christian Brauner
2019-07-12Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-10Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-07-09Merge branch 'parisc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-06-28arch: wire-up pidfd_open()Christian Brauner
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig