1. c099eac SFI / ACPI: Fix warnings reported during builds with W=1 by Lv Zheng · 11 years ago
  2. 67d470e Revert "x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero" by Bjorn Helgaas · 11 years ago
  3. 07f9b61 x86/PCI: MMCONFIG: Check earlier for MMCONFIG region at address zero by ethan.zhao · 11 years ago
  4. 526018b x86, uv, uv3: Update ACPI Check to include SGI UV3 by Mike Travis · 12 years ago
  5. a18e369 X86: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  6. 4b8073e arch/x86: Remove unecessary semicolons by Peter Senna Tschudin · 12 years ago
  7. 24c97f0 x86/PCI: use pr_level() to replace printk(KERN_LEVEL) by Jiang Liu · 12 years ago
  8. 574a594 x86/PCI: refine __pci_mmcfg_init() for better code readability by Jiang Liu · 12 years ago
  9. 66e8850 x86/PCI: simplify pci_mmcfg_late_insert_resources() by Jiang Liu · 12 years ago
  10. 9c95111 x86/PCI: add pci_mmconfig_insert()/delete() for PCI root bridge hotplug by Jiang Liu · 12 years ago
  11. 95c5e92 x86/PCI: prepare pci_mmcfg_check_reserved() to be called at runtime by Jiang Liu · 12 years ago
  12. 376f70a x86/PCI: use RCU list to protect mmconfig list by Jiang Liu · 12 years ago
  13. 846e402 x86/PCI: split out pci_mmconfig_alloc() for code reuse by Jiang Liu · 12 years ago
  14. 2a76c45 x86/PCI: split out pci_mmcfg_check_reserved() for code reuse by Jiang Liu · 12 years ago
  15. 6885685 x66, UV: Enable 64-bit ACPI MFCG support for SGI UV2 platform by Jack Steiner · 13 years ago
  16. a3170c1 x86/PCI: derive pcibios_last_bus from ACPI MCFG by Jan Beulich · 14 years ago
  17. 1ca98fa x86/PCI: MMCONFIG: fix region end calculation by Bjorn Helgaas · 14 years ago
  18. a02ce95 x86/PCI: make ACPI MCFG reserved error messages ACPI specific by Feng Tang · 14 years ago
  19. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  20. bb8d413 x86/PCI: Prevent mmconfig memory corruption by Thomas Gleixner · 15 years ago
  21. f6e1d8c x86/PCI: MMCONFIG: add lookup function by Bjorn Helgaas · 15 years ago
  22. 8c57786 x86/PCI: MMCONFIG: clean up printks by Bjorn Helgaas · 15 years ago
  23. ba2afba x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG region by Bjorn Helgaas · 15 years ago
  24. ff097dd x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table by Bjorn Helgaas · 15 years ago
  25. 987c367 x86/PCI: MMCONFIG: remove typeof so we can use a list by Bjorn Helgaas · 15 years ago
  26. 2f2a8b9 x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplification by Bjorn Helgaas · 15 years ago
  27. 56ddf4d x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_region by Bjorn Helgaas · 15 years ago
  28. 95cf1cf x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure access by Bjorn Helgaas · 15 years ago
  29. d7e6b66 x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members by Bjorn Helgaas · 15 years ago
  30. d215a9c x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one by Bjorn Helgaas · 15 years ago
  31. df5eb1d x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expression by Bjorn Helgaas · 15 years ago
  32. f7ca698 x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zero by Bjorn Helgaas · 15 years ago
  33. 463a5df x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config table by Bjorn Helgaas · 15 years ago
  34. 7da7d36 x86/PCI: MMCONFIG: centralize MCFG structure management by Bjorn Helgaas · 15 years ago
  35. d3578ef x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[] by Bjorn Helgaas · 15 years ago
  36. e823d6f x86/PCI: MMCONFIG: count MCFG structures with local variable by Bjorn Helgaas · 15 years ago
  37. 5663b1b x86/PCI: MMCONFIG: remove unused definitions by Bjorn Helgaas · 15 years ago
  38. 9a08f7d x86/PCI: allow MMCONFIG above 4GB by Bjorn Helgaas · 15 years ago
  39. 5f0db7a SFI: Hook PCI MMCONFIG by Feng Tang · 15 years ago
  40. f4a2d58 ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c by Len Brown · 15 years ago
  41. a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
  42. c4bf2f3 ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file by Len Brown · 15 years ago
  43. 75e613c x86/pci: fix mmconfig detection with 32bit near 4g by Yinghai Lu · 15 years ago
  44. 044cd80 x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case by Yinghai Lu · 15 years ago
  45. 068258b x86/PCI: host mmconfig detect clean up by Yinghai Lu · 16 years ago
  46. 5546d6f x86/PCI: Detect mmconfig on nVidia MCP55 by Ed Swierk · 16 years ago
  47. 8248771 x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.h by Jaswinder Singh Rajput · 16 years ago
  48. ebd60cd x86: unify using pci_mmcfg_insert_resource by Yinghai Lu · 16 years ago
  49. ddd13dc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
  50. ef31023 x86: silence mmconfig printk by Dave Jones · 16 years ago
  51. a83fe32 x86, pci: detect end_bus_number according to acpi/e820 reserved, v2 by Yinghai Lu · 16 years ago
  52. 968cbfa x86: make __pci_mmcfg_init static in mmconfig-shared.c by Thomas Gleixner · 16 years ago
  53. 5f0b297 x86: add pci=check_enable_amd_mmconf and dmi check by Yinghai Lu · 16 years ago
  54. bb63b42 x86 pci: remove checking type for mmconfig probe by Yinghai Lu · 17 years ago
  55. d2ebdf4 x86: remove unneeded check in mmconf reject by Yinghai Lu · 17 years ago
  56. 7fd0da4 x86_64: check MSR to get MMCONFIG for AMD Family 10h by Yinghai Lu · 17 years ago
  57. 05c58b8 x86: mmconf enable mcfg early by Yinghai Lu · 17 years ago
  58. 0b64ad7 x86: clear pci_mmcfg_virt when mmcfg get rejected by Yinghai Lu · 17 years ago
  59. 7752d5c x86: validate against acpi motherboard resources by Robert Hancock · 17 years ago
  60. b6ce068 Change pci_raw_ops to pci_raw_read/write by Matthew Wilcox · 17 years ago
  61. a0ca990 PCI x86: always use conf1 to access config space below 256 bytes by Ivan Kokshaysky · 17 years ago
  62. fb9aa6f i386: move pci by Thomas Gleixner · 17 years ago[Renamed from arch/i386/pci/mmconfig-shared.c]
  63. a5ba797 i386: insert unclaimed MMCONFIG resources by Aaron Durbin · 17 years ago
  64. b5229db [PATCH] i386: Some additional chipset register values validation. by Olivier Galibert · 17 years ago
  65. 26054ed [PATCH] mmconfig: Move e820 check into pci_mmcfg_reject_broken() by OGAWA Hirofumi · 18 years ago
  66. 56829d1 [PATCH] mmconfig: fix unreachable_devices() by OGAWA Hirofumi · 18 years ago
  67. 429d512 [PATCH] mmconfig: minor cleanup in mmconfig code by OGAWA Hirofumi · 18 years ago
  68. 44de020 [PATCH] mmconfig: Reject a broken MCFG tables on Asus etc by OGAWA Hirofumi · 18 years ago
  69. 6a0668f [PATCH] mmconfig: Reserve resources but only when we're sure about them. by Olivier Galibert · 18 years ago
  70. 9358c69 [PATCH] mmconfig: Detect and support the E7520 and the 945G/GZ/P/PL by Olivier Galibert · 18 years ago
  71. 5f02738 [PATCH] i386: Only call unreachable_devices() when type 1 is available. by Olivier Galibert · 18 years ago
  72. b786739 [PATCH] mmconfig: Share parts of mmconfig code between i386 and x86-64 by Olivier Galibert · 18 years ago