summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mmc: core: Add DT bindings for SD card's UHS bus speed modesUlf Hansson2014-02-222-0/+15
* mmc: rtsx: add support for pre_req and post_reqMicky Ching2014-02-224-109/+448
* mmc: rtsx: modify phase searching method for tuningMicky Ching2014-02-222-81/+33
* mmc: rtsx: fix card poweroff bugMicky Ching2014-02-221-1/+2
* mmc: sdhci: add support for realtek rts5250Micky Ching2014-02-223-1/+24
* mmc: omap: Add erase capabilityJarkko Nikula2014-02-221-7/+11
* mmc: omap: Remove always set use_dma flag from struct mmc_omap_hostJarkko Nikula2014-02-221-10/+5
* mmc: omap: Convert to devm_ioremap_resourceJarkko Nikula2014-02-221-29/+12
* mmc: omap: Remove mem_res field from struct mmc_omap_hostJarkko Nikula2014-02-221-3/+1
* mmc: omap: Remove duplicate host->irq assignmentJarkko Nikula2014-02-221-1/+0
* mmc: omap: Convert to devm_kzallocJarkko Nikula2014-02-221-4/+2
* mmc: omap: Fix NULL pointer dereference due uninitialized cover_taskletJarkko Nikula2014-02-221-5/+7
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791Kuninori Morimoto2014-02-221-0/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7790Kuninori Morimoto2014-02-221-1/+9
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7779Kuninori Morimoto2014-02-221-1/+1
* mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7778Kuninori Morimoto2014-02-221-1/+8
* mmc: sdhi: tidyup sh_mobile_sdhi_of_match positionKuninori Morimoto2014-02-221-13/+13
* mmc: core: Enable MMC_CAP2_CACHE_CTRL as defaultUlf Hansson2014-02-133-7/+1
* mmc: core: Use mmc_flush_cache() during mmc suspendUlf Hansson2014-02-133-41/+1
* mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMDUlf Hansson2014-02-132-4/+0
* mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGEUlf Hansson2014-02-131-1/+0
* mmc: card: Remove host cap MMC_CAP2_SANITIZEUlf Hansson2014-02-132-3/+1
* mmc: core: Remove unnecessary validations for bus_ops callbacksUlf Hansson2014-02-132-18/+7
* mmc: core: Use MMC_UNSAFE_RESUME as default behaviorUlf Hansson2014-02-135-80/+3
* mmc: tmio: Adapt to proper PM configs for exported functionsUlf Hansson2014-02-132-7/+7
* mmc: tmio_mmc: Convert from legacy to modern PM opsUlf Hansson2014-02-131-14/+16
* mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacksUlf Hansson2014-02-131-4/+4
* Linux 3.14-rc2v3.14-rc2Linus Torvalds2014-02-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2014-02-092-0/+6
|\
| * Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2014-02-102-0/+6
| |\
| | * SELinux: Fix kernel BUG on empty security contexts.Stephen Smalley2014-02-051-0/+4
| | * selinux: add SOCK_DIAG_BY_FAMILY to the list of netlink message typesPaul Moore2014-02-051-0/+2
| | * Merge tag 'v3.13' into stable-3.14Paul Moore2014-02-059804-230230/+434138
| | |\
* | | \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-02-098-31/+17
|\ \ \ \ | |/ / / |/| | |
| * | | fix a kmap leak in virtio_consoleAl Viro2014-02-091-6/+3
| * | | fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro2014-02-097-25/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2014-02-094-8/+9
|\ \ \ \
| * | | | Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana2014-02-081-0/+2
| * | | | Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik2014-02-081-0/+1
| * | | | btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba2014-02-081-1/+1
| * | | | btrfs: commit transaction after setting label and featuresJeff Mahoney2014-02-081-2/+2
| * | | | Btrfs: fix assert screwup for the pending move stuffJosef Bacik2014-02-081-5/+3
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-0914-63/+162
|\ \ \ \ \
| * \ \ \ \ Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-02-0213-62/+162
| |\ \ \ \ \
| | * | | | | perf buildid-cache: Check relocation when checking for existing kcoreAdrian Hunter2014-01-311-4/+29
| | * | | | | perf tools: Adjust kallsyms for relocated kernelAdrian Hunter2014-01-311-2/+38
| | * | | | | perf tests: No need to set up ref_reloc_symAdrian Hunter2014-01-311-10/+0
| | * | | | | perf symbols: Prevent the use of kcore if the kernel has movedAdrian Hunter2014-01-311-4/+21
| | * | | | | perf record: Get ref_reloc_sym from kernel mapAdrian Hunter2014-01-313-30/+9
| | * | | | | perf machine: Set up ref_reloc_sym in machine__create_kernel_maps()Adrian Hunter2014-01-312-0/+25