summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-05-24mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq.Chris Ball1-0/+1
2011-05-24mmc: core: Fix use of uninitialized data in mmc_send_if_cond.Chris Ball1-0/+2
2011-05-24mmc: core: Fix use of uninitialized data in mmc_cmd_app.Andrei Warkentin1-0/+2
2011-05-24mmc: quirks: Fix erase/trim for certain SanDisk cards.Andrei Warkentin2-1/+43
2011-05-24mmc: sdhci: work around broken dma boundary behaviorMikko Vinni2-5/+31
2011-05-24mmc: quirks: Support for block quirks.Andrei Warkentin1-0/+7
2011-05-24mmc: MMC boot partitions support.Andrei Warkentin7-42/+305
2011-05-24mmc: card: block.c cleanup for host claim/release.Andrei Warkentin1-18/+13
2011-05-24mmc: core: Allow setting CMD timeout for CMD6 (SWITCH).Andrei Warkentin4-8/+24
2011-05-24mmc: sdhci: R1B command handling + MMC_CAP_ERASE.Andrei Warkentin1-16/+26
2011-05-24mmc: core: Rename erase_timeout to cmd_timeout_ms.Andrei Warkentin2-19/+22
2011-05-24mmc: quirks: fix truncation warningsRandy Dunlap1-1/+1
2011-05-24mmc: quirks: Extends card quirks with MMC/SD quirks matching the CID.Andrei Warkentin4-55/+133
2011-05-24mmc: core: fix memory leak in mmc_add_hostWolfram Sang1-2/+2
2011-05-24mmc: sdhci-pci: Fix checkpatch.pl errorsAmeya Palande1-23/+21
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_DISABLE_CDOhad Ben-Cohen1-0/+2
2011-05-24mmc: add MMC_QUIRK_DISABLE_CDOhad Ben-Cohen2-1/+7
2011-05-24mmc: quirks: wl1271 is MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen1-0/+2
2011-05-24mmc: add MMC_QUIRK_NONSTD_FUNC_IFOhad Ben-Cohen2-0/+12
2011-05-24mmc: do not switch to 1-bit mode if not requiredOhad Ben-Cohen2-2/+6
2011-05-24mmc: mmc_card_keep_power cleanupsOhad Ben-Cohen3-8/+8
2011-05-24mmc: Reliable write support.Andrei Warkentin4-4/+88
2011-05-24mmc: sdhci: change CONFIG of MMC_SDHCI_TEGRA from 'tristate' to 'bool'Shawn Guo1-1/+1
2011-05-24mmc: tegra: add pm_flagsVenkat Rao2-0/+3
2011-05-24mmc: remove redundant irq disablingJohn Ogness1-8/+0
2011-05-24mmc: Ensure linux starts in eMMC user partitionPhilip Rakity3-0/+12
2011-05-16Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds8-12/+44
2011-05-16drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2-5/+23
2011-05-16drm/i915: Revert i915.semaphore=1 default from 47ae63e0Andy Lutomirski1-1/+1
2011-05-16vga_switcheroo: don't toggle-switch devicesFlorian Mickler1-3/+3
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds4-23/+44
2011-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-21/+156
2011-05-14Btrfs: fix FS_IOC_SETFLAGS ioctlLi Zefan1-0/+2
2011-05-14Btrfs: fix FS_IOC_GETFLAGS ioctlLi Zefan1-0/+7
2011-05-14fs: remove FS_COW_FLLi Zefan2-10/+6
2011-05-14Btrfs: fix easily get into ENOSPC in mixed caseliubo1-11/+26
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman1-2/+3
2011-05-14Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2011-05-14tmpfs: fix race between swapoff and writepageHugh Dickins1-6/+4
2011-05-14libata: fix oops when LPM is used with PMPTejun Heo1-1/+1
2011-05-14Merge branch 'fbmem'Linus Torvalds1-52/+71
2011-05-14Revert "libata: ahci_start_engine compliant to AHCI spec"Tejun Heo1-21/+0
2011-05-14Further fbcon sanity checkingBruno Prémont1-4/+4
2011-05-14fbmem: fix remove_conflicting_framebuffers racesLinus Torvalds1-49/+68
2011-05-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds3-7/+14
2011-05-13alpha: Wire up syscalls new to 2.6.39Michael Cree2-5/+13
2011-05-13alpha: convert to clocksource_register_hzJohn Stultz1-2/+1
2011-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-65/+132
2011-05-13Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds9-50/+68
2011-05-13rbd: fix split bio handlingYehuda Sadeh1-20/+151