summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman-11/+0
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef-1/+1
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)-1/+3
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood-8/+10
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei-1/+2
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef-0/+6
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider-3/+3
2019-12-25sched/core: Remove unused variable from set_user_nice()Qian Cai-2/+1
2019-12-17sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker-8/+8
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2019-11-26Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+10
2019-11-25Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+12
2019-11-18Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar-2/+3
2019-11-17sched/uclamp: Fix overzealous type replacementValentin Schneider-3/+3
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef-1/+1
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra-1/+2
2019-11-11sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra-3/+3
2019-11-11sched/core: Optimize pick_next_task()Peter Zijlstra-3/+3
2019-11-11sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra-2/+4
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra-6/+15
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef-1/+1
2019-10-29io-wq: small threadpool implementation for io_uringJens Axboe-4/+12
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-1/+1
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-13/+15
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider-4/+3
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi-2/+2
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers-2/+2
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman-2/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-5/+14
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-100/+461
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-8/+49
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar-7/+7
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar-39/+39
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi-19/+19
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi-0/+44
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi-4/+189
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior-1/+4
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra-7/+12
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra-1/+1
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra-6/+6