summaryrefslogtreecommitdiffstats
path: root/include/linux/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* / ptrace: take into account saved_sigmask in PTRACE{GET,SET}SIGMASKAndrei Vagin2019-03-291-0/+18
|/
* Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-1/+1
|\
| * Add io_uring IO interfaceJens Axboe2019-02-281-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-8/+40
|\ \
| * | mm/cma: add PF flag to force non cma allocAneesh Kumar K.V2019-03-051-8/+40
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-065-9/+17
|\ \
| * | sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-02-111-4/+4
| * | Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-112-1/+6
| |\|
| * | sched/core: Convert task_struct.stack_refcount to refcount_tElena Reshetova2019-02-041-1/+1
| * | sched/core: Convert task_struct.usage to refcount_tElena Reshetova2019-02-041-2/+2
| * | sched/core: Convert signal_struct.sigcnt to refcount_tElena Reshetova2019-02-041-1/+1
| * | sched/core: Convert sighand_struct.count to refcount_tElena Reshetova2019-02-041-1/+2
| * | sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret2019-01-271-0/+7
* | | sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso2019-02-041-2/+2
| |/ |/|
* | oom, oom_reaper: do not enqueue same task twiceTetsuo Handa2019-02-011-0/+1
* | sched/wake_q: Document wake_q_add()Peter Zijlstra2019-01-211-1/+5
|/
* fork: fix some -Wmissing-prototypes warningsYi Wang2019-01-041-0/+2
* sched/cpufreq: Prepare schedutil for Energy Aware SchedulingQuentin Perret2018-12-111-0/+6
* sched/topology: Relocate arch_scale_cpu_capacity() to the internal headerQuentin Perret2018-12-111-0/+16
* sched/topology: Remove the ::smt_gain field from 'struct sched_domain'Vincent Guittot2018-12-111-1/+0
* sched: Fix various typos in commentsIngo Molnar2018-12-033-4/+4
* x86/speculation: Rework SMT state changeThomas Gleixner2018-11-281-0/+2
* sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-11-281-0/+18
* Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2018-10-301-1/+0
|\
| * cpuidle: menu: Remove get_loadavg() from the performance multiplierDaniel Lezcano2018-10-251-1/+0
* | sched: loadavg: make calc_load_n() publicJohannes Weiner2018-10-261-0/+3
* | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-4/+17
|/
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-241-12/+11
|\
| * signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-9/+9
| * signal: Remove SEND_SIG_FORCEDEric W. Biederman2018-09-111-1/+0
| * signal: Remove the siginfo paramater from kernel_dqueue_signalEric W. Biederman2018-09-111-2/+2
* | sched/topology: Add SD_ASYM_CPUCAPACITY flag detectionMorten Rasmussen2018-09-101-3/+3
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-223-3/+5
|\
| * signal: make force_sigsegv() voidChristian Brauner2018-08-221-1/+1
| * kernel/hung_task.c: allow to set checking interval separately from timeoutDmitry Vyukov2018-08-221-0/+1
| * userns: use refcount_t for reference counting instead atomic_tSebastian Andrzej Siewior2018-08-221-2/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-3/+46
|\ \ | |/ |/|
| * signal: Don't restart fork when signals come in.Eric W. Biederman2018-08-091-0/+8
| * fork: Have new threads join on-going signal group stopsEric W. Biederman2018-08-031-0/+2
| * signal: Add calculate_sigpending()Eric W. Biederman2018-08-031-0/+1