aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sched.h
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+8
2019-09-25tasks: Add a count of task RCU usersGravatar Eric W. Biederman 1-1/+4
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-0/+4
2019-09-18sched/core: Convert vcpu_is_preempted() from macro to an inline functionGravatar Qian Cai 1-1/+4
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-25/+4
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesGravatar Ingo Molnar 1-3/+3
2019-09-07kernel.h: Add non_block_start/end()Gravatar Daniel Vetter 1-0/+4
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersGravatar Thomas Gleixner 1-8/+0
2019-08-28sched: Move struct task_cputime to types.hGravatar Thomas Gleixner 1-16/+1
2019-08-28posix-cpu-timers: Create a container structGravatar Thomas Gleixner 1-1/+3
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateGravatar Thomas Gleixner 1-3/+3
2019-07-25cpusets: Rebuild root domain deadline accounting informationGravatar Mathieu Poirier 1-0/+5
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupGravatar Jann Horn 1-1/+9
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+76
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingGravatar Patrick Bellasi 1-0/+9
2019-06-24sched/uclamp: Add system default clampsGravatar Patrick Bellasi 1-0/+10
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingGravatar Patrick Bellasi 1-0/+39
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsGravatar Qais Yousef 1-1/+15
2019-06-19keys: Cache result of request_key*() temporarily in task_structGravatar David Howells 1-0/+5
2019-06-15processor: get rid of cpu_relax_yieldGravatar Heiko Carstens 1-4/+0
2019-06-15s390: improve wait logic of stop_machineGravatar Martin Schwidefsky 1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskGravatar Sebastian Andrzej Siewior 1-2/+3
2019-05-25rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Gravatar Paul E. McKenney 1-1/+1
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hGravatar Suren Baghdasaryan 1-1/+0
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-04-19cgroup: cgroup v2 freezerGravatar Roman Gushchin 1-0/+2
2019-04-19rseq: Remove superfluous rseq_len from task_structGravatar Mathieu Desnoyers 1-4/+0
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+3
2019-03-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+5
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-21/+12
2019-03-05mm/cma: add PF flag to force non cma allocGravatar Aneesh Kumar K.V 1-0/+1
2019-03-05mm, compaction: capture a page under direct compactionGravatar Mel Gorman 1-0/+4
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+5
2019-02-25Revert "x86/fault: BUG() when uaccess helpers fault on kernel addresses"Gravatar Linus Torvalds 1-6/+0
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Gravatar Andrea Parri 1-2/+2
2019-02-04sched/fair: Update scale invariance of PELTGravatar Vincent Guittot 1-16/+7
2019-02-04sched/core: Convert task_struct.stack_refcount to refcount_tGravatar Elena Reshetova 1-1/+1
2019-02-04sched/core: Convert task_struct.usage to refcount_tGravatar Elena Reshetova 1-1/+2
2019-02-03audit: remove audit_context when CONFIG_ AUDIT and not AUDITSYSCALLGravatar Richard Guy Briggs 1-1/+3
2019-02-03Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2019-02-02x86/resctrl: Avoid confusion over the new X86_RESCTRL configGravatar Johannes Weiner 1-1/+1
2019-01-29x86/speculation: Add PR_SPEC_DISABLE_NOEXECGravatar Waiman Long 1-0/+5
2019-01-29sched: Remove stale PF_MUTEX_TESTER bitGravatar Thomas Gleixner 1-1/+0
2019-01-25audit: move loginuid and sessionid from CONFIG_AUDITSYSCALL to CONFIG_AUDITGravatar Richard Guy Briggs 1-1/+1
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-0/+9
2019-01-11umh: add exit routine for UMH processGravatar Taehee Yoo 1-0/+9
2019-01-09x86/cache: Rename config option to CONFIG_X86_RESCTRLGravatar Borislav Petkov 1-1/+1