1. 9aaf343 mmc: block: Use the mmc host device index as the mmcblk device index by Ulf Hansson · 8 years ago
  2. e531cdf Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 8 years ago
  3. 83c742c mmc: block: fix ABI regression of mmc_blk_ioctl by Shawn Lin · 8 years ago
  4. 09faf61 mmc: block: shut up "retrying because a re-tune was needed" message by Russell King · 9 years ago
  5. f53f110 mmc: block: don't use the OR operation for flag of data by Jaehoon Chung · 8 years ago
  6. 1ac109d mmc: mmc_test: mention that '0' runs all tests by Wolfram Sang · 9 years ago
  7. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  8. a5ebb87d Revert "mmc: block: don't use parameter prefix if built as module" by Ulf Hansson · 8 years ago
  9. f00ab14 mmc: block: return error on failed mmc_blk_get() by Olof Johansson · 8 years ago
  10. 9db276f tty: Use termios c_*flag macros by Peter Hurley · 9 years ago
  11. 382c55f mmc: block: Allow more than 8 partitions per card by Colin Cross · 9 years ago
  12. 1ff8950 mmc: block: change to use kmalloc when copy data from userspace by yalin wang · 9 years ago
  13. d3df046 mmc: remove bondage between REQ_META and reliable write by Luca Porzio · 9 years ago
  14. b093410 mmc: block: copy resp[] data on err for MMC_IOC_MULTI_CMD by Grant Grundler · 9 years ago
  15. a5f5774 mmc: block: Add new ioctl to send multi commands by Jon Hunter · 9 years ago
  16. 08b137d mmc: core: Fix init_card in 52Mhz by Chaotian Jing · 9 years ago
  17. 85579ad Merge tag 'mmc-v4.3' of git://git.linaro.org/people/ulf.hansson/mmc by Linus Torvalds · 9 years ago
  18. d975f30 Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  19. 1081230 Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  20. b5b4ff0 mmc: block: skip trim for some kingston eMMCs by Shawn Lin · 9 years ago
  21. da81ed1 scatterlist: remove open coded sg_unmark_end instances by Dan Williams · 9 years ago
  22. 7d70d47 mmc: block: add fixup of broken CMD23 for Sandisk card by Yangbo Lu · 9 years ago
  23. 829b696 mmc: block: don't use parameter prefix if built as module by Andy Shevchenko · 9 years ago
  24. 9098f84 mmc: block: Add missing mmc_blk_put() in power_ro_lock_show() by Tomas Winkler · 9 years ago
  25. 2bb4cd5 block: have drivers use blk_queue_max_discard_sectors() by Jens Axboe · 9 years ago
  26. a8c27c0 mmc: queue: prevent soft lockups on PREEMPT=n by Rabin Vincent · 9 years ago
  27. 29535f7 mmc: card: Fixup request missing in mmc_blk_issue_rw_rq by Ding Wang · 9 years ago
  28. 7551847 mmc: queue: use swap() in mmc_queue_thread() by Fabian Frederick · 9 years ago
  29. 75fda77 mmc: mmc-test: use swap() in mmc_test_nonblock_transfer() by Fabian Frederick · 9 years ago
  30. 087de9e mmc: cast unsigned int to typeof(sector_t) to avoid unexpected error by Kuninori Morimoto · 9 years ago
  31. 30a9b9e mmc: card: mmc_test: Simplify a trivial if-return sequence by Fabio Estevam · 9 years ago
  32. b8360a4 mmc: block: Retry errored data requests when re-tuning is needed by Adrian Hunter · 9 years ago
  33. 6f398ad mmc: block: Check re-tuning in the recovery path by Adrian Hunter · 9 years ago
  34. 4e93b9a mmc: card: Don't access RPMB partitions for normal read/write by Chuanxiao Dong · 10 years ago
  35. 96541ba Revert "mmc: core: Convert mmc_driver to device_driver" by Ulf Hansson · 9 years ago
  36. b9f28d8 sd, mmc, virtio_blk, string_helpers: fix block size units by James Bottomley · 9 years ago
  37. 7a30f2a mmc: block: Remove unnecessary temporary variable by Tobias Klauser · 10 years ago
  38. fe82191 mmc: block: fix format string warning by Asaf Vertz · 10 years ago
  39. 83533ab mmc: core: always check status after reset by Johan Rudholm · 10 years ago
  40. fdb409f mmc: queue: Improve error handling during allocation of bounce buffers by Bhuvanesh Surachari · 10 years ago
  41. a26eba6 mmc: block: Increase max_devices by Ben Hutchings · 10 years ago
  42. 3ee14bf mmc: mmc_test: Extend "Badly aligned" tests for 8-byte alignment by Adrian Hunter · 10 years ago
  43. 86817ff mmc: block: Use mmc_get_ext_csd() instead of mmc_send_ext_csd() by Ulf Hansson · 10 years ago
  44. fc95e30 mmc: block: Use dev_set|get_drvdata() by Ulf Hansson · 10 years ago
  45. 6685ac6 mmc: core: Convert mmc_driver to device_driver by Ulf Hansson · 10 years ago
  46. 0967edc mmc: core: Convert the mmc_driver to use the modern PM ops by Ulf Hansson · 10 years ago
  47. 0031a98 mmc: block: add newline to sysfs display of force_ro by Baruch Siach · 10 years ago
  48. e75437f Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  49. b277da0 block: disable entropy contributions for nonrot devices by Mike Snitzer · 10 years ago
  50. 6606110 mmc: Convert pr_warning to pr_warn by Joe Perches · 10 years ago
  51. 5e1344e mmc: block: change stop errors to info by Johan Rudholm · 10 years ago
  52. f5b4d71 mmc: card: Prevent partition scan for the eMMC boot areas by Ulf Hansson · 10 years ago
  53. 0abb71f mmc: remove MMC_CAP2_NO_MULTI_READ flags by Kuninori Morimoto · 10 years ago
  54. 2e47e84 mmc: Add .multi_io_quirk callback for multi I/O HW bug by Kuninori Morimoto · 10 years ago
  55. 5204d00 mmc: Do not advertise secure discard if it is blacklisted by Lukas Czerner · 10 years ago
  56. 97e18dc Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 10 years ago
  57. bb5cba4 mmc: block: Fixup busy detection while invoking stop cmd at recovery by Ulf Hansson · 11 years ago
  58. 95a9129 mmc: block: Respect hw busy detection in card_busy_detect() by Ulf Hansson · 11 years ago
  59. c49433f mmc: block: Implement card_busy_detect() for busy detection by Ulf Hansson · 11 years ago
  60. bcc3e17 mmc: block: Use R1 responses for stop cmds for read requests by Ulf Hansson · 11 years ago
  61. e83b366 Fix uses of dma_max_pfn() when converting to a limiting address by Russell King · 10 years ago
  62. a2d1086 mmc: card: Remove host cap MMC_CAP2_SANITIZE by Ulf Hansson · 11 years ago
  63. f662ae4 mmc: fix host release issue after discard operation by Ray Jui · 11 years ago
  64. c2ac2ae Merge tag 'mmc-updates-for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  65. 8e0cb8a ARM: 7797/1: mmc: Use dma_max_pfn(dev) helper for bounce_limit calculations by Santosh Shilimkar · 11 years ago
  66. 9ec775f mmc: Don't force card to active state when entering suspend/shutdown by Ulf Hansson · 11 years ago
  67. 8efb83a mmc: fix null pointer use in mmc_blk_remove_req by Franck Jullien · 11 years ago
  68. 4be7085 mmc: mmc_test: replace strict_strtol() with kstrtol_from_user() by Jingoo Han · 11 years ago
  69. c876006 mmc: block: fix a bug of error handling in MMC driver by KOBAYASHI Yoshitake · 11 years ago
  70. 7628774 mmc: core: Handle card shutdown from mmc_bus by Ulf Hansson · 11 years ago
  71. a82e484 mmc: card: fixing an false identification of SANITIZE command by Yaniv Gardi · 11 years ago
  72. fdfa20c mmc: reordered shutdown sequence in mmc_bld_remove_req by Paul Taysom · 11 years ago
  73. e94cfef mmc: block: Enable runtime pm for mmc blkdevice by Ulf Hansson · 11 years ago
  74. 775a936 mmc: card: Adding support for sanitize in eMMC 4.5 by Maya Erez · 11 years ago
  75. db2a144 block_device_operations->release() should return void by Al Viro · 11 years ago
  76. 1731929 Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  77. ef3a69c7 mmc: block: fix the host's claim-release in special request by Seungwon Jeon · 11 years ago
  78. aa27a09 TTY: add tty_port_tty_hangup helper by Jiri Slaby · 11 years ago
  79. ed5dc23 Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  80. ce39f9d mmc: support packed write command for eMMC4.5 devices by Seungwon Jeon · 11 years ago
  81. 7a81902 mmc: block: don't start new request when the card is removed by Seungwon Jeon · 12 years ago
  82. 2220eed mmc: fix async request mechanism for sequential read scenarios by Konstantin Dorfman · 12 years ago
  83. 369d321 mmc: queue: exclude asynchronous transfer for special request by Seungwon Jeon · 12 years ago
  84. 4f73bc4 tty: Added a CONFIG_TTY option to allow removal of TTY by Joe Millenbach · 12 years ago
  85. 2e124b4 TTY: switch tty_flip_buffer_push by Jiri Slaby · 12 years ago
  86. 92a19f9 TTY: switch tty_insert_flip_char by Jiri Slaby · 12 years ago
  87. c6bd5bc Merge tag 'tty-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 12 years ago
  88. 8d1e977 mmc: card: Add RPMB support in IOCTL interface by Loic Pallardy · 12 years ago
  89. 53d8f97 mmc: card: Do not scan RPMB partitions by Loic Pallardy · 12 years ago
  90. 8fee476 mmc: core: Fix some driver hangs when dealing with broken devices by Trey Ramsay · 12 years ago
  91. 45c5a91 mmc: queue: amend buffer swap for non-blocking transfer by Seungwon Jeon · 12 years ago
  92. e70c677 MMC: sdio, use kref from tty_port by Jiri Slaby · 12 years ago
  93. 9753eb8 MMC: sdio_uart, remove unused member from sdio_uart_port by Jiri Slaby · 12 years ago
  94. 7ac3c93 Merge 3.6-rc6 into tty-next by Greg Kroah-Hartman · 12 years ago
  95. 3550ccd mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption. by Ian Chen · 12 years ago
  96. 734cc17 TTY: use tty_port_register_device by Jiri Slaby · 12 years ago
  97. c87985a Merge tty-next into 3.6-rc1 by Greg Kroah-Hartman · 12 years ago
  98. adc8d74 tty: move the termios object into the tty by Alan Cox · 12 years ago
  99. ecf8b5d mmc: block: replace __blk_end_request() with blk_end_request() by Subhash Jadavani · 12 years ago
  100. d380443 mmc: block: fix the data timeout issue with ACMD22 by Subhash Jadavani · 12 years ago