summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* mm: remove the now-unnecessary mmget_still_valid() hackJann Horn2020-10-161-25/+0
* Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-141-1/+1
|\
| * sched: remove _do_fork()Christian Brauner2020-08-201-4/+0
| * fork: introduce kernel_clone()Christian Brauner2020-08-201-1/+5
* | mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan2020-10-131-0/+1
* | rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov2020-09-251-0/+3
* | sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider2020-08-261-7/+0
* | sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider2020-08-261-5/+4
* | sched/topology: Mark SD_NUMA as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* | sched/topology: Mark SD_OVERLAP as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* | sched/topology: Mark SD_ASYM_PACKING as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-3/+4
* | sched/topology: Mark SD_SERIALIZE as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-4/+5
* | sched/topology: Mark SD_BALANCE_WAKE as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+2
* | sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider2020-08-191-1/+3
* | sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider2020-08-191-1/+3
* | sched/topology: Introduce SD metaflag for flags needing > 1 groupsValentin Schneider2020-08-192-11/+35
* | sched/topology: Define and assign sched_domain flag metadataValentin Schneider2020-08-192-28/+134
* | sched/topology: Split out SD_* flags declaration to its own fileValentin Schneider2020-08-192-13/+48
* | ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider2020-08-191-7/+6
* | watch_queue: Limit the number of watches a user can holdDavid Howells2020-08-171-0/+3
|/
* kernel: add a kernel_wait helperChristoph Hellwig2020-08-121-0/+1
* include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long2020-08-121-3/+5
* mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim2020-08-071-7/+1
* Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds2020-08-041-16/+1
|\
| * arch: rename copy_thread_tls() back to copy_thread()Christian Brauner2020-07-041-2/+2
| * arch: remove HAVE_COPY_THREAD_TLSChristian Brauner2020-07-041-14/+1
| * fork: remove do_fork()Christian Brauner2020-07-041-1/+0
| * fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner2020-06-221-1/+0
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-08-041-0/+2
|\ \
| * | exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-0/+2
| |/
* | Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-036-6/+27
|\ \
| * | sched: Document arch_scale_*_capacity()Valentin Schneider2020-08-011-0/+10
| * | sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef2020-07-292-0/+2
| * | arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider2020-07-221-0/+7
| * | linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap2020-07-221-3/+3
| * | sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker2020-07-221-1/+1
| * | Merge branch 'sched/urgent'Peter Zijlstra2020-07-081-1/+3
| |\ \
| * | | sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior2020-06-251-2/+0
| * | | sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra2020-06-151-0/+3
| * | | isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti2020-06-151-0/+1
| | |/ | |/|
* | | tasks: add put_task_struct_many()Pavel Begunkov2020-07-241-0/+6
| |/ |/|
* | task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov2020-06-301-1/+3
|/
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-5/+5
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-3/+2
* sysrq: use show_stack_loglvl()Dmitry Safonov2020-06-091-0/+2
* kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli2020-06-081-0/+7
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-11/+0
|\
| * signal: Remove has_group_leader_pidEric W. Biederman2020-04-281-11/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-29/+15
|\ \
| * \ Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann2020-04-281-29/+15
| |\ \