summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)Author
2024-03-01posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra
2023-05-24sched: Fix KCSAN noinstr violationJosh Poimboeuf
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2022-09-20task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra
2021-11-25signal: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman
2021-11-25signal: Implement force_fatal_sigEric W. Biederman
2021-11-25shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-11-18task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08fs/epoll: use a per-cpu counter for user's watches countNicholas Piggin
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2021-08-30Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman
2021-08-17sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker
2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu
2021-06-24sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flagBeata Michalska
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan