summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar
2019-02-11sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar
2019-02-11sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider
2019-02-11sched/fair: Explain LLC nohz kick conditionValentin Schneider
2019-02-11sched/fair: Simplify nohz_balancer_kick()Valentin Schneider
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_st...Dietmar Eggemann
2019-02-11sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot
2019-02-11sched/fair: Optimize update_blocked_averages()Vincent Guittot
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/...Thomas Gleixner
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capa...Vincent Guittot
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso
2019-02-04Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret
2019-01-25sched: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2019-01-25sched: Replace call_rcu_sched() with call_rcu()Paul E. McKenney
2019-01-21Revert "sched/core: Take the hotplug lock in sched_init_smp()"Valentin Schneider
2019-01-21sched/wake_q: Add branch prediction hint to wake_q_add() cmpxchgDavidlohr Bueso
2019-01-21sched/wake_q: Fix wakeup ordering for wake_qPeter Zijlstra
2019-01-21sched/wake_q: Document wake_q_add()Peter Zijlstra
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada