aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel
AgeCommit message (Expand)Author
2021-11-28Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-11-28Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-11-18Revert "sched: Add wrapper for get_wchan() to keep task blocked"Greg Kroah-Hartman
2021-11-17sched: Add wrapper for get_wchan() to keep task blockedKees Cook
2021-10-03Merge branch 'v5.14/standard/base' into v5.14/standard/preempt-rt/baseBruce Ashfield
2021-09-30sparc: avoid stringop-overread errorsLinus Torvalds
2021-09-30sparc32: page align size in arch_dma_allocAndreas Larsson
2021-09-19softirq: Disable softirq stacks for RTThomas Gleixner
2021-07-10Merge tag 'kbuild-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-07-05Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-07-05sparc: syscalls: use pattern rules to generate syscall headersMasahiro Yamada
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-06-18sched: Introduce task_is_running()Peter Zijlstra
2021-06-07quota: Wire up quotactl_fd syscallJan Kara
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-06-03kprobes: Do not increment probe miss count in the fault handlerNaveen N. Rao
2021-06-01kprobes: Remove kprobe::fault_handlerPeter Zijlstra
2021-05-21Merge 50f09a3dd587 ("Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/p...Greg Kroah-Hartman
2021-05-17quota: Disable quotactl_path syscallJan Kara
2021-05-14sparc/vio: make remove callback return voidUwe Kleine-König
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-05-08Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2021-05-02sparc: syscalls: switch to generic syscallshdr.shMasahiro Yamada
2021-05-02sparc: syscalls: switch to generic syscalltbl.shMasahiro Yamada
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün
2021-03-17quota: wire up quotactl_pathSascha Hauer
2021-03-09Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-03-09sparc64: Fix opcode filtering in handling of no fault loadsRob Gardner
2021-03-08Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26Merge branch 'work.sparc32' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2021-02-26Merge branch 'work.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...David S. Miller
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2021-02-24Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2021-02-21arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-22arch: syscalls: remove $(srctree)/ prefix from syscall tablesMasahiro Yamada
2021-02-22arch: syscalls: add missing FORCE and fix 'targets' to make if_changed workMasahiro Yamada
2021-02-18sparc: fix led.c driver when PROC_FS is not enabledRandy Dunlap
2021-02-18sparc32: Preserve clone syscall flags argument for restarts due to signalsAndreas Larsson
2021-02-18sparc: Replace test_ti_thread_flag() with test_tsk_thread_flag()Tiezhu Yang
2021-02-10softirq: Move do_softirq_own_stack() to generic asm headerThomas Gleixner
2021-01-24fs: add mount_setattr()Christian Brauner