summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
AgeCommit message (Expand)Author
2022-01-22Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-20parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller
2022-01-20parisc: Autodetect default output device and set console= kernel parameterHelge Deller
2022-01-20parisc: Use safer strscpy() in setup_cmdline()Helge Deller
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V
2022-01-13parisc: Add visible flag to toc_stack variableHelge Deller
2022-01-11parisc: Re-use toc_stack as hpmc_stackHelge Deller
2022-01-11parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller
2022-01-07parisc: Add kgdb io_module to read chars via PDCHelge Deller
2022-01-07parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin
2022-01-07parisc: Rewrite light-weight syscall and futex codeJohn David Anglin
2022-01-07parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin
2021-12-21parisc: Correct completer in lws startJohn 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-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller
2021-11-22Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller
2021-11-22parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller
2021-11-18parisc: Wire up futex_waitvHelge Deller
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin
2021-11-13parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller
2021-11-13parisc: Fix backtrace to always include init funtion namesHelge Deller
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-01parisc: Remove unused constants from asm-offsets.cHelge Deller
2021-11-01parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle
2021-11-01parisc/ftrace: set function trace functionSven Schnelle
2021-11-01parisc: Make use of the helper macro kthread_run()Cai Huoqing
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller
2021-11-01parisc: Use PRIV_USER in syscall.SHelge Deller
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle
2021-11-01parisc: Move thread_info into task structHelge Deller
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle
2021-11-01parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller
2021-10-30parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller
2021-10-30parisc: disable preemption in send_IPI_allbutself()Sven Schnelle
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle