aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-03sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2019-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-56/+89
2019-03-19sched/fair: Skip LLC NOHZ logic for asymmetric systemsValentin Schneider1-28/+37
2019-03-19sched/fair: Tune down misfit NOHZ kicksValentin Schneider1-1/+25
2019-03-19sched/fair: Comment some nohz_balancer_kick() kick conditionsValentin Schneider1-2/+11
2019-03-19sched/core: Fix buffer overflow in cgroup2 property cpu.maxKonstantin Khlebnikov1-1/+1
2019-03-19sched/cpufreq: Fix 32-bit math overflowPeter Zijlstra1-34/+25
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-7/+11
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-239/+495
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-21/+46
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman1-0/+3
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-7/+8
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-6/+6
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+28
2019-02-28Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar1-1/+1
2019-02-21psi: avoid divide-by-zero crash inside virtual machinesJohannes Weiner1-1/+1
2019-02-19bpf: check that BPF programs run with preemption disabledPeter Zijlstra1-0/+28
2019-02-13Merge branch 'rcu-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar4-6/+6
2019-02-13sched/fair: Use non-atomic cpumask_{set,clear}_cpu()Viresh Kumar2-4/+4
2019-02-11sched/fair: Remove unused 'sd' parameter from select_idle_smt()Viresh Kumar1-3/+3
2019-02-11sched/fair: Prune, fix and simplify the nohz_balancer_kick() comment blockValentin Schneider1-9/+2
2019-02-11sched/fair: Explain LLC nohz kick conditionValentin Schneider1-2/+7
2019-02-11sched/fair: Simplify nohz_balancer_kick()Valentin Schneider1-6/+2
2019-02-11sched/topology: Fix percpu data types in struct sd_data & struct s_dataLuc Van Oostenryck1-1/+1
2019-02-11sched/fair: Simplify post_init_entity_util_avg() by calling it with a task_struct pointer argumentDietmar Eggemann3-24/+18
2019-02-11sched/fair: Fix O(nr_cgroups) in the load balancing pathVincent Guittot1-9/+34
2019-02-11sched/fair: Optimize update_blocked_averages()Vincent Guittot1-5/+21
2019-02-11Merge tag 'v5.0-rc6' into sched/core, to pick up fixesIngo Molnar3-7/+34
2019-02-10Merge tag 'y2038-new-syscalls' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground into timers/2038Thomas Gleixner1-3/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-3/+2
2019-02-04sched/fair: Fix insertion in rq->leaf_cfs_rq_listVincent Guittot1-5/+28
2019-02-04sched/fair: Add tmp_alone_branch assertionPeter Zijlstra1-55/+71
2019-02-04sched/core: Use READ_ONCE()/WRITE_ONCE() in move_queued_task()/task_rq_lock()Andrea Parri2-7/+8
2019-02-04sched/debug: Initialize sd_sysctl_cpus if !CONFIG_CPUMASK_OFFSTACKHidetoshi Seto1-0/+4
2019-02-04sched/pelt: Skip updating util_est when utilization is higher than CPU's capacityVincent Guittot2-5/+16
2019-02-04sched/fair: Update scale invariance of PELTVincent Guittot7-52/+170
2019-02-04sched/fair: Move the rq_of() helper functionVincent Guittot2-13/+16
2019-02-04sched/wake_q: Reduce reference counting for special usersDavidlohr Bueso1-16/+44
2019-02-04Merge tag 'v5.0-rc5' into locking/core to pick up fixesIngo Molnar2-4/+18
2019-02-04sched/fair: Convert numa_group.refcount to refcount_tElena Reshetova1-6/+6
2019-02-03Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-02-01psi: fix aggregation idle shut-offJohannes Weiner1-4/+17
2019-01-30cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf1-0/+1
2019-01-27sched/fair: Fix unnecessary increase of balance intervalVincent Guittot1-13/+27
2019-01-27sched/fair: Fix rounding bug for asym packingVincent Guittot1-3/+1
2019-01-27sched/fair: Trigger asym_packing during idle load balanceVincent Guittot1-1/+1
2019-01-27sched/fair: Robustify CFS-bandwidth timer lockingPeter Zijlstra1-14/+16
2019-01-27sched/core: Give DCE a fighting chancePeter Zijlstra3-8/+16
2019-01-27sched/topology: Introduce a sysctl for Energy Aware SchedulingQuentin Perret1-0/+29