1. e5558d1 Merge branches 'dma-api', 'pci/virtualization', 'pci/msi', 'pci/misc' and 'pci/resource' into next by Bjorn Helgaas · 10 years ago
  2. 67d29b5 PCI: Add resource allocation comments by Bjorn Helgaas · 10 years ago
  3. d3689df PCI: Simplify __pci_assign_resource() coding style by Bjorn Helgaas · 10 years ago
  4. 5b28541 PCI: Restrict 64-bit prefetchable bridge windows to 64-bit resources by Yinghai Lu · 10 years ago
  5. 56a3d18 PCI: Remove unnecessary includes of <linux/init.h> by Paul Gortmaker · 10 years ago
  6. 3cedcc3 PCI: Don't enable decoding if BAR hasn't been assigned an address by Bjorn Helgaas · 10 years ago
  7. 29003be PCI: Don't try to claim IORESOURCE_UNSET resources by Bjorn Helgaas · 10 years ago
  8. cd8a4d3 PCI: Check IORESOURCE_UNSET before updating BAR by Bjorn Helgaas · 10 years ago
  9. 434aafc PCI: Don't clear IORESOURCE_UNSET when updating BAR by Bjorn Helgaas · 10 years ago
  10. bd064f0 PCI: Mark resources as IORESOURCE_UNSET if we can't assign them by Bjorn Helgaas · 10 years ago
  11. fc27985 PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  12. f762598 PCI: Fix whitespace, capitalization, and spelling errors by Bjorn Helgaas · 11 years ago
  13. b638d7e PCI: Remove unused variables by Bjorn Helgaas · 11 years ago
  14. 5f9dca9 Merge branch 'pci/nikhil-big-bar-fixes' into next by Bjorn Helgaas · 12 years ago
  15. fe6dacd PCI: reorder __pci_assign_resource() (no change) by Bjorn Helgaas · 12 years ago
  16. d6776e6 PCI: fix truncation of resource size to 32 bits by Nikhil P Rao · 12 years ago
  17. 9aac537 PCI: disable MEM decoding while updating 64-bit MEM BARs by Bjorn Helgaas · 12 years ago
  18. 2069ecf PCI: Move "pci reassigndev resource alignment" out of quirks.c by Yinghai Lu · 12 years ago
  19. 78c3b32 PCI: Move pdev_sort_resources() to setup-bus.c by Yinghai Lu · 12 years ago
  20. a4ac9fe PCI : Calculate right add_size by Yinghai Lu · 12 years ago
  21. 0dea210 PCI: Fix typo in setup-res.c by Masanari Iida · 12 years ago
  22. 6535943f x86/PCI: Convert maintaining FW-assigned BIOS BAR values to use a list by Myron Stowe · 13 years ago
  23. 351fc6d PCI: Fix starting basis for resource requests by Myron Stowe · 13 years ago
  24. 85b8582 PCI/PM/Runtime: make PCI traces quieter by Vincent Palatin · 13 years ago
  25. 363c75d pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  26. 2bbc694 PCI : ability to relocate assigned pci-resources by Ram Pai · 13 years ago
  27. 28c6821 PCI: fold pci_calc_resource_flags() into decode_bar() by Bjorn Helgaas · 13 years ago
  28. 1bcd495 PCI: fix message typo by Bjorn Helgaas · 14 years ago
  29. 58c84ed PCI: fall back to original BIOS BAR addresses by Bjorn Helgaas · 14 years ago
  30. f6d440d PCI: change resource collision messages from KERN_ERR to KERN_INFO by Bjorn Helgaas · 14 years ago
  31. 966f3a7 PCI: for address space collisions, show conflicting resource by Bjorn Helgaas · 14 years ago
  32. 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
  33. c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
  34. a369c79 PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
  35. b812cca PCI: remove pci_assign_resource_fixed() by Bjorn Helgaas · 15 years ago
  36. eaa959d PCI: export pci_claim_resource for driver use by Jesse Barnes · 15 years ago
  37. 6faf17f PCI SR-IOV: correct broken resource alignment calculations by Chris Wright · 15 years ago
  38. 79896cf Make pci_claim_resource() use request_resource() rather than insert_resource() by Linus Torvalds · 15 years ago
  39. 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
  40. cebd78a Fix pci_claim_resource by Matthew Wilcox · 15 years ago
  41. d09ee96 PCI: improve resource allocation under transparent bridges by Yinghai Lu · 15 years ago
  42. 32a9a682 PCI: allow assignment of memory resources with a specified alignment by Yuji Shimada · 15 years ago
  43. 613e7ed PCI: add a new function to map BAR offsets by Yu Zhao · 16 years ago
  44. 14add80 PCI: remove unnecessary arg of pci_update_resource() by Yu Zhao · 16 years ago
  45. 104bafcf PCI: Don't carp about BAR allocation failures in quiet boot by Ingo Molnar · 16 years ago
  46. 022edd8 PCI: use resource_size() everywhere. by Zhao, Yu · 16 years ago
  47. 096e6f6 pci: Use new %pR to print resource ranges by Benjamin Herrenschmidt · 16 years ago
  48. 80ccba1 PCI: use dev_printk when possible by Bjorn Helgaas · 16 years ago
  49. 8845256 PCI: clean up resource alignment management by Ivan Kokshaysky · 16 years ago
  50. 842de40 PCI: add generic pci_enable_resources() by Bjorn Helgaas · 16 years ago
  51. 2baad5f PCI: #if 0 pci_assign_resource_fixed() by Adrian Bunk · 16 years ago
  52. 6015fbe PCI: Fix warning in setup-res.c on 32-bit platforms with 64-bit resources by Benjamin Herrenschmidt · 17 years ago
  53. eb003ec PCI: drivers/pci/: remove unused exports by Adrian Bunk · 17 years ago
  54. 96bde06 pci: do not mark exported functions as __devinit by Sam Ravnborg · 17 years ago
  55. fb0f2b4 PCI legacy resource fix by Ralf Baechle · 18 years ago
  56. e31dd6e [PATCH] 64bit resource: change pci core and arch code to use resource_size_t by Greg Kroah-Hartman · 18 years ago
  57. 1396a8c [PATCH] 64bit resource: fix up printks for resources in pci core and hotplug drivers by Greg Kroah-Hartman · 18 years ago
  58. 75acfeca [PATCH] PCI: Add pci_assign_resource_fixed -- allow fixed address assignments by Kumar Gala · 18 years ago
  59. dd8c499 [PATCH] PCI Hotplug/powerpc: module build break by linas · 18 years ago
  60. 085ae41 [PATCH] Make sparc64 use setup-res.c by David S. Miller · 19 years ago
  61. 064b53db [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it by John W. Linville · 19 years ago
  62. 755528c Ignore disabled ROM resources at setup by Linus Torvalds · 19 years ago
  63. dc836b5 Revert "[PATCH] PCI: restore BAR values..." by Linus Torvalds · 19 years ago
  64. cf7bee5 [PATCH] Fix restore of 64-bit PCI BAR's by Ivan Kokshaysky · 19 years ago
  65. fec59a7 [PATCH] PCI: restore BAR values after D3hot->D0 for devices that need it by John W. Linville · 19 years ago
  66. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago