aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-08-17sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov
2019-08-17sched/rt: Check integer overflow at usec to nsec conversionKonstantin Khlebnikov
2019-08-17sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov
2019-08-02sched/nohz: Run NOHZ idle load balancer on HK_FLAG_MISC CPUsNicholas Piggin
2019-08-02sched/cpufreq: Fix kobject memleakTobin C. Harding
2019-05-15sched/deadline: Correctly handle active 0-lag timersluca abeni
2019-05-15sched/numa: Fix a possible divide-by-zeroXie XiuQi
2019-05-15sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld
2019-05-05sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov
2019-05-05sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman
2019-04-12sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-04-12sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-04-12sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-03-16sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-14sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-15sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-12-15sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-12-15sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-12-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-26sched/fair: Fix util_avg of new tasks for asymmetric systemsQuentin Perret
2018-09-26sched/core: Use smp_mb() in wake_woken_function()Andrea Parri
2018-09-09sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-07-25sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHAREHailong Liu
2018-07-25sched/deadline: Update rq_clock of later_rq when pushing a taskDaniel Bristot de Oliveira
2018-07-25sched/topology: Check variable group before dereferencing itYi Wang
2018-07-15sched/deadline: Fix switched_from_dl() warningJuri Lelli
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra
2018-07-03sched/util_est: Fix util_est_dequeue() for throttled cfs_rqVincent Guittot
2018-07-03sched/fair: Advance global expiration when period timer is restartedXunlei Pang
2018-07-03sched/fair: Fix bandwidth timer clock drift conditionXunlei Pang
2018-07-03sched/rt: Fix call to cpufreq_update_util()Vincent Guittot
2018-07-03sched/nohz: Skip remote tick on idle task entirelyFrederic Weisbecker
2018-06-15sched/core / kcov: avoid kcov_area during task switchMark Rutland
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-06-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-06-04Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-06-04Merge branches 'pm-cpufreq-sched' and 'pm-cpuidle'Rafael J. Wysocki
2018-05-31sched/headers: Fix typoDavidlohr Bueso
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton