summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-13sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-12-01sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-12-01sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2019-11-20sched/debug: Explicitly cast sched_feat() to boolPeter Zijlstra1-1/+1
2019-11-12sched/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-11-12sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2-69/+7
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-25cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar1-4/+10
2019-08-04sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-26sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai1-1/+1
2019-07-26sched/core: Add __sched tag for io_schedule()Gao Xiang1-1/+1
2019-06-04jump_label: move 'asm goto' support test to KconfigMasahiro Yamada4-9/+9
2019-05-31sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-05-31sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov1-0/+5
2019-05-31sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-05-31sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin1-6/+10
2019-05-25sched/cpufreq: Fix kobject memleakTobin C. Harding1-0/+1
2019-05-02sched/deadline: Correctly handle active 0-lag timersluca abeni1-2/+1
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-20sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-04-20sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra1-34/+25
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-04-05sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2-7/+8
2019-04-05sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto1-0/+4
2019-04-05sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-1/+1
2019-03-05sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra1-3/+4
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds1-34/+9
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot5-10/+8
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman1-1/+11