summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
AgeCommit message (Expand)AuthorLines
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-21/+0
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2022-03-21parisc: Fix invalidate/flush vmap routinesJohn David Anglin-5/+19
2022-03-18parisc: Avoid flushing cache on cache-less machinesHelge Deller-0/+4
2022-03-18parisc: Avoid using hardware single-step in kprobesHelge Deller-17/+21
2022-03-17parisc: Improve CPU socket and core bootup info textHelge Deller-2/+2
2022-03-16parisc: Avoid calling SMP cache flush functions on cache-less machinesHelge Deller-24/+35
2022-03-11parisc: Increase parisc_cache_flush_threshold settingJohn David Anglin-3/+15
2022-03-11parisc/unaligned: Enhance user-space visible outputHelge Deller-26/+10
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_sth()Helge Deller-8/+7
2022-03-11parisc/unaligned: Rewrite 32-bit inline assembly of emulate_ldd()Helge Deller-15/+13
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldw()Helge Deller-12/+11
2022-03-11parisc/unaligned: Rewrite inline assembly of emulate_ldh()Helge Deller-6/+5
2022-03-11parisc/unaligned: Use EFAULT fixup handler in unaligned handlersHelge Deller-105/+55
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller-6/+6
2022-03-11parisc: Add vDSO supportHelge Deller-138/+1051
2022-03-11parisc: Simplify fast path for non-access data TLB faultsJohn David Anglin-67/+5
2022-03-11parisc: Fix handling off probe non-access faultsJohn David Anglin-0/+2
2022-03-11parisc: Fix non-access data TLB cache flush faultsJohn David Anglin-27/+1
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-4/+3
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann-2/+2
2022-02-23parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller-3/+3
2022-02-23parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller-4/+4
2022-02-16asm-generic: Refactor dereference_[kernel]_function_descriptor()Christophe Leroy-21/+0
2022-01-22Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+15
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller-0/+1
2022-01-20parisc: Autodetect default output device and set console= kernel parameterHelge Deller-0/+11
2022-01-20parisc: Use safer strscpy() in setup_cmdline()Helge Deller-2/+2
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V-0/+1
2022-01-13parisc: Add visible flag to toc_stack variableHelge Deller-1/+1
2022-01-11parisc: Re-use toc_stack as hpmc_stackHelge Deller-4/+2
2022-01-11parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller-27/+30
2022-01-07parisc: Add kgdb io_module to read chars via PDCHelge Deller-0/+21
2022-01-07parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin-1/+392
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin-190/+194
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin-1/+1
2021-12-21parisc: Correct completer in lws startJohn David Anglin-1/+1
2021-12-20parisc: Clear stale IIR value on instruction access rights trapHelge Deller-0/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller-22/+8
2021-11-22Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller-2/+1
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller-11/+3
2021-11-22parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin-2/+2
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller-7/+8
2021-11-18parisc: Wire up futex_waitvHelge Deller-0/+1
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle-1/+1
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin-2/+2