summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-311-1/+1
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-0/+5
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-1/+6
* sched/cpufreq: Fix kobject memleakTobin C. Harding2019-05-251-0/+1
* sched/deadline: Correctly handle active 0-lag timersluca abeni2019-05-021-2/+1
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-021-0/+4
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-171-3/+3
* sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto2019-04-051-0/+4
* sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck2019-04-051-1/+1
* sched/cpufreq/schedutil: Fix error path mutex unlockJules Maselbas2019-03-271-2/+1
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-0/+1
* sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang2019-01-232-7/+11
* sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds2019-01-131-34/+9
* sched/smt: Expose sched_smt_present static keyThomas Gleixner2018-12-051-3/+1
* sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)2018-12-051-8/+11
* sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra2018-12-051-2/+2
* sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider2018-11-271-1/+4
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-11-131-1/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-291-1/+2
* sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret2018-09-261-4/+6
* sched/core: Use smp_mb() in wake_woken_function()Andrea Parri2018-09-261-26/+21
* sched/deadline: Fix switching to -deadlineLuca Abeni2018-09-151-7/+4
* sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu2018-09-051-0/+2
* sched/smt: Update sched_smt_present at runtimePeter Zijlstra2018-08-152-18/+13
* sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton2018-07-081-2/+1
* sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra2018-07-081-12/+30
* sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre2018-06-211-1/+1
* sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre2018-06-213-6/+3
* sched/core: Introduce set_special_state()Peter Zijlstra2018-06-211-16/+1
* 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