summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Allow a small load imbalance between low utilisation SD_NUMA domainsMel Gorman2020-01-281-12/+29
* timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)2020-01-283-11/+28
* sched/core: Don't skip remote tick for idle CPUsScott Wood2020-01-281-8/+10
* sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
* sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-01-171-0/+39
* idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
* sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-172-8/+7
* sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long2020-01-171-4/+6
* sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
* sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
* sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi2020-01-171-9/+6
* stop_machine: Make stop_cpus() staticYangtao Li2020-01-172-10/+1
* sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
* sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-01-171-1/+2
* sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-01-171-0/+6
* sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
* sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
* watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-171-3/+0
* sched/rt: Make RT capacity-awareQais Yousef2019-12-253-18/+94
* sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
* sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
* sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-252-5/+6
* sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-252-10/+10
* sched/uclamp: Remove uclamp_util()Valentin Schneider2019-12-251-9/+0
* sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar2019-12-251-22/+12
* sched/core: Remove unused variable from set_user_nice()Qian Cai2019-12-251-2/+1
* Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-252365-24019/+73714
|\
| * Linux 5.5-rc3v5.5-rc3Linus Torvalds2019-12-231-1/+1
| * Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2019-12-236-3/+18
| |\
| | * fs: call fsnotify_sb_delete after evict_inodesEric Sandeen2019-12-182-1/+6
| | * fs: avoid softlockups in s_inodes iteratorsEric Sandeen2019-12-184-1/+10
| | * pipe: Fix bogus dereference in iov_iter_alignment()Jan Kara2019-12-161-1/+2
| * | Merge tag 'xfs-5.5-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-12-2213-104/+341
| |\ \
| | * | xfs: Make the symbol 'xfs_rtalloc_log_count' staticChen Wandun2019-12-201-1/+1
| | * | xfs: don't commit sunit/swidth updates to disk if that would cause repair fai...Darrick J. Wong2019-12-194-1/+130
| | * | xfs: split the sunit parameter update into two partsDarrick J. Wong2019-12-191-51/+72
| | * | xfs: refactor agfl length computation functionDarrick J. Wong2019-12-191-5/+13
| | * | libxfs: resync with the userspace libxfsDarrick J. Wong2019-12-194-24/+34
| | * | xfs: use bitops interface for buf log item AIL flag checkBrian Foster2019-12-191-1/+1
| | * | xfs: fix log reservation overflows when allocating large rt extentsDarrick J. Wong2019-12-171-19/+77
| | * | xfs: stabilize insert range start boundary to avoid COW writeback raceBrian Foster2019-12-112-2/+13
| | * | xfs: fix Sphinx documentation warningRandy Dunlap2019-12-111-1/+1
| | |/
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-228-104/+116
| |\ \
| | * | ext4: clarify impact of 'commit' mount optionJan Kara2019-12-221-8/+11
| | * | ext4: fix unused-but-set-variable warning in ext4_add_entry()Yunfeng Ye2019-12-221-1/+3
| | * | jbd2: fix kernel-doc notation warningRandy Dunlap2019-12-161-1/+1
| | * | ext4: use RCU API in debug_print_treePhong Tran2019-12-161-1/+5
| | * | ext4: validate the debug_want_extra_isize mount option at parse timeTheodore Ts'o2019-12-161-74/+69
| | * | ext4: reserve revoke credits in __ext4_new_inodeyangerkun2019-12-141-2/+2
| | * | ext4: unlock on error in ext4_expand_extra_isize()Dan Carpenter2019-12-141-2/+2