1. d2abdf6 PCI PM: Fix handling of devices without PM support by pci_target_state() by Rafael J. Wysocki · 17 years ago
  2. c12ff1d PCI: support Secondary Bus Reset by Yu Zhao · 17 years ago
  3. f85876b PCI: support PM D0hot->D3 transition reset by Yu Zhao · 17 years ago
  4. 8c1c699 PCI: cleanup Function Level Reset by Yu Zhao · 17 years ago
  5. c465def PCI AER: software error injection by Huang Ying · 17 years ago
  6. 3d5505c PCI AER: multiple error support by Zhang, Yanmin · 17 years ago
  7. 28eb27c PCI AER: support invalid error source IDs by Zhang, Yanmin · 17 years ago
  8. 70298c6 PCI AER: support Multiple Error Received and no error source id by Zhang, Yanmin · 17 years ago
  9. a6c0d5c PCI hotplug: remove redundant .owner initializations by Kenji Kaneshige · 17 years ago
  10. c825bc9 PCI hotplug: create symlink to hotplug driver module by Kenji Kaneshige · 17 years ago
  11. 498a8fa PCI hotplug: fix return value of has_foo() functions by Kenji Kaneshige · 17 years ago
  12. bd3d99c PCI: Remove untested Electromechanical Interlock (EMI) support in pciehp. by Kenji Kaneshige · 17 years ago
  13. 634deb0 PCI: PCIE AER: export aer_irq by Huang Ying · 17 years ago
  14. a72b46c PCI: Add pci_bus_set_ops by Huang Ying · 17 years ago
  15. 1eb3948 PCI: use pci_is_root_bus() in pci_common_swizzle() by Kenji Kaneshige · 17 years ago
  16. 8784fd4 PCI: use pci_is_root_bus() in pci_get_interrupt_pin() by Kenji Kaneshige · 17 years ago
  17. 9fc3925 PCI: use pci_is_root_bus() in pci_read_bridge_bases() by Kenji Kaneshige · 17 years ago
  18. 6e3f36d PCI: use pci_is_root_bus() in pci_find_upstream_pcie_bridge() by Kenji Kaneshige · 17 years ago
  19. 74c5742 PCI quirk: HP hides SMBus controller in Compaq nx9500 laptops by Michal Miroslaw · 17 years ago
  20. 26c56dc PCI quirk: unhide 'Overflow' device on i828{6,7}5P/PE chipsets by Michal Miroslaw · 17 years ago
  21. 4096ed0 PCI: expose SMBus on Asus notebook A6L by Mats Erik Andersson · 17 years ago
  22. 43c1640 PCI: Add support for turning PCIe ECRC on or off by Andrew Patterson · 17 years ago
  23. f62795f PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3 by Rafael J. Wysocki · 17 years ago
  24. 4d135db PCI: fix SR-IOV function dependency link problem by Yu Zhao · 17 years ago
  25. af4c5f9 PCI: eliminate redundant pci_stop_dev() call from pci_destroy_dev() by Alex Chiang · 17 years ago
  26. 57fbf52 PCI MSI: let drivers retry when not enough vectors by Michael S. Tsirkin · 17 years ago
  27. 8e822df PCI: disable ASPM on VIA root-port-under-bridge configurations by Shaohua Li · 17 years ago
  28. 3b073ed PCI: remove deprecated pci_find_slot() interface by Alex Chiang · 17 years ago
  29. 12a9da0 PCI Hotplug: cpqphp: don't use pci_find_slot() by Alex Chiang · 17 years ago
  30. 6d1e87d PCI Hotplug: cpqphp: constify slot_name() by Alex Chiang · 17 years ago
  31. e3265ea PCI Hotplug: cpqphp: eliminate dead code - PCI_ScanBusNonBridge by Alex Chiang · 17 years ago
  32. b019ee6 PCI Hotplug: cpqphp: clean up accesses to pcibios_get_irq_routing_table() by Alex Chiang · 17 years ago
  33. 1d2e8b1 PCI Hotplug: cpqphp: refactor cpqhp_save_config by Alex Chiang · 17 years ago
  34. 4aabb58 PCI Hotplug: cpqphp: style cleanups by Alex Chiang · 17 years ago
  35. de86ae1 PCI Hotplug: cpqphp: refactor cpqphp_save_slot_config by Alex Chiang · 17 years ago
  36. 1d3ecf1 PCI Hotplug: cpqphp: clean up cpqphp_ctrl.c by Alex Chiang · 17 years ago
  37. 867556f PCI Hotplug: cpqphp: refactor cpqhp_probe by Alex Chiang · 17 years ago
  38. 04225fe PCI Hotplug: cpqphp: eliminate stray braces by Alex Chiang · 17 years ago
  39. b4d897a PCI Hotplug: cpqphp: remove useless prototypes in cpqphp_core.c by Alex Chiang · 17 years ago
  40. 86a5802 PCI Hotplug: cpqphp: obey 80 column convention in cpqphp.h by Alex Chiang · 17 years ago
  41. 427438c PCI Hotplug: cpqphp: fix comment style by Alex Chiang · 17 years ago
  42. 861fefb PCI Hotplug: cpqphp: stray whitespace cleanups by Alex Chiang · 17 years ago
  43. d09ee96 PCI: improve resource allocation under transparent bridges by Yinghai Lu · 17 years ago
  44. 1f82de1 PCI/x86: don't assume prefetchable ranges are 64bit by Yinghai Lu · 17 years ago
  45. 67b5db6 PCI MSI: Define PCI_MSI_MASK_32/64 by Hidetoshi Seto · 17 years ago
  46. 64f039d PCI: ibmphp_core.c: fix warning due to missing module_exit() by akpm@linux-foundation.org · 17 years ago
  47. ad4efa3 PCIE: remove driver_data direct access of struct device by Greg Kroah-Hartman · 17 years ago
  48. 04846b5 PCI MSI: Remove unused/obsolete macros and definitions by Hidetoshi Seto · 17 years ago
  49. 96050df char: mxser, fix ISA board lookup by Peter Botha · 17 years ago
  50. 13df635 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 17 years ago
  51. fd4d342 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  52. 4d11eff Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 17 years ago
  53. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 17 years ago
  54. fdd7b4c r8169: fix crash when large packets are received by Eric Dumazet · 17 years ago
  55. 0e6e027 md/raid5: fix bug in reshape code when chunk_size decreases. by NeilBrown · 17 years ago
  56. a8c906c md/raid5 - avoid deadlocks in get_active_stripe during reshape by NeilBrown · 17 years ago
  57. f001a70 md/raid5: use conf->raid_disks in preference to mddev->raid_disk by NeilBrown · 17 years ago
  58. 46056be Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus by Linus Torvalds · 17 years ago
  59. 5284c6b pata_netcell: Fix typo by Alan Cox · 17 years ago
  60. c46f87f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 by Linus Torvalds · 17 years ago
  61. e36b80b SSB: BCM47xx: Export ssb_watchdog_timer_set by Matthieu Castet · 17 years ago
  62. 6025974 Merge master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 17 years ago
  63. 33fa108 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drzeus/mmc by Linus Torvalds · 17 years ago
  64. 669165d pdc202xx_old: fix resetproc() method by Sergei Shtylyov · 17 years ago
  65. 521a415 pdc202xx_old: fix 'pdc20246_dma_ops' by Sergei Shtylyov · 17 years ago
  66. ccc0d38 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 17 years ago
  67. 9ccb1aa Merge branch 'upstream-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  68. a3cb900 [libata] pata_ali: Use IGN_SIMPLEX by Alan Cox · 17 years ago
  69. cd24f8c mtd: davinci nand: update clock naming by Kevin Hilman · 17 years ago
  70. be94a4b Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev by Linus Torvalds · 17 years ago
  71. 65e3164 ata_piix: Add HP Compaq nc6000 to the broken poweroff list by Ville Syrjala · 17 years ago
  72. 9b10ae8 ahci: add warning messages for hp laptops with broken suspend by Tejun Heo · 17 years ago
  73. 5f33b3b pata_efar: fix PIO2 underclocking by Sergei Shtylyov · 17 years ago
  74. 45bc955 pata_legacy: wait for async probing by James Bottomley · 17 years ago
  75. 27704a1 Revert "drm: don't associate _DRM_DRIVER maps with a master" by Linus Torvalds · 17 years ago
  76. e9e1012 ivtv: Fix PCI DMA direction by Alan Cox · 17 years ago
  77. b87297f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intel by Linus Torvalds · 17 years ago
  78. b63254c Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 17 years ago
  79. 730c586 drivers/char/mem.c: avoid OOM lockup during large reads from /dev/zero by Salman Qazi · 17 years ago
  80. 0e7ddf7 drm/i915: Remove a bad BUG_ON in the fence management code. by Eric Anholt · 17 years ago
  81. f79b1b1 PCI: use fixed-up device class when configuring device by Yu Zhao · 17 years ago
  82. fc43896 drm: ignore EDID with really tiny modes. by Adam Jackson · 17 years ago
  83. 6c51d1c drm: don't associate _DRM_DRIVER maps with a master by Ben Skeggs · 17 years ago
  84. 93c05f2 drm/i915: intel_lvds.c fix section mismatch by Jaswinder Singh Rajput · 17 years ago
  85. c9fb15f drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms. by Keith Packard · 17 years ago
  86. e36ebaf drm: set permissions on edid file to 0444 by Keith Packard · 17 years ago
  87. 75185c9 drm: add newlines to text sysfs files by Keith Packard · 17 years ago
  88. 9863871 drm/radeon: fix ring free alignment calculations by Dave Airlie · 17 years ago
  89. b8da7de drm: fix irq naming for kms drivers. by Dave Airlie · 17 years ago
  90. fbf6a5f sdhci-of: Fix the wrong accessor to HOSTVER register by Dave Liu · 17 years ago
  91. a6d297f mvsdio: fix config failure with some high speed SDHC cards by Nicolas Pitre · 17 years ago
  92. 9ca6944 mvsdio: ignore high speed timing requests from the core by Nicolas Pitre · 17 years ago
  93. e749c6f mmc/omap: Use disable_irq_nosync() from within irq handlers. by Ben Nizette · 17 years ago
  94. 992697e sdhci-of: Add fsl,esdhc as a valid compatible to bind against by Kumar Gala · 17 years ago
  95. 703aace mvsdio: allow automatic loading when modular by Nicolas Pitre · 17 years ago
  96. 656217d mxcmmc: Fix missing return value checking in DMA setup code. by Martin Fuzzey · 17 years ago
  97. 18489fa mxcmmc : Reset the SDHC hardware if software timeout occurs. by Martin Fuzzey · 17 years ago
  98. 85b8432 omap_hsmmc: Trivial fix for a typo in comment by Anand Gadiyar · 17 years ago
  99. c499b06 mxcmmc: decrease minimum frequency to make MMC cards work by Sascha Hauer · 17 years ago
  100. e76afc4 fix oops when using console=ttymxcN with N > 0 by Eric Lammerts · 17 years ago