aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-21parisc: Correct completer in lws startJohn David Anglin1-1/+1
2021-12-20parisc: Clear stale IIR value on instruction access rights trapHelge Deller1-0/+2
2021-12-04parisc: Mark cr16 CPU clocksource unstable on all SMP machinesHelge Deller1-22/+8
2021-11-22Revert "parisc: Fix backtrace to always include init funtion names"Helge Deller1-2/+1
2021-11-22parisc: Convert PTE lookup to use extru_safe() macroHelge Deller1-11/+3
2021-11-22parisc: Fix extraction of hash lock bits in syscall.SJohn David Anglin1-2/+2
2021-11-18Revert "parisc: Reduce sigreturn trampoline to 3 instructions"Helge Deller2-7/+8
2021-11-18parisc: Wire up futex_waitvHelge Deller1-0/+1
2021-11-13parisc/entry: fix trace test in syscall exit pathSven Schnelle1-1/+1
2021-11-13parisc: Flush kernel data mapping in set_pte_at() when installing pte for user pageJohn David Anglin1-2/+2
2021-11-13parisc: Fix implicit declaration of function '__kernel_text_address'Helge Deller1-0/+1
2021-11-13parisc: Fix backtrace to always include init funtion namesHelge Deller1-1/+2
2021-11-04parisc: move CPU field back into thread_infoArd Biesheuvel2-7/+0
2021-11-04parisc: Don't disable interrupts in cmpxchg and futex operationsDave Anglin1-10/+0
2021-11-04parisc: don't enable irqs unconditionally in handle_interruption()Sven Schnelle1-1/+1
2021-11-01Merge tag 'audit-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/auditLinus Torvalds2-8/+13
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-11/+3
2021-11-01Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds18-231/+419
2021-11-01parisc: Remove unused constants from asm-offsets.cHelge Deller1-5/+0
2021-11-01parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle1-3/+6
2021-11-01parisc/ftrace: set function trace functionSven Schnelle1-7/+5
2021-11-01parisc: Make use of the helper macro kthread_run()Cai Huoqing1-3/+1
2021-11-01parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller1-4/+6
2021-11-01parisc: Use PRIV_USER in syscall.SHelge Deller1-2/+2
2021-11-01parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle1-2/+17
2021-11-01parisc: Move thread_info into task structHelge Deller9-89/+68
2021-11-01parisc: add support for TOC (transfer of control)Sven Schnelle3-0/+200
2021-11-01parisc/firmware: add functions to retrieve TOC dataSven Schnelle1-0/+32
2021-11-01parisc: move virt_map macro to assembly.hSven Schnelle1-24/+0
2021-11-01parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle1-7/+14
2021-11-01parisc: Fix ptrace check on syscall returnHelge Deller1-1/+1
2021-10-30parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller1-6/+6
2021-10-30parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller1-7/+1
2021-10-30parisc: disable preemption in send_IPI_allbutself()Sven Schnelle1-1/+3
2021-10-30parisc: fix preempt_count() check in entry.SSven Schnelle1-2/+2
2021-10-30parisc: deduplicate code in flush_cache_mm() and flush_cache_range()Sven Schnelle1-51/+30
2021-10-30parisc: disable preemption during local tlb flushSven Schnelle1-0/+6
2021-10-30parisc: Add KFENCE supportHelge Deller1-0/+5
2021-10-30parisc: Switch to ARCH_STACKWALK implementationHelge Deller1-17/+13
2021-10-30parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle1-1/+2
2021-10-27ftrace: disable preemption when recursion locked王贇1-2/+0
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-4/+1
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang1-5/+0
2021-10-01audit: add support for the openat2 syscallRichard Guy Briggs2-0/+4
2021-10-01audit: replace magic audit syscall class numbers with macrosRichard Guy Briggs2-8/+9
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu1-2/+2
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-2/+2
2021-09-09parisc: Implement __get/put_kernel_nofault()Helge Deller1-1/+0
2021-09-09parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2-6/+3
2021-09-09parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller2-8/+7