summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-2/+2
|\
| * mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2024-03-101-2/+2
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-4/+6
|\ \
| * | mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2024-02-221-4/+5
| * | mm/mempolicy: introduce MPOL_WEIGHTED_INTERLEAVE for weighted interleavingGregory Price2024-02-221-0/+1
| |/
* | Merge tag 'rcu.next.v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bo...Linus Torvalds2024-03-111-0/+2
|\ \
| * | rcu-tasks: Add data to eliminate RCU-tasks/do_exit() deadlocksPaul E. McKenney2024-02-251-0/+2
| |/
* / block: update cached timestamp post schedule/preemptionJens Axboe2024-02-051-1/+1
|/
* exec: Distinguish in_execve from in_execKees Cook2024-01-241-1/+1
* Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-1/+1
|\
| * iommu: Change kconfig around IOMMU_SVAJason Gunthorpe2023-12-121-1/+1
* | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-101-300/+25
|\ \
| * | Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-10/+5
| * | rseq: Split out rseq.h from sched.hKent Overstreet2023-12-271-124/+1
| * | restart_block: Trim includesKent Overstreet2023-12-201-0/+1
| * | sem: Split out sem_types.hKent Overstreet2023-12-201-1/+3
| * | uidgid: Split out uidgid_types.hKent Overstreet2023-12-201-0/+1
| * | seccomp: Split out seccomp_types.hKent Overstreet2023-12-201-1/+1
| * | refcount: Split out refcount_types.hKent Overstreet2023-12-201-1/+1
| * | syscall_user_dispatch.h: split out *_types.hKent Overstreet2023-12-201-1/+1
| * | Split out irqflags_types.hKent Overstreet2023-12-201-1/+1
| * | ipc: Kill bogus dependency on spinlock.hKent Overstreet2023-12-201-0/+2
| * | plist: Split out plist_types.hKent Overstreet2023-12-201-1/+1
| * | sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-122/+0
| * | pid: Split out pid_types.hKent Overstreet2023-12-201-1/+1
| * | locking/seqlock: Split out seqlock_types.hKent Overstreet2023-12-201-1/+1
| * | posix-cpu-timers: Split out posix-timers_types.hKent Overstreet2023-12-201-1/+1
| * | locking/mutex: split out mutex_types.hKent Overstreet2023-12-201-1/+1
| * | hrtimers: Split out hrtimer_types.hKent Overstreet2023-12-201-1/+1
| * | sched.h: Move (spin|rwlock)_needbreak() to spinlock.hKent Overstreet2023-12-201-31/+0
| * | nodemask: Split out include/linux/nodemask_types.hKent Overstreet2023-12-201-1/+1
| |/
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-2/+0
|\ \
| * | arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-101-2/+0
| |/
* | sched/fair: Simplify util_estVincent Guittot2023-12-231-37/+12
* | sched/deadline: Introduce deadline serversPeter Zijlstra2023-11-151-1/+21
* | sched: Unify runtime accounting across classesPeter Zijlstra2023-11-151-1/+1
* | sched/eevdf: Sort the rbtree by virtual deadlineAbel Wu2023-11-151-1/+1
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+0
|\
| * kill task_struct->thread_groupOleg Nesterov2023-10-041-1/+0
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-021-0/+4
|\ \
| * | mm: kmem: add direct objcg pointer to task_structRoman Gushchin2023-10-251-0/+4
| |/
* | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-301-3/+4
|\ \
| * | sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin2023-10-021-1/+4
| * | sched/core: Remove ifdeffery for saved_stateElliot Berman2023-09-181-2/+0
| |/
* | Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-10-301-0/+3
|\ \
| * | sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-201-0/+3
| |/
* / sched: Add task_struct->faults_disabled_mappingKent Overstreet2023-09-111-0/+1
|/
* 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