summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown2023-08-301-2/+2
* sched/core: Add kernel-doc for set_cpus_allowed_ptr()Costa Shulyupin2023-08-291-0/+10
* sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra2023-07-191-0/+4
* sched/fair: Add lag based placementPeter Zijlstra2023-07-191-1/+2
* sched/headers: Rename task_struct::state to task_struct::__state in the comme...Chin Yik Ming2023-07-191-6/+6
* sched/core: introduce sched_core_idle_cpu()Cruz Zhao2023-07-131-0/+2
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-3/+0
|\
| * backing_dev: remove current->backing_dev_infoChristoph Hellwig2023-06-091-3/+0
* | Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-06-271-1/+3
|\ \
| * | cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann2023-05-081-1/+1
| * | sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann2023-05-081-0/+2
| |/
* / sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra2023-06-051-5/+2
|/
* Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+5
|\
| * tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-291-0/+5
* | Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-04-281-5/+18
|\ \
| * | sched: Fix performance regression introduced by mm_cidMathieu Desnoyers2023-04-211-0/+3
| * | livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf2023-03-221-5/+15
| |/
* | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-04-261-5/+2
|\ \
| * | tasks: Extract rcu_users out of unionDavid Vernet2023-03-131-5/+2
| |/
* / fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie2023-03-121-1/+1
|/
* Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-0/+9
|\
| * sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+5
| * rseq: Introduce extensible rseq ABIMathieu Desnoyers2022-12-271-0/+4
* | blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig2023-02-031-1/+1
|/
* Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-12-131-3/+0
|\
| * mm: convert mm's rss stats into percpu_counterShakeel Butt2022-11-301-3/+0
* | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-121-3/+0
|\ \
| * | sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2022-10-301-3/+0
| |/
* / perf: Rewrite core context handlingPeter Zijlstra2022-10-271-1/+1
|/
* Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-2/+0
|\
| * mm: more vma cache removalAlexey Dobriyan2022-10-121-2/+0
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-1/+13
|\|
| * kmsan: add KMSAN runtime coreAlexander Potapenko2022-10-031-0/+5
| * mm: remove vmacacheLiam R. Howlett2022-09-261-1/+0
| * mm: multi-gen LRU: groundworkYu Zhao2022-09-261-0/+4
| * delayacct: support re-entrance detection of thrashing accountingYang Yang2022-09-261-0/+4
* | Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2022-10-101-3/+0
|\ \
| * | ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui2022-09-271-3/+0
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-101-18/+32
|\ \
| * | sched: Show PF_flag holesPeter Zijlstra2022-09-071-0/+7
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-4/+9
| * | sched: Widen TAKS_state literalsPeter Zijlstra2022-09-071-15/+15
| * | sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra2022-09-071-0/+2
| |/
* / eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken2022-09-211-1/+1
|/
* Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-061-1/+1
|\
| * sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-031-1/+1
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-0/+11
|\ \
| * | rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira2022-07-301-0/+11
* | | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+3
|\ \ \ | |_|/ |/| |
| * | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-0/+1