summaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel
AgeCommit message (Expand)AuthorLines
2023-01-13arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabledPeter Zijlstra-0/+1
2023-01-13objtool/idle: Validate __cpuidle code as noinstrPeter Zijlstra-1/+0
2022-11-15sh: ptrace: user_regset_copyin_ignore() always returns 0Sergey Shtylyov-4/+4
2022-10-12Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+0
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds-2/+2
2022-10-03Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-5/+5
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada-2/+2
2022-09-13sh: machvec: Use char[] for section boundariesKees Cook-5/+5
2022-09-11kernel: exit: cleanup release_thread()Kefeng Wang-5/+0
2022-09-05asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior-1/+1
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+2
2022-07-07genirq: Return a const cpumask from irq_data_get_affinity_maskSamuel Holland-3/+4
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior-0/+2
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-2/+1
2022-05-19sh: Use do_kernel_power_off()Dmitry Osipenko-2/+1
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman-4/+3
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman-2/+5
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)-24/+5
2022-03-31Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2/+1
2022-03-31arch: syscalls: simplify uapi/kapi directory creationMasahiro Yamada-2/+1
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+4
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-20/+21
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand-5/+0
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman-2/+2
2022-03-10ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.hEric W. Biederman-3/+2
2022-02-25sh: remove CONFIG_SET_FS supportArnd Bergmann-20/+21
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V-0/+1
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+2
2022-01-05sh: sq: use default_groups in kobj_typeGreg Kroah-Hartman-1/+2
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman-1/+1
2021-11-25futex: Wireup futex_waitv syscallAndré Almeida-0/+1
2021-11-14Merge tag 'sh-for-5.16' of git://git.libc.org/linux-shLinus Torvalds-8/+9
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+7
2021-11-01Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-11/+6
2021-10-25signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)Eric W. Biederman-4/+6
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook-4/+1
2021-10-08ftrace: Cleanup ftrace_dyn_arch_init()Weizhao Ouyang-5/+0
2021-09-30kprobes: treewide: Make it harder to refer kretprobe_trampoline directlyMasami Hiramatsu-5/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu-1/+1
2021-09-17sh: kdump: add some attribute to functionYejune Deng-2/+2
2021-09-17sh: check return code of request_irqNick Desaulniers-2/+3
2021-09-17sh: fix trivial misannotationsAl Viro-4/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds-0/+2
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan-0/+2
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman-1/+1
2021-07-08sh: convert to setup_initial_init_mm()Kefeng Wang-4/+1