summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2025-05-12task_stack.h: remove obsolete __HAVE_ARCH_KSTACK_END checkPasha Tatashin1-2/+0
2025-04-16sched/topology: Introduce sched_update_asym_prefer_cpu()K Prateek Nayak1-0/+6
2025-04-02Merge tag 'objtool-urgent-2025-04-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2025-04-01sched/smt: Always inline sched_smt_active()Josh Poimboeuf1-1/+1
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2025-03-25Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-23/+27
2025-03-25Merge tag 'sched_ext-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-03-20cpuidle, sched: Use smp_mb__after_atomic() in current_clr_polling()Yujun Dong1-7/+16
2025-03-20sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar2-6/+0
2025-03-17include/{topology,cpuset}: Move dl_rebuild_rd_accounting to cpuset.hJuri Lelli1-2/+0
2025-03-17sched/topology: Stop exposing partition_sched_domains_lockedJuri Lelli1-10/+0
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli2-0/+3
2025-03-17sched/deadline: Generalize unique visiting of root domainsJuri Lelli1-0/+3
2025-03-13posix-timers: Provide a mechanism to allocate a given timer IDThomas Gleixner1-0/+1
2025-03-13posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_tEric Dumazet1-1/+1
2025-03-07Merge branch 'sched/urgent' into sched/core, to pick up dependent commitsIngo Molnar1-0/+1
2025-03-03sched/membarrier: Fix redundant load of membarrier_stateNysal Jan K.A.1-0/+7
2025-02-02sched_ext: Add an event, SCX_EV_SELECT_CPU_FALLBACKChangwoo Min1-0/+1
2025-02-02cgroup: fix race between fork and cgroup.killShakeel Butt1-0/+1
2025-01-27Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+0
2025-01-21Merge tag 'sched-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-17/+17
2025-01-14lazy tlb: fix hotplug exit race with MMU_LAZY_TLB_SHOOTDOWNNicholas Piggin1-4/+0
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz1-0/+34
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal1-8/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal1-1/+4
2024-12-02sched/isolation: Consolidate housekeeping cpumasks that are always identicalWaiman Long1-7/+13
2024-12-02sched/core: Remove HK_TYPE_SCHEDWaiman Long1-1/+0
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-82/+0
2024-11-20Merge tag 'sched_ext-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2024-11-20Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+1
2024-11-20Merge tag 'sched-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-2/+1
2024-11-15sched/task_stack: fix object_is_on_stack() for KASAN tagged pointersQun-Wei Lin1-0/+2
2024-11-08sched_ext: Enable the ops breather and eject BPF scheduler on softlockupTejun Heo1-0/+2
2024-11-07signal: Provide ignored_posix_timers listThomas Gleixner1-0/+1
2024-11-07signal: Cleanup unused posix-timer leftoversThomas Gleixner1-2/+0
2024-11-07signal: Refactor send_sigqueue()Thomas Gleixner1-1/+0
2024-11-06mm: move mm flags to mm_types.hNanyong Sun1-82/+0
2024-11-05sched/ext: Remove sched_fork() hackThomas Gleixner1-1/+0
2024-10-29posix-timers: Cure si_sys_private raceThomas Gleixner1-1/+1
2024-10-21Merge tag 'v6.12-rc4' into sched/core, to resolve conflictIngo Molnar1-13/+4
2024-10-09Revert "mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARN"Michal Hocko1-13/+4
2024-10-07sched: remove unused __HAVE_THREAD_FUNCTIONS hook supportDavid Disseldorp1-1/+1
2024-09-21Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+222
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-32/+13
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-13/+35
2024-09-10sched_ext: Compact struct bpf_iter_scx_dsq_kernTejun Heo1-1/+9
2024-09-10mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-10mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-15/+8
2024-09-04sched_ext: Add cgroup supportTejun Heo1-0/+3