summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-021-2/+2
|\
| * signal: Extend exec_id to 64bitsEric W. Biederman2020-04-011-2/+2
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-03-301-16/+21
|\ \
| * | psi: Move PF_MEMSTALL out of task->flagsYafang Shao2020-03-201-2/+4
| * | sched/pelt: Add a new runnable average signalVincent Guittot2020-02-241-10/+16
| * | sched/pelt: Remove unused runnable load averageVincent Guittot2020-02-241-4/+1
| |/
* | lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior2020-03-211-0/+1
* | lockdep: Introduce wait-type checksPeter Zijlstra2020-03-211-0/+1
|/
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-1/+1
|\
| * sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik2020-01-261-1/+1
* | rseq: Unregister rseq for clone CLONE_VMMathieu Desnoyers2019-12-251-2/+2
|/
* kcov: remote coverage supportAndrey Konovalov2019-12-041-0/+8
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-031-1/+1
|\
| * time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra2019-11-131-1/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+2
|\ \
| * | futex: Add mutex around futex exitThomas Gleixner2019-11-201-0/+1
| * | futex: Replace PF_EXITPIDONE with a stateThomas Gleixner2019-11-201-1/+1
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-2/+7
|\ \ \
| * \ \ Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar2019-11-111-0/+1
| |\ \ \ | | | |/ | | |/|
| * | | sched/cputime: Add vtime guest task stateFrederic Weisbecker2019-10-291-0/+2
| * | | sched/cputime: Add vtime idle task stateFrederic Weisbecker2019-10-291-2/+4
| * | | sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker2019-10-291-0/+1
| | |/ | |/|
* | | io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-0/+1
| |/ |/|
* | arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry2019-10-161-0/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-2/+8
|\
| * tasks: Add a count of task RCU usersEric W. Biederman2019-09-251-1/+4
| * sched/core: Convert vcpu_is_preempted() from macro to an inline functionQian Cai2019-09-181-1/+4
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-0/+4
|\ \
| * | kernel.h: Add non_block_start/end()Daniel Vetter2019-09-071-0/+4
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-25/+4
|\ \ \ | |_|/ |/| |
| * | posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner2019-08-281-8/+0
| * | sched: Move struct task_cputime to types.hThomas Gleixner2019-08-281-16/+1
| * | posix-cpu-timers: Create a container structThomas Gleixner2019-08-281-1/+3
* | | Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-3/+3
|\ \ \
| * | | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-3/+3
| | |/ | |/|
* / | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-0/+5
|/ /
* / sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-1/+9
|/
* Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-0/+5
|\
| * keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-191-0/+5
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-3/+76
|\ \
| * | sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-0/+9
| * | sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-0/+10
| * | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+39
| * | sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-1/+15
| * | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-2/+3
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-07-081-1/+1
|\ \
| * | rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney2019-05-251-1/+1
| |/
* | processor: get rid of cpu_relax_yieldHeiko Carstens2019-06-151-4/+0
* | s390: improve wait logic of stop_machineMartin Schwidefsky2019-06-151-1/+1
|/
* include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan2019-05-141-1/+0