summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2022-07-11fix race between exit_itimers() and /proc/pid/timersOleg Nesterov1-1/+1
2022-06-04Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-4/+24
2022-06-04Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+6
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+10
2022-05-27Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-41/+0
2022-05-26Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-05-20sched: coredump.h: clarify the use of MMF_VM_HUGEPAGEYang Shi1-1/+2
2022-05-11sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2-4/+21
2022-05-11ptrace: Don't change __stateEric W. Biederman2-2/+5
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra1-0/+8
2022-05-07fork: Generalize PF_IO_WORKER handlingEric W. Biederman1-0/+2
2022-05-07fork: Explicity test for idle tasks in copy_threadEric W. Biederman1-0/+1
2022-05-07fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman1-2/+1
2022-05-06kthread: Don't allocate kthread_struct for init and umhEric W. Biederman1-0/+2
2022-05-05mm: Add len and flags parameters to arch_get_mmap_end()Christophe Leroy1-1/+1
2022-05-05mm, hugetlbfs: Allow an arch to always use generic versions of get_unmapped_a...Christophe Leroy1-0/+9
2022-04-30task_work: allow TWA_SIGNAL without a rescheduling IPIJens Axboe1-2/+11
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver1-1/+1
2022-04-22mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni1-6/+0
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni1-4/+0
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni1-8/+0
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni1-5/+0
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni1-3/+0
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-11/+0
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni1-2/+0
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni1-2/+0
2022-04-04task_stack, x86/cea: Force-inline stack helpersBorislav Petkov1-1/+1
2022-03-29Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+17
2022-03-27Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-03-23Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+10
2022-03-23NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-0/+10
2022-03-23Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds10-25/+31
2022-03-21Merge tag 'core-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-03-21Merge tag 'x86-pasid-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+26
2022-03-15Merge branch 'x86/pasid' into x86/core, to resolve conflictsIngo Molnar1-0/+26
2022-03-15exit: Mark do_group_exit() __noreturnPeter Zijlstra1-1/+1
2022-03-11signal: Move set_notify_signal and clear_notify_signal into sched/signal.hEric W. Biederman1-0/+17
2022-02-23sched/headers: Make the <linux/sched/deadline.h> header build standaloneIngo Molnar1-0/+2
2022-02-23sched/headers: Add initial new headers as identity mappingsIngo Molnar6-0/+6
2022-02-23fork: Move task stack accounting to do_exit()Sebastian Andrzej Siewior1-0/+2
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-2/+2
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra1-2/+2
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-21/+22
2022-02-15iommu/sva: Assign a PASID to mm on PASID allocation and free it on mm exitFenghua Yu1-0/+16
2022-02-14kernel/fork: Initialize mm's PASIDFenghua Yu1-0/+10
2022-02-12sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman1-0/+1
2022-02-02sched: move autogroup sysctls into its own fileZhen Ni1-4/+0