aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched
AgeCommit message (Expand)Author
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-06exit: Add and use make_task_dead.Eric W. Biederman
2022-09-28task_stack, x86/cea: Force-inline stack helpersBorislav Petkov
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2021-12-01shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn
2021-11-17task_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-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan
2020-10-01exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-03-05timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28sched: Move struct task_cputime to types.hThomas Gleixner
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner
2019-08-28posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner
2019-08-28posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov
2019-07-16signal: reorder struct sighand_structAlexey Dobriyan
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi