1. c9b378c PCI: correct pcie_set_readrq write size by Jon Mason · 13 years ago
  2. 864d296 PCI: ARI is a PCIe v2 feature by Chris Wright · 13 years ago
  3. f483d39 PCI: conditional resource-reallocation through kernel parameter pci=realloc by Ram Pai · 13 years ago
  4. 12f1ba5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 13 years ago
  5. 7ad35cf x86/uv/x2apic: update for change in pci bridge handling. by Dave Airlie · 13 years ago
  6. 3f37d62 PCI: fix new kernel-doc warning by Randy Dunlap · 13 years ago
  7. 98b98d3 Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6 by Linus Torvalds · 13 years ago
  8. ffbdd3f PCI: Add interfaces to store and load the device saved state by Alex Williamson · 13 years ago
  9. 24a4742f PCI: Track the size of each saved capability data area by Alex Williamson · 13 years ago
  10. 51c2e0a PCI: add latency tolerance reporting enable/disable support by Jesse Barnes · 13 years ago
  11. 48a92a8 PCI: add OBFF enable/disable support by Jesse Barnes · 13 years ago
  12. b48d442 PCI: add ID-based ordering enable/disable support by Jesse Barnes · 14 years ago
  13. 83d74e0 PCI/PM: Add kerneldoc description of pci_pm_reset() by Rafael J. Wysocki · 13 years ago
  14. 3448a19 vgaarb: use bridges to control VGA routing where possible. by Dave Airlie · 14 years ago
  15. 1a680b7 PCI: PCIe links may not get configured for ASPM under POWERSAVE mode by Naga Chumbalkar · 13 years ago
  16. 0f953bf PCI/PM: Report wakeup events before resuming devices by Rafael J. Wysocki · 14 years ago
  17. b6e335a PCI/PM: Use pm_wakeup_event() directly for reporting wakeup events by Rafael J. Wysocki · 14 years ago
  18. 1d3c16a PCI: make pci_restore_state return void by Jon Mason · 14 years ago
  19. 97c145f PCI: read current power state at enable time by Jesse Barnes · 14 years ago
  20. df17e62 PCI: Add support for polling PME state on suspended legacy PCI devices by Matthew Garrett · 14 years ago
  21. 93e75fa PCI: Adjust confusing if indentation in pcie_get_readrq by Julia Lawall · 14 years ago
  22. 1cfd2bd Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  23. bfb51cd PCI: remove unused HAVE_ARCH_PCI_SET_DMA_MAX_SEGMENT_{SIZE|BOUNDARY} by FUJITA Tomonori · 14 years ago
  24. c125e96 PM: Make it possible to avoid races between wakeup and system sleep by Rafael J. Wysocki · 14 years ago
  25. b03214d virtio-pci: disable msi at startup by Michael S. Tsirkin · 14 years ago
  26. 6109e2c Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  27. f39d01b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  28. ee6583f PCI: fix typos pci_device_dis/enable to pci_dis/enable_device in comments by Roman Fietze · 14 years ago
  29. 52b265a PCI: clearing wakeup flags not needed by Alan Stern · 14 years ago
  30. 6c9468e Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  31. cc2893b PCI: Ensure we re-enable devices on resume by Matthew Garrett · 14 years ago
  32. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  33. 7c9e2b1 PCI: cleanup error return for pcix get and set mmrbc functions by Dean Nelson · 14 years ago
  34. bdc2bda PCI: fix access of PCI_X_CMD by pcix get and set mmrbc functions by Dean Nelson · 14 years ago
  35. ded1d8f PCI: kill off pci_register_set_vga_state() symbol export. by Paul Mundt · 14 years ago
  36. 25daeb5 PCI: fix return value from pcix_get_max_mmrbc() by Dean Nelson · 14 years ago
  37. 8839316 Fix typos in comments by Thomas Weber · 14 years ago
  38. 5f3cd1e dma-mapping: pci: move pci_set_dma_mask and pci_set_consistent_dma_mask to pci-dma-compat.h by FUJITA Tomonori · 14 years ago
  39. 6a1961f dma-mapping: dma-mapping.h: add dma_set_coherent_mask by FUJITA Tomonori · 14 years ago
  40. e3c4bcc dma-mapping: pci: convert pci_set_dma_mask to call dma_set_mask by FUJITA Tomonori · 14 years ago
  41. 522dba7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 14 years ago
  42. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  43. 322aafa Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  44. bb910a7 PCI/PM Runtime: Make runtime PM of PCI devices inactive by default by Rafael J. Wysocki · 14 years ago
  45. c7e1589 Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  46. a1e4d72 PM: Allow PCI devices to suspend/resume asynchronously by Rafael J. Wysocki · 14 years ago
  47. 89a74ec PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refs by Bjorn Helgaas · 14 years ago
  48. 6cbf821 PCI PM: Run-time callbacks for PCI bus type by Rafael J. Wysocki · 14 years ago
  49. b67ea76 PCI / ACPI / PM: Platform support for PCI PME wake-up by Rafael J. Wysocki · 14 years ago
  50. 58ff463 PCI PM: Add function for checking PME status of devices by Rafael J. Wysocki · 14 years ago
  51. 93177a7 PCI: Clean up build for CONFIG_PCI_QUIRKS unset by Rafael J. Wysocki · 14 years ago
  52. cf4c43d PCI: Add pci_bus_find_ext_capability by Jesse Barnes · 15 years ago
  53. 95a8b6e pci: Update pci_set_vga_state() to call arch functions by Mike Travis · 14 years ago
  54. 1ae861e PCI/PM: Use per-device D3 delays by Rafael J. Wysocki · 15 years ago
  55. 5b889bf PCI: Fix build if quirks are not enabled by Rafael J. Wysocki · 15 years ago
  56. 2d1c861 PCI/cardbus: Add a fixup hook and fix powerpc by Benjamin Herrenschmidt · 15 years ago
  57. 45e829e PCI: change PCI nomenclature in drivers/pci/ (comment changes) by Stefan Assmann · 15 years ago
  58. b9c3b26 PCI: support device-specific reset methods by Dexuan Cui · 15 years ago
  59. 9e0b5b2 PCI: fix coding style issue in pci_save_state() by Kleber Sacilotto de Souza · 15 years ago
  60. 5d990b6 PCI: add pci_request_acs by Chris Wright · 15 years ago
  61. 04b55c4 PCI: read-modify-write the pcie device control register when initiating pcie flr by Shmulik Ravid · 15 years ago
  62. c6a4157 PCI: add debug output for DMA mask info by Yinghai Lu · 15 years ago
  63. 5f4d91a PCI: use pci_is_pcie() in pci core by Kenji Kaneshige · 15 years ago
  64. 06a1cba PCI: use pci_pcie_cap() in pci core by Kenji Kaneshige · 15 years ago
  65. 8c8def2 PCI: allow matching of prefetchable resources to non-prefetchable windows by Linus Torvalds · 15 years ago
  66. e9d1e49 PCI: Replace old style lock initializer by Thomas Gleixner · 15 years ago
  67. 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
  68. 10c3d71 PCI: make PME# messages KERN_DEBUG by Bjorn Helgaas · 15 years ago
  69. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  70. ae21ee6 PCI: acs p2p upsteram forwarding enabling by Allen Kay · 15 years ago
  71. a369c79 PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
  72. 98e724c PCI: pci_dfl_cache_line_size is __devinitdata by Tejun Heo · 15 years ago
  73. 15ea76d pccard: configure CLS on attach by Tejun Heo · 15 years ago
  74. 4c0eec7 sparc64/PCI: drop PCI_CACHE_LINE_BYTES by Tejun Heo · 15 years ago
  75. ac1aa47 PCI: determine CLS more intelligently by Jesse Barnes · 15 years ago
  76. 80fa680 Merge git://git.infradead.org/~dwmw2/iommu-2.6.32 by Linus Torvalds · 15 years ago
  77. 8d86fb2 Rename pci_init() to pci_apply_final_quirks(), move it to quirks.c by David Woodhouse · 15 years ago
  78. 19eea63 PCI: pci.c: fix kernel-doc notation by Randy Dunlap · 15 years ago
  79. e13cdbd PCI PM: Read device power state from register after updating it by Rafael J. Wysocki · 15 years ago
  80. 4b77b0a PCI: Clear saved_state after the state has been restored by Rafael J. Wysocki · 15 years ago
  81. e80bb09 PCI PM: Introduce device flag wakeup_prepared by Rafael J. Wysocki · 15 years ago
  82. 5bcc2fb PCI PM: Simplify PCI wake-up code by Rafael J. Wysocki · 15 years ago
  83. 2876048 PCI: pcie: Ensure hotplug ports have a minimum number of resources by Eric W. Biederman · 15 years ago
  84. deb2d2e PCI/GPU: implement VGA arbitration on Linux by Benjamin Herrenschmidt · 15 years ago
  85. 711d577 PCI: expose function reset capability in sysfs by Michael S. Tsirkin · 15 years ago
  86. c82f63e PCI: check saved state before restore by Alek Du · 15 years ago
  87. 46b952a PCI: Fix IRQ swizzling for ARI-enabled devices by Matthew Wilcox · 15 years ago
  88. 654b75e PCI: check if bus has a proper bridge device before triggering SBR by Yu Zhao · 15 years ago
  89. 59ef7a8 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
  90. 7d9a73f PCI PM: consistently use type bool for wake enable variable by Frans Pop · 15 years ago
  91. d2abdf6 PCI PM: Fix handling of devices without PM support by pci_target_state() by Rafael J. Wysocki · 15 years ago
  92. c12ff1d PCI: support Secondary Bus Reset by Yu Zhao · 15 years ago
  93. f85876b PCI: support PM D0hot->D3 transition reset by Yu Zhao · 15 years ago
  94. 8c1c699 PCI: cleanup Function Level Reset by Yu Zhao · 15 years ago
  95. 1eb3948 PCI: use pci_is_root_bus() in pci_common_swizzle() by Kenji Kaneshige · 15 years ago
  96. 8784fd4 PCI: use pci_is_root_bus() in pci_get_interrupt_pin() by Kenji Kaneshige · 15 years ago
  97. 00240c3 PCI: add power-state name strings by Alan Stern · 15 years ago
  98. 43c1640 PCI: Add support for turning PCIe ECRC on or off by Andrew Patterson · 15 years ago
  99. f62795f PCI PM: Follow PCI_PM_CTRL_NO_SOFT_RESET during transitions from D3 by Rafael J. Wysocki · 15 years ago
  100. b3bad72 PCI PM: Fix initialization and kexec breakage for some devices by Rafael J. Wysocki · 15 years ago