summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* x86/pci: seperate x86_pci_rootbus_res_quirks from amd_bus.cYinghai Lu2009-11-254-100/+103
* PCI: fix comment typo in bus_numa.hJiri Kosina2009-11-251-1/+1
* x86/PCI: remove early PCI pr_debug statementsAlex Chiang2009-11-251-7/+0
* x86/PCI: remove 64-bit divisionBjorn Helgaas2009-11-061-3/+3
* x86/PCI: fix bogus host bridge window start/end alignment from _CRSBjorn Helgaas2009-11-041-0/+25
* x86/PCI: for debuggability, show host bridge windows even when ignoring _CRSBjorn Helgaas2009-11-041-8/+18
* PCI: improve discovery/configuration messagesBjorn Helgaas2009-11-041-3/+6
* x86/PCI: print domain:bus in conventional formatBjorn Helgaas2009-11-041-3/+5
* vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas2009-11-042-8/+10
* x86/PCI: use -DDEBUG when CONFIG_PCI_DEBUG setBjorn Helgaas2009-11-041-0/+4
* x86/PCI: allow MMCONFIG above 4GBBjorn Helgaas2009-11-041-11/+20
* x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha2009-11-041-0/+9
* x86/PCI: print resources consistently with %pRtBjorn Helgaas2009-11-042-10/+16
* x86/PCI: Use generic cacheline sizing instead of per-vendor tests.Dave Jones2009-11-041-7/+11
* PCI: determine CLS more intelligentlyJesse Barnes2009-11-041-5/+3
* x86/PCI: read root resources from IOH on IntelYinghai Lu2009-11-044-27/+135
* const: mark struct vm_struct_operationsAlexey Dobriyan2009-09-271-1/+1
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-241-1/+1
|\
| * x86/PCI: make 32 bit NUMA node array int, not unsigned charJesse Barnes2009-09-181-1/+1
* | Merge branch 'linus' into sfi-releaseLen Brown2009-09-193-65/+73
|\|
| * Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-09-162-63/+70
| |\
| | * x86/PCI: initialize PCI bus node numbers earlyJesse Barnes2009-09-092-63/+70
| * | dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo2009-09-091-2/+3
| |/
* | SFI: Hook PCI MMCONFIGFeng Tang2009-08-292-3/+5
* | ACPI, PCI: Change PREFIX to "PCI" from "ACPI" in mmconfig-shared.cLen Brown2009-08-291-1/+1
* | ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown2009-08-291-0/+2
|/
* x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu2009-07-101-0/+7
* x86/PCI: get root CRS before scanning childrenYinghai Lu2009-06-302-25/+15
* x86/PCI: fix boundary checking when using root CRSYinghai Lu2009-06-301-12/+15
* Revert "PCI: use ACPI _CRS data by default"Linus Torvalds2009-06-253-4/+4
*---. Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len Brown2009-06-241-1/+64
|\ \ \
| | | * ACPI, PCI, x86: move MCFG parsing routine from ACPI to PCI fileLen Brown2009-06-131-1/+64
| | |/ | |/|
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-06-223-10/+31
|\ \ \
| * | | x86/ACPI: Correct maximum allowed _CRS returned resources and warn if exceededGary Hade2009-06-161-6/+27
| * | | PCI: use ACPI _CRS data by defaultJesse Barnes2009-06-113-4/+4
| |/ /
* | | x86: Use pci_claim_resourceMatthew Wilcox2009-06-171-10/+7
* | | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-111-49/+35
|\ \ \ | |/ / |/| |
| * | x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-11/+5
| * | Merge branch 'x86/apic' into irq/numaIngo Molnar2009-05-124-5/+16
| |\|
| * | x86/pci: update pirq_enable_irq() to setup io apic routingYinghai Lu2009-05-111-54/+30
| * | x86/pci: add 4 more return parameters to IO_APIC_get_PCI_irq_vector()Yinghai Lu2009-05-111-4/+20
* | | x86/pci: fix mmconfig detection with 32bit near 4gYinghai Lu2009-06-041-3/+3
| |/ |/|
* | x86/PCI: don't bother with root quirks if _CRS is usedYinghai Lu2009-04-231-0/+4
* | x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu2009-04-223-6/+8
* | x86/PCI: Move set_pci_bus_resources_arch_default into arch/x86Matthew Wilcox2009-04-221-1/+6
* | x86/PCI: don't call e820_all_mapped with -1 in the mmconfig caseYinghai Lu2009-04-221-3/+3
|/
* x86, PAT: Remove duplicate memtype reserve in pci mmapSuresh Siddha2009-04-031-46/+0
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2009-04-015-90/+196
|\
| * x86/PCI: make pci=lastbus=255 work when acpi is onYinghai Lu2009-03-271-2/+1
| * x86/PCI: host mmconfig detect clean upYinghai Lu2009-03-202-60/+120