summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-032-4/+24
|\
| * sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-112-4/+21
| * ptrace: Don't change __stateEric W. Biederman2022-05-112-2/+5
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-2/+6
|\ \
| * | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-0/+2
| * | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+1
| * | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+1
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-0/+2
| |/
* | Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-281-1/+10
|\ \
| * | mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy2022-05-051-1/+1
| * | mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy2022-05-051-0/+9
* | | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-41/+0
|\ \ \
| * | | sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-6/+0
| * | | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-4/+0
| * | | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-8/+0
| * | | sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-061-5/+0
| * | | sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-3/+0
| * | | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-11/+0
| * | | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-2/+0
| * | | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-061-2/+0
| | |/ | |/|
* | | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+2
|\ \ \
| * | | sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi2022-05-191-1/+2
| | |/ | |/|
* | | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-241-1/+1
|\ \ \
| * | | Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-111-0/+8
| |\| |
| * | | signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-04-221-1/+1
| | |/ | |/|
* | | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-1/+1
|\ \ \
| * | | task_stack, x86/cea: Force-inline stack helpersBorislav Petkov2022-04-041-1/+1
| |/ /
* | / task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe2022-04-301-2/+11
| |/ |/|
* | mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-0/+8
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-0/+17
|\
| * signal: Move set_notify_signal and clear_notify_signal into sched/signal.hEric W. Biederman2022-03-101-0/+17
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-1/+1
|\ \
| * \ Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar2022-03-151-0/+26
| |\ \
| * | | exit: Mark do_group_exit() __noreturnPeter Zijlstra2022-03-151-1/+1
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-0/+10
|\ \ \ \
| * | | | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-0/+10
| |/ / /
* | | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-2210-25/+31
|\ \ \ \
| * | | | sched/headers: Make the <linux/sched/deadline.h> header build standaloneIngo Molnar2022-02-231-0/+2
| * | | | sched/headers: Add initial new headers as identity mappingsIngo Molnar2022-02-236-0/+6
| * | | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-2/+2
| |\| | |
| * | | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-21/+22
| * | | | sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2022-02-111-0/+1
| * | | | sched: move autogroup sysctls into its own fileZhen Ni2022-02-021-4/+0
| | |_|/ | |/| |
* | | | Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+2
|\ \ \ \
| * | | | fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior2022-02-221-0/+2
| | |/ / | |/| |
* | | | Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-211-0/+26
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu2022-02-151-0/+16
| * | kernel/fork: Initialize mm's PASIDFenghua Yu2022-02-141-0/+10
| |/
* / sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-191-2/+2
|/
* hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2022-01-221-13/+1