aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2019-10-21sched/fair: Use load instead of runnable load in wakeup pathGravatar Vincent Guittot 1-10/+10
2019-10-21sched/fair: Use utilization to select misfit taskGravatar Vincent Guittot 1-8/+3
2019-10-21sched/fair: Spread out tasks evenly when not overloadedGravatar Vincent Guittot 1-12/+28
2019-10-21sched/fair: Use load instead of runnable load in load_balance()Gravatar Vincent Guittot 1-10/+14
2019-10-21sched/fair: Use rq->nr_running when balancing loadGravatar Vincent Guittot 1-5/+8
2019-10-21sched/fair: Rework load_balance()Gravatar Vincent Guittot 1-209/+402
2019-10-21sched/fair: Remove meaningless imbalance calculationGravatar Vincent Guittot 1-104/+1
2019-10-21sched/fair: Rename sg_lb_stats::sum_nr_running to sum_h_nr_runningGravatar Vincent Guittot 1-16/+16
2019-10-21sched/fair: Clean up asym packingGravatar Vincent Guittot 1-47/+16
2019-10-17sched/topology: Don't set SD_BALANCE_WAKE on cpuset domain relaxGravatar Valentin Schneider 1-6/+3
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-17/+25
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-1/+1
2019-10-09sched/cputime: Spare a seqcount lock/unlock cycle on context switchGravatar Frederic Weisbecker 1-11/+19
2019-10-09sched/cputime: Rename vtime_account_system() to vtime_account_kernel()Gravatar Frederic Weisbecker 1-9/+9
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchGravatar Frederic Weisbecker 1-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Gravatar Xuewei Zhang 1-14/+22
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-36/+7
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergeGravatar Peter Zijlstra 1-1/+0
2019-10-01sched_setattr: switch to copy_struct_from_user()Gravatar Aleksa Sarai 1-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-130/+210
2019-09-25sched/fair: Avoid redundant EAS calculationGravatar Quentin Perret 1-1/+1
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupGravatar Valentin Schneider 1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentGravatar Valentin Schneider 1-4/+3
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsGravatar Qian Cai 1-13/+6
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()Gravatar KeMeng Shi 1-2/+2
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureGravatar Mathieu Desnoyers 1-43/+20
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Gravatar Mathieu Desnoyers 1-4/+5
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadGravatar Mathieu Desnoyers 3-45/+168
2019-09-25sched/membarrier: Remove redundant checkGravatar Mathieu Desnoyers 1-2/+2
2019-09-25sched/membarrier: Fix private expedited registration checkGravatar Mathieu Desnoyers 1-1/+1
2019-09-25tasks, sched/core: RCUify the assignment of rq->currGravatar Eric W. Biederman 1-2/+7
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Gravatar Eric W. Biederman 2-3/+3
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Gravatar Eric W. Biederman 1-1/+1
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-1/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Gravatar Linus Torvalds 1-5/+14
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 2-4/+10
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-12/+15
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionGravatar Qian Cai 1-16/+0
2019-09-17Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-1/+6
2019-09-17Merge branch 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-3/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-472/+902
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 2-10/+52
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesGravatar Ingo Molnar 3-10/+10
2019-09-13sched/psi: Correct overly pessimistic size calculationGravatar Miles Chen 1-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsGravatar Quentin Perret 1-60/+50
2019-09-07kernel.h: Add non_block_start/end()Gravatar Daniel Vetter 1-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Gravatar Ingo Molnar 1-39/+39
2019-09-03cpuidle: play_idle: Increase the resolution to usecGravatar Daniel Lezcano 1-3/+4
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesGravatar Patrick Bellasi 2-20/+20
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesGravatar Patrick Bellasi 1-1/+54