aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-6/+6
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 1-5/+3
2019-09-25sched/membarrier: Call sync_core only before usermode for same mmGravatar Mathieu Desnoyers 1-0/+2
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Gravatar Eric W. Biederman 1-1/+0
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 1-0/+1
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-16/+33
2019-08-28posix-cpu-timers: Move state tracking to struct posix_cputimersGravatar Thomas Gleixner 2-9/+6
2019-08-28posix-cpu-timers: Switch thread group sampling to arrayGravatar Thomas Gleixner 1-1/+1
2019-08-28posix-cpu-timers: Provide array based access to expiry cacheGravatar Thomas Gleixner 1-2/+2
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersGravatar Thomas Gleixner 1-3/+0
2019-08-28sched: Move struct task_cputime to types.hGravatar Thomas Gleixner 1-0/+23
2019-08-28posix-cpu-timers: Create a container structGravatar Thomas Gleixner 1-2/+3
2019-08-28posix-cpu-timers: Rename thread_group_cputimer() and make it staticGravatar Thomas Gleixner 1-1/+0
2019-08-28posix-cpu-timers: Provide quick sample function for itimerGravatar Thomas Gleixner 1-1/+1
2019-07-25cpusets: Rebuild root domain deadline accounting informationGravatar Mathieu Poirier 1-0/+8
2019-07-25sched/topology: Add partition_sched_domains_locked()Gravatar Mathieu Poirier 1-0/+10
2019-07-25sched/core: Convert get_task_struct() to return the taskGravatar Matthew Wilcox (Oracle) 1-1/+5
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersGravatar Jann Horn 1-2/+2
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+6
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptGravatar Wanpeng Li 1-0/+6
2019-07-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+12
2019-07-16signal: simplify set_user_sigmask/restore_user_sigmaskGravatar Oleg Nesterov 1-2/+10
2019-07-16signal: reorder struct sighand_structGravatar Alexey Dobriyan 1-2/+2
2019-07-14clone: fix CLONE_PIDFD supportGravatar Dmitry V. Levin 1-0/+1
2019-07-11Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-1/+16
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+9
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-14/+0
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-30/+14
2019-06-26keys: Move the user and user-session keyrings to the user_namespaceGravatar David Howells 1-14/+0
2019-06-24sched/uclamp: Add system default clampsGravatar Patrick Bellasi 1-0/+11
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingGravatar Patrick Bellasi 1-6/+0
2019-06-24sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Gravatar Vincent Guittot 1-11/+3
2019-06-17locking/rwsem: Always release wait_lock before waking up tasksGravatar Waiman Long 1-0/+5
2019-06-17Merge tag 'v5.2-rc5' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+4
2019-06-13coredump: fix race condition between collapse_huge_page() and core dumpingGravatar Andrea Arcangeli 1-0/+4
2019-06-09fork: add clone3Gravatar Christian Brauner 1-1/+16
2019-06-03sched/core: Remove sd->*_idxGravatar Dietmar Eggemann 1-5/+0
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeGravatar Dietmar Eggemann 1-8/+0
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoGravatar Eric W. Biederman 1-1/+1
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-2/+1
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Gravatar Eric W. Biederman 1-0/+4
2019-05-27signal: Remove task parameter from force_sig_mceerrGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sigGravatar Eric W. Biederman 1-1/+1
2019-05-27signal: Remove task parameter from force_sigsegvGravatar Eric W. Biederman 1-1/+1
2019-05-22signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioGravatar Eric W. Biederman 1-1/+1
2019-05-14include/linux/sched/signal.h: replace `tsk' with `task'Gravatar Andrei Vagin 1-25/+26
2019-05-09Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 1-0/+2
2019-05-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+7
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2019-05-03Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+21