summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)Author
2020-10-18mm: kmem: prepare remote memcg charging infra for interrupt contextsRoman Gushchin
2020-10-18mm, memcg: rework remote charging API to support nestingRoman Gushchin
2020-10-16mm: remove the now-unnecessary mmget_still_valid() hackJann Horn
2020-10-14Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-13mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-09-25rseq/membarrier: Add MEMBARRIER_CMD_PRIVATE_EXPEDITED_RSEQPeter Oskolkov
2020-08-26sched/topology: Move SD_DEGENERATE_GROUPS_MASK out of linux/sched/topology.hValentin Schneider
2020-08-26sched/topology: Move sd_flag_debug out of linux/sched/topology.hValentin Schneider
2020-08-20sched: remove _do_fork()Christian Brauner
2020-08-20fork: introduce kernel_clone()Christian Brauner
2020-08-19sched/topology: Mark SD_NUMA as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Mark SD_OVERLAP as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Mark SD_ASYM_PACKING as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Mark SD_SERIALIZE as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Mark SD_BALANCE_WAKE as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Mark SD_PREFER_SIBLING as SDF_NEEDS_GROUPSValentin Schneider
2020-08-19sched/topology: Propagate SD_ASYM_CPUCAPACITY upwardsValentin Schneider
2020-08-19sched/topology: Introduce SD metaflag for flags needing > 1 groupsValentin Schneider
2020-08-19sched/topology: Define and assign sched_domain flag metadataValentin Schneider
2020-08-19sched/topology: Split out SD_* flags declaration to its own fileValentin Schneider
2020-08-19ARM, sched/topology: Remove SD_SHARE_POWERDOMAINValentin Schneider
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells
2020-08-12kernel: add a kernel_wait helperChristoph Hellwig
2020-08-12include/linux/sched/mm.h: optimize current_gfp_context()Waiman Long
2020-08-07mm/page_alloc: fix memalloc_nocma_{save/restore} APIsJoonsoo Kim
2020-08-04Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/braune...Linus Torvalds
2020-08-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-08-03Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-01sched: Document arch_scale_*_capacity()Valentin Schneider
2020-07-29sched/uclamp: Add a new sysctl to control RT default boost valueQais Yousef
2020-07-24tasks: add put_task_struct_many()Pavel Begunkov
2020-07-22arch_topology, sched/core: Cleanup thermal pressure definitionValentin Schneider
2020-07-22linux/sched/mm.h: drop duplicated words in commentsRandy Dunlap
2020-07-22sched: nohz: stop passing around unused "ticks" parameter.Paul Gortmaker
2020-07-08Merge branch 'sched/urgent'Peter Zijlstra
2020-07-07exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman
2020-07-04arch: rename copy_thread_tls() back to copy_thread()Christian Brauner
2020-07-04arch: remove HAVE_COPY_THREAD_TLSChristian Brauner
2020-07-04fork: remove do_fork()Christian Brauner
2020-06-30task_work: teach task_work_add() to do signal_wake_up()Oleg Nesterov
2020-06-25sched/core: Remove mmdrop() definitionSebastian Andrzej Siewior
2020-06-22fork: fold legacy_clone_args_valid() into _do_fork()Christian Brauner
2020-06-15sched/deadline: Impose global limits on sched_attr::sched_periodPeter Zijlstra
2020-06-15isolcpus: Affine unbound kernel threads to housekeeping cpusMarcelo Tosatti
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09sysrq: use show_stack_loglvl()Dmitry Safonov
2020-06-08kernel/hung_task.c: introduce sysctl to print all traces when a hung task is ...Guilherme G. Piccoli
2020-06-04Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds