summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-021-36/+24Star
|\
| * cpu/hotplug: Fix unused function warningArnd Bergmann2018-03-151-9/+9
| * cpu/hotplug: Merge cpuhp_bp_states and cpuhp_ap_statesLai Jiangshan2018-03-141-27/+15Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-0234-1512/+2036
|\ \
| * | sched/core: Update preempt_notifier_key to modern APIDavidlohr Bueso2018-03-271-6/+6
| * | sched/cpufreq: Rate limits for SCHED_DEADLINEClaudio Scordino2018-03-231-0/+14
| * | sched/fair: Update util_est only on util_avg updatesPatrick Bellasi2018-03-202-5/+39
| * | sched/cpufreq/schedutil: Use util_est for OPP selectionPatrick Bellasi2018-03-201-1/+8
| * | sched/fair: Use util_est in LB and WU pathsPatrick Bellasi2018-03-201-14/+70
| * | sched/fair: Add util_est on top of PELTPatrick Bellasi2018-03-203-6/+125
| * | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-208-38/+30Star
| |\ \
| * | | sched/completions: Use bool in try_wait_for_completion()gaurav jindal2018-03-091-3/+3
| * | | sched/fair: Update blocked load when newly idleVincent Guittot2018-03-091-18/+87
| * | | sched/fair: Move idle_balance()Peter Zijlstra2018-03-091-114/+114
| * | | sched/nohz: Merge CONFIG_NO_HZ_COMMON blocksPeter Zijlstra2018-03-091-6/+4Star
| * | | sched/fair: Move rebalance_domains()Peter Zijlstra2018-03-091-118/+118
| * | | sched/nohz: Optimize nohz_idle_balance()Peter Zijlstra2018-03-091-5/+4Star
| * | | sched/fair: Reduce the periodic update durationVincent Guittot2018-03-091-4/+17
| * | | sched/nohz: Stop NOHZ stats when decayedVincent Guittot2018-03-092-20/+97
| * | | sched/cpufreq: Provide migration hintPeter Zijlstra2018-03-091-12/+19
| * | | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-094-50/+43Star
| * | | sched/fair: Update blocked load from NEWIDLEPeter Zijlstra2018-03-093-6/+45
| * | | sched/fair: Add NOHZ stats balancingPeter Zijlstra2018-03-091-12/+19
| * | | sched/fair: Restructure nohz_balance_kick()Peter Zijlstra2018-03-091-107/+111
| * | | sched/fair: Add NOHZ_STATS_KICKPeter Zijlstra2018-03-093-19/+41
| * | | sched/core: Convert nohz_flags to atomic_tPeter Zijlstra2018-03-093-16/+24
| * | | cpufreq/schedutil: Rewrite CPUFREQ_RT supportPeter Zijlstra2018-03-092-43/+40Star
| * | | cpufreq/schedutil: Remove unused CPUFREQ_DLPeter Zijlstra2018-03-091-2/+2
| * | | sched/fair: Add ';' after label attributesNorbert Manthey2018-03-091-1/+1
| * | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2018-03-0918-75/+141
| |\ \ \
| * | | | sched/core: Undefine tracepoint creation at the end of core.cIngo Molnar2018-03-041-0/+2
| * | | | sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separat...Ingo Molnar2018-03-042-15/+15
| * | | | sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar2018-03-043-120/+125
| * | | | sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar2018-03-0428-213/+94Star
| * | | | sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar2018-03-0328-710/+706Star
| * | | | sched/deadline: Clean up various coding style detailsMario Leinweber2018-03-031-1/+4
| * | | | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-214-46/+1Star
| * | | | sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker2018-02-218-1/+136
| * | | | sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker2018-02-212-2/+4
| * | | | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
| * | | | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
| * | | | sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker2018-02-211-3/+3
| * | | | sched/numa: Delay retrying placement for automatic NUMA balance after wake_af...Mel Gorman2018-02-211-1/+56
| * | | | sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman2018-02-211-0/+12
| * | | | sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra2018-02-211-1/+1
| * | | | sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman2018-02-211-1/+10
| * | | | sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() unti...Mel Gorman2018-02-211-1/+1
| * | | | sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman2018-02-211-3/+2Star
| * | | | Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar2018-02-2118-176/+301
| |\ \ \ \
| * | | | | sched/fair: Remove stray space in #ifdefVincent Guittot2018-02-131-2/+2