Age | Commit message (Expand) | Author |
2025-02-02 | cgroup: fix race between fork and cgroup.kill | Shakeel Butt |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2025-01-21 | Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2025-01-13 | lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWN | Nicholas Piggin |
2024-12-20 | sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabled | John Stultz |
2024-12-20 | sched: Move sched domain name out of CONFIG_SCHED_DEBUG | Swapnil Sapkal |
2024-12-20 | sched: Report the different kinds of imbalances in /proc/schedstat | Swapnil Sapkal |
2024-12-02 | sched/isolation: Consolidate housekeeping cpumasks that are always identical | Waiman Long |
2024-12-02 | sched/core: Remove HK_TYPE_SCHED | Waiman Long |
2024-11-23 | Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-11-20 | Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-11-19 | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2024-11-19 | Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-11-14 | sched/task_stack: fix object_is_on_stack() for KASAN tagged pointers | Qun-Wei Lin |
2024-11-08 | sched_ext: Enable the ops breather and eject BPF scheduler on softlockup | Tejun Heo |
2024-11-07 | signal: Provide ignored_posix_timers list | Thomas Gleixner |
2024-11-07 | signal: Cleanup unused posix-timer leftovers | Thomas Gleixner |
2024-11-07 | signal: Refactor send_sigqueue() | Thomas Gleixner |
2024-11-05 | mm: move mm flags to mm_types.h | Nanyong Sun |
2024-11-05 | sched/ext: Remove sched_fork() hack | Thomas Gleixner |
2024-10-29 | posix-timers: Cure si_sys_private race | Thomas Gleixner |
2024-10-21 | Merge tag 'v6.12-rc4' into sched/core, to resolve conflict | Ingo Molnar |
2024-10-09 | Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN" | Michal Hocko |
2024-10-07 | sched: remove unused __HAVE_THREAD_FUNCTIONS hook support | David Disseldorp |
2024-09-21 | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-09-19 | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2024-09-09 | sched_ext: Compact struct bpf_iter_scx_dsq_kern | Tejun Heo |
2024-09-09 | mm: pass vm_flags to generic_get_unmapped_area() | Mark Brown |
2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default | Mark Brown |
2024-09-04 | sched_ext: Add cgroup support | Tejun Heo |
2024-09-04 | sched_ext: TASK_DEAD tasks must be switched into SCX on ops_enable | Tejun Heo |
2024-09-03 | sched_ext: Replace SCX_TASK_BAL_KEEP with SCX_RQ_BAL_KEEP | Tejun Heo |
2024-09-01 | task_stack: uninline stack_not_used | Pasha Tatashin |
2024-08-20 | Merge branch 'tip/sched/core' into for-6.12 | Tejun Heo |
2024-08-07 | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}() | Qais Yousef |
2024-08-07 | sched/rt, dl: Convert functions to return bool | Qais Yousef |
2024-08-07 | sched/rt: Clean up usage of rt_task() | Qais Yousef |
2024-08-02 | sched_ext: Allow p->scx.disallow only while loading | Tejun Heo |
2024-07-31 | scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALL | David Vernet |
2024-07-29 | signal: Remove task argument from dequeue_signal() | Thomas Gleixner |
2024-07-29 | posix-timers: Convert timer list to hlist | Thomas Gleixner |
2024-07-08 | sched_ext: Implement DSQ iterator | Tejun Heo |
2024-07-08 | sched_ext: Take out ->priq and ->flags from scx_dsq_node | Tejun Heo |
2024-06-18 | sched_ext: Documentation: scheduler: Document extensible scheduler class | Tejun Heo |
2024-06-18 | sched_ext: Add vtime-ordered priority queue to dispatch_q's | Tejun Heo |
2024-06-18 | sched_ext: Implement core-sched support | Tejun Heo |
2024-06-18 | sched_ext: Implement sched_ext_ops.cpu_acquire/release() | David Vernet |
2024-06-18 | sched_ext: Track tasks that are subjects of the in-flight SCX operation | Tejun Heo |
2024-06-18 | sched_ext: Implement tickless support | Tejun Heo |