aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-12-16Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2-5/+1
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+16
2020-12-15mm: extract might_alloc() debug checkDaniel Vetter1-0/+16
2020-12-15cpufreq: Add special-purpose fast-switching callback for driversRafael J. Wysocki1-0/+5
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-0/+15
2020-12-14Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2020-12-12kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe1-2/+0
2020-12-12signal: kill JOBCTL_TASK_WORKJens Axboe1-3/+1
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+6
2020-11-19sched/topology,schedutil: Wrap sched domains rebuildIonela Voinescu1-0/+8
2020-11-10Merge branch 'sched/migrate-disable'Peter Zijlstra1-0/+2
2020-11-10sched/hotplug: Consolidate task migration on CPU unplugThomas Gleixner1-0/+2
2020-11-09Merge tag 'core-entry-notify-signal' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into tif-task_work.archJens Axboe1-3/+17
2020-11-04Merge branch 'core/urgent' into core/entryThomas Gleixner7-61/+207
2020-11-02sched: Un-hide lockdep_tasklist_lock_is_held() for !LOCKDEPJakub Kicinski1-2/+0
2020-10-29sched: fix exit_mm vs membarrier (v4)Mathieu Desnoyers1-0/+5
2020-10-29entry: Add support for TIF_NOTIFY_SIGNALJens Axboe1-1/+10
2020-10-29signal: Add task_sigpending() helperJens Axboe1-2/+7
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin1-2/+11
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin1-20/+10
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn1-25/+0
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+1
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov1-0/+3
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider1-7/+0
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider1-5/+4
2020-08-20sched: remove _do_fork()Christian Brauner1-4/+0
2020-08-20fork: introduce kernel_clone()Christian Brauner1-1/+5
2020-08-19sched/topology: Mark SD_NUMA as SDF_NEEDS_GROUPSValentin Schneider1-1/+2
2020-08-19sched/topology: Mark SD_OVERLAP as SDF_NEEDS_GROUPSValentin Schneider1-1/+2
2020-08-19sched/topology: Mark SD_ASYM_PACKING as SDF_NEEDS_GROUPSValentin Schneider1-3/+4
2020-08-19sched/topology: Mark SD_SERIALIZE as SDF_NEEDS_GROUPSValentin Schneider1-4/+5
2020-08-19sched/topology: Mark SD_BALANCE_WAKE as SDF_NEEDS_GROUPSValentin Schneider1-1/+2
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider1-1/+3
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider1-1/+3