summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-03-05sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-02-12cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-13sched/fair: Fix infinite loop in update_blocked_averages() by reverting a9e7f...Linus Torvalds
2018-12-19sched/pelt: Fix warning and clean up IRQ PELT configVincent Guittot
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld
2018-10-02sched/numa: Migrate pages to local nodes quicker early in the lifetime of a taskMel Gorman
2018-10-02sched/numa: Avoid task migration for small NUMA improvementSrikar Dronamraju
2018-10-02sched/numa: Limit the conditions where scan period is resetMel Gorman
2018-10-02sched/numa: Reset scan rate whenever task moves across nodesSrikar Dronamraju
2018-10-02sched/numa: Pass destination CPU as a parameter to migrate_task_rqSrikar Dronamraju
2018-10-02sched/numa: Stop multiple tasks from moving to the CPU at the same timeSrikar Dronamraju
2018-09-10sched/fair: Fix kernel-doc notation warningRandy Dunlap
2018-09-10sched/fair: Fix load_balance redo for !imbalanceVincent Guittot
2018-09-10sched/fair: Fix scale_rt_capacity() for SMTVincent Guittot
2018-09-10sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle
2018-09-10sched/pelt: Fix update_blocked_averages() for RT and DL classesVincent Guittot
2018-09-10sched/topology: Set correct NUMA topology typeSrikar Dronamraju
2018-09-10sched/debug: Fix potential deadlock when writing to sched_featuresJiada Wang
2018-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2018-08-22sched/wait: assert the wait_queue_head lock is held in __wake_up_commonChristoph Hellwig
2018-08-22Merge tag 'pm-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2018-08-21Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-08-20sched: idle: Avoid retaining the tick when it has been stoppedRafael J. Wysocki
2018-08-14Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2018-08-13Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-08-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2018-08-05Merge 4.18-rc7 into master to pick up the KVM dependcyThomas Gleixner
2018-08-03signal: Add calculate_sigpending()Eric W. Biederman
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)
2018-07-30sched/clock: Disable interrupts when calling generic_sched_clock_init()Pavel Tatashin
2018-07-25sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()Srikar Dronamraju
2018-07-25sched/numa: Use group_weights to identify if migration degrades localitySrikar Dronamraju
2018-07-25sched/numa: Update the scan period without holding the numa_group lockSrikar Dronamraju
2018-07-25sched/numa: Remove numa_has_capacity()Srikar Dronamraju
2018-07-25sched/numa: Modify migrate_swap() to accept additional parametersSrikar Dronamraju
2018-07-25sched/numa: Remove unused task_capacity from 'struct numa_stats'Srikar Dronamraju
2018-07-25sched/numa: Skip nodes that are at 'hoplimit'Srikar Dronamraju
2018-07-25sched/debug: Reverse the order of printing faultsSrikar Dronamraju
2018-07-25sched/numa: Use task faults only if numa_group is not yet set upSrikar Dronamraju
2018-07-25sched/numa: Set preferred_node based on best_cpuSrikar Dronamraju
2018-07-25sched/numa: Simplify load_too_imbalanced()Srikar Dronamraju
2018-07-25sched/numa: Evaluate move once per nodeSrikar Dronamraju
2018-07-25sched/debug: Show the sum wait time of a task groupYun Wang
2018-07-25sched/fair: Remove #ifdefs from scale_rt_capacity()Vincent Guittot