aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/acpi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-30x86/PCI: use host bridge _CRS info on ASRock ALiveSATA2-GLANBjorn Helgaas1-0/+9
2010-05-30Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1
2010-05-28Merge branch 'bjorn-pci-root-v4-2.6.35' into releaseLen Brown1-1/+4
2010-05-24arch/x86/pci: use kasprintfJulia Lawall1-2/+1
2010-04-28x86/PCI: compute Address Space length rather than using _LENBjorn Helgaas1-38/+2
2010-04-22x86/PCI: parse additional host bridge window resource typesBjorn Helgaas1-6/+37
2010-04-08x86/PCI: ignore Consumer/Producer bit in ACPI window descriptionsBjorn Helgaas1-2/+1
2010-04-04ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas1-1/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-25x86/PCI: truncate _CRS windows with _LEN > _MAX - _MIN + 1Bjorn Helgaas1-1/+12
2010-03-25x86/PCI: for host bridge address space collisions, show conflicting resourceBjorn Helgaas1-3/+6
2010-03-07Merge branch 'x86-mrst-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+2
2010-02-23x86/PCI: use host bridge _CRS info by default on 2008 and newer machinesBjorn Helgaas1-6/+47
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-29/+4
2010-02-19x86: Add pci_init_irq to x86_initThomas Gleixner1-0/+1
2010-02-19x86: Move pci init function to x86_initThomas Gleixner1-5/+1
2009-11-06x86/PCI: remove 64-bit divisionBjorn Helgaas1-3/+3
2009-11-04x86/PCI: fix bogus host bridge window start/end alignment from _CRSBjorn Helgaas1-0/+25
2009-11-04x86/PCI: for debuggability, show host bridge windows even when ignoring _CRSBjorn Helgaas1-8/+18
2009-11-04x86/PCI: print domain:bus in conventional formatBjorn Helgaas1-3/+5
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-3/+4
2009-11-04x86/PCI: print resources consistently with %pRtBjorn Helgaas1-3/+11
2009-06-30x86/PCI: get root CRS before scanning childrenYinghai Lu1-23/+9
2009-06-30x86/PCI: fix boundary checking when using root CRSYinghai Lu1-12/+15
2009-06-24Revert "PCI: use ACPI _CRS data by default"Linus Torvalds1-1/+1
2009-06-16x86/ACPI: Correct maximum allowed _CRS returned resources and warn if exceededGary Hade1-6/+27
2009-06-11PCI: use ACPI _CRS data by defaultJesse Barnes1-1/+1
2009-01-07x86/PCI: use dev_printk for PCI bus locality messagesBjorn Helgaas1-5/+3
2009-01-07x86/PCI: make PCI bus locality messages more meaningfulBjorn Helgaas1-4/+5
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-1/+1
2008-07-24x86: PIC, L-APIC and I/O APIC debug informationMaciej W. Rozycki1-5/+0
2008-07-09x86/pci: removing subsys_initcall ordering dependenciesRobert Richter1-2/+1
2008-07-08Merge branch 'x86/numa' into x86/develIngo Molnar1-6/+11
2008-07-08x86: don't call pxm_to_node againYinghai Lu1-6/+8
2008-07-08x86: make dev_to_node return online nodeYinghai Lu1-0/+3
2008-07-08x86: move pci_routirq declaration to pci.hThomas Gleixner1-1/+0
2008-05-05x86/pci: add pci=skip_isa_align command lines.Yinghai Lu1-41/+0
2008-04-26x86: get mp_bus_to_node earlyYinghai Lu1-10/+17
2008-04-20PCI: remove "pci=routeirq" noise from dmesgBjorn Helgaas1-2/+1
2008-04-20PCI: Include PCI domain in PCI bus names on x86/x86_64Gary Hade1-4/+4
2008-04-15acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com1-2/+15
2007-11-20Pull fluff into release branchLen Brown1-1/+1
2007-11-17x86: check boundary in count setup resourceYinghai Lu1-0/+6
2007-11-16x86: acpi_pciprobe_dmi_table[] must be __devinitdataAdrian Bunk1-1/+1
2007-10-12x86/pci/acpi: fix DMI const-ification falloutJeff Garzik1-1/+1
2007-10-12PCI: X86: Introduce and enable PCI domain supportJeff Garzik1-6/+7
2007-10-12PCI: use _CRS for PCI resource allocationGary Hade1-0/+139
2007-10-12PCI: skip ISA ioresource alignment on some systemsGary Hade1-0/+42
2007-10-11i386: move pciThomas Gleixner1-0/+90