1. c4ba0e4 mmc: tmio: change bus_shift to unsigned int by Masahiro Yamada · 7 years ago
  2. 852d258 mmc: tmio,renesas_sdhi: move ssc_tappos to renesas_sdhi.h by Masahiro Yamada · 7 years ago
  3. 90d9510 mmc: tmio, renesas_sdhi: move Renesas-specific DMA data to renesas_sdhi.h by Masahiro Yamada · 7 years ago
  4. 058db28 mmc: tmio, renesas_sdhi: move struct tmio_mmc_dma to renesas_sdhi.h by Masahiro Yamada · 7 years ago
  5. 2487e7e mmc: renesas_sdhi: remove always false condition by Masahiro Yamada · 7 years ago
  6. 0be5557 mmc: block: fix logical error to avoid memory leak by Liu, Changcheng · 7 years ago
  7. da3588b Merge branch 'fixes' into next by Ulf Hansson · 7 years ago
  8. de8dcc3 mmc: avoid removing non-removable hosts during suspend by Daniel Drake · 7 years ago
  9. b4fcb5e mmc: android-goldfish: remove duplicate includes by Pravin Shedge · 7 years ago
  10. cd82cd2 mmc: tmio: move mmc_gpio_request_cd() before mmc_add_host() by Masahiro Yamada · 7 years ago
  11. 2aaa3c5 mmc: tmio, renesas_sdhi: set mmc_host_ops hooks directly by Masahiro Yamada · 7 years ago
  12. c055fc7 mmc: tmio: move mmc_host_ops to struct tmio_mmc_host from static data by Masahiro Yamada · 7 years ago
  13. 4139696 mmc: tmio: use devm_ioremap_resource() instead of devm_ioremap() by Masahiro Yamada · 7 years ago
  14. a3b05373 mmc: tmio: set tmio_mmc_host to driver data by Masahiro Yamada · 7 years ago
  15. 4ce6281 mmc: renesas_sdhi: remove eprobe jump label by Masahiro Yamada · 7 years ago
  16. e578afa mmc: renesas_sdhi: remove wrong depends on to enable compile test by Masahiro Yamada · 7 years ago
  17. 0c36fc0 mmc: tmio: use ioread* for repeated access to a register by Wolfram Sang · 7 years ago
  18. 967a6a0 mmc: renesas_sdhi: Add MODULE_LICENSE by Masaharu Hayakawa · 7 years ago
  19. c813e10 mmc: renesas_sdhi: consolidate DMAC CONFIG options by Masahiro Yamada · 7 years ago
  20. 2408a08 mmc: sunxi-mmc: Handle return value of platform_get_irq by Arvind Yadav · 7 years ago
  21. 682798a mmc: sdhci-spear: Handle return value of platform_get_irq by Arvind Yadav · 7 years ago
  22. 1b7ba57 mmc: sdhci-acpi: Handle return value of platform_get_irq by Arvind Yadav · 7 years ago
  23. 928635c mmc: s3cmci: Fix platform_get_irq's error checking by Arvind Yadav · 7 years ago
  24. cbcaac6 mmc: meson-gx-mmc: Fix platform_get_irq's error checking by Arvind Yadav · 7 years ago
  25. 6b79e77 mmc: dt-bindings: add mmc support to MT7623 SoC by Sean Wang · 7 years ago
  26. e828b53 Merge branch 'fixes' into next by Ulf Hansson · 7 years ago
  27. 91516a2 mmc: core: apply NO_CMD23 quirk to some specific cards by Christoph Fritz · 7 years ago
  28. 8726059 Merge branch 'fixes' into next by Ulf Hansson · 7 years ago
  29. 0acccf4 mmc: sdhci-acpi: Avoid broken UHS transfer modes on Intel CHT by Adrian Hunter · 7 years ago
  30. 0cc1a0f mmc: sdhci-acpi: Add setup_host() callback by Adrian Hunter · 7 years ago
  31. 2361bfb mmc: block: blk-mq: Potential NULL deref on mmc_blk_alloc_req() failure by Dan Carpenter · 7 years ago
  32. 0562315 mmc: cqhci: Ensure macro parameters are wrapped in parentheses by Adrian Hunter · 7 years ago
  33. 126b627 mmc: core: Remove code no longer needed after the switch to blk-mq by Adrian Hunter · 7 years ago
  34. 0fbfd12 mmc: block: Remove code no longer needed after the switch to blk-mq by Adrian Hunter · 7 years ago
  35. 1bec43a mmc: core: Remove option not to use blk-mq by Adrian Hunter · 7 years ago
  36. f2bc600 mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb by yinbo.zhu · 7 years ago
  37. 23a1852 mmc: mmc_test: Ensure command queue is disabled for testing by Adrian Hunter · 7 years ago
  38. d238331 mmc: core: Ensure cmd_completion is initialized by Adrian Hunter · 7 years ago
  39. 34597a3 mmc: sdhci-acpi: Add support for ACPI HID of AMD Controller with HS400 by Shah Nehal-Bakulchandra · 7 years ago
  40. a5b97be mmc_test: use ktime_get_ts64 for timestamps by Arnd Bergmann · 7 years ago
  41. 043f2dc mmc: sdhci-of-arasan: Add sdhci_arasan_set_power by Milan Stevanovic · 7 years ago
  42. c14e609 mmc: renesas_sdhi: enable R-Car D3 (r8a77995) support by Ulrich Hecht · 7 years ago
  43. 15ff294 mmc: block: make function mmc_cqe_issue_type static by Colin Ian King · 7 years ago
  44. aa95014 mmc: block: blk-mq: fix boolreturn.cocci warnings by Wu Fengguang · 7 years ago
  45. 42f532d mmc: mmc_test: Do not use mmc_start_areq() anymore by Adrian Hunter · 7 years ago
  46. 7eb43d5 mmc: block: blk-mq: Stop using legacy recovery by Adrian Hunter · 7 years ago
  47. 6b7a363 mmc: block: Reduce polling timeout from 10 minutes to 10 seconds by Adrian Hunter · 7 years ago
  48. 92c0a0cc mmc: block: Add timeout_clks when calculating timeout by Adrian Hunter · 7 years ago
  49. 0987c6b mmc: block: Check for transfer state in card_busy_detect() by Adrian Hunter · 7 years ago
  50. 7701885 mmc: block: Check the timeout correctly in card_busy_detect() by Adrian Hunter · 7 years ago
  51. f47a1fe mmc: block: blk-mq: Check error bits and save the exception bit when polling card busy by Adrian Hunter · 7 years ago
  52. c89b485 mmc: block: Make card_busy_detect() accumulate all response error bits by Adrian Hunter · 7 years ago
  53. 88a5164 mmc: block: blk-mq: Separate card polling from recovery by Adrian Hunter · 7 years ago
  54. 10f21df4 mmc: block: blk-mq: Add support for direct completion by Adrian Hunter · 7 years ago
  55. 8ee82bd mmc: sdhci-pci: Add CQHCI support for Intel GLK by Adrian Hunter · 7 years ago
  56. a408022 mmc: cqhci: support for command queue enabled host by Venkat Gopalakrishnan · 7 years ago
  57. 1e8e55b mmc: block: Add CQE support by Adrian Hunter · 7 years ago
  58. 8119697 mmc: block: Add blk-mq support by Adrian Hunter · 7 years ago
  59. c3d53d0 mmc: core: Add parameter use_blk_mq by Adrian Hunter · 7 years ago
  60. 6d3898a6 mmc: block: Add error-handling comments by Adrian Hunter · 7 years ago
  61. afab1bb8 mmc: core: Make mmc_pre_req() and mmc_post_req() available by Adrian Hunter · 7 years ago
  62. 41e3efd mmc: block: Simplify cleaning up the queue by Adrian Hunter · 7 years ago
  63. 4512bd3 mmc: block: No need to export mmc_cleanup_queue() by Adrian Hunter · 7 years ago
  64. 1907e38 mmc: sunxi: fix mojibake in module metadata by Adam Borowski · 7 years ago
  65. 448f2f8 dt-bindings: mmc: renesas_sdhi: Add r8a77995 support by Ulrich Hecht · 7 years ago
  66. 754febc mmc: tmio: use usleep_range consistently by Wolfram Sang · 7 years ago
  67. 9645538 mmc: core: use usleep_range rather than HZ magic in mmc_delay() by Wolfram Sang · 7 years ago
  68. 97618ac mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec by yinbo.zhu · 7 years ago
  69. 5f3a860 mmc: slot-gpio: call gpiod_to_irq() only when MMC_CAP_NEEDS_POLL is unset by Masahiro Yamada · 7 years ago
  70. 50c4c4e Linux 4.15-rc3 by Linus Torvalds · 7 years ago
  71. 98087c0 hpfs: don't bother with the i_version counter or f_version by Jeff Layton · 7 years ago
  72. d70ef22 futex: futex_wake_op, fix sign_extend32 sign bits by Jiri Slaby · 7 years ago
  73. 51090c5 Merge tag 'for-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 7 years ago
  74. 9c02e06 Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  75. c465fc1 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  76. 8be0b988 Merge branch 'fixes' into for-next by Olof Johansson · 7 years ago
  77. ce39882 Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into fixes by Olof Johansson · 7 years ago
  78. 3dda7f63 Merge tag 'ccn/fixes-for-4.15' of git://git.linaro.org/people/pawel.moll/linux into fixes by Olof Johansson · 7 years ago
  79. 69b8df5 Merge tag 'omap-for-v4.15/fixes-dt-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 7 years ago
  80. 4ded3be Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into keys-for-linus by James Morris · 7 years ago
  81. f335195 kmemcheck: rip it out for real by Michal Hocko · 7 years ago
  82. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  83. 77071bc Merge tag 'media/v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  84. 4066aa7 Merge tag 'drm-fixes-for-v4.15-rc3' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
  85. 7267212 Merge tag 'md/4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  86. 78d9b04 Merge tag 'devicetree-fixes-for-4.15-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 7 years ago
  87. 900add2 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  88. 32abeb0 Merge tag 'for-linus-4.15-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  89. d90696e Merge tag 'powerpc-4.15-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
  90. fd29117 Merge tag 'linux-can-fixes-for-4.15-20171208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can by David S. Miller · 7 years ago
  91. 03afb6e Merge tag 'wireless-drivers-for-davem-2017-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  92. 8a7b741 net: mvpp2: fix the RSS table entry offset by Antoine Tenart · 7 years ago
  93. b7e445a Merge branch 'tcp-RACK-loss-recovery-bug-fixes' by David S. Miller · 7 years ago
  94. 6065fd0 tcp: evaluate packet losses upon RTT change by Yuchung Cheng · 7 years ago
  95. 428aec5 tcp: fix off-by-one bug in RACK by Yuchung Cheng · 7 years ago
  96. cd1fc85 tcp: always evaluate losses in RACK upon undo by Yuchung Cheng · 7 years ago
  97. 0ce294d tcp: correctly test congestion state in RACK by Yuchung Cheng · 7 years ago
  98. 2edbdb3 bnxt_en: Fix sources of spurious netpoll warnings by Calvin Owens · 7 years ago
  99. 39005e5 ARM64: dts: meson-gx: fix UART pclk clock name by Neil Armstrong · 7 years ago
  100. b25b3e2 Merge branch 'tcp-bbr-sampling-fixes' by David S. Miller · 7 years ago