1. 599473c sdio: make the IRQ thread more resilient in the presence of bad states by Nicolas Pitre · 17 years ago
  2. 3e01e4b sdio: fix IRQ diagnostic message by Nicolas Pitre · 17 years ago
  3. d6f8dee sdhci: remove old dma module params by Pierre Ossman · 17 years ago
  4. 7c168e3 sdhci: add SDHCI_QUIRK_BROKEN_DMA quirk by Feng Tang · 17 years ago
  5. 56e71ef sdhci: remove DMA capability check from controller's PCI Class reg by Feng Tang · 17 years ago
  6. 2df3b71 sdhci: fix a typo by Nicolas Pitre · 17 years ago
  7. 5ae7029 mmc: Disabler for Ricoh MMC controller by Philip Langdale · 17 years ago
  8. 6f4285d sdio: adaptive interrupt polling by Pierre Ossman · 17 years ago
  9. 5d3ad4e mmc: pxamci: add SDIO card interrupt reporting capability by Bridge Wu · 17 years ago
  10. df456f4 mmc: pxamci: set proper buswidth capabilities according to PXA flavor by Bridge Wu · 17 years ago
  11. fe2dc44 mmc: pxamci: set proper block capabilities according to PXA flavor by Nicolas Pitre · 17 years ago
  12. 81ab570f mmc: pxamci: better pending IRQ determination by Bridge Wu · 17 years ago
  13. faf39ed arm: i.MX/MX1 SDHC implements SD cards read-only switch read-back by Pavel Pisa · 17 years ago
  14. af8350c mmc: add led trigger by Pierre Ossman · 17 years ago
  15. 15a0580 mmc_spi host driver by David Brownell · 17 years ago
  16. af51715 MMC core learns about SPI by David Brownell · 17 years ago
  17. 7213d17 MMC/SD card driver learns SPI by David Brownell · 17 years ago
  18. 759bdc7 sdio: store vendor strings by Pierre Ossman · 17 years ago
  19. f9996ae mmc: increase power up delay by Pierre Ossman · 17 years ago
  20. f75979b sdhci: sdio interrupt support by Pierre Ossman · 17 years ago
  21. 15b82b4 sdio: fix recursion issues between sdio-uart driver and tty layer by Nicolas Pitre · 17 years ago
  22. 2ba30ee sdio: add default c_ispeed/c_ospeed values to sdio_uart driver by Nicolas Pitre · 17 years ago
  23. 7806cdb sdio: add sdio_f0_readb() and sdio_f0_writeb() by David Vrabel · 17 years ago
  24. d84075c8 mmc: replace BUG_ON with WARN_ON by Pierre Ossman · 17 years ago
  25. 9f2fcf9 sdio: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  26. eb65946 sdio: extend sdio_readsb() and friends to handle any length of buffer by David Vrabel · 17 years ago
  27. 9a08f82 sdio: set the functions' block size by David Vrabel · 17 years ago
  28. 7616ee9 sdio: add SDIO_FBR_BASE(f) macro by David Vrabel · 17 years ago
  29. e6f918b mmc: fix sdio timeout calculation by Pierre Ossman · 17 years ago
  30. ce252ed mmc: fix incorrect divisor in debug output by Pierre Ossman · 17 years ago
  31. 4ff6471 sdio: enable wide bus mode by Pierre Ossman · 17 years ago
  32. 6db5020 sdio: change clock speed by Pierre Ossman · 17 years ago
  33. 22bfc97 make struct sdio_dev_attrs[] static by Adrian Bunk · 17 years ago
  34. 17b759a sdio: add interface for host side SDIO interrupt reporting by Nicolas Pitre · 17 years ago
  35. 112c9db sdio: support IO_RW_EXTENDED by Pierre Ossman · 17 years ago
  36. 5ed334a sdio: add /proc interface to sdio_uart driver by Nicolas Pitre · 17 years ago
  37. 6e418a9 sdio: UART/GPS driver by Nicolas Pitre · 17 years ago
  38. d1496c3 sdio: core support for SDIO function interrupt by Nicolas Pitre · 17 years ago
  39. 2342f33 sdio: allow for mmc_claim_host to be aborted by Nicolas Pitre · 17 years ago
  40. bcfe66e sdio: add basic sysfs attributes by Pierre Ossman · 17 years ago
  41. d59b66c sdio: add modalias support by Pierre Ossman · 17 years ago
  42. 9eb3a94 mmc: whip bus uevent handler into shape by Pierre Ossman · 17 years ago
  43. 3b38bea sdio: add device id table and matching by Pierre Ossman · 17 years ago
  44. 2607496 mmc: initialize mmc subsystem with subsys_initcall() by Nicolas Pitre · 17 years ago
  45. 1a632f8 sdio: split up common and function CIS parsing by Pierre Ossman · 17 years ago
  46. b1538bc sdio: link unknown CIS tuples to the sdio_func structure by Nicolas Pitre · 17 years ago
  47. b726126 sdio: initial CIS parsing code by Nicolas Pitre · 17 years ago
  48. 0597007 sdio: basic parsing of FBR by Pierre Ossman · 17 years ago
  49. 35c66c1 sdio: read and decode interesting parts of the CCCR by Pierre Ossman · 17 years ago
  50. fa64efa mmc: enable/disable functions for SDIO by Pierre Ossman · 17 years ago
  51. 46f555f mmc: add basic SDIO I/O operations by Pierre Ossman · 17 years ago
  52. f76c851 mmc: add SDIO driver handling by Pierre Ossman · 17 years ago
  53. e29a7d7 mmc: basic SDIO device model by Pierre Ossman · 17 years ago
  54. b2bcc79 mmc: implement SDIO IO_RW_DIRECT operation by Pierre Ossman · 17 years ago
  55. 5c4e6f1 mmc: detect SDIO cards by Pierre Ossman · 17 years ago
  56. 1d4de9e mmc: at91_mci: disable handling of blocks with size not multiple of 4 bytes by Marc Pignat · 17 years ago
  57. 8fdd852 mmc: add missing printk levels by Pierre Ossman · 17 years ago
  58. be0192a mmc: remove confusing flag by Pierre Ossman · 17 years ago
  59. 255d01a mmc: remove BYTEBLOCK capability by Pierre Ossman · 17 years ago
  60. b146d26 mmc: mmc_set_data_timeout() parameter write is redundant by Pierre Ossman · 17 years ago
  61. d7604d7 mmc: read ext_csd version number by Pierre Ossman · 17 years ago
  62. adf66a0 mmc: improve error code feedback by Pierre Ossman · 17 years ago
  63. 17b0429 mmc: remove custom error codes by Pierre Ossman · 17 years ago
  64. b04e7bd ACPI: disable lower idle C-states across suspend/resume by Thomas Gleixner · 17 years ago
  65. 1f0cff6 Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 17 years ago
  66. 36a74097 KVM: Fix virtualization menu help text by Avi Kivity · 17 years ago
  67. e5c86b5 Pull suspend.now into release branch by Len Brown · 17 years ago
  68. 19adc6b Pull now into release branch by Len Brown · 17 years ago
  69. 5a50fe7 ACPI: suspend: consolidate handling of Sx states addendum by Frans Pop · 17 years ago
  70. f216cc3 ACPI: suspend: consolidate handling of Sx states. by Alexey Starikovskiy · 17 years ago
  71. 335fb8f Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  72. c69c089 [libata] ahci: add ATI SB800 PCI IDs by henry su · 17 years ago
  73. e1cc9de libata-sff: Fix documentation by Alan Cox · 17 years ago
  74. 0e3dbc0 libata: Update the blacklist with a few more devices by Alan Cox · 17 years ago
  75. f685dda Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  76. 460edb3 Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by Linus Torvalds · 17 years ago
  77. faf60e7 sky2: version 1.18 by Stephen Hemminger · 17 years ago
  78. 75e8068 sky2: receive FIFO checking by Stephen Hemminger · 17 years ago
  79. 05745c4 sky2: fe+ chip support by Stephen Hemminger · 17 years ago
  80. ea76e63 sky2: reorganize chip revision features by Stephen Hemminger · 17 years ago
  81. c99210b sky2: ethtool speed report bug by Stephen Hemminger · 17 years ago
  82. d653223 sky2: fix VLAN receive processing (resend) by Stephen Hemminger · 17 years ago
  83. be7963b7e ieee1394: ohci1394: fix initialization if built non-modular by Stefan Richter · 17 years ago
  84. cd46171 [BNX2]: Add PHY workaround for 5709 A1. by Michael Chan · 17 years ago
  85. f3d5e3a [PPP] L2TP: Fix skb handling in pppol2tp_xmit by Herbert Xu · 17 years ago
  86. 7a70e39 [PPP] L2TP: Fix skb handling in pppol2tp_recv_core by Herbert Xu · 17 years ago
  87. a14d6ab [PPP] L2TP: Disallow non-UDP datagram sockets by Herbert Xu · 17 years ago
  88. 21d0c83 [PPP] pppoe: Fix double-free on skb after transmit failure by Herbert Xu · 17 years ago
  89. 680e9fe phy: export phy_mii_ioctl by Domen Puncer · 17 years ago
  90. a07bc1f myri10ge: Add support for PCI device id 9 by Brice Goglin · 17 years ago
  91. 91fe7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 17 years ago
  92. d56c5c4 Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  93. 4f01a75 Driver core: fix deprectated sysfs structure for nested class devices by Dmitry Torokhov · 17 years ago
  94. e67aa27 intel-agp: Fix i830 mask variable that changed with G33 support by Dave Airlie · 17 years ago
  95. 8c8bd03 intelfb: Fix bug in DPLL disable by Antonino A. Daplas · 17 years ago
  96. 248bdd5 pci: fix unterminated pci_device_id lists by Kees Cook · 17 years ago
  97. 4191ba2 mspec: handle shrinking virtual memory areas by Cliff Wickman · 17 years ago
  98. 49cc886 rtc: rtc-ds1553.c should use resource_size_t for base address by Atsushi Nemoto · 17 years ago
  99. 2e3e31c rtc-ds1742.c should use resource_size_t for base address by David Gibson · 17 years ago
  100. 3558c9b Fix "Fix DAC960 driver on machines which don't support 64-bit DMA" by Andrew Morton · 17 years ago