summaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-05block: update cached timestamp post schedule/preemptionJens Axboe1-1/+1
2024-01-24exec: Distinguish in_execve from in_execKees Cook1-1/+1
2024-01-19Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds1-300/+25
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+0
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet1-10/+5
2023-12-27rseq: Split out rseq.h from sched.hKent Overstreet1-124/+1
2023-12-23sched/fair: Simplify util_estVincent Guittot1-37/+12
2023-12-21restart_block: Trim includesKent Overstreet1-0/+1
2023-12-21sem: Split out sem_types.hKent Overstreet1-1/+3
2023-12-21uidgid: Split out uidgid_types.hKent Overstreet1-0/+1
2023-12-21seccomp: Split out seccomp_types.hKent Overstreet1-1/+1
2023-12-21refcount: Split out refcount_types.hKent Overstreet1-1/+1
2023-12-21syscall_user_dispatch.h: split out *_types.hKent Overstreet1-1/+1
2023-12-21Split out irqflags_types.hKent Overstreet1-1/+1
2023-12-21ipc: Kill bogus dependency on spinlock.hKent Overstreet1-0/+2
2023-12-21plist: Split out plist_types.hKent Overstreet1-1/+1
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-122/+0
2023-12-21pid: Split out pid_types.hKent Overstreet1-1/+1
2023-12-21locking/seqlock: Split out seqlock_types.hKent Overstreet1-1/+1
2023-12-21posix-cpu-timers: Split out posix-timers_types.hKent Overstreet1-1/+1
2023-12-21locking/mutex: split out mutex_types.hKent Overstreet1-1/+1
2023-12-21hrtimers: Split out hrtimer_types.hKent Overstreet1-1/+1
2023-12-21sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet1-31/+0
2023-12-21nodemask: Split out include/linux/nodemask_types.hKent Overstreet1-1/+1
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-1/+1
2023-12-11arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens1-2/+0
2023-11-15sched/deadline: Introduce deadline serversPeter Zijlstra1-1/+21
2023-11-15sched: Unify runtime accounting across classesPeter Zijlstra1-1/+1
2023-11-15sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu1-1/+1
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+4
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+4
2023-10-31Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2023-10-26mm: kmem: add direct objcg pointer to task_structRoman Gushchin1-0/+4
2023-10-04kill task_struct->thread_groupOleg Nesterov1-1/+0
2023-10-02sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin1-1/+4
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra1-0/+3
2023-09-18sched/core: Remove ifdeffery for saved_stateElliot Berman1-2/+0
2023-09-12sched: Add task_struct->faults_disabled_mappingKent Overstreet1-0/+1
2023-08-30sched/core: Report correct state for TASK_IDLE | TASK_FREEZABLENeilBrown1-2/+2
2023-08-29sched/core: Add kernel-doc for set_cpus_allowed_ptr()Costa Shulyupin1-0/+10
2023-07-19sched/fair: Implement an EEVDF-like scheduling policyPeter Zijlstra1-0/+4
2023-07-19sched/fair: Add lag based placementPeter Zijlstra1-1/+2
2023-07-19sched/headers: Rename task_struct::state to task_struct::__state in the comme...Chin Yik Ming1-6/+6
2023-07-13sched/core: introduce sched_core_idle_cpu()Cruz Zhao1-0/+2
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