aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+14
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+10
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-12/+15
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+6
2019-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki1-3/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds12-472/+902
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-10/+52
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar3-10/+10
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen1-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret1-60/+50
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter1-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI logic and codeIngo Molnar1-39/+39
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano1-3/+4
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi2-20/+20
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi1-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi1-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi1-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi2-0/+46
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi2-4/+197
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming1-1/+2
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner1-2/+4
2019-08-28sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD1-1/+6
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing1-0/+8
2019-08-22Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar2-10/+52
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior1-1/+4
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki1-4/+10
2019-08-12idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra1-2/+3
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar1-4/+10
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