aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sched/core: Fix preempt warning in ttwuPeter Zijlstra2019-07-131-1/+3
* sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-241-0/+13
* sched/uclamp: Set default clamps for RT tasksPatrick Bellasi2019-06-241-2/+28
* sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi2019-06-241-0/+8
* sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-7/+84
* sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-241-0/+2
* sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-1/+98
* sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-241-5/+44
* sched/uclamp: Add bucket local max trackingPatrick Bellasi2019-06-241-18/+25
* sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-241-0/+166
* sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
* sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
* sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-031-5/+1
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-1/+0