aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-09-03memcg: replace in_interrupt() by !in_task() in active_memcg()Vasily Averin1-1/+1
2021-09-03mm: report a more useful address for reclaim acquisitionMatthew Wilcox (Oracle)1-4/+4
2021-09-01Merge branch 'exit-cleanups-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+3
2021-08-30Merge tag 'timers-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+6
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+5
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+0
2021-08-26signal/seccomp: Refactor seccomp signal and coredump generationEric W. Biederman1-0/+1
2021-08-17sched/wake_q: Provide WAKE_Q_HEAD_INITIALIZER()Thomas Gleixner1-2/+5
2021-08-10posix-cpu-timers: Assert task sighand is locked while starting cputime counterFrederic Weisbecker1-0/+6
2021-07-23signal: Remove the generic __ARCH_SI_TRAPNO supportEric W. Biederman1-8/+0
2021-07-23signal/alpha: si_trapno is only used with SIGFPE and SIGTRAP TRAP_UNKEric W. Biederman1-0/+2
2021-07-23signal/sparc: si_trapno is only used with SIGILL ILL_ILLTRPEric W. Biederman1-0/+1
2021-07-07Merge tag 'x86-fpu-2021-07-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+12
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+8
2021-06-29mm: gup: pack has_pinned in MMF_HAS_PINNEDAndrea Arcangeli1-0/+8
2021-06-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-7/+0
2021-06-28sched/sysctl: Move extern sysctl declarations to sched.hHailong Liu1-18/+0
2021-06-24sched/core: Introduce SD_ASYM_CPUCAPACITY_FULL sched_domain flagBeata Michalska1-0/+10
2021-06-23Merge x86/urgent into x86/fpuBorislav Petkov1-0/+1
2021-06-18sched: Change task_struct::statePeter Zijlstra2-2/+2
2021-06-17sched/cpufreq: Consider reduced CPU capacity in energy calculationLukasz Luba1-1/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar1-0/+1
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-7/+12
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman1-0/+1
2021-05-12sched: Make nr_iowait_cpu() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_iowait() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Make nr_running() return 32-bit valueAlexey Dobriyan1-1/+1
2021-05-12sched: Simplify sched_info_on()Peter Zijlstra1-8/+2
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin1-1/+5
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin1-16/+5
2021-04-30Reimplement RLIMIT_MEMLOCK on top of ucountsAlexey Gladkov1-1/+0
2021-04-30Reimplement RLIMIT_SIGPENDING on top of ucountsAlexey Gladkov1-1/+0
2021-04-30Reimplement RLIMIT_MSGQUEUE on top of ucountsAlexey Gladkov1-4/+0
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov1-1/+0
2021-04-29Merge tag 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-3/+0
2021-04-21sched: Warn on long periods of pending need_reschedPaul Turner1-0/+3
2021-04-20Merge tag 'v5.12-rc8' into sched/core, to pick up fixesIngo Molnar1-1/+2
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra1-5/+3
2021-03-16fanotify: configurable limits via sysfsAmir Goldstein1-3/+0
2021-03-13include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-03-04kernel: provide create_io_thread() helperJens Axboe1-0/+2
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-9/+0
2021-02-17sched: Remove MAX_USER_RT_PRIODietmar Eggemann1-8/+1
2020-12-22Merge tag 'pm-5.11-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+5
2020-12-22Merge branch 'pm-cpufreq'Rafael J. Wysocki1-0/+5