aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2024-05-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+2
2024-05-22vhost_task: Handle SIGKILL by flushing work and exitingGravatar Mike Christie 1-1/+2
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-1/+26
2024-04-25mm: introduce arch_get_unmapped_area_vmflags()Gravatar Rick Edgecombe 1-0/+17
2024-04-25mm: switch mm->get_unmapped_area() to a flagGravatar Rick Edgecombe 2-1/+9
2024-04-24sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Gravatar Vincent Guittot 1-4/+4
2024-03-25Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchGravatar Ingo Molnar 1-23/+92
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 1-21/+39
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+53
2024-03-12sched/balancing: Rename load_balance() => sched_balance_rq()Gravatar Ingo Molnar 1-1/+1
2024-03-12sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsGravatar Ingo Molnar 1-1/+1
2024-03-11Merge tag 'sched-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-5/+5
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+6
2024-03-10mm: introduce PF_MEMALLOC_NORECLAIM, PF_MEMALLOC_NOWARNGravatar Kent Overstreet 1-4/+13
2024-03-10mm: introduce memalloc_flags_{save,restore}Gravatar Kent Overstreet 1-17/+26
2024-02-28sched/topology: Rename SD_SHARE_PKG_RESOURCES to SD_SHARE_LLCGravatar Alex Shi 2-5/+5
2024-02-24sched: Add a new function to compare if two cpus have the same capacityGravatar Qais Yousef 1-0/+6
2024-02-22mm: document memalloc_noreclaim_save() and memalloc_pin_save()Gravatar Vlastimil Babka 1-2/+53
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Gravatar Oleg Nesterov 1-2/+0
2024-01-10Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsGravatar Linus Torvalds 3-0/+4
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-1/+3
2024-01-08Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Gravatar Linus Torvalds 1-1/+3
2024-01-08Merge tag 'sched-core-2024-01-08' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+8
2023-12-27Kill sched.h dependency on rcupdate.hGravatar Kent Overstreet 1-0/+1
2023-12-23sched/topology: Add a new arch_scale_freq_ref() methodGravatar Vincent Guittot 1-0/+8
2023-12-20refcount: Split out refcount_types.hGravatar Kent Overstreet 1-0/+1
2023-12-20sched.h: move pid helpers to pid.hGravatar Kent Overstreet 1-0/+1
2023-12-20task_stack.h: add missing includeGravatar Kent Overstreet 1-0/+1
2023-12-10kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Gravatar Oleg Nesterov 1-1/+0
2023-12-10introduce for_other_threads(p, t)Gravatar Oleg Nesterov 1-0/+3
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkGravatar Waiman Long 1-1/+3
2023-11-29ptrace: Convert ptrace_attach() to use lock guardsGravatar Peter Zijlstra 1-0/+2
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-4/+15
2023-11-02Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-6/+23
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-13/+4
2023-10-30Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 8-10/+35
2023-10-25mm: kmem: scoped objcg protectionGravatar Roman Gushchin 1-0/+4
2023-10-24sched/fair: Remove SIS_PROPGravatar Peter Zijlstra 1-2/+0
2023-10-24sched: Add cpus_share_resources APIGravatar Barry Song 2-1/+14
2023-10-16mm/ksm: support fork/exec for prctlGravatar Stefan Roesch 1-5/+8
2023-10-16sched/numa, mm: make numa migrate functions to take a folioGravatar Kefeng Wang 1-3/+3
2023-10-10sched/numa: Complete scanning of inactive VMAs when there is no alternativeGravatar Mel Gorman 1-0/+1
2023-10-10sched/numa: Complete scanning of partial VMAs regardless of PID activityGravatar Mel Gorman 1-0/+1
2023-10-10sched/numa: Trace decisions related to skipping VMAsGravatar Mel Gorman 1-0/+8
2023-10-06mm: add a NO_INHERIT flag to the PR_SET_MDWE prctlGravatar Florent Revest 1-0/+10
2023-10-04change thread_group_empty() to use task_struct->thread_nodeGravatar Oleg Nesterov 1-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderGravatar Oleg Nesterov 1-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceGravatar Oleg Nesterov 1-0/+11
2023-09-21sched/headers: Standardize the <linux/sched/smt.h> header guard #endifGravatar Ingo Molnar 1-1/+1
2023-09-21sched/headers: Standardize the <linux/sched/type.h> header guard #endifGravatar Ingo Molnar 1-1/+1