summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/longhaul.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-20sched/core: Remove for_each_lower_domain()Valentin Schneider1-2/+0
2020-02-20sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systemsMorten Rasmussen1-12/+3
2020-02-20sched/fair: Add asymmetric CPU capacity wakeup scanMorten Rasmussen1-0/+56
2020-02-20sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-01-28sched/rt: Optimize checking group RT scheduler constraintsKonstantin Khlebnikov1-13/+11
2020-01-28sched/fair: Optimize select_idle_core()Srikar Dronamraju1-2/+4
2020-01-28x86/intel_pstate: Handle runtime turbo disablement/enablement in frequency in...Giovanni Gherdovich3-5/+16
2020-01-28x86, sched: Add support for frequency invariance on ATOMGiovanni Gherdovich1-6/+21
2020-01-28x86, sched: Add support for frequency invariance on ATOM_GOLDMONT*Giovanni Gherdovich1-4/+8
2020-01-28x86, sched: Add support for frequency invariance on XEON_PHI_KNL/KNMGiovanni Gherdovich1-3/+46
2020-01-28x86, sched: Add support for frequency invariance on SKYLAKE_XGiovanni Gherdovich1-13/+53
2020-01-28x86, sched: Add support for frequency invarianceGiovanni Gherdovich4-1/+210
2020-01-28sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-01-28sched/nohz: Optimize get_nohz_timer_target()Wanpeng Li1-7/+12
2020-01-28sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-01-28sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman1-12/+29
2020-01-28timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)3-11/+28
2020-01-28sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-01-20sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar1-0/+2
2020-01-17sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider1-0/+39
2020-01-17idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang1-1/+1
2020-01-17sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2-8/+7
2020-01-17sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long1-4/+6
2020-01-17sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu1-22/+4
2020-01-17sched/fair: calculate delta runnable load only when it's neededPeng Wang1-5/+6
2020-01-17sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi1-9/+6
2020-01-17stop_machine: Make stop_cpus() staticYangtao Li2-10/+1
2020-01-17sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li1-2/+9
2020-01-17sched/core: Fix size of rq::uclamp initializationLi Guanglei1-1/+2
2020-01-17sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef1-0/+6
2020-01-17sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar1-11/+21
2020-01-17sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot1-5/+9
2020-01-17watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang1-3/+0
2019-12-25sched/rt: Make RT capacity-awareQais Yousef3-18/+94
2019-12-25sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider1-2/+10
2019-12-25sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider1-1/+15
2019-12-25sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2-5/+6
2019-12-25sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2-10/+10
2019-12-25sched/uclamp: Remove uclamp_util()Valentin Schneider1-9/+0
2019-12-25sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar1-22/+12
2019-12-25sched/core: Remove unused variable from set_user_nice()Qian Cai1-2/+1
2019-12-23Linux 5.5-rc3v5.5-rc3Linus Torvalds1-1/+1
2019-12-22pipe: fix empty pipe check in pipe_write()Jan Stancek1-1/+1
2019-12-22MAINTAINERS: remove Radim from KVM maintainersPaolo Bonzini1-2/+0
2019-12-22MAINTAINERS: Orphan KVM for MIPSJames Hogan1-2/+2
2019-12-22ext4: clarify impact of 'commit' mount optionJan Kara1-8/+11
2019-12-22ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye1-1/+3
2019-12-21tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2019-12-21samples/trace_printk: Wait for IRQ work to finishSven Schnelle1-0/+1
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12