| Age | Commit message (Expand) | Author |
| 2021-03-17 | include/linux/sched/mm.h: use rcu_dereference in in_vfork() | Matthew Wilcox (Oracle) |
| 2021-01-30 | exit/exec: Seperate mm_release() | Thomas Gleixner |
| 2020-10-29 | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary | Suren Baghdasaryan |
| 2020-06-22 | sched/core: Fix illegal RCU from offline CPUs | Peter Zijlstra |
| 2019-12-31 | cpufreq: Avoid leaving stale IRQ work items during CPU offline | Rafael J. Wysocki |
| 2019-12-05 | fork: fix some -Wmissing-prototypes warnings | Yi Wang |
| 2019-10-11 | sched/membarrier: Call sync_core only before usermode for same mm | Mathieu Desnoyers |
| 2019-08-04 | sched/fair: Don't free p->numa_faults with concurrent readers | Jann Horn |
| 2019-06-22 | coredump: fix race condition between collapse_huge_page() and core dumping | Andrea Arcangeli |
| 2019-05-04 | ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASK | Andrei Vagin |
| 2019-04-27 | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ... | Andrea Arcangeli |
| 2019-04-05 | sched/topology: Fix percpu data types in struct sd_data & struct s_data | Luc Van Oostenryck |
| 2019-02-06 | oom, oom_reaper: do not enqueue same task twice | Tetsuo Handa |
| 2018-12-05 | x86/speculation: Rework SMT state change | Thomas Gleixner |
| 2018-12-05 | sched/smt: Expose sched_smt_present static key | Thomas Gleixner |
| 2018-08-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
| 2018-08-22 | signal: make force_sigsegv() void | Christian Brauner |
| 2018-08-22 | kernel/hung_task.c: allow to set checking interval separately from timeout | Dmitry Vyukov |
| 2018-08-22 | userns: use refcount_t for reference counting instead atomic_t | Sebastian Andrzej Siewior |
| 2018-08-21 | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
| 2018-08-17 | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt |
| 2018-08-09 | signal: Don't restart fork when signals come in. | Eric W. Biederman |
| 2018-08-03 | fork: Have new threads join on-going signal group stops | Eric W. Biederman |
| 2018-08-03 | signal: Add calculate_sigpending() | Eric W. Biederman |
| 2018-07-25 | Merge branch 'sched/urgent' into sched/core, to pick up fixes | Ingo Molnar |
| 2018-07-22 | alpha: fix osf_wait4() breakage | Al Viro |
| 2018-07-21 | signal: Pass pid and pid type into send_sigqueue | Eric W. Biederman |
| 2018-07-21 | pid: Implement PIDTYPE_TGID | Eric W. Biederman |
| 2018-07-21 | pids: Move the pgrp and session pid pointers from task_struct to signal_struct | Eric W. Biederman |
| 2018-07-21 | pids: Compute task_tgid using signal->leader_pid | Eric W. Biederman |
| 2018-07-21 | pids: Move task_pid_type into sched/signal.h | Eric W. Biederman |
| 2018-07-16 | sched/sysctl: Remove unused sched_time_avg_ms sysctl | Vincent Guittot |
| 2018-06-07 | lockdep: fix fs_reclaim annotation | Omar Sandoval |
| 2018-06-04 | Merge tag 'docs-4.18' of git://git.lwn.net/linux | Linus Torvalds |
| 2018-05-29 | doc: document scope NOFS, NOIO APIs | Michal Hocko |
| 2018-05-04 | sched/core: Introduce set_special_state() | Peter Zijlstra |
| 2018-04-16 | Merge branch 'mm-rst' into docs-next | Jonathan Corbet |
| 2018-04-16 | docs/vm: rename documentation files to .rst | Mike Rapoport |
| 2018-04-11 | exec: pass stack rlimit into mm layout functions | Kees Cook |
| 2018-04-07 | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
| 2018-03-23 | Merge tag 'v4.16-rc6' into next-general | James Morris |
| 2018-03-09 | sched/cpufreq: Provide migration hint | Peter Zijlstra |
| 2018-03-09 | sched/nohz: Clean up nohz enter/exit | Peter Zijlstra |
| 2018-03-09 | cpufreq/schedutil: Rewrite CPUFREQ_RT support | Peter Zijlstra |
| 2018-03-09 | cpufreq/schedutil: Remove unused CPUFREQ_DL | Peter Zijlstra |
| 2018-03-09 | Merge branch 'linus' into sched/core, to pick up fixes | Ingo Molnar |
| 2018-03-07 | usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as... | Stephen Smalley |
| 2018-03-04 | sched/headers: Simplify and clean up header usage in the scheduler | Ingo Molnar |
| 2018-02-22 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
| 2018-02-22 | efivarfs: Limit the rate for non-root to read files | Luck, Tony |