1. 3ee14bf mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment by Adrian Hunter · 11 years ago
  2. 3828eca mmc: sdhci-pci: Add 64-bit DMA support by Adrian Hunter · 11 years ago
  3. 4f64f84 mmc: sdhci-acpi: Add 64-bit DMA support by Adrian Hunter · 11 years ago
  4. e57a5f6 mmc: sdhci: Add 64-bit ADMA support by Adrian Hunter · 11 years ago
  5. 0545230 mmc: sdhci: Define ADMA descriptor structure by Adrian Hunter · 11 years ago
  6. 739d46d mmc: sdhci: Define ADMA constants by Adrian Hunter · 11 years ago
  7. 4fb213f mmc: sdhci: Define maximum segments by Adrian Hunter · 11 years ago
  8. 76fe379 mmc: sdhci: Parameterize ADMA sizes and alignment by Adrian Hunter · 11 years ago
  9. 1c3d5f6 mmc: sdhci: Use 'void *' for not 'u8 *' for ADMA data by Adrian Hunter · 11 years ago
  10. b5ffa67 mmc: sdhci: Add sdhci_adma_mark_end() by Adrian Hunter · 11 years ago
  11. 4efaa6f mmc: sdhci: Rename adma_desc to adma_table by Adrian Hunter · 11 years ago
  12. 08621b1 mmc: sdhci: Rename two ADMA-related functions for consistency by Adrian Hunter · 11 years ago
  13. b521cf3 mmc: sdhci: Fix ADMA table size warning by Adrian Hunter · 11 years ago
  14. 8be78c6 mmc: sdhci: Fix ADMA page boundary warnings by Adrian Hunter · 11 years ago
  15. c09df94 mmc: sdhci: Fix incorrect ADMA2 descriptor table size by Adrian Hunter · 11 years ago
  16. 76d5556 mmc: host: atmel-mci: Add support for non-removable slots by Timo Kokkonen · 11 years ago
  17. 0654bb3 mmc: sdhci-pxav3: Document clocks and additional clock-names property by Sebastian Hesselbarth · 11 years ago
  18. 8afdc9c mmc: sdhci-pxav3: Get optional core clock by Sebastian Hesselbarth · 11 years ago
  19. 01ae107 mmc: sdhci-pxav3: Try to get named I/O clock first by Sebastian Hesselbarth · 11 years ago
  20. 8c96a7a mmc: sdhci-pxav3: Move I/O clock to private data by Sebastian Hesselbarth · 11 years ago
  21. b1df9de mmc: sdhci-of-arasan: Omit superfluous error messages by Mike Looijmans · 11 years ago
  22. 22b7870 mmc: core: Convert to use kzalloc() for CXD register buffers by Ulf Hansson · 11 years ago
  23. 601ed60 mmc: core: Don't handle buffers on stack while fetching CXD registers by Ulf Hansson · 11 years ago
  24. 2fc91e8 mmc: core: Remove the redundant mmc_send_ext_csd() API by Ulf Hansson · 11 years ago
  25. b2cada7 mmc: core: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 11 years ago
  26. 86817ff mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 11 years ago
  27. e21aa51 mmc: core: Export mmc_get_ext_csd() by Ulf Hansson · 11 years ago
  28. 2fd322a mmc: core: Don't panic when fetching EXT_CSD by Ulf Hansson · 11 years ago
  29. c197787 mmc: core: Let's callers of from mmc_get_ext_csd() do error handling by Ulf Hansson · 11 years ago
  30. 076ec38 mmc: core: Fetch and decode EXT_CSD from mmc_read_ext_csd() by Ulf Hansson · 11 years ago
  31. 148bcab mmc: core: Add helper function for EXT_CSD support by Ulf Hansson · 11 years ago
  32. a1fc444 mmc: core: Remove unnecessary 'out of memory' message by Ulf Hansson · 11 years ago
  33. 9e304d6 mmc: core: Remove redundant check of max_dtr while selecting timings by Ulf Hansson · 11 years ago
  34. 56d09b1 mmc: core: Remove redundant check while selecting powerclass by Ulf Hansson · 11 years ago
  35. fd372f7 mmc: core: Remove duplicated definition of mmc_send_ext_csd() by Ulf Hansson · 11 years ago
  36. 00b41b5 mmc: core: Remove mmc_free_ext_csd() by Ulf Hansson · 11 years ago
  37. 6130e7a mmc: dw_mmc: Remove old card detect infrastructure by Doug Anderson · 11 years ago
  38. 51d3460 mmc: core: silence a shift wrapping warning by Dan Carpenter · 11 years ago
  39. 5d0e119 mmc: sdhci-of-arasan: Use signed formatting in error messages by Mike Looijmans · 11 years ago
  40. 4df10e0 avr32: remove mach/atmel-mci.h by Alexandre Belloni · 11 years ago
  41. 1933688 ARM: at91: remove mach/atmel-mci.h by Alexandre Belloni · 11 years ago
  42. 9cbef73 mmc: atmel-mci: move mach header to platform_data by Alexandre Belloni · 11 years ago
  43. 0f76242 mmc: core: Report firmware version for eMMC 5.0 devices. by Gwendal Grignou · 11 years ago
  44. e779107 mmc: dw_mmc: rockchip: Don't recalc the clock when it goes off by Doug Anderson · 11 years ago
  45. b19caf3 mmc: dw_mmc: Change signal voltage error to dev_dbg() by Doug Anderson · 11 years ago
  46. 536f6b9 mmc: dw_mmc: Reset DMA before enabling IDMAC by Sonny Rao · 11 years ago
  47. 390e316 mmc: core: Remove unused mmc_list_to_card() macro by Ulf Hansson · 11 years ago
  48. fc95e30 mmc: block: Use dev_set|get_drvdata() by Ulf Hansson · 11 years ago
  49. eaaceb6 mmc: msm_sdcc: Use platform_set|get_drvdata by Ulf Hansson · 11 years ago
  50. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 11 years ago
  51. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 11 years ago
  52. 433b7b1 mmc: core: Don't export the to_sdio_driver macro by Ulf Hansson · 11 years ago
  53. d99903c mmc: core: Remove superfluous ifdefs for SDIO bus' PM callbacks by Ulf Hansson · 11 years ago
  54. 20d5a70 mmc: sdhci-pxav3: Remove checks for mandatory host clock by Sebastian Hesselbarth · 11 years ago
  55. ff8878f mmc: sdhci-pxav3: Remove unused clk_enable from sdhci_pxa by Sebastian Hesselbarth · 11 years ago
  56. cc9571e mmc: sdhci-pxav3: Move private driver data to driver source by Sebastian Hesselbarth · 11 years ago
  57. 668e84b mmc: sdhci-pxav3: Respect MMC_DDR52 timing on uhs signaling by Sebastian Hesselbarth · 11 years ago
  58. 6a686c3 mmc: sdhci-pxav2: Drop unused struct sdhci_pxa by Sebastian Hesselbarth · 11 years ago
  59. 05e07d8 mmc: sunxi: Remove unused includes of linux/clk-private.h by Tomeu Vizoso · 11 years ago
  60. b5c16a6 mmc: mmci: fix mmci_post_request by Srinivas Kandagatla · 11 years ago
  61. 64b12a6 mmc: core: fix prepared requests while doing bkops by Srinivas Kandagatla · 11 years ago
  62. 4b75bff mmc: core: Fix error paths and messages in mmc_init_card by Andrew Gabbasov · 11 years ago
  63. fc75b70 mmc: core: Add debug message for SET_BLOCK_COUNT result by Andrew Gabbasov · 11 years ago
  64. cce411e mmc: core: Initialize SET_BLOCK_COUNT request fields by Andrew Gabbasov · 11 years ago
  65. fce9d33 mmc: sdhci: fix error conditions for controller reset by Andrew Gabbasov · 11 years ago
  66. fbfaf03 mmc: sdhci: Balance vmmc regulator_disable() by Andrew Gabbasov · 11 years ago
  67. cd529af mmc: sdhci-esdhc-imx: don't exit in case of no pinctrl states by Dirk Behme · 11 years ago
  68. 18a0980 mmc: mxcmmc: fix the default value for available voltages into mxcmci_probe by Matteo Facchinetti · 11 years ago
  69. adfa570 mmc: mxcmmc: fix race condition when dma finish a data transfer by Matteo Facchinetti · 11 years ago
  70. 6380ea0 mmc: sdhci-pci-o2micro: Fix Dell E5440 issue by Peter Guo · 11 years ago
  71. 0031a98 mmc: block: add newline to sysfs display of force_ro by Baruch Siach · 11 years ago
  72. 206c5f6 Linux 3.18-rc4 by Linus Torvalds · 11 years ago
  73. ee867cf Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 11 years ago
  74. b1f368b Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  75. a315780 Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 11 years ago
  76. c4c23fb Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 11 years ago
  77. 0b0c7db Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  78. 86a7a16 Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  79. 45a4c07 Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
  80. b942791 Merge tag 'usb-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  81. 92c9e0c ARM: dts: zynq: Enable PL clocks for Parallella by Andreas Färber · 11 years ago
  82. fe606df Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  83. a50d715 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  84. ae04e1c Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
  85. 6ac94d3 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 11 years ago
  86. 661b99e Merge tag 'xfs-for-linus-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs by Linus Torvalds · 11 years ago
  87. 51f83ef Merge tag 'regulator-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 11 years ago
  88. 1395b9c Merge tag 'spi-v3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  89. cd3d9ea tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMP by Johannes Berg · 11 years ago
  90. 9c60269 tiny: reverse logic for DISABLE_DEV_COREDUMP by Aristeu Rozanski · 11 years ago
  91. e4df3a0 i2c: core: Dispose OF IRQ mapping at client removal time by Laurent Pinchart · 11 years ago
  92. 11cfbfb i2c: at91: don't account as iowait by Wolfram Sang · 11 years ago
  93. ca1f8da i2c: remove FSF address by Wolfram Sang · 11 years ago
  94. 1910195 USB: Update default usb-storage delay_use value in kernel-parameters.txt by Mark Knibbs · 11 years ago
  95. e4a60d1 sysfs: driver core: Fix glue dir race condition by gdp_mutex by Yijing Wang · 11 years ago
  96. 842dfc1 MIPS: Fix build with binutils 2.24.51+ by Manuel Lauss · 11 years ago
  97. 0027589 xfs: track bulkstat progress by agino by Dave Chinner · 11 years ago
  98. febe3cb xfs: bulkstat error handling is broken by Dave Chinner · 11 years ago
  99. 6e57c542 xfs: bulkstat main loop logic is a mess by Dave Chinner · 11 years ago
  100. 2b831ac xfs: bulkstat chunk-formatter has issues by Dave Chinner · 11 years ago