summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-172-18/+8
|\
| * signal: Remove the helper signal_group_exitEric W. Biederman2022-01-081-7/+0
| * signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-8/+4
| * signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-2/+1
| * exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-0/+1
| * Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman2021-12-031-0/+1
| |\
| * | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-3/+4
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-0/+26
|\ \ \
| * | | mm: introduce memalloc_retry_wait()NeilBrown2022-01-151-0/+26
* | | | Merge branch 'cpufreq/arm/linux-next' of git://git.kernel.org/pub/scm/linux/k...Rafael J. Wysocki2021-12-301-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | arch_topology: Remove unused topology_set_thermal_pressure() and relatedLukasz Luba2021-11-231-7/+0
| * | | arch_topology: Introduce thermal pressure update functionLukasz Luba2021-11-231-0/+7
| |/ /
* | | sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker2021-12-021-2/+3
* | | shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn2021-11-201-1/+1
| |/ |/|
* | signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-191-0/+1
|/
* Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-101-0/+1
|\
| * signal: Implement force_fatal_sigEric W. Biederman2021-10-291-0/+1
* | Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/...Linus Torvalds2021-11-031-0/+13
|\ \
| * | coredump: Limit coredumps to a single thread groupEric W. Biederman2021-10-081-0/+13
| |/
* | Merge tag 'for-5.16/parisc-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-011-0/+4
|\ \
| * | task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller2021-10-301-0/+4
| |/
* | sched/fair: Wait before decaying max_newidle_lb_costVincent Guittot2021-10-311-1/+1
* | sched: Add cluster scheduler level in core and related Kconfig for ARM64Barry Song2021-10-151-0/+7
* | kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao2021-10-141-1/+2
* | sched,livepatch: Use wake_up_if_idle()Peter Zijlstra2021-10-141-0/+4
* | sched: Move mmdrop to RCU on RTThomas Gleixner2021-10-051-0/+29
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-081-1/+2
|\
| * fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin2021-09-081-1/+2