summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
...
| * | sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo2024-06-181-0/+2
| * | sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo2024-06-181-3/+26
| * | sched_ext: Implement core-sched supportTejun Heo2024-06-181-0/+3
| * | sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet2024-06-181-1/+3
| * | sched_ext: Track tasks that are subjects of the in-flight SCX operationTejun Heo2024-06-181-0/+2
| * | sched_ext: Implement tickless supportTejun Heo2024-06-181-0/+1
| * | sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo2024-06-181-0/+4
| * | sched_ext: Print sched_ext info when dumping stackDavid Vernet2024-06-181-0/+2
| * | sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo2024-06-181-0/+12
| * | sched_ext: Implement runnable task stall watchdogDavid Vernet2024-06-181-0/+1
| * | sched_ext: Implement BPF extensible scheduler classTejun Heo2024-06-181-1/+140
| * | sched_ext: Add boilerplate for extensible scheduler classTejun Heo2024-06-181-0/+12
| * | sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()Tejun Heo2024-06-181-1/+2
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-32/+13
|\ \ \
| * | | mm: pass vm_flags to generic_get_unmapped_area()Mark Brown2024-09-091-2/+2
| * | | mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-091-15/+8
| * | | task_stack: uninline stack_not_usedPasha Tatashin2024-09-011-15/+3
| |/ /
* | | Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-193-13/+35
|\ \ \ | | |/ | |/|
| * | sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2024-08-071-5/+5
| * | sched/rt, dl: Convert functions to return boolQais Yousef2024-08-072-15/+9
| * | sched/rt: Clean up usage of rt_task()Qais Yousef2024-08-073-3/+31
| |/
* | signal: Remove task argument from dequeue_signal()Thomas Gleixner2024-07-291-3/+2
* | posix-timers: Convert timer list to hlistThomas Gleixner2024-07-291-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+2
|\
| * vhost_task: Handle SIGKILL by flushing work and exitingMike Christie2024-05-221-1/+2
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-192-1/+26
|\ \
| * | mm: introduce arch_get_unmapped_area_vmflags()Rick Edgecombe2024-04-251-0/+17
| * | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-252-1/+9
| |/
* | sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-241-4/+4
* | Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-251-23/+92
|\|
| * Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-21/+39
| |\
| | * mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2024-03-101-4/+13
| | * mm: introduce memalloc_flags_{save,restore}Kent Overstreet2024-03-101-17/+26
| * | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+53
| |\ \
| | * | mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2024-02-221-2/+53
| | |/
* | | sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar2024-03-121-1/+1
* | | sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar2024-03-121-1/+1
|/ /
* | Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-112-5/+5
|\ \
| * | sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-282-5/+5
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-0/+6
|\ \
| * | sched: Add a new function to compare if two cpus have the same capacityQais Yousef2024-02-241-0/+6
| |/
* / pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov2024-02-061-2/+0
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-103-0/+4
|\
| * Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| * refcount: Split out refcount_types.hKent Overstreet2023-12-201-0/+1
| * sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
| * task_stack.h: add missing includeKent Overstreet2023-12-201-0/+1
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-1/+3
|\ \
| * | kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-101-1/+0
| * | introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-0/+3
| |/