summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-721/+115
2011-10-31Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-10-31sparc64: Fix masking and shifting in VIS fpcmp emulation.David S. Miller1-16/+16
2011-10-31md/raid10: Fix bug when activating a hot-spare.NeilBrown1-1/+1
2011-10-30Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-17/+46
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds28-647/+869
2011-10-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds3-45/+44
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds60-1369/+2449
2011-10-30Merge branch 'fbdev-next' of git://github.com/schandinat/linux-2.6Linus Torvalds163-7620/+12023
2011-10-30i2c: Functions for byte-swapped smbus_write/read_word_dataJonathan Cameron2-0/+25
2011-10-30i2c-algo-pca: Return standard fault codesJean Delvare1-2/+4
2011-10-30i2c-algo-bit: Return standard fault codesJean Delvare1-7/+7
2011-10-30i2c-algo-bit: Be verbose on bus testing failureJean Delvare1-1/+3
2011-10-30i2c-algo-bit: Let user test buses without failingJean Delvare1-3/+3
2011-10-30i2c/scx200_acb: Fix section mismatch warning in scx200_pci_drvHarvey Yang1-3/+3
2011-10-30i2c: I2C_ELEKTOR should depend on HAS_IOPORTGeert Uytterhoeven1-1/+1
2011-10-30KVM: SVM: Keep intercepting task switching with NPT enabledJan Kiszka1-1/+0
2011-10-30KVM: s390: implement sigp external callChristian Ehrhardt5-1/+84
2011-10-30KVM: s390: fix register settingCarsten Otte1-0/+2
2011-10-30KVM: s390: fix return value of kvm_arch_init_vmCarsten Otte1-0/+2
2011-10-30KVM: s390: check cpu_id prior to using itCarsten Otte1-4/+10
2011-10-29Merge git://github.com/rustyrussell/linuxLinus Torvalds2-8/+18
2011-10-29Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-0/+5
2011-10-29Merge branch 'spi/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds33-494/+231
2011-10-29Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds15-67/+683
2011-10-29ARM: mark empty gpio.h files emptyLinus Walleij3-0/+3
2011-10-29gpio: Fix ARM versatile-express build failureGrant Likely1-0/+1
2011-10-29of: include errno.hKalle Valo1-0/+1
2011-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds162-3311/+14101
2011-10-28Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-clientLinus Torvalds17-255/+483
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds389-12181/+25739
2011-10-28Merge branch 'next-rebase' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds30-260/+868
2011-10-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds81-1009/+3093
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds524-2887/+7566
2011-10-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/...Linus Torvalds22-431/+440
2011-10-28Merge http://sucs.org/~rohan/git/gfs2-3.0-nmwLinus Torvalds19-1012/+666
2011-10-28Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds23-1017/+2249
2011-10-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds47-2324/+2033
2011-10-28leases: fix write-open/read-lease raceJ. Bruce Fields2-4/+5
2011-10-28nfs: drop unnecessary locking in llseekAndi Kleen1-9/+2
2011-10-28ext4: replace cut'n'pasted llseek code with generic_file_llseek_sizeAndi Kleen1-46/+1
2011-10-28vfs: add generic_file_llseek_sizeAndi Kleen2-9/+30
2011-10-28vfs: do (nearly) lockless generic_file_llseekAndi Kleen6-53/+54
2011-10-28direct-io: merge direct_io_walker into __blockdev_direct_IOAndi Kleen1-139/+132
2011-10-28direct-io: inline the complete submission pathAndi Kleen1-15/+21
2011-10-28direct-io: separate map_bh from dioAndi Kleen1-29/+37
2011-10-28direct-io: use a slab cache for struct dioAndi Kleen1-5/+14
2011-10-28direct-io: rearrange fields in dio/dio_submit to avoid holesAndi Kleen1-7/+6
2011-10-28direct-io: fix a wrong commentAndi Kleen1-1/+1
2011-10-28direct-io: separate fields only used in the submission path from struct dioAndi Kleen1-188/+201