summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-02-11sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi
2020-01-17stop_machine: Make stop_cpus() staticYangtao Li
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot
2020-01-17watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang
2019-12-25sched/rt: Make RT capacity-awareQais Yousef
2019-12-25sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider
2019-12-25sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider
2019-12-25sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar
2019-12-25sched/core: Remove unused variable from set_user_nice()Qian Cai
2019-12-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-21Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-12-21tracing: Fix endianness bug in histogram triggerSven Schnelle
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood
2019-12-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-12-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-12-19tracing: Have the histogram compare functions convert to u64 firstSteven Rostedt (VMware)
2019-12-19tracing: Avoid memory leak in process_system_preds()Keita Suzuki
2019-12-19bpf: Fix record_func_key to perform backtracking on r3Daniel Borkmann
2019-12-19Merge tag 'pm-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-12-17Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2019-12-17bpf: Fix cgroup local storage prog trackingDaniel Borkmann
2019-12-17stop_machine: remove try_stop_cpus helperYangtao Li
2019-12-17schied/fair: Skip calculating @contrib without loadPeng Wang
2019-12-17sched/fair: Optimize select_idle_cpuCheng Jian
2019-12-17cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra
2019-12-17sched/wait: fix ___wait_var_event(exclusive)Oleg Nesterov
2019-12-17sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker