Age | Commit message (Expand) | Author |
2024-03-15 | Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds |
2024-03-14 | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-03-11 | Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo... | Linus Torvalds |
2024-03-10 | mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN | Kent Overstreet |
2024-02-25 | rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocks | Paul E. McKenney |
2024-02-22 | mm: document memalloc_noreclaim_save() and memalloc_pin_save() | Vlastimil Babka |
2024-02-22 | mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleaving | Gregory Price |
2024-02-05 | block: update cached timestamp post schedule/preemption | Jens Axboe |
2024-01-24 | exec: Distinguish in_execve from in_exec | Kees Cook |
2024-01-18 | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds |
2024-01-09 | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-12-27 | Kill sched.h dependency on rcupdate.h | Kent Overstreet |
2023-12-27 | rseq: Split out rseq.h from sched.h | Kent Overstreet |
2023-12-23 | sched/fair: Simplify util_est | Vincent Guittot |
2023-12-20 | restart_block: Trim includes | Kent Overstreet |
2023-12-20 | sem: Split out sem_types.h | Kent Overstreet |
2023-12-20 | uidgid: Split out uidgid_types.h | Kent Overstreet |
2023-12-20 | seccomp: Split out seccomp_types.h | Kent Overstreet |
2023-12-20 | refcount: Split out refcount_types.h | Kent Overstreet |
2023-12-20 | syscall_user_dispatch.h: split out *_types.h | Kent Overstreet |
2023-12-20 | Split out irqflags_types.h | Kent Overstreet |
2023-12-20 | ipc: Kill bogus dependency on spinlock.h | Kent Overstreet |
2023-12-20 | plist: Split out plist_types.h | Kent Overstreet |
2023-12-20 | sched.h: move pid helpers to pid.h | Kent Overstreet |
2023-12-20 | pid: Split out pid_types.h | Kent Overstreet |
2023-12-20 | locking/seqlock: Split out seqlock_types.h | Kent Overstreet |
2023-12-20 | posix-cpu-timers: Split out posix-timers_types.h | Kent Overstreet |
2023-12-20 | locking/mutex: split out mutex_types.h | Kent Overstreet |
2023-12-20 | hrtimers: Split out hrtimer_types.h | Kent Overstreet |
2023-12-20 | sched.h: Move (spin|rwlock)_needbreak() to spinlock.h | Kent Overstreet |
2023-12-20 | nodemask: Split out include/linux/nodemask_types.h | Kent Overstreet |
2023-12-12 | iommu: Change kconfig around IOMMU_SVA | Jason Gunthorpe |
2023-12-10 | arch: remove ARCH_TASK_STRUCT_ON_STACK | Heiko Carstens |
2023-11-15 | sched/deadline: Introduce deadline servers | Peter Zijlstra |
2023-11-15 | sched: Unify runtime accounting across classes | Peter Zijlstra |
2023-11-15 | sched/eevdf: Sort the rbtree by virtual deadline | Abel Wu |
2023-11-02 | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds |
2023-11-02 | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2023-10-30 | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2023-10-30 | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2023-10-25 | mm: kmem: add direct objcg pointer to task_struct | Roman Gushchin |
2023-10-04 | kill task_struct->thread_group | Oleg Nesterov |
2023-10-02 | sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu... | Kir Kolyshkin |
2023-09-20 | sched: Provide rt_mutex specific scheduler helpers | Peter Zijlstra |
2023-09-18 | sched/core: Remove ifdeffery for saved_state | Elliot Berman |
2023-09-11 | sched: Add task_struct->faults_disabled_mapping | Kent Overstreet |
2023-08-30 | sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLE | NeilBrown |
2023-08-29 | sched/core: Add kernel-doc for set_cpus_allowed_ptr() | Costa Shulyupin |
2023-07-19 | sched/fair: Implement an EEVDF-like scheduling policy | Peter Zijlstra |