summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | |_|_|/ |/| | |
| * | | Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov2021-04-301-1/+0
| * | | Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov2021-04-301-1/+0
| * | | Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov2021-04-301-4/+0
| * | | Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov2021-04-301-1/+0
* | | | sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flagBeata Michalska2021-06-241-0/+10
* | | | sched: Change task_struct::statePeter Zijlstra2021-06-182-2/+2
* | | | sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba2021-06-171-1/+1
* | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2021-06-031-0/+1
|\ \ \ \ | | |/ / | |/| |
| * | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-0/+1
| |\ \ \ | | |_|/ | |/| |
| | * | signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman2021-05-181-0/+1
| | |/
* | | sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
* | | sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
* | | sched: Make nr_running() return 32-bit valueAlexey Dobriyan2021-05-121-1/+1
* | | sched: Simplify sched_info_on()Peter Zijlstra2021-05-121-8/+2
|/ /