summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-09-031-5/+5
|\ \
| * | memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin2021-09-031-1/+1
| * | mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)2021-09-031-4/+4
| |/
* | Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-09-011-0/+1
|\ \
| * | signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman2021-08-261-0/+1
| |/
* | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds2021-09-011-8/+3
|\ \
| * | signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman2021-07-231-8/+0
| * | signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman2021-07-231-0/+2
| * | signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman2021-07-231-0/+1
| |/
* | Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-301-0/+6
|\ \
| * | posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker2021-08-101-0/+6
| |/
* | Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-08-301-2/+5
|\ \
| * | sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner2021-08-171-2/+5
| |/
* | Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-301-18/+0
|\ \ | |/ |/|
| * sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu2021-06-281-18/+0
* | Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-071-7/+12
|\ \
| * \ Merge x86/urgent into x86/fpuBorislav Petkov2021-06-231-0/+1
| |\ \
| * | | x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae2021-05-191-7/+12
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-0/+8
|\ \ \ \
| * | | | mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli2021-06-291-0/+8
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-06-281-7/+0
|\ \ \ \ | |_|_|/ |/| | |