summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-1616-776/+1059
|\
| * sched/core: Provide a tsk_nr_cpus_allowed() helperThomas Gleixner2016-05-123-27/+27
| * sched/core: Use tsk_cpus_allowed() instead of accessing ->cpus_allowedThomas Gleixner2016-05-123-5/+5
| * sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-05-121-4/+7
| * sched/fair: Correct unit of load_above_capacityMorten Rasmussen2016-05-121-2/+4
| * sched/fair: Clean up scale confusionPeter Zijlstra2016-05-121-2/+1Star
| * sched/nohz: Fix affine unpinned timers messWanpeng Li2016-05-121-1/+4
| * sched/fair: Fix fairness issue on migrationPeter Zijlstra2016-05-121-6/+16
| * sched/core: Kill sched_class::task_waking to clean up the migration logicPeter Zijlstra2016-05-123-42/+32Star
| * sched/fair: Prepare to fix fairness problems on migrationPeter Zijlstra2016-05-122-8/+58
| * sched/fair: Move record_wakee()Peter Zijlstra2016-05-121-28/+33
| * Merge branch 'smp/hotplug' into sched/core, to resolve conflictsIngo Molnar2016-05-124-255/+195Star
| |\
| | * sched: Make hrtick_notifier an explicit callThomas Gleixner2016-05-061-33/+1Star
| | * sched/fair: Make ilb_notifier an explicit callThomas Gleixner2016-05-063-14/+6Star
| | * sched/hotplug: Make activate() the last hotplug stepThomas Gleixner2016-05-061-6/+9
| | * sched/hotplug: Move migration CPU_DYING to sched_cpu_dying()Thomas Gleixner2016-05-062-51/+23Star
| | * sched/migration: Move CPU_ONLINE into scheduler stateThomas Gleixner2016-05-061-11/+22
| | * sched/migration: Move calc_load_migrate() into CPU_DYINGThomas Gleixner2016-05-061-3/+0Star
| | * sched/migration: Move prepare transition to SCHED_STARTING stateThomas Gleixner2016-05-061-9/+11
| | * sched/hotplug: Move sync_rcu to be with set_cpu_active(false)Peter Zijlstra2016-05-062-15/+14Star
| | * sched/hotplug: Convert cpu_[in]active notifiers to state machineThomas Gleixner2016-05-062-48/+27Star
| | * sched: Move sched_domains_numa_masks_clear() to DOWN_PREPAREThomas Gleixner2016-05-061-3/+0Star
| | * sched: Consolidate the notifier mazeThomas Gleixner2016-05-061-105/+69Star
| | * sched: Allow hotplug notifiers to be setup earlyThomas Gleixner2016-05-061-23/+36
| | * sched: Make set_cpu_rq_start_time() a built in hotplug stateThomas Gleixner2016-05-062-7/+15
| | * sched: Allow per-cpu kernel threads to run on online && !activePeter Zijlstra (Intel)2016-05-061-7/+42
| * | Merge branch 'sched/urgent' into sched/core to pick up fixesIngo Molnar2016-05-1215-82/+212
| |\ \
| * | | sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso2016-05-091-1/+1
| * | | sched/core: Remove unused variableMuhammad Falak R Wani2016-05-091-2/+2
| * | | sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann2016-05-051-3/+4
| * | | sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann2016-05-051-10/+3Star
| * | | sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming2016-05-051-0/+1
| * | | sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li2016-05-051-5/+5
| * | | sched/fair: Optimize sum computation with a lookup tableYuyang Du2016-05-051-8/+13
| * | | sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2016-05-052-13/+13
| * | | sched/fair: Generalize the load/util averages resolution definitionYuyang Du2016-05-052-9/+10
| * | | sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra2016-05-051-4/+6
| * | | locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra2016-05-058-62/+123
| * | | sched/core: Introduce 'struct rq_flags'Peter Zijlstra2016-05-053-56/+62
| * | | sched/core: Move task_rq_lock() out of linePeter Zijlstra2016-05-052-63/+69
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-05-056-27/+72
| |\ \ \
| * | | | sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2016-04-281-3/+3
| * | | | sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2016-04-282-8/+8
| * | | | sched/deadline: Fix a bug in dl_overflow()Xunlei Pang2016-04-231-1/+2
| * | | | sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker2016-04-233-7/+13
| * | | | sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-232-38/+68
| * | | | sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-234-16/+16
| * | | | sched/fair: Call cpufreq hook in additional pathsSteve Muckle2016-04-231-31/+42
| * | | | sched/fair: Do not call cpufreq hook unless util changedSteve Muckle2016-04-231-4/+6
| * | | | sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle2016-04-231-24/+26