aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08cpufreq: schedutil: fix equation in commentQais Yousef1-3/+3
2019-08-08sched: Rework pick_next_task() slow-pathPeter Zijlstra7-73/+34
2019-08-08sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra7-8/+32
2019-08-08sched/fair: Expose newidle_balance()Peter Zijlstra2-10/+12
2019-08-08sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra7-46/+48
2019-08-08sched: Rework CPU hotplug task selectionPeter Zijlstra2-18/+15
2019-08-08sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra2-24/+24
2019-08-08sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra1-1/+1
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of cpu-local slicesDave Chiluk2-69/+7
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra1-19/+30
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan1-1/+1
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra1-1/+1
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann1-8/+0
2019-08-01time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-08-01sched/deadline: Ensure inactive_timer runs in hardirq contextJuri Lelli1-2/+2
2019-08-01sched: Mark hrtimers to expire in hard interrupt contextSebastian Andrzej Siewior3-8/+9
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner3-10/+10
2019-07-25sched/core: Silence a warning in sched_init()Qian Cai1-5/+5
2019-07-25sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-07-25sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli1-3/+17
2019-07-25sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli1-0/+33
2019-07-25cpusets: Rebuild root domain deadline accounting informationMathieu Poirier3-4/+42
2019-07-25sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier1-10/+14
2019-07-25sched/topology: Add partition_sched_domains_locked()Mathieu Poirier1-4/+13
2019-07-25sched/fair: Introduce fits_capacity()Viresh Kumar1-10/+8
2019-07-25sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li3-5/+35
2019-07-25sched/stats: Fix unlikely() use of sched_info_on()Yi Wang1-3/+4
2019-07-25sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar1-10/+33
2019-07-25sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2-3/+14
2019-07-25time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney1-8/+49
2019-07-25sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-07-25sched/fair: Change task_numa_work() storage to staticValentin Schneider1-1/+1
2019-07-25sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider1-4/+5
2019-07-25sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider1-41/+41
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn1-39/+81
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li1-0/+6
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra1-1/+3
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds16-540/+887
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+3
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi3-22/+48
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi2-1/+33
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi4-3/+43
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi1-2/+28
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi1-0/+8
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi1-7/+84
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi1-0/+2
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi1-1/+98