summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2023-05-08sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf
2023-03-13tasks: Extract rcu_users out of unionDavid Vernet
2023-03-12fork/vm: Move common PF_IO_WORKER behavior to new flagMike Christie
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-02-03blk-cgroup: store a gendisk to throttle in struct task_structChristoph Hellwig
2022-12-27sched: Introduce per-memory-map concurrency IDMathieu Desnoyers
2022-12-27rseq: Introduce extensible rseq ABIMathieu Desnoyers
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-12-12Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-11-30mm: convert mm's rss stats into percpu_counterShakeel Butt
2022-10-30sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou
2022-10-27perf: Rewrite core context handlingPeter Zijlstra
2022-10-14Merge tag 'mm-stable-2022-10-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-12mm: more vma cache removalAlexey Dobriyan
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'trace-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-03kmsan: add KMSAN runtime coreAlexander Potapenko
2022-09-27ftrace: Remove obsoleted code from ftrace and task_structGaosheng Cui
2022-09-26mm: remove vmacacheLiam R. Howlett
2022-09-26mm: multi-gen LRU: groundworkYu Zhao
2022-09-26delayacct: support re-entrance detection of thrashing accountingYang Yang
2022-09-21eventfd: guard wake_up in eventfd fs calls as wellDylan Yudaken
2022-09-07sched: Show PF_flag holesPeter Zijlstra
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-07sched: Widen TAKS_state literalsPeter Zijlstra
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-30rv: Add Runtime Verification (RV) interfaceDaniel Bristot de Oliveira
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney
2022-06-20rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney
2022-06-20rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-23Merge tag 'x86_splitlock_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra
2022-05-11ptrace: Don't change __stateEric W. Biederman
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar
2022-05-01sched: Fix missing prototype warningsThomas Gleixner