1. 90ab5ee module_param: make bool parameters really bool (drivers & misc) by Rusty Russell · 13 years ago
  2. f17dda9 lirc_parallel: fix module parameter description. by Rusty Russell · 13 years ago
  3. 69116f2 module_param: avoid bool abuse, add bint for special cases. by Rusty Russell · 13 years ago
  4. bafeafe module_param: check type correctness for module_param_array by Rusty Russell · 13 years ago
  5. 2485a4b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 13 years ago
  6. bcf8a3d Merge tag 'to-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  7. 61bd5e5 brcmsmac: fix reading of PCI sprom contents by Linus Torvalds · 13 years ago
  8. 0db13fc mmc: fix a deadlock between system suspend and MMC block IO by Guennadi Liakhovetski · 13 years ago
  9. 3abc1e80 mmc: sdhci: restore the enabled dma when do reset all by Shaohui Xie · 13 years ago
  10. 8234e86 mmc: dw_mmc: miscaculated the fifo-depth with wrong bit operation by Jaehoon Chung · 13 years ago
  11. 069c9f1 mmc: host: Adds support for eMMC 4.5 HS200 mode by Girish K S · 13 years ago
  12. a4924c7 mmc: core: HS200 mode support for eMMC 4.5 by Girish K S · 13 years ago
  13. ee5d19b mmc: dw_mmc: fixed wrong bit operation for SDMMC_GET_FCNT() by Jaehoon Chung · 13 years ago
  14. 8bc0678 mmc: core: Separate the timeout value for cache-ctrl by Seungwon Jeon · 13 years ago
  15. 984589e mmc: sdhci-spear: Fix compilation error by Viresh Kumar · 13 years ago
  16. 38a60ea mmc: sdhci: Deal with failure case in sdhci_suspend_host by Aaron Lu · 13 years ago
  17. 3f51429 mmc: dw_mmc: Clear the DDR mode for non-DDR by Seungwon Jeon · 13 years ago
  18. dd8df17 mmc: sd: Fix SDR12 timing regression by Alexander Elbs · 13 years ago
  19. c6ced0d mmc: sdhci: Fix tuning timer incorrect setting when suspending host by Aaron Lu · 13 years ago
  20. 9ee6045 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by David S. Miller · 13 years ago
  21. 245e99c i2c/gpio-i2cmux: Convert to use module_platform_driver() by Axel Lin · 13 years ago
  22. a3664b5 i2c/busses: Use module_platform_driver() by Axel Lin · 13 years ago
  23. a699ed6f i2c-dev: Use memdup_user by Thomas Meyer · 13 years ago
  24. 3527bd5 i2c: Convert to DEFINE_PCI_DEVICE_TABLE by Axel Lin · 13 years ago
  25. 65a2d74 i2c-ali1535: enable SPARC support by corentin.labbe · 13 years ago
  26. 7c1f59c i2c: Fix error value returned by several bus drivers by Jean Delvare · 13 years ago
  27. 0e805a1 rbd: initialize snap_rwsem in rbd_add() by Alex Elder · 13 years ago
  28. 8ea11f7 xen/balloon: Move the registration from device to subsystem. by Konrad Rzeszutek Wilk · 13 years ago
  29. d3b7737 Merge commit '070680218379e15c1901f4bf21b98e3cbf12b527' into stable/for-linus-fixes-3.3 by Konrad Rzeszutek Wilk · 13 years ago
  30. a429638 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 13 years ago
  31. 4c4d285 Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  32. 56c8bc3 Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh by Linus Torvalds · 13 years ago
  33. b6c96c0 lguest: Make sure interrupt is allocated ok by lguest_setup_irq by Stratos Psomadakis · 13 years ago
  34. 07fe997 lguest: move the lguest tool to the tools directory by Davidlohr Bueso · 13 years ago
  35. 39082f7 lguest: switch segment-voodoo-numbers to readable symbols by Jacek Galowicz · 13 years ago
  36. e562966 virtio: balloon: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  37. be91c33 virtio: balloon: Move vq initialization into separate function by Amit Shah · 13 years ago
  38. 0741bcb virtio: net: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  39. 04486ed virtio: net: Move vq and vq buf removal into separate function by Amit Shah · 13 years ago
  40. 3f9c10b virtio: net: Move vq initialization into separate function by Amit Shah · 13 years ago
  41. f8fb5bc virtio: blk: Add freeze, restore handlers to support S4 by Amit Shah · 13 years ago
  42. 6abd6e5 virtio: blk: Move vq initialization to separate function by Amit Shah · 13 years ago
  43. c743d09 virtio: console: Disable callbacks for virtqueues at start of S4 freeze by Amit Shah · 13 years ago
  44. 2b8f41d virtio: console: Add freeze and restore handlers to support S4 by Amit Shah · 13 years ago
  45. a0e2dbf virtio: console: Move vq and vq buf removal into separate functions by Amit Shah · 13 years ago
  46. f0fe6f1 virtio: pci: add PM notification handlers for restore, freeze, thaw, poweroff by Amit Shah · 13 years ago
  47. d077536 virtio: pci: switch to new PM API by Amit Shah · 13 years ago
  48. 4678d6f virtio_blk: fix config handler race by Michael S. Tsirkin · 13 years ago
  49. e93300b virtio: add debugging if driver doesn't kick. by Rusty Russell · 13 years ago
  50. ee7cd89 virtio: expose added descriptors immediately. by Rusty Russell · 13 years ago
  51. 3b720b8 virtio: avoid modulus operation. by Rusty Russell · 13 years ago
  52. 41f0377 virtio: support unlocked queue kick by Rusty Russell · 13 years ago
  53. f96fde4 virtio: rename virtqueue_add_buf_gfp to virtqueue_add_buf by Rusty Russell · 13 years ago
  54. 5dfc176 virtio: document functions better. by Rusty Russell · 13 years ago
  55. 1e214a5 virtio-balloon: Trivial cleanups by Sasha Levin · 13 years ago
  56. 7b21e34 virtio: harsher barriers for rpmsg. by Rusty Russell · 13 years ago
  57. aa9df4f mmc: core: Add option to prevent eMMC sleep command by Ulf Hansson · 13 years ago
  58. 7efab4f mmc: omap_hsmmc: use threaded irq handler for card-detect. by NeilBrown · 13 years ago
  59. 9393350 mmc: sdhci-pci: enable runtime PM for Medfield SDIO by Adrian Hunter · 13 years ago
  60. 30832ab mmc: sdhci: Always pass clock request value zero to set_clock host op by Todd Poynor · 13 years ago
  61. e2a0a58 mmc: sdhci-pci: remove SDHCI_QUIRK2_OWN_CARD_DETECTION by Adrian Hunter · 13 years ago
  62. c5e027a mmc: sdhci-pci: get gpio numbers from platform data by Adrian Hunter · 13 years ago
  63. 52c506f mmc: sdhci-pci: add platform data by Adrian Hunter · 13 years ago
  64. c79396c mmc: sdhci: prevent card detection activity for non-removable cards by Adrian Hunter · 13 years ago
  65. ceb6143 mmc: sdhci: fix vmmc handling by Adrian Hunter · 13 years ago
  66. 17e9ff5 mmc: core: Add claiming of hosts during mmc_cache_ctrl by Seungwon Jeon · 13 years ago
  67. d83b6e0 mmc: omap: remove clock rate hard coding by Balaji TK · 13 years ago
  68. 6998340 mmc: sh_mmcif: remove now superfluous sh_mmcif_host::data member by Guennadi Liakhovetski · 13 years ago
  69. f985da1 mmc: sh_mmcif: process requests asynchronously by Guennadi Liakhovetski · 13 years ago
  70. ee4b888 mmc: sh_mmcif: cosmetic clean up by Guennadi Liakhovetski · 13 years ago
  71. 8a8284a mmc: sh_mmcif: process error interrupts first by Guennadi Liakhovetski · 13 years ago
  72. 349ab52 mmc: add a generic GPIO card-detect helper by Guennadi Liakhovetski · 13 years ago
  73. cbb18b3 mmc: tmio_mmc: Hotplug code regrouping by Bastian Hecht · 13 years ago
  74. 913047e mmc: core: Fix voltage select in DDR mode by Girish K S · 13 years ago
  75. 7003fec mmc: sdhci-s3c: use S3C_SDHCI_CONTROL2 instead of hardcoded offset value by Jingoo Han · 13 years ago
  76. 053b3ce mmc: dw_mmc: Support predefined mutiple block transfers by Seungwon Jeon · 13 years ago
  77. 5b93a45 mmc: dw_mmc: Remove unnecessary else clauses by Chris Ball · 13 years ago
  78. 4f408cc mmc: dw_mmc: Add more capabilities field by Seungwon Jeon · 13 years ago
  79. 6fe8890 mmc: dw_mmc: use dev_pm_ops for dw_mmc controllers by Jaehoon Chung · 13 years ago
  80. a8ad82cc mmc: card: Kill block requests if card is removed by Sujit Reddy Thumma · 13 years ago
  81. 4137e50 mmc: core: Fixup delayed work clock gating patch by Stephen Boyd · 13 years ago
  82. b678b91 mmc: sdhci-pci: simplify error handling by Axel Lin · 13 years ago
  83. add710e mmc: boot partition ro lock support by Johan Rudholm · 13 years ago
  84. fa1773c mmc: sdhci-s3c: Add pm_caps into SD/MMC host by Sangwook Lee · 13 years ago
  85. d304950 mmc: allow upper layers to know immediately if card has been removed by Adrian Hunter · 13 years ago
  86. 482fce9 mmc: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  87. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  88. 6601056 mmc: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  89. 86df174 mmc: sh_mmcif: simplify clock divisor calculation by Guennadi Liakhovetski · 13 years ago
  90. 4d6144d mmc: core: check for zero length ioctl data by Johan Rudholm · 13 years ago
  91. 4ee5eba mmc: sdhci-esdhc: Change delay after setting clock from 100ms to 1ms by Tony Lin · 13 years ago
  92. 739c69c mmc: mmc_test: align max_seg_size by Per Forlin · 13 years ago
  93. 5a09262 mmc: mmci: add capabilities2 for MMC_CAP2 by Per Forlin · 13 years ago
  94. a303c53 mmc: sdio: support SDIO UHS cards by Philip Rakity · 13 years ago
  95. b70a7fa mmc: sdhci-spear: Implement suspend/resume by Viresh Kumar · 13 years ago
  96. 597dd9d79 mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 13 years ago
  97. c59d447 mmc: card: Use manufacturer ID symbols in card quirks. by Chris Ball · 13 years ago
  98. df16219 mmc: debugfs: expose the SDCLK frq in sys ios by Giuseppe CAVALLARO · 13 years ago
  99. 052d81d mmc: sdio: Fix to support any block size optimally by Stefan Nilsson XK · 13 years ago
  100. fffe5d5 mmc: sd: Macro name cleanup for high speed dtr by Qiang Liu · 13 years ago