summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-161-2/+5
* cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki2018-05-161-1/+2
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-191-1/+2
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-191-1/+1
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-163-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-161-7/+8
* sched/wait: Fix add_wait_queue() behavioral changeOmar Sandoval2018-02-161-1/+1
* delayacct: Account blkio completion on the correct taskJosh Snyder2018-01-231-3/+3
* membarrier: Disable preemption when calling smp_call_function_many()Mathieu Desnoyers2018-01-171-0/+2
* cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2018-01-021-1/+1
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-208/+138
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freqViresh Kumar2017-11-301-1/+5
* Merge branch 'pm-cpufreq-sched'Rafael J. Wysocki2017-11-091-5/+1
|\
| * cpufreq: schedutil: Examine the correct CPU when we update utilChris Redpath2017-11-041-5/+1
* | 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-191-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/+16
* sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
* sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0
* 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/+5
|\|
| * 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/+3
| * sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra2017-09-071-1/+1
* | sched/deadline: replace earliest dl and rq leftmost cachingDavidlohr Bueso2017-09-082-35/+21
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-083-29/+15
* | treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan2017-09-081-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/+2
| |\ \ \