summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+0
2023-06-28Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+3
2023-06-10backing_dev: remove current->backing_dev_infoChristoph Hellwig1-3/+0
2023-06-05sched: Unconditionally use full-fat wait_task_inactive()Peter Zijlstra1-5/+2
2023-05-09cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-1/+1
2023-05-09sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-0/+2
2023-04-29Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+5
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+18
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-5/+2
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers1-0/+3
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave1-0/+5
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf1-5/+15
2023-03-13tasks: Extract rcu_users out of unionDavid Vernet1-5/+2
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie1-1/+1
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+9
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig1-1/+1
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers1-0/+5
2022-12-27rseq: Introduce extensible rseq ABIMathieu Desnoyers1-0/+4
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2022-12-13Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+0
2022-12-01mm: convert mm's rss stats into percpu_counterShakeel Butt1-3/+0
2022-10-30sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou1-3/+0
2022-10-27perf: Rewrite core context handlingPeter Zijlstra1-1/+1
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+0
2022-10-13mm: more vma cache removalAlexey Dobriyan1-2/+0
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+13
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-3/+0
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-18/+32
2022-10-04kmsan: add KMSAN runtime coreAlexander Potapenko1-0/+5
2022-09-27ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui1-3/+0
2022-09-27mm: remove vmacacheLiam R. Howlett1-1/+0
2022-09-27mm: multi-gen LRU: groundworkYu Zhao1-0/+4
2022-09-27delayacct: support re-entrance detection of thrashing accountingYang Yang1-0/+4
2022-09-21eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken1-1/+1
2022-09-07sched: Show PF_flag holesPeter Zijlstra1-0/+7
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-4/+9
2022-09-07sched: Widen TAKS_state literalsPeter Zijlstra1-15/+15
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-0/+2
2022-08-07Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-0/+11
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1
2022-08-03Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira1-0/+11
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann1-1/+1
2022-06-22rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney1-0/+1
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney1-0/+2
2022-06-20rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney1-1/+0
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+4
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-14/+2
2022-05-24Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+3