summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef1-0/+6
2024-01-11Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds3-0/+4
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+3
2024-01-09Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-1/+3
2024-01-09Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet1-0/+1
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot1-0/+8
2023-12-21refcount: Split out refcount_types.hKent Overstreet1-0/+1
2023-12-21sched.h: move pid helpers to pid.hKent Overstreet1-0/+1
2023-12-21task_stack.h: add missing includeKent Overstreet1-0/+1
2023-12-11kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov1-1/+0
2023-12-11introduce for_other_threads(p, t)Oleg Nesterov1-0/+3
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long1-1/+3
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra1-0/+2
2023-11-03Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-4/+15
2023-11-03Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-6/+23
2023-11-02Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-13/+4
2023-10-31Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-10/+35
2023-10-26mm: kmem: scoped objcg protectionRoman Gushchin1-0/+4
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra1-2/+0
2023-10-24sched: Add cpus_share_resources APIBarry Song2-1/+14
2023-10-17mm/ksm: support fork/exec for prctlStefan Roesch1-5/+8
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-3/+3
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman1-0/+1
2023-10-11sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman1-0/+1
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman1-0/+8
2023-10-07mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest1-0/+10
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov1-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov1-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov1-0/+11
2023-09-21sched/headers: Standardize the <linux/sched/smt.h> header guard #endifIngo Molnar1-1/+1
2023-09-21sched/headers: Standardize the <linux/sched/type.h> header guard #endifIngo Molnar1-1/+1
2023-09-21sched/headers: Standardize the <linux/sched/vhost_task.h> header guard nameIngo Molnar1-4/+3
2023-09-21sched/headers: Add header guard to <linux/sched/deadline.h>Ingo Molnar1-0/+4
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra1-0/+4
2023-09-15sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)1-1/+2
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel1-13/+4
2023-08-30Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-5/+2
2023-08-25document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov1-0/+4
2023-08-21kill do_each_thread()Oleg Nesterov1-7/+0
2023-07-13sched: avoid false lockdep splat in put_task_struct()Wander Lairson Costa1-4/+14
2023-07-13kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-1/+27
2023-07-04Merge tag 'core_guards_for_6.5_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+2
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+18
2023-06-27Merge tag 'timers-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2023-06-26locking: Introduce __cleanup() based infrastructurePeter Zijlstra1-0/+2
2023-06-18posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1
2023-06-16sched/topology: Mark set_sched_topology() __initMiaohe Lin1-1/+1
2023-06-05sched/clock: Provide local_clock_noinstr()Peter Zijlstra1-1/+16
2023-06-02fork, vhost: Use CLONE_THREAD to fix freezer/ps regressionMike Christie2-13/+3