1. 8d94b54 mmc: mmci: Enable support for busy detection for ux500 variant by Ulf Hansson · 11 years ago
  2. e7f3d22 mmc: mmci: Handle CMD irq before DATA irq by Ulf Hansson · 11 years ago
  3. bb5cba4 mmc: block: Fixup busy detection while invoking stop cmd at recovery by Ulf Hansson · 11 years ago
  4. 95a9129 mmc: block: Respect hw busy detection in card_busy_detect() by Ulf Hansson · 10 years ago
  5. c49433f mmc: block: Implement card_busy_detect() for busy detection by Ulf Hansson · 10 years ago
  6. bcc3e17 mmc: block: Use R1 responses for stop cmds for read requests by Ulf Hansson · 11 years ago
  7. cb962e0 mmc: core: Respect host's max_busy_timeout when sending sleep cmd by Ulf Hansson · 11 years ago
  8. 57de31f mmc: core: Use generic CMD6 time while switching to eMMC HS200 mode by Ulf Hansson · 11 years ago
  9. b9ec261 mmc: core: Fixup busy detection for mmc switch operations by Ulf Hansson · 10 years ago
  10. 636bd13 mmc: core: Minor simplifications to __mmc_switch by Ulf Hansson · 10 years ago
  11. 4509f8477 mmc: core: Add ignore_crc flag to __mmc_switch by Ulf Hansson · 11 years ago
  12. 1d4d774 mmc: core: Rename cmd_timeout_ms to busy_timeout by Ulf Hansson · 11 years ago
  13. 68eb80e mmc: core: Rename max_discard_to to max_busy_timeout by Ulf Hansson · 11 years ago
  14. e18eaf8 MAINTAINERS: Add maintainer for the mmc subsystem by Ulf Hansson · 10 years ago
  15. 321bd41 mmc: core: Add DT bindings for eMMC HS200 1.8/1.2V by Jaehoon Chung · 10 years ago
  16. c0baf84 mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2V by Ulf Hansson · 10 years ago
  17. b66bd0e mmc: core: Add DT bindings for SD card's UHS bus speed modes by Ulf Hansson · 10 years ago
  18. c42deff mmc: rtsx: add support for pre_req and post_req by Micky Ching · 10 years ago
  19. abcc6b2 mmc: rtsx: modify phase searching method for tuning by Micky Ching · 10 years ago
  20. 640e09b mmc: rtsx: fix card poweroff bug by Micky Ching · 10 years ago
  21. 9107ebb mmc: sdhci: add support for realtek rts5250 by Micky Ching · 10 years ago
  22. b13d1f0 mmc: omap: Add erase capability by Jarkko Nikula · 10 years ago
  23. a6c668f mmc: omap: Remove always set use_dma flag from struct mmc_omap_host by Jarkko Nikula · 10 years ago
  24. 64ac16e mmc: omap: Convert to devm_ioremap_resource by Jarkko Nikula · 10 years ago
  25. 2ca5dc6 mmc: omap: Remove mem_res field from struct mmc_omap_host by Jarkko Nikula · 10 years ago
  26. 5b7d23a mmc: omap: Remove duplicate host->irq assignment by Jarkko Nikula · 10 years ago
  27. ae9b79c mmc: omap: Convert to devm_kzalloc by Jarkko Nikula · 10 years ago
  28. 0e5c93e mmc: omap: Fix NULL pointer dereference due uninitialized cover_tasklet by Jarkko Nikula · 10 years ago
  29. 81918d2 mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7791 by Kuninori Morimoto · 10 years ago
  30. 423f6c2 mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7790 by Kuninori Morimoto · 10 years ago
  31. 81bbbc7 mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7779 by Kuninori Morimoto · 10 years ago
  32. b3a5d4c mmc: sdhi: update sh_mobile_sdhi_of_data for r8a7778 by Kuninori Morimoto · 10 years ago
  33. 2772ef3 mmc: sdhi: tidyup sh_mobile_sdhi_of_match position by Kuninori Morimoto · 10 years ago
  34. 7536d3f mmc: core: Enable MMC_CAP2_CACHE_CTRL as default by Ulf Hansson · 11 years ago
  35. 10e5d96 mmc: core: Use mmc_flush_cache() during mmc suspend by Ulf Hansson · 11 years ago
  36. 469a00b mmc: core: Remove support for MMC_CAP2_NO_SLEEP_CMD by Ulf Hansson · 11 years ago
  37. 325e2f9 mmc: core: Remove unused host cap MMC_CAP2_BROKEN_VOLTAGE by Ulf Hansson · 11 years ago
  38. a2d1086 mmc: card: Remove host cap MMC_CAP2_SANITIZE by Ulf Hansson · 11 years ago
  39. 5601aaf mmc: core: Remove unnecessary validations for bus_ops callbacks by Ulf Hansson · 11 years ago
  40. 2501c91 mmc: core: Use MMC_UNSAFE_RESUME as default behavior by Ulf Hansson · 11 years ago
  41. 710dec9 mmc: tmio: Adapt to proper PM configs for exported functions by Ulf Hansson · 11 years ago
  42. c896448 mmc: tmio_mmc: Convert from legacy to modern PM ops by Ulf Hansson · 11 years ago
  43. 4e262d7 mmc: sh_mobile_sdhi: Use modern PM macros to define pm callbacks by Ulf Hansson · 11 years ago
  44. b28a960 Linux 3.14-rc2 by Linus Torvalds · 10 years ago
  45. cd63204 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 10 years ago
  46. f94aa7c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  47. f743166 Merge branch 'stable-3.14' of git://git.infradead.org/users/pcmoore/selinux into for-linus by James Morris · 10 years ago
  48. c9efe51 fix a kmap leak in virtio_console by Al Viro · 10 years ago
  49. d311d79 fix O_SYNC|O_APPEND syncing the wrong range on write() by Al Viro · 10 years ago
  50. 9c1db77 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs by Linus Torvalds · 10 years ago
  51. 6f2a1c1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  52. a2aa75e Btrfs: fix data corruption when reading/updating compressed extents by Filipe David Borba Manana · 10 years ago
  53. 27a377d Btrfs: don't loop forever if we can't run because of the tree mod log by Josef Bacik · 10 years ago
  54. 8051aa1 btrfs: reserve no transaction units in btrfs_ioctl_set_features by David Sterba · 10 years ago
  55. d0270ac btrfs: commit transaction after setting label and features by Jeff Mahoney · 10 years ago
  56. 6cc98d9 Btrfs: fix assert screwup for the pending move stuff by Josef Bacik · 10 years ago
  57. 4944790 Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 10 years ago
  58. c132ade Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  59. c1ff843 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  60. ec2e6cb Merge tag 'jfs-3.14-rc2' of git://github.com/kleikamp/linux-shaggy by Linus Torvalds · 10 years ago
  61. c18f7b5 jfs: fix generic posix ACL regression by Dave Kleikamp · 10 years ago
  62. 1ccfe6f watchdog: dw_wdt: Add dependency on HAS_IOMEM by Richard Weinberger · 10 years ago
  63. 34a9bff Merge tag 'driver-core-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  64. 41f76d8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 10 years ago
  65. 42be3f3 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 10 years ago
  66. d94d0e2 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  67. 3e382dd Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 10 years ago
  68. 2091f43 Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging by Linus Torvalds · 10 years ago
  69. 22446d3 Merge tag 'pm+acpi-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  70. 0ec1d15 libceph: do not dereference a NULL bio pointer by Ilya Dryomov · 10 years ago
  71. a3b072c Merge tag 'efi-urgent' into x86/urgent by H. Peter Anvin · 10 years ago
  72. ff513ac libceph: take map_sem for read in handle_reply() by Ilya Dryomov · 10 years ago
  73. 0bbfdfe libceph: factor out logic from ceph_osdc_start_request() by Ilya Dryomov · 10 years ago
  74. 55834a7 arm64: defconfig: Expand default enabled features by Mark Rutland · 10 years ago
  75. 95c4189 arm64: asm: remove redundant "cc" clobbers by Will Deacon · 10 years ago
  76. 8e86f0b arm64: atomics: fix use of acquire + release for full barrier semantics by Will Deacon · 10 years ago
  77. 4f545a4 hwmon: (da9055) Remove use of regmap_irq_get_virq() by Adam Thomson · 10 years ago
  78. a2ff34c Merge branches 'acpi-cleanup' and 'acpi-video' by Rafael J. Wysocki · 10 years ago
  79. 7fd9050 Merge branch 'pm-cpufreq' by Rafael J. Wysocki · 10 years ago
  80. 93e7371 Merge branches 'acpi-pci-hotplug' and 'acpi-hotplug' by Rafael J. Wysocki · 10 years ago
  81. 9343224 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 10 years ago
  82. 227d53b3 mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq by KOSAKI Motohiro · 10 years ago
  83. 7bc35fd arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblock.reserved. by Tang Chen · 10 years ago
  84. 017c217 arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_hotplug() by Tang Chen · 10 years ago
  85. a85d9df mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_lock_irq() by KOSAKI Motohiro · 10 years ago
  86. f893ab4 mm/swap: fix race on swap_info reuse between swapoff and swapon by Weijie Yang · 10 years ago
  87. 579f829 swap: add a simple detector for inappropriate swapin readahead by Shaohua Li · 10 years ago
  88. fb951eb ocfs2: free allocated clusters if error occurs after ocfs2_claim_clusters by Zongxun Wang · 10 years ago
  89. 277cba1 Documentation/kernel-parameters.txt: fix memmap= language by Randy Dunlap · 10 years ago
  90. f2de3a15 Merge tag 'sound-3.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 10 years ago
  91. 65f0505 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  92. 75a1ba5 x86, microcode, AMD: Unify valid container checks by Borislav Petkov · 10 years ago
  93. 6583327 x86, hweight: Fix BUG when booting with CONFIG_GCOV_PROFILE_ALL=y by Peter Oberparleiter · 10 years ago
  94. 5b232c5 pinctrl: tegra: return correct error type by Laxman Dewangan · 10 years ago
  95. e7f2a44 pinctrl: do not init debugfs entries for unimplemented functionalities by Florian Vaussard · 10 years ago
  96. 97b8b16b MIPS: fpu.h: Fix build when CONFIG_BUG is not set by Aaro Koskinen · 10 years ago
  97. 4a7ac12 arm64: barriers: allow dsb macro to take option parameter by Will Deacon · 10 years ago
  98. 7c4c62a drm/radeon: allow geom rings to be setup on r600/r700 (v2) by Dave Airlie · 10 years ago
  99. 9ca5d4b Merge tag 'vmwgfx-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 10 years ago
  100. 9df5a9b Merge tag 'ttm-fixes-3.14-2014-02-05' of git://people.freedesktop.org/~thomash/linux into drm-next by Dave Airlie · 10 years ago