summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | parisc/firmware: add functions to retrieve TOC dataSven Schnelle2021-11-011-0/+32
| * | parisc: move virt_map macro to assembly.hSven Schnelle2021-11-011-24/+0
| * | parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle2021-11-011-7/+14
| * | parisc: Fix ptrace check on syscall returnHelge Deller2021-11-011-1/+1
| * | parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller2021-10-301-6/+6
| * | parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller2021-10-301-7/+1
| * | parisc: disable preemption in send_IPI_allbutself()Sven Schnelle2021-10-301-1/+3
| * | parisc: fix preempt_count() check in entry.SSven Schnelle2021-10-301-2/+2
| * | parisc: deduplicate code in flush_cache_mm() and flush_cache_range()Sven Schnelle2021-10-301-51/+30
| * | parisc: disable preemption during local tlb flushSven Schnelle2021-10-301-0/+6
| * | parisc: Add KFENCE supportHelge Deller2021-10-301-0/+5
| * | parisc: Switch to ARCH_STACKWALK implementationHelge Deller2021-10-301-17/+13
| * | parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle2021-10-301-1/+2
| |/
* | sched: Add wrapper for get_wchan() to keep task blockedKees Cook2021-10-151-4/+1
|/
* parisc: Implement __get/put_kernel_nofault()Helge Deller2021-09-091-1/+0
* parisc: Mark sched_clock unstable only if clocks are not syncronizedHelge Deller2021-09-092-6/+3
* parisc: Reduce sigreturn trampoline to 3 instructionsHelge Deller2021-09-092-8/+7