summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+1
|\
| * locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-11-261-8/+10
|\ \
| * \ Merge tag 'v5.4-rc8' into sched/core, to pick up fixes and dependenciesIngo Molnar2019-11-181-2/+3
| |\ \
| * | | sched/uclamp: Fix overzealous type replacementValentin Schneider2019-11-171-3/+3
| * | | sched/core: Simplify sched_class::pick_next_task()Peter Zijlstra2019-11-111-3/+3
| * | | sched/core: Optimize pick_next_task()Peter Zijlstra2019-11-111-3/+3
| * | | sched/core: Make pick_next_task_idle() more consistentPeter Zijlstra2019-11-111-2/+4
* | | | Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-251-4/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | io-wq: small threadpool implementation for io_uringJens Axboe2019-10-291-4/+12
| | |/ | |/|
* | | sched/uclamp: Fix incorrect conditionQais Yousef2019-11-151-1/+1
* | | sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-11-131-1/+2
| |/ |/|
* | sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra2019-11-081-6/+15
* | sched/core: Fix compilation error when cgroup not selectedQais Yousef2019-11-081-1/+1
|/
* sched_setattr: switch to copy_struct_from_user()Aleksa Sarai2019-10-011-36/+7
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-281-13/+15
|\
| * sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider2019-09-251-2/+0
| * sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider2019-09-251-4/+3
| * sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-09-251-2/+2
| * sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers2019-09-251-2/+2
| * tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman2019-09-251-2/+7
| * tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman2019-09-251-1/+1
* | Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds2019-09-211-5/+14
|\ \
| * | kernel.h: Add non_block_start/end()Daniel Vetter2019-09-071-5/+14
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-09-171-3/+3
|\ \ \ | |_|/ |/| |
| * | sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-3/+3
| |/
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-100/+461
|\ \
| * \ Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar2019-09-161-7/+7
| |\ \
| | * | sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner2019-07-311-7/+7
| | |/
| * | sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2019-09-031-19/+19
| * | sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi2019-09-031-1/+54
| * | sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi2019-09-031-1/+27
| * | sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi2019-09-031-2/+29
| * | sched/uclamp: Propagate parent clampsPatrick Bellasi2019-09-031-0/+44
| * | sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2019-09-031-4/+189
| * | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-081-7/+12
| * | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-081-1/+1
| * | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-081-6/+6
| * | sched: Rework CPU hotplug task selectionPeter Zijlstra2019-08-081-18/+14
| * | sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra2019-08-081-1/+1
| * | sched: Clean up active_mm reference countingPeter Zijlstra2019-08-081-19/+30
| * | sched/core: Silence a warning in sched_init()Qian Cai2019-07-251-5/+5
| * | sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-07-251-4/+0
| * | sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2019-07-251-3/+17
| * | sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier2019-07-251-10/+14
| * | time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-07-251-8/+49
| |/
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-161-8/+49
|\ \
| * | time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-08-011-8/+49
| |/
* | sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar2019-09-041-39/+39
* | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
|/