1. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  2. 88b4767 mmc: Add module.h to drivers/mmc users assuming implicit presence. by Paul Gortmaker · 13 years ago
  3. e0c368d mmc: core: general purpose MMC partition support. by Namjae Jeon · 13 years ago
  4. f7c56ef mmc: block: support no access to boot partitions by Adrian Hunter · 13 years ago
  5. 0d7d85c mmc: block: fix boot partition switch error path by Adrian Hunter · 13 years ago
  6. 6771632 mmc: block: add eMMC hardware reset support by Adrian Hunter · 13 years ago
  7. 2311344 mmc: mmc-test: add eMMC hardware reset test by Adrian Hunter · 13 years ago
  8. ad5fd97 mmc: fix integer assignments to pointer by Venkatraman S · 13 years ago
  9. 7513cd7 mmc: queue: declare mmc_alloc_sg as static by Venkatraman S · 13 years ago
  10. 65299a3 block: separate priority boosting from REQ_META by Christoph Hellwig · 13 years ago
  11. 7435bb7 mmc: core: use defined R1_STATE_PRG macro for card status by Jaehoon Chung · 13 years ago
  12. d5a5bd1 mmc: mmc_test: avoid stalled file in debugfs by Andy Shevchenko · 13 years ago
  13. 393f9a0 mmc: block: fixed NULL pointer dereference by Jaehoon Chung · 13 years ago
  14. ee8a43a mmc: block: add handling for two parallel block requests in issue_rw_rq by Per Forlin · 13 years ago
  15. 04296b7 mmc: queue: add a second mmc queue request member by Per Forlin · 13 years ago
  16. d78d4a8 mmc: block: move error path in issue_rw_rq to a separate function. by Per Forlin · 13 years ago
  17. 54d49d7 mmc: block: add a block request prepare function by Per Forlin · 13 years ago
  18. 97868a2 mmc: block: add member in mmc queue struct to hold request data by Per Forlin · 13 years ago
  19. bf04333 mmc: mmc_test: test to measure how sg_len affect performance by Per Forlin · 13 years ago
  20. 9f9c418 mmc: mmc_test: add test for non-blocking transfers by Per Forlin · 13 years ago
  21. 54f3caf mmc: mmc_test: add debugfs file to list all tests by Per Forlin · 13 years ago
  22. e056a1b mmc: queue: let host controllers specify maximum discard timeout by Adrian Hunter · 13 years ago
  23. 4c2b8f2 mmc: block: add checking of r/w command response by Russell King - ARM Linux · 13 years ago
  24. a01f3ccf mmc: block: improve error recovery from command channel errors by Russell King - ARM Linux · 13 years ago
  25. 0a2d404 mmc: block: allow get_card_status() to return error status by Russell King - ARM Linux · 13 years ago
  26. c31b55c mmc: queue: bring discard_granularity/alignment into line with SCSI by Adrian Hunter · 13 years ago
  27. d09408a mmc: queue: append partition subname to queue thread name by Adrian Hunter · 13 years ago
  28. ddd6fa7 mmc: block: switch card to User Data Area when removing the block driver by Adrian Hunter · 13 years ago
  29. f0d8997 mmc: core: Block CMD23 support for UHS104/SDXC cards. by Andrei Warkentin · 13 years ago
  30. d0c97cf mmc: core: Use CMD23 for multiblock transfers when we can. by Andrei Warkentin · 13 years ago
  31. 253d6a2 mmc: mmc_test: minor clean up, use t = &test.area everywhere by Andy Shevchenko · 14 years ago
  32. aea253e mmc: card: fix potential null dereference of 'idata' by Vladimir Motyka · 13 years ago
  33. cb87ea2 mmc: core: Add mmc CMD+ACMD passthrough ioctl by John Calixto · 14 years ago
  34. 641c318 mmc: block: init force_ro sysfs attribute by Rabin Vincent · 14 years ago
  35. f06c915 mmc: Ensure hardware partitions don't mess with mmcblk device naming. by Andrei Warkentin · 14 years ago
  36. 24f5b53 mmc: initialize struct mmc_request at declaration time by Chris Ball · 14 years ago
  37. a61ad2b mmc: initialize struct mmc_data at declaration time by Chris Ball · 14 years ago
  38. 1278dba mmc: initialize struct mmc_command at declaration time by Chris Ball · 14 years ago
  39. 62929e4 mmc: card: Fix use of uninitialized data in mmc_blk_issue_rw_rq. by Chris Ball · 14 years ago
  40. 6a7a6b4 mmc: quirks: Fix erase/trim for certain SanDisk cards. by Andrei Warkentin · 14 years ago
  41. 6f60c22 mmc: quirks: Support for block quirks. by Andrei Warkentin · 14 years ago
  42. 371a689 mmc: MMC boot partitions support. by Andrei Warkentin · 14 years ago
  43. 1a258db mmc: card: block.c cleanup for host claim/release. by Andrei Warkentin · 14 years ago
  44. f4c5522 mmc: Reliable write support. by Andrei Warkentin · 14 years ago
  45. 0b38c4e mmc: remove redundant irq disabling by John Ogness · 14 years ago
  46. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  47. 5a8fba5 mmc: mmc_test: Remove set-but-unused variable. by Chris Ball · 14 years ago
  48. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  49. a8c91da Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  50. 50cec37 mmc: Improve MMC_TEST config text. by Will Newton · 14 years ago
  51. a803d55 mmc: mmc_test: add tests to measure large sequential I/O performance by Adrian Hunter · 14 years ago
  52. b6056d1 mmc: mmc_test: add tests to measure random I/O operations per second by Adrian Hunter · 14 years ago
  53. 0532ff6 mmc: mmc_test: make performance test area size about 4MiB by Adrian Hunter · 14 years ago
  54. 54d6b44 mmc: mmc_test: Only warn about not waiting for busy if it's supported by Pawel Moll · 14 years ago
  55. 3362177 mmc: Fix the block device read only flag by Marc-André Hébert · 14 years ago
  56. 7eaceac block: remove per-queue plugging by Jens Axboe · 14 years ago
  57. 20b9d17 tiocmset: kill the file pointer argument by Alan Cox · 14 years ago
  58. 60b33c1 tiocmget: kill off the passing of the struct file by Alan Cox · 14 years ago
  59. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  60. b37427b mmc: MMC_BLOCK_MINORS should depend on MMC_BLOCK. by Chris Ball · 14 years ago
  61. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  62. 5e71b7a mmc: make number of mmcblk minors configurable by Olof Johansson · 14 years ago
  63. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  64. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  65. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  66. d3c502b mmc: Makefile: Fix EXTRA_CFLAGS assignment by matt mooney · 14 years ago
  67. c27d37a mmc_test: fix display of .5 KiB by Adrian Hunter · 14 years ago
  68. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  69. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  70. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  71. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  72. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  73. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  74. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  75. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  76. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  77. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  78. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  79. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  80. 2a48fc0 block: autoconvert trivial BKL users to private mutex by Arnd Bergmann · 14 years ago
  81. 4913efe block: deprecate barrier and replace blk_queue_ordered() with blk_queue_flush() by Tejun Heo · 14 years ago
  82. fec4dcc mmc_test: fix large memory allocation by Adrian Hunter · 14 years ago
  83. 64f7120 mmc_test: add performance tests by Adrian Hunter · 14 years ago
  84. 4980454 mmc_block: add support for secure discard by Adrian Hunter · 14 years ago
  85. bd788c9 mmc_block: add discard support by Adrian Hunter · 14 years ago
  86. 6e9624b block: push down BKL into .open and .release by Arnd Bergmann · 14 years ago
  87. 00fff26 block: remove q->prepare_flush_fn completely by FUJITA Tomonori · 14 years ago
  88. 33659eb block: remove wrappers for request type/flags by Christoph Hellwig · 14 years ago
  89. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  90. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  91. 8b197a5 sdio_uart: Use kfifo instead of the messy circ stuff by Alan Cox · 15 years ago
  92. 8a78362 block: Consolidate phys_segment and hw_segment limits by Martin K. Petersen · 15 years ago
  93. 086fa5f block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectors by Martin K. Petersen · 15 years ago
  94. c286d03 mmc_test: block addressed cards by Johan Kristell · 15 years ago
  95. c9404c9 Fix misspelling of "should" and "shouldn't" in comments. by Adam Buchbinder · 15 years ago
  96. 5fa83ce mmc_block: fix queue cleanup by Adrian Hunter · 15 years ago
  97. 0a74ff2 mmc_block: fix probe error cleanup bug by Jarkko Lavinen · 15 years ago
  98. 7d92df6 mmc_block: add dev_t initialization check by Anna Lemehova · 15 years ago
  99. 1f100b3 tty: sdio_uart: Fix the locking on "func" for new code by Alan Cox · 15 years ago
  100. 4b3b49b tty: sdio_uart: add modem functionality by Alan Cox · 15 years ago