summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)Author
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar
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-12sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNKent Overstreet
2024-03-10mm: introduce memalloc_flags_{save,restore}Kent Overstreet
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCAlex Shi
2024-02-24sched: Add a new function to compare if two cpus have the same capacityQais Yousef
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Vlastimil Babka
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov
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
2024-01-08Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodVincent Guittot
2023-12-20refcount: Split out refcount_types.hKent Overstreet
2023-12-20sched.h: move pid helpers to pid.hKent Overstreet
2023-12-20task_stack.h: add missing includeKent Overstreet
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov
2023-12-10introduce for_other_threads(p, t)Oleg Nesterov
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsPeter Zijlstra
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-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-10-25mm: kmem: scoped objcg protectionRoman Gushchin
2023-10-24sched/fair: Remove SIS_PROPPeter Zijlstra
2023-10-24sched: Add cpus_share_resources APIBarry Song
2023-10-16mm/ksm: support fork/exec for prctlStefan Roesch
2023-10-16sched/numa, mm: make numa migrate functions to take a folioKefeng Wang
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlFlorent Revest
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov
2023-09-21sched/headers: Standardize the <linux/sched/smt.h> header guard #endifIngo Molnar
2023-09-21sched/headers: Standardize the <linux/sched/type.h> header guard #endifIngo Molnar
2023-09-21sched/headers: Standardize the <linux/sched/vhost_task.h> header guard nameIngo Molnar
2023-09-21sched/headers: Add header guard to <linux/sched/deadline.h>Ingo Molnar
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra
2023-09-15sched: Assert for_each_thread() is properly lockedMatthew Wilcox (Oracle)
2023-09-11kernel: Drop IA64 support from sig_fault handlersArd Biesheuvel