Age | Commit message (Expand) | Author | Files | Lines |
2023-03-09 | sh: sanitize the flags on sigreturn | Al Viro | 1 | -0/+3 |
2023-02-24 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2023-02-21 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -1/+1 |
2023-02-10 | sh: mm: set VM_IOREMAP flag to the vmalloc area | Baoquan He | 1 | -1/+1 |
2023-02-01 | sh: define RUNTIME_DISCARD_EXIT | Tom Saeger | 1 | -0/+1 |
2023-01-13 | arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled | Peter Zijlstra | 1 | -0/+1 |
2023-01-13 | objtool/idle: Validate __cpuidle code as noinstr | Peter Zijlstra | 1 | -1/+0 |
2022-11-16 | sh: ptrace: user_regset_copyin_ignore() always returns 0 | Sergey Shtylyov | 1 | -4/+4 |
2022-10-12 | Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+0 |
2022-10-10 | Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -2/+2 |
2022-10-04 | Merge tag 'hardening-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+5 |
2022-10-02 | kbuild: use obj-y instead extra-y for objects placed at the head | Masahiro Yamada | 1 | -2/+2 |
2022-09-13 | sh: machvec: Use char[] for section boundaries | Kees Cook | 1 | -5/+5 |
2022-09-12 | kernel: exit: cleanup release_thread() | Kefeng Wang | 1 | -5/+0 |
2022-09-05 | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig. | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-08-05 | Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2022-07-07 | genirq: Return a const cpumask from irq_data_get_affinity_mask | Samuel Holland | 1 | -3/+4 |
2022-06-15 | arch/*: Disable softirq stacks on PREEMPT_RT. | Sebastian Andrzej Siewior | 1 | -0/+2 |
2022-06-04 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+7 |
2022-05-30 | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra... | Linus Torvalds | 1 | -2/+1 |
2022-05-19 | sh: Use do_kernel_power_off() | Dmitry Osipenko | 1 | -2/+1 |
2022-05-07 | fork: Generalize PF_IO_WORKER handling | Eric W. Biederman | 1 | -4/+3 |
2022-05-07 | fork: Pass struct kernel_clone_args into copy_thread | Eric W. Biederman | 1 | -2/+5 |
2022-04-30 | vmcore: convert copy_oldmem_page() to take an iov_iter | Matthew Wilcox (Oracle) | 1 | -24/+5 |
2022-03-31 | Merge tag 'kbuild-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
2022-03-31 | arch: syscalls: simplify uapi/kapi directory creation | Masahiro Yamada | 1 | -2/+1 |
2022-03-29 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -5/+4 |
2022-03-24 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -20/+21 |
2022-03-23 | drivers/base/node: consolidate node device subsystem initialization in node_d... | David Hildenbrand | 1 | -5/+0 |
2022-03-11 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -2/+2 |
2022-03-10 | ptrace: Create ptrace_report_syscall_{entry,exit} in ptrace.h | Eric W. Biederman | 1 | -3/+2 |
2022-02-25 | sh: remove CONFIG_SET_FS support | Arnd Bergmann | 3 | -20/+21 |
2022-01-17 | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2022-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2022-01-15 | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 1 | -0/+1 |
2022-01-12 | Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2022-01-05 | sh: sq: use default_groups in kobj_type | Greg Kroah-Hartman | 1 | -1/+2 |
2021-12-13 | exit: Add and use make_task_dead. | Eric W. Biederman | 1 | -1/+1 |
2021-11-25 | futex: Wireup futex_waitv syscall | André Almeida | 1 | -0/+1 |
2021-11-14 | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh | Linus Torvalds | 3 | -8/+9 |
2021-11-11 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -5/+7 |
2021-11-02 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2 | -11/+6 |
2021-10-25 | signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL) | Eric W. Biederman | 1 | -4/+6 |
2021-10-20 | exit: Remove calls of do_exit after noreturn versions of die | Eric W. Biederman | 1 | -1/+1 |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 1 | -4/+1 |
2021-10-09 | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang | 1 | -5/+0 |
2021-10-01 | kprobes: treewide: Make it harder to refer kretprobe_trampoline directly | Masami Hiramatsu | 1 | -5/+5 |
2021-10-01 | kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler() | Masami Hiramatsu | 1 | -1/+1 |
2021-09-17 | sh: kdump: add some attribute to function | Yejune Deng | 1 | -2/+2 |
2021-09-17 | sh: check return code of request_irq | Nick Desaulniers | 1 | -2/+3 |