summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/deadline: Initialize ->dl_boostedJuri Lelli2020-06-301-0/+1
* sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra2020-06-221-2/+3
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-221-1/+1
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-171-1/+7
* sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot2020-03-051-9/+34
* sched/fair: Optimize update_blocked_averages()Vincent Guittot2020-03-051-5/+21
* sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot2020-02-011-5/+28
* sched/fair: Add tmp_alone_branch assertionPeter Zijlstra2020-02-011-55/+71
* cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2019-12-312-5/+21
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-131-14/+22
* sched/core: Avoid spurious lock dependenciesPeter Zijlstra2019-12-131-1/+2
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-12-011-2/+11
* sched/topology: Fix off by one bugPeter Zijlstra2019-12-011-1/+1
* sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra2019-11-201-1/+1
* sched/fair: Fix -Wunused-but-set-variable warningsQian Cai2019-11-121-13/+6
* sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-11-122-69/+7
* sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker2019-11-061-3/+3
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-111-2/+2
* sched/membarrier: Fix private expedited registration checkMathieu Desnoyers2019-10-111-1/+1
* sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD2019-10-051-1/+6
* idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-10-051-2/+3
* sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-10-051-3/+3
* sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-10-051-0/+33
* 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
* time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-10-051-8/+49
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-251-4/+10
* sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-08-041-39/+81
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-07-261-1/+1
* sched/core: Add __sched tag for io_schedule()Gao Xiang2019-07-261-1/+1
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-06-044-9/+9
* 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/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin2019-05-311-6/+10
* 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/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov2019-04-201-1/+1
* sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra2019-04-201-34/+25
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-171-3/+3
* sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2019-04-052-7/+8
* 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/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra2019-03-051-3/+4
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-0/+1