1. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  2. e67bd12 Merge tag 'mmc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  3. 818551e Merge branch 'for-4.11/next' into for-4.11/linus-merge by Jens Axboe · 8 years ago
  4. 8c7cdbf mmc: core: add mmc prefix for blk_fixups by Shawn Lin · 8 years ago
  5. 0e9cfcf mmc: core: move all quirks together into quirks.h by Shawn Lin · 8 years ago
  6. 1144c1e mmc: core: improve the quirks for sdio devices by Shawn Lin · 8 years ago
  7. 884f386 mmc: core: move some sdio IDs out of quirks file by Shawn Lin · 8 years ago
  8. 28fc64a mmc: core: change quirks.c to be a header file by Shawn Lin · 8 years ago
  9. 006cac8 Merge branch 'fixes' into next by Ulf Hansson · 8 years ago
  10. efff8e7 mmc: Adding AUTO_BKOPS_EN bit set for Auto BKOPS support by Uri Yanai · 8 years ago
  11. 6962c2f mmc: MAN_BKOPS_EN inverse debug message logic by Uri Yanai · 8 years ago
  12. 37dac06 mmc: core: start to break apart mmc_start_areq() by Linus Walleij · 8 years ago
  13. 0e65f10 mmc: block: respect bool returned from blk_end_request() by Linus Walleij · 8 years ago
  14. 169f03a mmc: block: return errorcode from mmc_sd_num_wr_blocks() by Linus Walleij · 8 years ago
  15. 3d4ef32 mmc: core: fix multi-bit bus width without high-speed mode by Anssi Hannula · 8 years ago
  16. 9491be5 mmc: queue: turn queue flags into bools by Linus Walleij · 8 years ago
  17. 74f5ba3 mmc: block: rename mmc_active to areq by Linus Walleij · 8 years ago
  18. b2928e1 mmc: block: refactor mmc_blk_rw_try_restart() by Linus Walleij · 8 years ago
  19. c3399ef mmc: core: rename mmc_start_req() to *areq() by Linus Walleij · 8 years ago
  20. acd8dbd mmc: block: rename rqc and req by Linus Walleij · 8 years ago
  21. db43550 mmc: block: inline the command abort and start new goto:s by Linus Walleij · 8 years ago
  22. a04848c mmc: core: switch to ida_simple_ functions in block.c by Heiner Kallweit · 8 years ago
  23. e13934b mmc: core/mmci: restore pre/post_req behaviour by Linus Walleij · 8 years ago
  24. 1ed2171 mmc: core: fix error path in mmc_host_alloc by Heiner Kallweit · 8 years ago
  25. 7413d1f mmc: core: simplify ida handling by Heiner Kallweit · 8 years ago
  26. fb00f19 mmc: core: Extend mmc_of_parse() to check for mmc-ddr-3_3v by Ulf Hansson · 8 years ago
  27. 20f921b mmc: core: Invent MMC_CAP_3_3V_DDR by Ulf Hansson · 8 years ago
  28. 4e74b6b mmc: core: Rename __mmc_set_signal_voltage() to mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  29. 2ed573b mmc: core: Clarify usage of mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  30. a44efa4 mmc: core: Remove redundant code in mmc_set_signal_voltage() by Ulf Hansson · 8 years ago
  31. df06158 mmc: block: stop passing around pointless return values by Linus Walleij · 8 years ago
  32. 7d552a4 mmc: block: introduce new_areq and old_areq by Linus Walleij · 8 years ago
  33. da0dbaf mmc: block: inline command abortions by Linus Walleij · 8 years ago
  34. 6fb85d6 mmc: block: do not assign mq_rq when aborting command by Linus Walleij · 8 years ago
  35. efb5a05 mmc: block: break out mmc_blk_rw_start_new() by Linus Walleij · 8 years ago
  36. 4e1f780 mmc: block: break out mmc_blk_rw_cmd_abort() by Linus Walleij · 8 years ago
  37. de19b4c mmc: pwrseq: add support for Marvell SD8787 chip by Matt Ranostay · 8 years ago
  38. 5857b29 mmc: core: Move public functions from host.h to private headers by Ulf Hansson · 8 years ago
  39. 4facdde mmc: core: Move public functions from card.h to private headers by Ulf Hansson · 8 years ago
  40. 55244c5 mmc: core: Move public functions from core.h to private headers by Ulf Hansson · 8 years ago
  41. 066185d mmc: core: First step in cleaning up private mmc header files by Ulf Hansson · 8 years ago
  42. 5fc3d80 mmc: sdio: don't use rocr to check if the card could support UHS mode by Shawn Lin · 8 years ago
  43. 0eb51a5 mmc: sdio: Factor out retry init card helper function by Shawn Lin · 8 years ago
  44. 63928d4 mmc: core: Use kmalloc_array() in mmc_alloc_sg() by Markus Elfring · 8 years ago
  45. 3972a20 mmc: mmc_test: Use kcalloc() in mmc_test_alloc_mem() by Markus Elfring · 8 years ago
  46. 554d7c5 mmc: mmc_test: Improve a size determination in five functions by Markus Elfring · 8 years ago
  47. 7200449 mmc: mmc_test: Combine substrings for 5 messages by Markus Elfring · 8 years ago
  48. fda02ea mmc: mmc_test: Add some spaces for better code readability by Markus Elfring · 8 years ago
  49. dc3a5fe mmc: mmc_test: Use seq_puts() in mtf_testlist_show() by Markus Elfring · 8 years ago
  50. 74536bc mmc: mmc_test: Fix a typo in a comment line by Markus Elfring · 8 years ago
  51. 457e4f7 mmc: mmc_test: Use kmalloc_array() in mmc_test_area_init() by Markus Elfring · 8 years ago
  52. c1ada71 mmc: slot-gpio: Don't override con_id when request descriptor by Andy Shevchenko · 8 years ago
  53. c7836d1 mmc: use empty initializer list to zero-clear structures by Masahiro Yamada · 8 years ago
  54. 164b50b mmc: block: Replace "goto retry" by a proper do / while loop by Geert Uytterhoeven · 8 years ago
  55. 8cb6ed1 mmc: block: Avoid uninitialized warning in mmc_blk_issue_discard_rq() by Geert Uytterhoeven · 8 years ago
  56. 46bc5c4 mmc: core: Export device lifetime information through sysfs by Jungseung Lee · 8 years ago
  57. 261c83c mmc: remove pointless request type check in mmc_prep_request by Christoph Hellwig · 8 years ago
  58. ee6ff74 mmc: core: Restore parts of the polling policy when switch to HS/HS DDR by Ulf Hansson · 8 years ago
  59. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  60. e85baa8 mmc: sd: Meet alignment requirements for raw_ssr DMA by Paul Burton · 8 years ago
  61. 1552011 mmc: core: Further fix thread wake-up by Adrian Hunter · 8 years ago
  62. b9f98bd Merge tag 'mmc-v4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 8 years ago
  63. f397c8d mmc: block: Move files to core by Ulf Hansson · 8 years ago
  64. e711f03 mmc: mmc: Introduce mmc_abort_tuning() by Adrian Hunter · 8 years ago
  65. ef3d232 mmc: mmc: Relax checking for switch errors after HS200 switch by Adrian Hunter · 8 years ago
  66. 6ff897f mmc: core: remove BUG_ONs from core.c by Shawn Lin · 8 years ago
  67. 349583d6 mmc: core: remove BUG_ONs from sd by Shawn Lin · 8 years ago
  68. 8cce3ec mmc: core: remove BUG_ONs from mmc by Shawn Lin · 8 years ago
  69. a48ee3e mmc: debugfs: remove BUG_ON from mmc_ext_csd_open by Shawn Lin · 8 years ago
  70. 5df0e823 mmc: core: remove BUG_ONs from sdio by Shawn Lin · 8 years ago
  71. 925ff3a mmc: mmc: Add Command Queue definitions by Adrian Hunter · 8 years ago
  72. e0097cf mmc: queue: Fix queue thread wake-up by Adrian Hunter · 8 years ago
  73. d3c6aac mmc: delete is_first_req parameter from pre-request callback by Linus Walleij · 8 years ago
  74. e173f89 mmc: core: Update CMD13 polling policy when switch to HS DDR mode by Ulf Hansson · 8 years ago
  75. 53e6065 mmc: core: Allow CMD13 polling when switching to HS mode for mmc by Ulf Hansson · 8 years ago
  76. aa33ce3 mmc: core: Enable __mmc_switch() to change bus speed timing for the host by Ulf Hansson · 8 years ago
  77. 5ec32f8 mmc: core: Check SWITCH_ERROR bit from each CMD13 response when polling by Ulf Hansson · 8 years ago
  78. 625228f mmc: core: Rename ignore_crc to retry_crc_err to reflect its purpose by Ulf Hansson · 8 years ago
  79. 89e57ae mmc: core: Remove redundant __mmc_send_status() by Ulf Hansson · 8 years ago
  80. 437590a mmc: core: Retry instead of ignore at CRC errors when polling for busy by Ulf Hansson · 8 years ago
  81. 8e8b3f5 mmc: core: use enum mmc_blk_status properly by Linus Walleij · 8 years ago
  82. c2c2481 mmc: core: Don't power off the card when starting the host by Ulf Hansson · 8 years ago
  83. 50fcbbb mmc: core: expose the capability of gpio card detect by Shawn Lin · 8 years ago
  84. 7056264 mmc: core: Don't use ->card_busy() and CMD13 in combination when polling by Ulf Hansson · 8 years ago
  85. 716bdb8 mmc: core: Factor out code related to polling in __mmc_switch() by Ulf Hansson · 8 years ago
  86. cb26ce0 mmc: core: Clarify code which deals with polling in __mmc_switch() by Ulf Hansson · 8 years ago
  87. 20348d1 mmc: core: Make mmc_switch_status() available for mmc core by Ulf Hansson · 8 years ago
  88. fe1b570 mmc: mmc: Use 500ms as the default generic CMD6 timeout by Ulf Hansson · 8 years ago
  89. 4f25580 mmc: core: changes frequency to hs_max_dtr when selecting hs400es by Shawn Lin · 8 years ago
  90. 1720d35 mmc: core: switch to 1V8 or 1V2 for hs400es mode by Shawn Lin · 8 years ago
  91. 1712c93 mmc: core: don't try to switch block size for dual rate mode by Ziyuan Xu · 8 years ago
  92. 5163af5 mmc: core: Add support for sending commands during data transfer by Adrian Hunter · 8 years ago
  93. 6c68988 mmc: core: Optimize the mmc erase size alignment by Baolin Wang · 8 years ago
  94. 7108512 mmc: core: Factor out the alignment of erase size by Baolin Wang · 8 years ago
  95. 12182af mmc: core: Use a default maximum erase timeout by Ulf Hansson · 8 years ago
  96. 923dff8 mmc: sdio: deploy error handling instead of triggering BUG_ON by Shawn Lin · 8 years ago
  97. 67d3596 mmc: core: Add error message when switching fails in mmc_select_hs() by Jungseung Lee · 8 years ago
  98. 5275a65 mmc: sd: Export SD Status via “ssr” device attribute by Uri Yanai · 8 years ago
  99. 721e049 mmc: pwrseq-simple: Add an optional post-power-on-delay by Hans de Goede · 8 years ago
  100. bb4eecf mmc: Change the max discard sectors and erase response when HW busy detect by Baolin Wang · 8 years ago