aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2020-04-01signal: Extend exec_id to 64bitsEric W. Biederman1-2/+2
2020-03-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+21
2020-03-21lockdep: Add hrtimer context tracing bitsSebastian Andrzej Siewior1-0/+1
2020-03-21lockdep: Introduce wait-type checksPeter Zijlstra1-0/+1
2020-03-20psi: Move PF_MEMSTALL out of task->flagsYafang Shao1-2/+4
2020-02-24sched/pelt: Add a new runnable average signalVincent Guittot1-10/+16
2020-02-24sched/pelt: Remove unused runnable load averageVincent Guittot1-4/+1
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-01-26sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik1-1/+1
2019-12-25rseq: Unregister rseq for clone CLONE_VMMathieu Desnoyers1-2/+2
2019-12-04kcov: remote coverage supportAndrey Konovalov1-0/+8
2019-12-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+7
2019-11-20futex: Add mutex around futex exitThomas Gleixner1-0/+1
2019-11-20futex: Replace PF_EXITPIDONE with a stateThomas Gleixner1-1/+1
2019-11-13time: Rename tsk->real_start_time to ->start_boottimePeter Zijlstra1-1/+1
2019-11-11Merge tag 'v5.4-rc7' into sched/core, to pick up fixesIngo Molnar1-0/+1
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe1-0/+1
2019-10-29sched/cputime: Add vtime guest task stateFrederic Weisbecker1-0/+2
2019-10-29sched/cputime: Add vtime idle task stateFrederic Weisbecker1-2/+4
2019-10-29sched/vtime: Record CPU under seqcount for kcpustat needsFrederic Weisbecker1-0/+1
2019-10-16arm64: entry.S: Do not preempt from IRQ before all cpufeatures are enabledJulien Thierry1-0/+1
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+8
2019-09-25tasks: Add a count of task RCU usersEric W. Biederman1-1/+4
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+4
2019-09-18sched/core: Convert vcpu_is_preempted() from macro to an inline functionQian Cai1-1/+4
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-25/+4
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar1-3/+3
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter1-0/+4
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner1-8/+0
2019-08-28sched: Move struct task_cputime to types.hThomas Gleixner1-16/+1
2019-08-28posix-cpu-timers: Create a container structThomas Gleixner1-1/+3
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner1-3/+3
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier1-0/+5
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-1/+9
2019-07-08Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-0/+5
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+76
2019-07-08Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi1-0/+9
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-0/+10
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi1-0/+39
2019-06-24sched/debug: Add a new sched_trace_*() helper functionsQais Yousef1-1/+15
2019-06-19keys: Cache result of request_key*() temporarily in task_structDavid Howells1-0/+5
2019-06-15processor: get rid of cpu_relax_yieldHeiko Carstens1-4/+0
2019-06-15s390: improve wait logic of stop_machineMartin Schwidefsky1-1/+1
2019-06-03sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior1-2/+3
2019-05-25rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney1-1/+1
2019-05-14include/: refactor headers to allow kthread.h inclusion in psi_types.hSuren Baghdasaryan1-1/+0