summaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2023-09-23kernel/fork: beware of __put_task_struct() calling contextWander Lairson Costa1-1/+27
2023-08-08mm: Move mm_cachep initialization to mm_init()Peter Zijlstra1-0/+1
2023-08-08x86/mm: Use mm_alloc() in poking_init()Peter Zijlstra1-1/+0
2023-07-27posix-timers: Ensure timer ID search-loop limit is validThomas Gleixner1-1/+1
2023-05-30sched: Fix KCSAN noinstr violationJosh Poimboeuf1-1/+1
2023-02-06exit: Add and use make_task_dead.Eric W. Biederman1-0/+1
2022-09-28task_stack, x86/cea: Force-inline stack helpersBorislav Petkov1-1/+1
2022-05-09mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-0/+8
2021-12-01shm: extend forced shm destroy to support objects from several IPC nsesAlexander Mikhalitsyn1-1/+1
2021-11-17task_stack: Fix end_of_stack() for architectures with upwards-growing stackHelge Deller1-0/+4
2021-07-20x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-7/+12
2021-03-17include/linux/sched/mm.h: use rcu_dereference in in_vfork()Matthew Wilcox (Oracle)1-1/+2
2021-01-09exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman1-5/+6
2020-10-29mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessarySuren Baghdasaryan1-0/+1
2020-10-01exec: Add exec_update_mutex to replace cred_guard_mutexEric W. Biederman1-1/+8
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-0/+2
2020-03-05timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)1-0/+2
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki1-0/+3
2019-11-29exit/exec: Seperate mm_release()Thomas Gleixner1-2/+4
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-6/+6
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-5/+3
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmMathieu Desnoyers1-0/+2
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman1-1/+0
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman1-0/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-16/+33
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2-9/+6
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner1-1/+1
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner1-2/+2
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner1-3/+0
2019-08-28sched: Move struct task_cputime to types.hThomas Gleixner1-0/+23
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner1-2/+3
2019-08-28posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner1-1/+0
2019-08-28posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner1-1/+1
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-0/+8
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-0/+10
2019-07-25sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)1-1/+5
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-2/+2
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-0/+6
2019-07-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+12
2019-07-17signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov1-2/+10
2019-07-17signal: reorder struct sighand_structAlexey Dobriyan1-2/+2
2019-07-14clone: fix CLONE_PIDFD supportDmitry V. Levin1-0/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-1/+16
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+9
2019-07-09Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-14/+0
2019-07-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-30/+14
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceDavid Howells1-14/+0
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-0/+11
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi1-6/+0