summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)Author
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-11Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet
2024-02-25rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka
2024-02-22mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe
2024-01-24exec: Distinguish in_execve from in_execKees Cook
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet
2023-12-23sched/fair: Simplify util_estVincent Guittot
2023-12-20restart_block: Trim includesKent Overstreet
2023-12-20sem: Split out sem_types.hKent Overstreet
2023-12-20uidgid: Split out uidgid_types.hKent Overstreet
2023-12-20seccomp: Split out seccomp_types.hKent Overstreet
2023-12-20refcount: Split out refcount_types.hKent Overstreet
2023-12-20syscall_user_dispatch.h: split out *_types.hKent Overstreet
2023-12-20Split out irqflags_types.hKent Overstreet
2023-12-20ipc: Kill bogus dependency on spinlock.hKent Overstreet
2023-12-20plist: Split out plist_types.hKent Overstreet
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-12-20pid: Split out pid_types.hKent Overstreet
2023-12-20locking/seqlock: Split out seqlock_types.hKent Overstreet
2023-12-20posix-cpu-timers: Split out posix-timers_types.hKent Overstreet
2023-12-20locking/mutex: split out mutex_types.hKent Overstreet
2023-12-20hrtimers: Split out hrtimer_types.hKent Overstreet
2023-12-20sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet
2023-12-20nodemask: Split out include/linux/nodemask_types.hKent Overstreet
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe
2023-12-10arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-10-25mm: kmem: add direct objcg pointer to task_structRoman Gushchin
2023-10-04kill task_struct->thread_groupOleg Nesterov
2023-10-02sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra
2023-09-18sched/core: Remove ifdeffery for saved_stateElliot Berman
2023-09-11sched: Add task_struct->faults_disabled_mappingKent Overstreet
2023-08-30sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown
2023-08-29sched/core: Add kernel-doc for set_cpus_allowed_ptr()Costa Shulyupin
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra