aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-08-27Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-07Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-06Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-16Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-17Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-03-16sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2019-01-14sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-20Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-12Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-12-04sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-11-22Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
2018-10-15Merge branch 'v4.18/standard/base' into v4.18/standard/preempt-rt/baseBruce Ashfield
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-11work-simple: drop a shit statement in SWORK_EVENT_PENDINGSebastian Andrzej Siewior
2018-09-10Merge tag 'v4.18.7' into linux-4.18.y-rtSebastian Andrzej Siewior
2018-09-09sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-08-29sched: Allow pinned user tasks to be awakened to the CPU they pinnedMike Galbraith
2018-08-29Merge tag 'v4.18.5' into linux-4.18.y-rtSebastian Andrzej Siewior
2018-08-15sched/smt: Update sched_smt_present at runtimePeter Zijlstra
2018-08-07workqueue: Prevent deadlock/stall on RTThomas Gleixner
2018-08-07sched: Add support for lazy preemptionThomas Gleixner
2018-08-07irqwork: push most work into softirq contextSebastian Andrzej Siewior
2018-08-07sched: Distangle worker accounting from rqlockThomas Gleixner
2018-08-07fs/dcache: use swait_queue instead of waitqueueSebastian Andrzej Siewior