summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-173-16/+33
|\
| * posix-cpu-timers: Move state tracking to struct posix_cputimersThomas Gleixner2019-08-282-9/+6
| * posix-cpu-timers: Switch thread group sampling to arrayThomas Gleixner2019-08-281-1/+1
| * posix-cpu-timers: Provide array based access to expiry cacheThomas Gleixner2019-08-281-2/+2
| * posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-3/+0
| * sched: Move struct task_cputime to types.hThomas Gleixner2019-08-281-0/+23
| * posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-2/+3
| * posix-cpu-timers: Rename thread_group_cputimer() and make it staticThomas Gleixner2019-08-281-1/+0
| * posix-cpu-timers: Provide quick sample function for itimerThomas Gleixner2019-08-281-1/+1
* | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-0/+8
* | sched/topology: Add partition_sched_domains_locked()Mathieu Poirier2019-07-251-0/+10
* | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-251-1/+5
* | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-0/+6
|\
| * KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-07-171-4/+12
|\ \
| * | signal: simplify set_user_sigmask/restore_user_sigmaskOleg Nesterov2019-07-161-2/+10
| * | signal: reorder struct sighand_structAlexey Dobriyan2019-07-161-2/+2
| |/
* / clone: fix CLONE_PIDFD supportDmitry V. Levin2019-07-141-0/+1
|/
* Merge tag 'clone3-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2019-07-111-1/+16
|\
| * fork: add clone3Christian Brauner2019-06-091-1/+16
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-6/+9
|\ \
| * | signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2019-05-291-1/+1
| * | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+1
| * | signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman2019-05-291-0/+4
| * | signal: Remove task parameter from force_sig_mceerrEric W. Biederman2019-05-271-1/+1
| * | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
| * | signal: Remove task parameter from force_sigsegvEric W. Biederman2019-05-271-1/+1
| * | signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncioEric W. Biederman2019-05-221-1/+1
| |/
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-14/+0
|\ \
| * | keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-261-14/+0
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-083-30/+14
|\ \
| * | sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-0/+11
| * | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-6/+0
| * | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-241-11/+3
| * | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-171-0/+4
| |\ \
| * | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-031-5/+0
| * | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-8/+0
| | |/ | |/|
* | | locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-171-0/+5
| |/ |/|
* | coredump: fix race condition between collapse_huge_page() and core dumpingAndrea Arcangeli2019-06-131-0/+4
|/
* include/linux/sched/signal.h: replace `tsk' with `task'Andrei Vagin2019-05-141-25/+26
* Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-05-091-0/+2
|\
| * cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-0/+2
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-071-0/+7
|\ \
| * | keys: safe concurrent user->{session,uid}_keyring accessJann Horn2019-04-101-0/+7
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-061-0/+1
|\ \ \
| * | | fork: Provide a function for copying init_mmNadav Amit2019-04-301-0/+1
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2019-05-031-0/+21
|\| | |
| * | | coredump: fix race condition between mmget_not_zero()/get_task_mm() and core ...Andrea Arcangeli2019-04-191-0/+21
| | |/ | |/|
* / | sched_domain: Annotate RCU pointers properlyJoel Fernandes (Google)2019-04-031-2/+2
|/ /