aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched
AgeCommit message (Expand)Author
2024-03-01task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
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-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner
2023-05-30sched: Fix KCSAN noinstr violationJosh Poimboeuf
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-04signal: kill JOBCTL_TASK_WORKJens Axboe
2023-01-04kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe
2023-01-04signal: Add task_sigpending() helperJens Axboe
2023-01-04kernel: provide create_io_thread() helperJens Axboe
2022-07-21fix race between exit_itimers() and /proc/pid/timersOleg Nesterov
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2021-12-01shm: 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-07-20x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae
2021-03-17include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
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