summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
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
2022-01-22hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni1-13/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-18/+8
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+26
2022-01-15mm: introduce memalloc_retry_wait()NeilBrown1-0/+26
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman1-7/+0
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman1-8/+4
2022-01-08signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman1-2/+1
2021-12-30Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki1-3/+3
2021-12-13exit: Add and use make_task_dead.Eric W. Biederman1-0/+1
2021-12-04Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman1-0/+1
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker1-2/+3
2021-11-23arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba1-7/+0
2021-11-23arch_topology: Introduce thermal pressure update functionLukasz Luba1-0/+7
2021-11-20shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn1-1/+1
2021-11-19signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman1-0/+1
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman1-3/+4
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2021-11-03Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds1-0/+13
2021-11-02Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2021-10-31sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot1-1/+1
2021-10-31task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller1-0/+4
2021-10-29signal: Implement force_fatal_sigEric W. Biederman1-0/+1
2021-10-15sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song1-0/+7
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-1/+2
2021-10-14sched,livepatch: Use wake_up_if_idle()Peter Zijlstra1-0/+4
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman1-0/+13
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner1-0/+29
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+2
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin1-1/+2
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+5