1. d34289d mmc: cb710: remove debugging printk (info duplicated from mmc-core) by Michał Mirosław · 15 years ago
  2. e0780db mmc: cb710: clear irq handler on init() error path by Michał Mirosław · 15 years ago
  3. 2abd4f1 mmc: cb710: remove unnecessary msleep() by Michał Mirosław · 15 years ago
  4. 7fcc4ce mmc: cb710: implement get_cd() callback by Michał Mirosław · 15 years ago
  5. 19d614a mmc: cb710: partially demystify clock selection by Michał Mirosław · 15 years ago
  6. 703aae3 mmc: add a file to debugfs for changing host clock at runtime by Andy Shevchenko · 14 years ago
  7. 643a81f mmc: sdhci: allow for eMMC 74 clock generation by controller by Philip Rakity · 14 years ago
  8. 3ab9c8d mmc: sdhci: highspeed: check for mmc as well as sd cards by Philip Rakity · 14 years ago
  9. f9ee3ea mmc: sdhci: Add Moorestown device support by Alan Cox · 14 years ago
  10. 2922905 mmc: sdhci: Intel Medfield support by Xiaochen Shen · 14 years ago
  11. 225d85f mmc: sdhci: Allow the probe handler to override slots by Alan Cox · 14 years ago
  12. ed2a978 mmc: sdio: support suspend/resume while runtime suspended by Ohad Ben-Cohen · 14 years ago
  13. 87973ba mmc: sdio: ensure mmc_sdio_detect is powered by Ohad Ben-Cohen · 14 years ago
  14. 40bba0c mmc: sdio: enable runtime PM for SDIO functions by Ohad Ben-Cohen · 14 years ago
  15. 81968561 mmc: sdio: enable runtime PM for SDIO cards by Ohad Ben-Cohen · 14 years ago
  16. 80fd933 mmc: sdio: use the generic runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  17. 516d5cc mmc: add runtime PM handlers by Ohad Ben-Cohen · 14 years ago
  18. d3fe37b mmc: sdio: add power_restore support by Ohad Ben-Cohen · 14 years ago
  19. 12ae637 mmc: propagate power save/restore ops return value by Ohad Ben-Cohen · 14 years ago
  20. 9b966aa mmc: sdio: fully reconfigure oldcard on resume by Ohad Ben-Cohen · 14 years ago
  21. 1978fda mmc: sdhci: split up sdhci.h for sdhci-pltfm users by Giuseppe Cavallaro · 14 years ago
  22. 8364248 mmc: sdhci: fix "pwr may be used uninitialized" warning by Giuseppe Cavallaro · 14 years ago
  23. be8ae09 mmc: sdhci-pltfm: add suspend/resume functions by Giuseppe Cavallaro · 14 years ago
  24. de528fa mmc: name mmc queue thread by host index by Ethan Du · 14 years ago
  25. 49e3b5a mmc: refine DDR support by Adrian Hunter · 14 years ago
  26. 0f8d8ea mmc: Fixes for Dual Data Rate (DDR) support by Adrian Hunter · 14 years ago
  27. dfc13e8 mmc: MMC 4.4 DDR support by Hanumath Prasad · 14 years ago
  28. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  29. 4d0b861 mmc: sdhci: mmc_rescan: reduce verbosity by Eric Bénard · 14 years ago
  30. 88ae8b8 mmc: Make ID freq configurable by Hein Tibosch · 14 years ago
  31. 176d1ed mmc: sdhci: disable MMC_CAP_NEEDS_POLL in nonremovable case by Jaehoon Chung · 14 years ago
  32. 71d7d3d mmc: Add helper function to check if a card is removable by Matt Fleming · 14 years ago
  33. d3c502b mmc: Makefile: Fix EXTRA_CFLAGS assignment by matt mooney · 14 years ago
  34. 412ab65 mmc: sdhci: print out controller name for register debug by Philip Rakity · 14 years ago
  35. b08caed mmc: sdhci: add MMC_CAP_8_BIT_DATA in the host capabilities by Giuseppe Cavallaro · 14 years ago
  36. a29e7e1 mmc: sdhci: Enable high-speed support for MMC cards by Zhangfei Gao · 14 years ago
  37. 0397526 mmc: SDHC 3.0: correct f_min calculation for SD 3.0 spec by Zhangfei Gao · 14 years ago
  38. c4687d5 mmc: SDHC 3.0: Base clock frequency change in spec 3.0 by Zhangfei Gao · 14 years ago
  39. 85105c5 mmc: SDHC 3.0: support 10-bit divided clock mode by Zhangfei Gao · 14 years ago
  40. 0957c33 mmc: sdhci: Make consistent use of CONFIG_MMC_DEBUG for "DEBUG"ging by George G. Davis · 15 years ago
  41. c27d37a mmc_test: fix display of .5 KiB by Adrian Hunter · 14 years ago
  42. 3d203be mmc_test: fix memory allocation segment limits by Adrian Hunter · 14 years ago
  43. 130067e mmc_test: move files from sysfs to debugfs by Andy Shevchenko · 14 years ago
  44. 3183aa1 mmc_test: collect data and show it via sysfs by demand by Andy Shevchenko · 14 years ago
  45. 5c25aee mmc_test: change simple_strtol() to strict_strtol() by Andy Shevchenko · 14 years ago
  46. 63be54c mmc_test: use API to check card type by Andy Shevchenko · 14 years ago
  47. c8c8c1b mmc_test: fix performance tests that go over max_blk_count by Adrian Hunter · 14 years ago
  48. 632cf92 mmc: Convert "mutex" to semaphore by Thomas Gleixner · 14 years ago
  49. 265cdc9 mmc: rename dev_to_mmc_card() to mmc_dev_to_card() by Andy Shevchenko · 14 years ago
  50. 453722b mmc: make mmc_dev_to_card() macro public by Andy Shevchenko · 14 years ago
  51. 12578f6 mmc: Use snprintf, not sprintf. by JiebingLi · 14 years ago
  52. 53f3a9e mmc: USB SD Host Controller (USHC) driver by David Vrabel · 14 years ago
  53. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  54. 7a5ea56a mmc: au1xmmc.c: use resource_size() by H Hartley Sweeten · 15 years ago
  55. e8e3f6c mmc: atmel-mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  56. af2a85f mmc: at91_mci.c: use resource_size() by H Hartley Sweeten · 15 years ago
  57. d8d6278 videodev2.h.xml: Update to reflect the latest changes at videodev2.h by Mauro Carvalho Chehab · 14 years ago
  58. 039aa70 [media] v4l: document new Bayer and monochrome pixel formats by Guennadi Liakhovetski · 15 years ago
  59. 650789c drbd: Removed checks for REQ_HARDBARRIER on incomming BIOs by Philipp Reisner · 14 years ago
  60. a8a4e51 drbd: REQ_HARDBARRIER -> REQ_FUA transition for meta data accesses by Philipp Reisner · 14 years ago
  61. 2451fc3 drbd: Removed the BIO_RW_BARRIER support form the receiver/epoch code by Philipp Reisner · 14 years ago
  62. a99e3c5 [media] DocBook/v4l: Add missing formats used on gspca cpia1 and sn9c2028 by Mauro Carvalho Chehab · 15 years ago
  63. b665145 drm/i915: Invalidate the to-ring, flush the old-ring when updating domains by Chris Wilson · 14 years ago
  64. ab34c02 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2 by Linus Torvalds · 14 years ago
  65. 00527cc Merge branch 'intel_idle+snb' into idle-release by Len Brown · 14 years ago
  66. d13780d intel_idle: add initial Sandy Bridge support by Len Brown · 14 years ago
  67. 3e384ee ACPI / PM: Fix reference counting of power resources by Rafael J. Wysocki · 14 years ago
  68. 8df3fc9 Subject: [PATCH] ACPICA: Fix Scope() op in module level code by Bob Moore · 14 years ago
  69. bb12588 IB/srp: Implement SRP_CRED_REQ and SRP_AER_REQ by David Dillow · 14 years ago
  70. dd5e6e3 IB/srp: Preparation for transmit ring response allocation by Bart Van Assche · 14 years ago
  71. 5715f5d IB/qib: Process RDMA WRITE ONLY with IMMEDIATE properly by Jason Gunthorpe · 14 years ago
  72. b955150 RDMA/cxgb3: When a user QP is marked in error, also mark the CQs in error by Steve Wise · 14 years ago
  73. da411ba RDMA/cxgb4: Use cxgb4 service for packet gl to skb by Steve Wise · 14 years ago
  74. de5dd81 RDMA/cxgb4: Export T4 TCP MIB by Steve Wise · 14 years ago
  75. 7f38839 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin by Linus Torvalds · 14 years ago
  76. 10f2a2b Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  77. 52065c5 [media] firedtv: add parameter to fake ca_system_ids in CA_INFO by Henrik Kurelid · 15 years ago
  78. 8814011 Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdb by Linus Torvalds · 14 years ago
  79. 5cc1035 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  80. 4363a0b [media] tm6000: fix a macro coding style issue by Ruslan Pisarev · 14 years ago
  81. 638054a tm6000: Remove some ugly debug code by Mauro Carvalho Chehab · 14 years ago
  82. fcb9757 [media] Nova-S-Plus audio line input by lawrence rust · 14 years ago
  83. 73ecf3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 14 years ago
  84. dff2126 ARM: S3C64XX: Fix special function for IISv4 port by Mark Brown · 14 years ago
  85. a7aac9d ARM: S5PV210: 2nd Change to using s3c_gpio_cfgrange_nopull() by Kukjin Kim · 14 years ago
  86. 20dbc43 ARM: S5PC100: 2nd Change to using s3c_gpio_cfgrange_nopull() by Kukjin Kim · 14 years ago
  87. 3e9b726 ARM: S3C64XX: 2nd Change to using s3c_gpio_cfgrange_nopull() by Kukjin Kim · 14 years ago
  88. 5a350da ARM: S5PV210: Change to using s3c_gpio_cfgrange_nopull() by Ben Dooks · 14 years ago
  89. 8f89d5b ARM: S5PC100: Change to using s3c_gpio_cfgrange_nopull() by Ben Dooks · 14 years ago
  90. 2a1309b ARM: S3C64XX: Change to using s3c_gpio_cfgrange_nopull() by Ben Dooks · 14 years ago
  91. e594ea3 ARM: SAMSUNG: Add s3c_gpio_cfgrange_nopull() helper by Ben Dooks · 14 years ago
  92. 818ac8c ARM: S5PV210: 2nd Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  93. e27ecd7 ARM: S5PC100: 2nd Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  94. 54bce6c ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  95. aef698a ARM: S3C64XX: 2nd Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  96. 8610046 ARM: S5PV310: Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  97. 53134a7 ARM: S5PV210: Change to using s3c_gpio_cfgall_range() by Ben Dooks · 14 years ago
  98. a40af06 ARM: S5PC100: Change to using s3c_gpio_cfgall_range() by Ben Dooks · 14 years ago
  99. f90715f ARM: S5P64X0: Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago
  100. 7008147 ARM: S5P6442: Change to using s3c_gpio_cfgall_range() by Kukjin Kim · 14 years ago