summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-11-091-5/+1Star
|\
| * cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath2017-11-041-5/+1Star
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0221-0/+21
|/
* membarrier: Provide register expedited private commandMathieu Desnoyers2017-10-201-4/+30
* sched/core: Ensure load_balance() respects the active_maskPeter Zijlstra2017-10-101-0/+7
* sched/core: Address more wake_affine() regressionsPeter Zijlstra2017-10-102-0/+43
* sched/core: Fix wake_affine() performance regressionPeter Zijlstra2017-10-102-111/+16Star
* sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
* sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0Star
* sched/wait: Introduce wakeup boomark in wake_up_page_bitTim Chen2017-09-141-0/+7
* sched/wait: Break up long wake list walkTim Chen2017-09-141-15/+63
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-135-3/+25
|\
| * sched/debug: Add debugfs knob for "sched_debug"Peter Zijlstra2017-09-123-3/+8
| * sched/core: WARN() when migrating to an offline CPUPeter Zijlstra2017-09-121-0/+4
| * sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra2017-09-121-0/+7
| * sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra2017-09-121-0/+6
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-122-6/+5Star
|\|
| * sched/fair: Fix nuisance kernel-doc warningRandy Dunlap2017-09-111-1/+1
| * sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-4/+3Star
| * sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra2017-09-071-1/+1
* | sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-092-35/+21Star
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-093-29/+15Star
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-091-1/+1
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-056-42/+86
|\ \ | |/ |/|
| * Merge branch 'pm-sleep'Rafael J. Wysocki2017-09-041-4/+4
| |\
| | * PM / s2idle: Rename ->enter_freeze to ->enter_s2idleRafael J. Wysocki2017-08-111-1/+1
| | * PM / s2idle: Rename freeze_state enum and related itemsRafael J. Wysocki2017-08-111-3/+3
| * | Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-09-045-28/+80
| |\ \
| | * | cpufreq: schedutil: Always process remote callback with slow switchingViresh Kumar2017-08-181-2/+7
| | * | cpufreq: schedutil: Don't restrict kthread to related_cpus unnecessarilyViresh Kumar2017-08-181-1/+5
| | * | cpufreq: Return 0 from ->fast_switch() on errorsViresh Kumar2017-08-101-1/+1
| | * | sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-015-18/+35
| | * | cpufreq: schedutil: Use unsigned int for iowait boostJoel Fernandes2017-07-261-3/+3
| | * | cpufreq: schedutil: Make iowait boost more energy efficientJoel Fernandes2017-07-261-6/+32
| * | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2017-09-041-10/+2Star
| |\ \ \
| | * | | cpufreq: schedutil: Set dynamic_switching to trueViresh Kumar2017-07-261-0/+1
| | * | | cpufreq: Use transition_delay_us for legacy governors as wellViresh Kumar2017-07-221-10/+1Star
| | | |/ | | |/|
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-044-9/+14
|\ \ \ \
| * | | | Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-3/+4
| |\| | |
| * | | | smp: Avoid using two cache lines for struct call_single_dataYing Huang2017-08-291-1/+1
| * | | | locking/lockdep: Apply crossrelease to completionsByungchul Park2017-08-101-0/+11
| * | | | locking: Introduce smp_mb__after_spinlock()Peter Zijlstra2017-08-101-2/+2
| * | | | sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2017-08-101-6/+0Star
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-0410-247/+433
|\ \ \ \ \
| * | | | | sched/debug: Optimize sched_domain sysctl generationPeter Zijlstra2017-08-253-14/+59
| * | | | | sched/topology: Avoid pointless rebuildPeter Zijlstra2017-08-251-3/+12
| * | | | | sched/topology: Improve commentsPeter Zijlstra2017-08-251-2/+3
| * | | | | sched/topology: Fix memory leak in __sdt_alloc()Shu Wang2017-08-251-9/+7Star
| * | | | | sched/completion: Document that reinit_completion() must be called after comp...Steven Rostedt2017-08-161-0/+8
| * | | | | sched/autogroup: Fix error reporting printk text in autogroup_create()Anshuman Khandual2017-08-101-2/+1Star