summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-08-222-10/+52
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra2019-08-121-2/+3
| | * | | | time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-08-011-8/+49
| | |/ / /
* | | | | sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar2019-09-041-39/+39
* | | | | sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-031-0/+5
| |_|_|/ |/| | |
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-08-251-1/+4
|\ \ \ \
| * | | | sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior2019-08-191-1/+4
| |/ / /
* / / / psi: get poll_work to run when calling poll syscall next timeJason Xing2019-08-251-0/+8
|/ / /
* | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-08-161-4/+10
|\ \ \
| * | | cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar2019-08-101-4/+10
| |/ /
* | | sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan2019-08-061-1/+1
* | | sched/psi: Reduce psimon FIFO priorityPeter Zijlstra2019-08-061-1/+1
* | | sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann2019-08-061-8/+0
|/ /
* | sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn2019-07-251-39/+81
* | sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-07-251-4/+20
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-201-0/+6
|\
| * KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+6
* | sched/core: Fix preempt warning in ttwuPeter Zijlstra2019-07-131-1/+3
|/
* Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\
| * docs: scheduler: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-0916-540/+887
|\ \
| * | sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi2019-06-243-22/+48
| * | sched/uclamp: Add uclamp_util_with()Patrick Bellasi2019-06-242-1/+33
| * | sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi2019-06-244-3/+43
| * | sched/uclamp: Set default clamps for RT tasksPatrick Bellasi2019-06-241-2/+28
| * | sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi2019-06-241-0/+8
| * | sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi2019-06-241-7/+84
| * | sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi2019-06-241-0/+2
| * | sched/uclamp: Add system default clampsPatrick Bellasi2019-06-241-1/+98
| * | sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi2019-06-242-5/+46
| * | sched/uclamp: Add bucket local max trackingPatrick Bellasi2019-06-241-18/+25
| * | sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi2019-06-242-0/+217
| * | sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann2019-06-241-21/+21
| * | sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
| * | sched/debug: Add sched_overutilized tracepointQais Yousef2019-06-241-2/+8
| * | sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-242-0/+3
| * | sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-242-1/+14
| * | sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-0/+99
| * | sched/autogroup: Make autogroup_path() always availableQais Yousef2019-06-241-2/+0
| * | sched/wait: Deduplicate code with do-whilePavel Begunkov2019-06-241-6/+2
| * | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-247-12/+12
| * | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-241-4/+1
| |\ \
| * | | sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-172-4/+11
| * | | sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
| * | | sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-06-171-1/+1
| * | | sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider2019-06-171-10/+16
| * | | sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
| * | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-172-10/+2
| |\ \ \ | | | |/ | | |/|
| * | | sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1
| * | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-032-25/+10