1. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  2. 24c97f0 x86/PCI: use pr_level() to replace printk(KERN_LEVEL) by Jiang Liu · 12 years ago
  3. c0fa407 x86/PCI: update MMCONFIG information when hot-plugging PCI host bridges by Jiang Liu · 12 years ago
  4. 9cf0105 x86/PCI: introduce pci_mmcfg_arch_map()/pci_mmcfg_arch_unmap() by Jiang Liu · 12 years ago
  5. 376f70a x86/PCI: use RCU list to protect mmconfig list by Jiang Liu · 12 years ago
  6. 72da0b0 x86: constify PCI raw ops structures by Jan Beulich · 13 years ago
  7. f6e1d8c x86/PCI: MMCONFIG: add lookup function by Bjorn Helgaas · 15 years ago
  8. 8c57786 x86/PCI: MMCONFIG: clean up printks by Bjorn Helgaas · 15 years ago
  9. ff097dd x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table by Bjorn Helgaas · 15 years ago
  10. 3f0f550 x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_region by Bjorn Helgaas · 15 years ago
  11. d7e6b66 x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members by Bjorn Helgaas · 15 years ago
  12. d215a9c x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one by Bjorn Helgaas · 15 years ago
  13. df5eb1d x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expression by Bjorn Helgaas · 15 years ago
  14. 068258b x86/PCI: host mmconfig detect clean up by Yinghai Lu · 15 years ago
  15. 8248771 x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.h by Jaswinder Singh Rajput · 16 years ago
  16. 0b64ad7 x86: clear pci_mmcfg_virt when mmcfg get rejected by Yinghai Lu · 16 years ago
  17. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 16 years ago
  18. a0ca990 PCI x86: always use conf1 to access config space below 256 bytes by Ivan Kokshaysky · 17 years ago
  19. f68c065 x86_64: move pci by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/pci/mmconfig_64.c]
  20. e0915fb x86_64: prepare shared pci/mmconfig.c by Thomas Gleixner · 17 years ago[Renamed from arch/x86_64/pci/mmconfig.c]
  21. 3320ad9 x86: Work around mmio config space quirk on AMD Fam10h by dean gaudet · 17 years ago
  22. 56829d1 [PATCH] mmconfig: fix unreachable_devices() by OGAWA Hirofumi · 17 years ago
  23. 429d512 [PATCH] mmconfig: minor cleanup in mmconfig code by OGAWA Hirofumi · 17 years ago
  24. a4ec1b2 [PATCH] mmconfig: remove #define MMCONFIG_APER_XXX by OGAWA Hirofumi · 17 years ago
  25. 44de020 [PATCH] mmconfig: Reject a broken MCFG tables on Asus etc by OGAWA Hirofumi · 17 years ago
  26. faed197 [PATCH] mmconfig: Fix x86_64 ioremap base_address by OGAWA Hirofumi · 17 years ago
  27. b786739 [PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64 by Olivier Galibert · 17 years ago
  28. 15a58ed ACPICA: Remove duplicate table definitions (non-conflicting), cont by Alexey Starikovskiy · 17 years ago
  29. 64e72e4 Revert "[PATCH] MMCONFIG and new Intel motherboards" by Andi Kleen · 18 years ago
  30. 3095fc0 PCI: x86-64: mmconfig missing printk levels by Dave Jones · 18 years ago
  31. 9ddab42 [PATCH] Remove outdated comment in x86-64 mmconfig code by Andi Kleen · 18 years ago
  32. 4c6e052 [PATCH] MMCONFIG and new Intel motherboards by Aaron Durbin · 18 years ago
  33. 9abd792 [PATCH] i386/x86-64: Only do MCFG e820 check when type 1 works by Andi Kleen · 18 years ago
  34. 5e544d6 [PATCH] i386/x86-64: PCI: split probing and initialization of type 1 config space access by Andi Kleen · 18 years ago
  35. 40bee2e [PATCH] fix bus numbering format in mmconfig warning by Brice Goglin · 18 years ago
  36. 79e453d Revert mmiocfg heuristics and blacklist changes by Linus Torvalds · 18 years ago
  37. 40dd2d2 [PATCH] x86: Disable MMCONFIG on Intel SDV using DMI blacklist by Andi Kleen · 18 years ago
  38. 11012d4 [PATCH] x86: Revert e820 MCFG heuristics by Andi Kleen · 18 years ago
  39. ead2bfe [PATCH] PCI: fix issues with extended conf space when MMCONFIG disabled because of e820 by Chuck Ebbert · 18 years ago
  40. 44b940c [PATCH] x86_64: Fix embarassing typo in mmconfig bus check by Andi Kleen · 18 years ago
  41. ecc16ba [PATCH] i386/x86-64: Remove checks for value == NULL in PCI config space access by Andi Kleen · 18 years ago
  42. 49c93e8 [PATCH] i386/x86-64: Return defined error value for bad PCI config space accesses by Andi Kleen · 18 years ago
  43. 8c30b1a74 [PATCH] i386/x86_64: Check if MCFG works for the first 16 busses by Andi Kleen · 18 years ago
  44. 946f2ee [PATCH] i386/x86-64: Check that MCFG points to an e820 reserved area by Arjan van de Ven · 18 years ago
  45. 3d1712c [PATCH] x86_64: {set,clear,test}_bit() related cleanup and pci_mmcfg_init() fix by Akinobu Mita · 18 years ago
  46. cc59853 [PATCH] arch/x86_64/pci/mmconfig.c NULL noise removal by Al Viro · 18 years ago
  47. 1de6bf3 [PATCH] x86_64: Fix zero mcfg entry workaround on x86-64 by Andi Kleen · 18 years ago
  48. 3103039 [PATCH] PCI: handle bogus MCFG entries by Andi Kleen · 18 years ago
  49. 8b8a4e3 [PATCH] i386,amd64: mmconfig __iomem annotations by Al Viro · 19 years ago
  50. d6ece54 [PATCH] i386/x86-64 Correct for broken MCFG tables on K8 systems by Andi Kleen · 19 years ago
  51. 928cf8c [PATCH] i386/x86-64 Fall back to type 1 access when no entry found by Andi Kleen · 19 years ago
  52. f343bb4 [PATCH] x86{-64}: Remove old hack that disabled mmconfig support on AMD systems. by Andi Kleen · 19 years ago
  53. 1cde8a1 [PATCH] PCI: use the MCFG table to properly access pci devices (x86-64) by Greg Kroah-Hartman · 19 years ago
  54. 5454939 [PATCH] PCI: add proper MCFG table parsing to ACPI core. by Greg Kroah-Hartman · 19 years ago
  55. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago