summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched: Validate assumptions in sched_init_numa()Peter Zijlstra2012-06-061-19/+80
* sched: Always initialize cpu-powerPeter Zijlstra2012-06-062-2/+13
* sched: Fix domain iterationPeter Zijlstra2012-06-064-10/+72
* sched/rt: Fix lockdep annotation within find_lock_lowest_rq()Peter Zijlstra2012-06-061-1/+1
* sched/numa: Load balance between remote nodesAlex Shi2012-06-061-1/+1
* sched/x86: Calculate booted cores after construction of sibling_maskKamalesh Babulal2012-06-061-0/+9
* Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-06-051-1/+1
|\
| * x86/mce: Fix the MCE poll timer logicChen Gong2012-06-051-1/+1
* | Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2012-06-052-7/+4
|\ \
| * | ARM: dma-mapping: remove unconditional dependency on CMAMarek Szyprowski2012-06-042-7/+4
* | | MAINTAINERS: add linux-leds mail list address and git URLBryan Wu2012-06-051-0/+2
* | | MAINTAINERS: update util-linux infoKarel Zak2012-06-051-4/+4
* | | Merge branch '3.5-merge-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-06-053-58/+21
|\ \ \
| * | | target/file: Use O_DSYNC by default for FILEIO backendsNicholas Bellinger2012-06-022-54/+17
| * | | sbp-target: rename a variable to avoid name clashStefan Richter2012-05-301-4/+4
* | | | Merge branch 'for-3.5-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-06-051-3/+14
|\ \ \ \
| * | | | cgroup: superblock can't be released with active dentriesTejun Heo2012-05-271-3/+14
* | | | | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l...Linus Torvalds2012-06-055-0/+426
|\ \ \ \ \
| * | | | | i2c: Add generic I2C multiplexer using pinctrl APIStephen Warren2012-06-045-0/+426
| | |_|/ / | |/| | |
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-06-051-0/+1
|\ \ \ \ \
| * | | | | KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity2012-06-051-0/+1
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-06-0513-368/+255
|\ \ \ \ \ \
| * | | | | | drm/radeon/kms: add new SI PCI idsAlex Deucher2012-06-051-2/+3
| * | | | | | drm/radeon/kms: add new BTC PCI idsAlex Deucher2012-06-051-0/+2
| * | | | | | drm/radeon/kms: add new Palm, Sumo PCI idsAlex Deucher2012-06-051-0/+2
| * | | | | | drm/radeon/kms: add new Trinity PCI idsAlex Deucher2012-06-052-4/+25
| * | | | | | drm/radeon: fix vm deadlocks on caymanChristian König2012-06-051-7/+12
| * | | | | | drm/radeon: fix gpu_init on siAlex Deucher2012-06-054-319/+184
| * | | | | | drm/radeon/hdmi: don't set SEND_MAX_PACKETS bitRafał Miłecki2012-06-051-1/+0
| * | | | | | drm/radeon/audio: don't hardcode CRTC idRafał Miłecki2012-06-051-2/+3
| * | | | | | drm/radeon: make audio_init consistent across asicsAlex Deucher2012-06-054-33/+24
| |/ / / / /
* | | | | | radix-tree: fix contiguous iteratorKonstantin Khlebnikov2012-06-052-1/+7
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-06-056-11/+87
|\ \ \ \ \ \
| * | | | | | fuse: fix blksize calculationMiklos Szeredi2012-05-141-1/+9
| * | | | | | fuse: fix stat call on 32 bit platformsPavel Shilovsky2012-05-143-1/+20
| * | | | | | fuse: optimize fallocate on permanent failureMiklos Szeredi2012-04-262-0/+10
| * | | | | | fuse: add FALLOCATE operationAnatol Pomozov2012-04-252-1/+46
| * | | | | | fuse: Convert to kstrtoul_from_userPeter Huewe2012-04-251-8/+2
* | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-06-058-59/+120
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | sched: Remove NULL assignment of dattr_curKamalesh Babulal2012-05-301-1/+0
| * | | | | | sched: Remove the last NULL entry from sched_feat_namesHiroshi Shimamoto2012-05-301-1/+0
| * | | | | | sched: Make sched_feat_names constHiroshi Shimamoto2012-05-301-1/+1
| * | | | | | sched/rt: Fix SCHED_RR across cgroupsColin Cross2012-05-301-5/+10
| * | | | | | sched: Move nr_cpus_allowed out of 'struct sched_rt_entity'Peter Zijlstra2012-05-306-20/+26
| * | | | | | sched: Make sure to not re-read variables after validationPeter Zijlstra2012-05-301-4/+11
| * | | | | | sched: Fix SD_OVERLAPPeter Zijlstra2012-05-302-7/+25
| * | | | | | sched: Don't try allocating memory from offline nodesPeter Zijlstra2012-05-301-1/+1
| * | | | | | sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-05-303-10/+45
| * | | | | | sched/x86: Use cpu_llc_shared_mask(cpu) for coregroup_maskPeter Zijlstra2012-05-301-9/+1
| | | | | | |
| \ \ \ \ \ \
*-. \ \ \ \ \ \ Pull 'for-linus' branches of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-06-044-5/+5
|\ \ \ \ \ \ \ \