summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* parisc: Check user signal stack trampoline is inside TASK_SIZEHelge Deller2021-09-091-7/+10
* parisc: Drop useless debug info and comments from signal.cHelge Deller2021-09-091-15/+0
* parisc: Drop strnlen_user() in favour of generic versionHelge Deller2021-09-091-1/+0
* compat: remove some compat entry pointsArnd Bergmann2021-09-081-4/+4
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-4/+0
|\
| * trap: cleanup trap_init()Kefeng Wang2021-09-081-4/+0
* | Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-09-032-4/+1
|\ \
| * | isystem: ship and use stdarg.hAlexey Dobriyan2021-08-191-1/+1
| * | isystem: trim/fixup stdarg.h and other headersAlexey Dobriyan2021-08-191-3/+0
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-032-2/+3
|\ \ \
| * | | mm: wire up syscall process_mreleaseSuren Baghdasaryan2021-09-031-0/+2
| * | | mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-2/+1
| | |/ | |/|
* | | Merge tag 'for-5.15/parisc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-0/+6
|\ \ \
| * | | parisc: fix crash with signals and allocaMikulas Patocka2021-09-011-0/+6
| |/ /
* | | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-1/+1
|\ \ \
| * | | exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman2021-07-121-1/+1
| | |/ | |/|
* | | Merge tag 'tty-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-09-011-16/+18
|\ \ \
| * | | tty: pdc_cons, free tty_driver upon failureJiri Slaby2021-07-271-0/+1