summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-15[S390] cputime: add sparse checking and cleanupMartin Schwidefsky23-429/+323
2011-12-14Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+10
2011-12-14Merge tag 'tytso-for-linus-20111214' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-55/+31
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2-2/+7
2011-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-61/+48
2011-12-14drm/radeon/kms: add some new pci idsAlex Deucher1-0/+10
2011-12-14fs/ncpfs: fix error paths and goto statements in ncp_fill_super()Djalal Harouni1-4/+4
2011-12-13ext4: handle EOF correctly in ext4_bio_write_page()Yongqiang Yang1-0/+12
2011-12-13ext4: remove a wrong BUG_ON in ext4_ext_convert_to_initializedYongqiang Yang1-1/+0
2011-12-13ext4: correctly handle pages w/o buffers in ext4_discard_partial_buffers()Yongqiang Yang1-39/+2
2011-12-13ext4: avoid potential hang in mpage_submit_io() when blocksize < pagesizeYongqiang Yang1-2/+5
2011-12-13ext4: avoid hangs in ext4_da_should_update_i_disksize()Andrea Arcangeli1-1/+1
2011-12-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-94/+37
2011-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds15-329/+239
2011-12-13Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+37
2011-12-13ceph: add missing spin_unlock at ceph_mdsc_build_path()Yehuda Sadeh1-0/+1
2011-12-13configfs: register_filesystem() called too earlyAl Viro2-20/+18
2011-12-13fuse: register_filesystem() called too earlyAl Viro1-12/+12
2011-12-13ubifs: too early register_filesystem()Al Viro1-10/+8
2011-12-13Merge branch 'fixes' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-...Linus Torvalds5-66/+99
2011-12-13ceph: fix SEEK_CUR, SEEK_SET regressionSage Weil1-1/+2
2011-12-13fuse: llseek fix raceMiklos Szeredi1-0/+4
2011-12-13fuse: fix llseek bugRoel Kluin1-1/+1
2011-12-13fuse: fix fuse_retrieveMiklos Szeredi1-1/+2
2011-12-12linux/log2.h: Fix rounddown_pow_of_two(1)Linus Torvalds1-1/+0
2011-12-12Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2011-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds10-44/+95
2011-12-12ext4: display the correct mount option in /proc/mounts for [no]init_itableTheodore Ts'o1-9/+8
2011-12-12Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard6-48/+35
2011-12-12crush: fix mapping calculation when force argument doesn't existSage Weil1-22/+13
2011-12-12hwmon: (jz4740) Staticise jz4740_hwmon_driverAxel Lin1-1/+1
2011-12-12hwmon: (jz4740) fix signedness bugAxel Lin1-1/+1
2011-12-12ext4: Fix crash due to getting bogus eh_depth value on big-endian systemsPaul Mackerras1-1/+1
2011-12-12ext4: fix ext4_end_io_dio() racing against fsync()Theodore Ts'o1-2/+2
2011-12-11ARM: 7204/1: arch/arm/kernel/setup.c: initialize arm_dma_zone_size earlierArnaud Patard1-6/+6
2011-12-10mmc: core: Fix deadlock when the CONFIG_MMC_UNSAFE_RESUME is not definedSujit Reddy Thumma1-1/+2
2011-12-10mmc: sdhci-s3c: Remove old and misprototyped suspend operationsMark Brown1-2/+0
2011-12-10mmc: tmio: fix clock gating on platforms with a .set_pwr() methodGuennadi Liakhovetski1-1/+1
2011-12-10mmc: sh_mmcif: fix clock gating on platforms with a .down_pwr() methodGuennadi Liakhovetski1-1/+1
2011-12-10mmc: core: Fix typo at mmc_card_sleepKyungmin Park1-1/+1
2011-12-10mmc: core: Fix power_off_notify during suspendGirish K S2-33/+50
2011-12-10mmc: core: Fix setting power notify state variable for non-eMMCGirish K S1-3/+7
2011-12-10mmc: core: Add quirk for long data read timeStefan Nilsson XK3-0/+26
2011-12-10mmc: Add module.h include to sdhci-cns3xxx.cChris Ball1-0/+1
2011-12-10mmc: mxcmmc: fix falling back to PIOSascha Hauer1-0/+1
2011-12-09x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming1-46/+2
2011-12-09Linux 3.2-rc5v3.2-rc5Linus Torvalds1-1/+1
2011-12-09Merge git://git.samba.org/sfrench/cifs-2.6Linus Torvalds4-5/+39
2011-12-09Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-44/+68
2011-12-09Merge branch 'spi/for-3.2' of git://git.pengutronix.de/git/wsa/linux-2.6Linus Torvalds4-4/+6