summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-031-20/+20
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-061-86/+41
|\
| * sched/core: Allow the remote scheduler tick to be started on CPU0Nicholas Piggin2019-05-031-1/+1
| * sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-04-191-1/+6
| * sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-04-191-0/+2
| * sched/core: Fix typo in commentJoel Savitz2019-04-191-1/+1
| * sched/core: Make some functions staticYueHaibing2019-04-181-5/+5
| * sched/core: Unify p->on_rq updatesPeter Zijlstra2019-04-161-5/+4
| * sched/core: Remove ttwu_activate()Peter Zijlstra2019-04-161-7/+2
| * sched/core, workqueues: Distangle worker accounting from rq lockThomas Gleixner2019-04-161-67/+21
* | ia64/tlb: Eradicate tlb_migrate_finish() callbackPeter Zijlstra2019-04-031-1/+0
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-241-1/+1
|\
| * sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-03-191-1/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-0/+3
|\ \
| * | mm, compaction: capture a page under direct compactionMel Gorman2019-03-051-0/+3
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-061-5/+7
|\ \ \ | | |/ | |/|
| * | sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann2019-02-111-1/+1