summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-03-151-21/+39
|\
| * mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet2024-03-101-4/+13
| * mm: introduce memalloc_flags_{save,restore}Kent Overstreet2024-03-101-17/+26
* | Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-03-141-2/+53
|\ \
| * | mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka2024-02-221-2/+53
| |/
* | Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-03-112-5/+5
|\ \
| * | sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi2024-02-282-5/+5
| |/
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-0/+6
|\ \
| * | sched: Add a new function to compare if two cpus have the same capacityQais Yousef2024-02-241-0/+6
| |/
* / pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov2024-02-061-2/+0
|/
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-103-0/+4
|\
| * Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
| * refcount: Split out refcount_types.hKent Overstreet2023-12-201-0/+1
| * sched.h: move pid helpers to pid.hKent Overstreet2023-12-201-0/+1
| * task_stack.h: add missing includeKent Overstreet2023-12-201-0/+1
* | Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-01-091-1/+3
|\ \
| * | kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-101-1/+0
| * | introduce for_other_threads(p, t)Oleg Nesterov2023-12-101-0/+3
| |/
* | Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2024-01-081-1/+3
|\ \
| * | cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long2023-12-061-1/+3
| |/
* | Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-01-081-0/+8
|\ \
| * | sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot2023-12-231-0/+8
| |/
* / ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra2023-11-291-0/+2
|/
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-4/+15
|\
| * change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov2023-10-041-1/+2
| * change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov2023-10-041-3/+2
| * introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov2023-10-041-0/+11
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-023-6/+23
|\ \
| * | mm: kmem: scoped objcg protectionRoman Gushchin2023-10-251-0/+4
| * | mm/ksm: support fork/exec for prctlStefan Roesch2023-10-161-5/+8
| * | sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-3/+3
| * | mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest2023-10-061-0/+10
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-13/+4
|\ \
| * | kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel2023-09-111-13/+4
| |/
* | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-308-10/+35
|\ \
| * | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-241-2/+0
| * | sched: Add cpus_share_resources APIBarry Song2023-10-242-1/+14
| * | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-0/+1
| * | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-101-0/+1
| * | sched/numa: Trace decisions related to skipping VMAsMel Gorman2023-10-101-0/+8
| * | sched/headers: Standardize the <linux/sched/smt.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | sched/headers: Standardize the <linux/sched/type.h> header guard #endifIngo Molnar2023-09-211-1/+1
| * | sched/headers: Standardize the <linux/sched/vhost_task.h> header guard nameIngo Molnar2023-09-211-4/+3
| * | sched/headers: Add header guard to <linux/sched/deadline.h>Ingo Molnar2023-09-211-0/+4
| * | sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)2023-09-151-1/+2
| |/
* / sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra2023-09-201-0/+4
|/
* Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-08-291-5/+2
|\
| * document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-241-0/+4
| * kill do_each_thread()Oleg Nesterov2023-08-211-7/+0
* | sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa2023-07-131-4/+14