summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-30Merge tag 'cputime-cleanups-for-mingo' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar10-40/+89
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker2-12/+10
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker3-5/+30
2012-10-29kvm: Directly account vtime to system on guest switchFrederic Weisbecker2-6/+10
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker5-10/+26
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker3-18/+24
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra1-2/+116
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner4-5/+32
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner1-24/+101
2012-10-24sched: Update_cfs_shares at period edgePaul Turner1-8/+10
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner1-27/+23
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner3-165/+36
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner2-11/+42
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner3-0/+62
2012-10-24sched: Compute load contribution by a group entityPaul Turner1-6/+27
2012-10-24sched: Aggregate total task_group loadPaul Turner3-0/+30
2012-10-24sched: Account for blocked load waking back upPaul Turner2-21/+81
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner3-0/+15
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner5-15/+122
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner4-5/+60
2012-10-24sched: Maintain per-rq runnable averagesBen Segall3-4/+26
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner4-0/+151
2012-10-24Merge tag 'stable/for-linus-3.7-rc2-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds17-50/+58
2012-10-24alpha: separate thread-synchronous flagsAl Viro4-45/+68
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-6/+6
2012-10-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-212/+173
2012-10-24Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-6/+12
2012-10-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds13-36/+55
2012-10-24Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-10/+4
2012-10-24Merge tag 'please-pull-uapi-fix' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-34/+1
2012-10-23arch/tile: avoid build warnings from duplicate ELF_R_xxx #definesChris Metcalf1-10/+0
2012-10-23arch/tile: avoid generating .eh_frame information in modulesChris Metcalf1-0/+4
2012-10-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds21-68/+148
2012-10-23Merge tag 'jfs-3.7-2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds1-6/+10
2012-10-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds9-45/+74
2012-10-23Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-32/+22
2012-10-23Merge tag 'regmap-fix-mmio' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2012-10-23drm/ttm: Fix a theoretical race in ttm_bo_cleanup_refs()Thomas Hellstrom1-8/+12
2012-10-23drm/ttm: Fix a theoretical raceThomas Hellstrom1-2/+2
2012-10-23drm: platform: Don't initialize driver-private dataThierry Reding2-8/+5
2012-10-23drm/debugfs: remove redundant info from gem_namesMarcin Slusarz1-2/+0
2012-10-23drm: fb: cma: Fail gracefully on allocation failureThierry Reding1-1/+1
2012-10-23drm: fb: cma: Fix typo in debug messageThierry Reding1-1/+1
2012-10-22ext4: Avoid underflow in ext4_trim_fs()Lukas Czerner1-2/+3
2012-10-22KVM guest: exit idleness when handling KVM_PV_REASON_PAGE_NOT_PRESENTSasha Levin1-0/+3
2012-10-22KVM: apic: fix LDR calculation in x2apic modeGleb Natapov1-1/+1
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong2-5/+2
2012-10-22Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie8-21/+47
2012-10-22module_signing: fix printk format warningRandy Dunlap1-1/+1
2012-10-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds31-671/+731