- 80e23b7 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip by Linus Torvalds · 15 years ago
- a557aae x86/pci: Intel ioh bus num reg accessing fix by Yinghai Lu · 15 years ago
- 5714868 PCI: fix section mismatch on update_res() by Jiri Slaby · 15 years ago
- 575939c x86/PCI: claim SR-IOV BARs in pcibios_allocate_resource by Yinghai Lu · 15 years ago
- f6e1d8c x86/PCI: MMCONFIG: add lookup function by Bjorn Helgaas · 15 years ago
- 8c57786 x86/PCI: MMCONFIG: clean up printks by Bjorn Helgaas · 15 years ago
- ba2afba x86/PCI: MMCONFIG: add pci_mmconfig_remove() to remove MMCONFIG region by Bjorn Helgaas · 15 years ago
- ff097dd x86/PCI: MMCONFIG: manage pci_mmcfg_region as a list, not a table by Bjorn Helgaas · 15 years ago
- 987c367 x86/PCI: MMCONFIG: remove typeof so we can use a list by Bjorn Helgaas · 15 years ago
- 3f0f550 x86/PCI: MMCONFIG: add virtual address to struct pci_mmcfg_region by Bjorn Helgaas · 15 years ago
- 2f2a8b9 x86/PCI: MMCONFIG: trivial is_mmconf_reserved() interface simplification by Bjorn Helgaas · 15 years ago
- 56ddf4d x86/PCI: MMCONFIG: add resource to struct pci_mmcfg_region by Bjorn Helgaas · 15 years ago
- 95cf1cf x86/PCI: MMCONFIG: use pointer to simplify pci_mmcfg_config[] structure access by Bjorn Helgaas · 15 years ago
- d7e6b66 x86/PCI: MMCONFIG: rename pci_mmcfg_region structure members by Bjorn Helgaas · 15 years ago
- d215a9c x86/PCI: MMCONFIG: use a private structure rather than the ACPI MCFG one by Bjorn Helgaas · 15 years ago
- df5eb1d x86/PCI: MMCONFIG: add PCI_MMCFG_BUS_OFFSET() to factor common expression by Bjorn Helgaas · 15 years ago
- f7ca698 x86/PCI: MMCONFIG: reject MMCONFIG apertures at address zero by Bjorn Helgaas · 15 years ago
- 463a5df x86/PCI: MMCONFIG: simplify tests for empty pci_mmcfg_config table by Bjorn Helgaas · 15 years ago
- 7da7d36 x86/PCI: MMCONFIG: centralize MCFG structure management by Bjorn Helgaas · 15 years ago
- d3578ef x86/PCI: MMCONFIG: step through MCFG table, not pci_mmcfg_config[] by Bjorn Helgaas · 15 years ago
- e823d6f x86/PCI: MMCONFIG: count MCFG structures with local variable by Bjorn Helgaas · 15 years ago
- 5663b1b x86/PCI: MMCONFIG: remove unused definitions by Bjorn Helgaas · 15 years ago
- 67f241f x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.c by Yinghai Lu · 15 years ago
- 7b7a785 PCI: fix comment typo in bus_numa.h by Jiri Kosina · 15 years ago
- 2ed7a80 x86/PCI: remove early PCI pr_debug statements by Alex Chiang · 15 years ago
- ea7f1b6 x86/PCI: remove 64-bit division by Bjorn Helgaas · 15 years ago
- 03db42a x86/PCI: fix bogus host bridge window start/end alignment from _CRS by Bjorn Helgaas · 15 years ago
- f1db6fd x86/PCI: for debuggability, show host bridge windows even when ignoring _CRS by Bjorn Helgaas · 15 years ago
- 865df57 PCI: improve discovery/configuration messages by Bjorn Helgaas · 15 years ago
- 2a6bed8 x86/PCI: print domain:bus in conventional format by Bjorn Helgaas · 15 years ago
- c7dabef vsprintf: use %pR, %pr instead of %pRt, %pRf by Bjorn Helgaas · 15 years ago
- af5a8ee x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG set by Bjorn Helgaas · 15 years ago
- 9a08f7d x86/PCI: allow MMCONFIG above 4GB by Bjorn Helgaas · 15 years ago
- 2992e54 x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled by Suresh Siddha · 15 years ago
- 42887b2 x86/PCI: print resources consistently with %pRt by Bjorn Helgaas · 15 years ago
- 76b1a87 x86/PCI: Use generic cacheline sizing instead of per-vendor tests. by Dave Jones · 15 years ago
- ac1aa47 PCI: determine CLS more intelligently by Jesse Barnes · 15 years ago
- 99935a7 x86/PCI: read root resources from IOH on Intel by Yinghai Lu · 15 years ago
- f0f37e2 const: mark struct vm_struct_operations by Alexey Dobriyan · 15 years ago
- b7f21bb Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- c602c65 Merge branch 'linus' into sfi-release by Len Brown · 15 years ago
- 76baeeb x86/PCI: make 32 bit NUMA node array int, not unsigned char by Jesse Barnes · 15 years ago
- 4406c56 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 15 years ago
- 2547089 x86/PCI: initialize PCI bus node numbers early by Jesse Barnes · 15 years ago
- 3e5cd1f dmi: extend dmi_get_year() to dmi_get_date() by Tejun Heo · 15 years ago
- 5f0db7a SFI: Hook PCI MMCONFIG by Feng Tang · 15 years ago
- f4a2d58 ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.c by Len Brown · 15 years ago
- a192a95 ACPI: Move definition of PREFIX from acpi_bus.h to internal..h by Len Brown · 15 years ago
- 857fdc5 x86/pci: insert ioapic resource before assigning unassigned resources by Yinghai Lu · 15 years ago
- 626fdfe x86/PCI: get root CRS before scanning children by Yinghai Lu · 15 years ago
- 2cdb3f1 x86/PCI: fix boundary checking when using root CRS by Yinghai Lu · 15 years ago
- 236e946 Revert "PCI: use ACPI _CRS data by default" by Linus Torvalds · 15 years ago
- fbe8cdd Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into release by Len Brown · 15 years ago
- 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
- a76117d x86: Use pci_claim_resource by Matthew Wilcox · 16 years ago
- f9cde5f x86/ACPI: Correct maximum allowed _CRS returned resources and warn if exceeded by Gary Hade · 16 years ago
- c4bf2f3 ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI file by Len Brown · 16 years ago
- 9e9f46c PCI: use ACPI _CRS data by default by Jesse Barnes · 16 years ago
- f0d5e12 Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 75e613c x86/pci: fix mmconfig detection with 32bit near 4g by Yinghai Lu · 16 years ago
- e519807 x86, apic: introduce io_apic_irq_attr by Yinghai Lu · 16 years ago
- 6cda3eb Merge branch 'x86/apic' into irq/numa by Ingo Molnar · 16 years ago
- b9c61b70 x86/pci: update pirq_enable_irq() to setup io apic routing by Yinghai Lu · 16 years ago
- e20c06f x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector() by Yinghai Lu · 16 years ago
- b10ceb5 x86/PCI: don't bother with root quirks if _CRS is used by Yinghai Lu · 16 years ago
- 0e94ecd x86/PCI: set_pci_bus_resources_arch_default cleanups by Yinghai Lu · 16 years ago
- 0bb1be3 x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86 by Matthew Wilcox · 16 years ago
- 044cd80 x86/PCI: don't call e820_all_mapped with -1 in the mmconfig case by Yinghai Lu · 16 years ago
- 5a3ae27 x86, PAT: Remove duplicate memtype reserve in pci mmap by Suresh Siddha · 16 years ago
- e76e5b2 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6 by Linus Torvalds · 16 years ago
- e42d1fe x86/PCI: make pci=lastbus=255 work when acpi is on by Yinghai Lu · 16 years ago
- 9cdec04 x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot by Pallipadi, Venkatesh · 16 years ago
- 068258b x86/PCI: host mmconfig detect clean up by Yinghai Lu · 16 years ago
- 5546d6f x86/PCI: Detect mmconfig on nVidia MCP55 by Ed Swierk · 16 years ago
- dfadd9e PCI/x86: detect host bridge config space size w/o using quirks by Yinghai Lu · 16 years ago
- 7bc9e77 PCI/x86: format early dump like other PCI output by Bjorn Helgaas · 16 years ago
- 600914b PCI/x86: make early dump handle multi-function devices by Bjorn Helgaas · 16 years ago
- 821508d x86: move a few device initialization objects into .devinit.rodata by Jan Beulich · 16 years ago
- 7b6aa33 x86, apic: remove genapic.h by Ingo Molnar · 16 years ago
- 4f179d1 x86, numaq: cleanups by Ingo Molnar · 16 years ago
- 9d45cf9 Merge branch 'x86/urgent' into x86/apic by Ingo Molnar · 16 years ago
- 1164dd0 x86: move mach-default/*.h files to asm/ by Ingo Molnar · 16 years ago
- 5a44632 x86, numaq: consolidate code by Ingo Molnar · 16 years ago
- 57064d2 PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs by Seth Heasley · 16 years ago
- afc7d20 x86 PAT: consolidate old memtype new memtype check into a function by venkatesh.pallipadi@intel.com · 16 years ago
- 16cf0eb x86/PCI: Do not use interrupt links for devices using MSI-X by Rafael J. Wysocki · 16 years ago
- 2b8c2ef x86/PCI: use dev_printk for PCI bus locality messages by Bjorn Helgaas · 16 years ago
- 904d6a3 PCI: x86/visws: use generic INTx swizzle from PCI core by Bjorn Helgaas · 16 years ago
- b1c8679 PCI: x86: use generic pci_swizzle_interrupt_pin() by Bjorn Helgaas · 16 years ago
- 12b955f x86/PCI: minor logic simplications by Bjorn Helgaas · 16 years ago
- f672c39 x86/PCI: use config space encoding for interrupt pins by Bjorn Helgaas · 16 years ago
- 878f2e5 PCI: use config space encoding in pci_get_interrupt_pin() by Bjorn Helgaas · 16 years ago
- 23a3600 PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdline by Jacob Pan · 16 years ago
- 0663a36 x86/PCI: make PCI bus locality messages more meaningful by Bjorn Helgaas · 16 years ago
- 104bafcf PCI: Don't carp about BAR allocation failures in quiet boot by Ingo Molnar · 16 years ago
- 0ef5f8f ACPI/PCI: PCI extended config _OSC support called when root bridge added by Andrew Patterson · 16 years ago
- 8248771 x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.h by Jaswinder Singh Rajput · 16 years ago
- fa623d1 Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog', 'x86/pat2', 'x86/pci-ioapic-boot-irq-quirks', 'x86/ptrace', 'x86/quirks', 'x86/reboot', 'x86/setup-memory', 'x86/signal', 'x86/sparse-fixes', 'x86/time', 'x86/uv' and 'x86/xen' into x86/core by Ingo Molnar · 16 years ago
- ffd565a x86: fixup config space size of CPU functions for AMD family 11h by Andreas Herrmann · 16 years ago
- 14d7ca5 x86: attempt reboot via port CF9 if we have standard PCI ports by H. Peter Anvin · 16 years ago