summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-09sched/core: Fix comment typo in wake_q_add()Davidlohr Bueso1-1/+1
2016-05-09sched/core: Remove unused variableMuhammad Falak R Wani1-2/+2
2016-05-05sched/fair: Fix comment in calculate_imbalance()Dietmar Eggemann1-3/+4
2016-05-05sched/fair: Remove stale power aware scheduling commentsDietmar Eggemann1-10/+3
2016-05-05sched/fair: Update rq clock before updating nohz CPU loadMatt Fleming1-0/+1
2016-05-05sched/debug: Print out idle balance values even on !CONFIG_SCHEDSTATS kernelsWanpeng Li1-5/+5
2016-05-05sched/fair: Optimize sum computation with a lookup tableYuyang Du1-8/+13
2016-05-05sched/fair: Add detailed description to the sched load avg metricsYuyang Du1-11/+49
2016-05-05sched/fair: Rename SCHED_LOAD_SHIFT to NICE_0_LOAD_SHIFT and remove SCHED_LOA...Yuyang Du2-13/+13
2016-05-05sched/fair: Generalize the load/util averages resolution definitionYuyang Du3-12/+23
2016-05-05sched/core: Enable increased load resolution on 64-bit kernelsPeter Zijlstra1-4/+6
2016-05-05locking/lockdep, sched/core: Implement a better lock pinning schemePeter Zijlstra9-68/+140
2016-05-05sched/core: Introduce 'struct rq_flags'Peter Zijlstra3-56/+62
2016-05-05sched/core: Move task_rq_lock() out of linePeter Zijlstra2-63/+69
2016-05-05Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar200-967/+1950
2016-04-28x86/mm, sched/core: Turn off IRQs in switch_mm()Andy Lutomirski2-0/+13
2016-04-28x86/mm, sched/core: Uninline switch_mm()Andy Lutomirski2-96/+104
2016-04-28x86/mm: Build arch/x86/mm/tlb.c even on !SMPAndy Lutomirski2-2/+5
2016-04-28sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2-3/+10
2016-04-28mm/mmu_context, sched/core: Fix mmu_context.h assumptionIngo Molnar1-1/+1
2016-04-28sched/core, ARM: Include linux/preempt.h from asm/mmu_context.hAndy Lutomirski1-0/+1
2016-04-28sched/cpufreq: Optimize cpufreq update kicker to avoid update multiple timesWanpeng Li2-8/+8
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra1-13/+16
2016-04-25Linux 4.6-rc5v4.6-rc5Linus Torvalds1-1/+1
2016-04-24Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds6-11/+12
2016-04-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+5
2016-04-23generic syscalls: wire up preadv2 and pwritev2 syscallsAndre Przywara1-1/+5
2016-04-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-7/+42
2016-04-23Merge branches 'perf-urgent-for-linus', 'smp-urgent-for-linus' and 'timers-ur...Linus Torvalds3-9/+28
2016-04-23Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds3-9/+34
2016-04-23Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+3
2016-04-23Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-35/+103
2016-04-23Merge tag 'usb-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds10-35/+78
2016-04-23Merge tag 'tty-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds3-6/+14
2016-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-13/+20
2016-04-23sched/deadline: Fix a bug in dl_overflow()Xunlei Pang1-1/+2
2016-04-23sched/fair: Optimize !CONFIG_NO_HZ_COMMON CPU load updatesFrederic Weisbecker3-7/+13
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker3-40/+72
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker6-23/+23
2016-04-23sched/fair: Call cpufreq hook in additional pathsSteve Muckle1-31/+42
2016-04-23sched/fair: Do not call cpufreq hook unless util changedSteve Muckle1-4/+6
2016-04-23sched/fair: Move cpufreq hook to update_cfs_rq_load_avg()Steve Muckle1-24/+26
2016-04-23sched/fair: Fix asym packing to select correct CPUSrikar Dronamraju1-3/+9
2016-04-23Merge tag 'v4.6-rc4' into sched/core, to refresh the treeIngo Molnar1026-6950/+10708
2016-04-22Merge tag 'pinctrl-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds3-7/+9
2016-04-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-8/+31
2016-04-22Merge tag 'powerpc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-11/+16
2016-04-22Merge tag 'iommu-fixes-v4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-18/+91
2016-04-22Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds22-63/+126
2016-04-22Merge tag 'sound-4.6-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds9-20/+59