summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* parisc/unaligned: Fix ldw() and stw() unalignment handlersHelge Deller2022-02-231-3/+3
* parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernelHelge Deller2022-02-231-4/+4
* Merge tag 'for-5.17/parisc-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-222-3/+15
|\
| * parisc: Fix missing prototype for 'toc_intr' warning in toc.cHelge Deller2022-01-201-0/+1
| * parisc: Autodetect default output device and set console= kernel parameterHelge Deller2022-01-201-0/+11
| * parisc: Use safer strscpy() in setup_cmdline()Helge Deller2022-01-201-2/+2
| * parisc: Add visible flag to toc_stack variableHelge Deller2022-01-131-1/+1
* | 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
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+1
|\ \ \ | |_|/ |/| |
| * | mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V2022-01-151-0/+1
* | | parisc: Re-use toc_stack as hpmc_stackHelge Deller2022-01-111-4/+2
* | | parisc: Enable TOC (transfer of contents) feature unconditionallyHelge Deller2022-01-114-27/+30
* | | parisc: Add kgdb io_module to read chars via PDCHelge Deller2022-01-071-0/+21
* | | parisc: Add lws_atomic_xchg and lws_atomic_store syscallsJohn David Anglin2022-01-071-1/+392
* | | parisc: Rewrite light-weight syscall and futex codeJohn David Anglin2022-01-072-190/+194
* | | parisc: Avoid calling faulthandler_disabled() twiceJohn David Anglin2022-01-071-1/+1
|/ /
* | parisc: Correct completer in lws startJohn David Anglin2021-12-211-1/+1
* | parisc: Clear stale IIR value on instruction access rights trapHelge Deller2021-12-201-0/+2
* | parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller2021-12-041-22/+8
* | Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller2021-11-221-2/+1
* | parisc: Convert PTE lookup to use extru_safe() macroHelge Deller2021-11-221-11/+3
* | parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin2021-11-221-2/+2
* | Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2021-11-182-7/+8
* | parisc: Wire up futex_waitvHelge Deller2021-11-181-0/+1
|/
* parisc/entry: fix trace test in syscall exit pathSven Schnelle2021-11-131-1/+1
* parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...John David Anglin2021-11-131-2/+2
* parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller2021-11-131-0/+1
* parisc: Fix backtrace to always include init funtion namesHelge Deller2021-11-131-1/+2
* parisc: move CPU field back into thread_infoArd Biesheuvel2021-11-042-7/+0
* parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin2021-11-041-10/+0
* parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle2021-11-041-1/+1
* Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-012-8/+13
|\
| * audit: add support for the openat2 syscallRichard Guy Briggs2021-10-012-0/+4
| * audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2021-10-012-8/+9
* | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-11-012-11/+3
|\ \
| * | ftrace: disable preemption when recursion locked王贇2021-10-271-2/+0
| * | ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang2021-10-081-5/+0
| * | kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu2021-09-301-2/+2
| * | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu2021-09-301-2/+2
| |/
* | Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0118-231/+419
|\ \
| * | parisc: Remove unused constants from asm-offsets.cHelge Deller2021-11-011-5/+0
| * | parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle2021-11-011-3/+6
| * | parisc/ftrace: set function trace functionSven Schnelle2021-11-011-7/+5
| * | parisc: Make use of the helper macro kthread_run()Cai Huoqing2021-11-011-3/+1
| * | parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller2021-11-011-4/+6
| * | parisc: Use PRIV_USER in syscall.SHelge Deller2021-11-011-2/+2
| * | parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-011-2/+17
| * | parisc: Move thread_info into task structHelge Deller2021-11-019-89/+68
| * | parisc: add support for TOC (transfer of control)Sven Schnelle2021-11-013-0/+200