summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-02-10sched/fair: Allow a per-CPU kthread waking a task to stack on the same CPU, t...Mel Gorman3-11/+27
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-25Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2365-24019/+73714
2019-12-23Linux 5.5-rc3Linus Torvalds1-1/+1
2019-12-23Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-3/+18
2019-12-22Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds13-104/+341
2019-12-22Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-104/+116
2019-12-22Merge tag 'block-5.5-20191221' of git://git.kernel.dk/linux-blockLinus Torvalds12-39/+37
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds8-46/+65
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds11-21/+40
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds176-1005/+2138
2019-12-22pipe: fix empty pipe check in pipe_write()Jan Stancek1-1/+1
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini73-696/+2712
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-22Merge tag 'trace-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds6-8/+36
2019-12-22Merge tag 'libnvdimm-fix-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+7
2019-12-22tracing: Fix endianness bug in histogram triggerSven Schnelle1-1/+20
2019-12-22samples/trace_printk: Wait for IRQ work to finishSven Schnelle1-0/+1
2019-12-22tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2-4/+12