summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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-091-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-091-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-091-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/+0Star
* | 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-151-1/+0Star
* 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
* | rseq: Remove superfluous rseq_len from task_structMathieu Desnoyers2019-04-191-4/+0Star
|/
* Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-071-1/+3
|\
| * audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLRichard Guy Briggs2019-02-031-1/+3
| * audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITRichard Guy Briggs2019-01-251-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-0/+5
|\ \
| * | mm/cma: add PF flag to force non cma allocAneesh Kumar K.V2019-03-061-0/+1
| * | mm, compaction: capture a page under direct compactionMel Gorman2019-03-061-0/+4
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-21/+12Star
|\ \ \
| * \ \ Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar2019-02-111-1/+1
| |\ \ \
| * | | | sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-02-041-2/+2
| * | | | sched/fair: Update scale invariance of PELTVincent Guittot2019-02-041-16/+7Star
| * | | | 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-1/+2
| * | | | sched: Remove stale PF_MUTEX_TESTER bitThomas Gleixner2019-01-291-1/+0Star
* | | | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-03-051-0/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | x86/speculation: Add PR_SPEC_DISABLE_NOEXECWaiman Long2019-01-291-0/+5
| |/ / /
* | / / Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Linus Torvalds2019-02-251-6/+0Star
| |/ / |/| |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-031-1/+1
|\ \ \ | |/ / |/| |
| * | x86/resctrl: Avoid confusion over the new X86_RESCTRL configJohannes Weiner2019-02-021-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-01-151-0/+9
|\ \ \ | |/ / |/| |
| * | umh: add exit routine for UMH processTaehee Yoo2019-01-121-0/+9
| |/
* / x86/cache: Rename config option to CONFIG_X86_RESCTRLBorislav Petkov2019-01-091-1/+1
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-12-261-2/+2
|\
| * sched: Fix various typos in commentsIngo Molnar2018-12-031-2/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-12-261-1/+3
|\ \
| * \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-12-041-1/+3
| |\ \ | | |/ | |/|
| | * rcu: Speed up expedited GPs when interrupting RCU readerPaul E. McKenney2018-11-121-1/+3
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-12-261-1/+1
|\ \ \ | |/ / |/| |
| * | x86/resctrl: Rename the config option INTEL_RDT to RESCTRLBabu Moger2018-11-221-1/+1
| |/
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-12-011-0/+9
|\ \
| * | x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-11-281-0/+9
| |/
* / function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2018-11-281-0/+1
|/
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+5
|\
| * fs/proc: Show STACKLEAK metrics in the /proc file systemAlexander Popov2018-09-041-0/+1