summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar517-4683/+3635
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-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 Bellasi4-4/+253
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming5-3/+23
2019-09-03arch, ia64: Make NUMA select SMPMatt Fleming1-0/+1
2019-09-03sched, perf: MAINTAINERS update, add submaintainers and reviewersPeter Zijlstra1-0/+7
2019-08-12sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld1-3/+3
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-08stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra1-0/+2
2019-08-08sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk3-83/+67
2019-08-08sched: Clean up active_mm reference countingPeter Zijlstra1-19/+30
2019-08-08rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra1-3/+3
2019-07-31x86/kvm: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-07-31x86/dumpstack: Indicate PREEMPT_RT in dumpsThomas Gleixner1-1/+6
2019-07-31x86: Use CONFIG_PREEMPTIONThomas Gleixner6-10/+10
2019-07-31kprobes: Use CONFIG_PREEMPTIONThomas Gleixner1-1/+1
2019-07-31tracing: Use CONFIG_PREEMPTIONThomas Gleixner4-6/+6
2019-07-31locking/spinlocks: Use CONFIG_PREEMPTIONThomas Gleixner2-2/+2
2019-07-31rcu: Use CONFIG_PREEMPTIONThomas Gleixner8-15/+15
2019-07-31sched/preempt: Use CONFIG_PREEMPTION where appropriateThomas Gleixner8-20/+20
2019-07-29Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-54/+89
2019-07-29Merge tag 'platform-drivers-x86-v5.3-3' of git://git.infradead.org/linux-plat...Linus Torvalds4-4/+10
2019-07-29platform/x86: pcengines-apuv2: use KEY_RESTART for front buttonEnrico Weigelt1-1/+1
2019-07-28Linux 5.3-rc2Linus Torvalds1-1/+1
2019-07-28Merge tag 'meminit-v5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+7
2019-07-28Merge tag 'kbuild-fixes-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-7/+5
2019-07-28Merge tag 'char-misc-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-11/+23
2019-07-28Merge tag 'tty-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds5-757/+5
2019-07-28Merge tag 'spdx-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds61-61/+61
2019-07-28Merge tag 'usb-5.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-39/+57
2019-07-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds31-1886/+33
2019-07-28Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-23/+84
2019-07-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-48/+114
2019-07-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-25/+59
2019-07-28Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds6-38/+43
2019-07-28Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+6
2019-07-27Merge tag 'Wimplicit-fallthrough-5.3-rc2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds23-49/+111