summaryrefslogtreecommitdiffstats
path: root/arch/x86/pci
Commit message (Expand)AuthorAgeFilesLines
* x86: Use pci_claim_resourceMatthew Wilcox2009-06-171-10/+7Star
* Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-06-111-49/+35Star
|\
| * x86, apic: introduce io_apic_irq_attrYinghai Lu2009-05-181-11/+5Star
| * 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/+30Star
| * | 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/+0Star
* 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/+1Star
| * x86/PCI: host mmconfig detect clean upYinghai Lu2009-03-202-60/+120
| * x86/PCI: Detect mmconfig on nVidia MCP55Ed Swierk2009-03-201-0/+64
| * PCI/x86: detect host bridge config space size w/o using quirksYinghai Lu2009-03-201-20/+0Star
| * PCI/x86: format early dump like other PCI outputBjorn Helgaas2009-03-201-3/+3
| * PCI/x86: make early dump handle multi-function devicesBjorn Helgaas2009-03-201-5/+8
* | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh2009-03-241-0/+3
* | x86: move a few device initialization objects into .devinit.rodataJan Beulich2009-03-122-4/+4
* | x86, apic: remove genapic.hIngo Molnar2009-02-171-1/+1
* | x86, numaq: cleanupsIngo Molnar2009-02-051-4/+0Star
* | Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-051-0/+1
|\|
| * PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-01-271-0/+1
* | x86: move mach-default/*.h files to asm/Ingo Molnar2009-01-291-1/+1
* | x86, numaq: consolidate codeIngo Molnar2009-01-281-1/+1
|/
* x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com2009-01-131-11/+1Star
* x86/PCI: Do not use interrupt links for devices using MSI-XRafael J. Wysocki2009-01-071-2/+2
* x86/PCI: use dev_printk for PCI bus locality messagesBjorn Helgaas2009-01-071-5/+3Star
* PCI: x86/visws: use generic INTx swizzle from PCI coreBjorn Helgaas2009-01-071-14/+1Star
* PCI: x86: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-072-8/+3Star
* x86/PCI: minor logic simplicationsBjorn Helgaas2009-01-071-4/+4
* x86/PCI: use config space encoding for interrupt pinsBjorn Helgaas2009-01-071-24/+20Star
* PCI: use config space encoding in pci_get_interrupt_pin()Bjorn Helgaas2009-01-071-1/+1
* PCI: avoid early PCI mmconfig init if pci=noearly is given in cmdlineJacob Pan2009-01-071-1/+2
* x86/PCI: make PCI bus locality messages more meaningfulBjorn Helgaas2009-01-071-4/+5
* PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar2009-01-071-2/+2
* ACPI/PCI: PCI extended config _OSC support called when root bridge addedAndrew Patterson2009-01-071-0/+8
* x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput2008-12-2918-187/+18Star
*---. Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-233-1/+21
|\ \ \
| | | * x86: attempt reboot via port CF9 if we have standard PCI portsH. Peter Anvin2008-11-122-1/+4
| | |/ | |/|
| | * Merge commit 'v2.6.28-rc2' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-10-2812-176/+268
| | |\ | | |/ | |/|
| | * x86, pci: introduce config option for pci reroute quirks (was: [PATCH 0/3] Bo...Stefan Assmann2008-07-181-0/+8
| | * Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-1815-163/+292
| | |\
| | * \ Merge branch 'linus' into x86/pci-ioapic-boot-irq-quirksIngo Molnar2008-07-131-4/+4
| | |\ \
| | * | | x86, pci: introduce pci=ioapicreroute kernel cmdline optionStefan Assmann2008-07-081-0/+5
| | * | | x86, pci: introduce pci=noioapicquirk kernel cmdline optionStefan Assmann2008-07-081-0/+4
* | | | | x86: fixup config space size of CPU functions for AMD family 11hAndreas Herrmann2008-11-261-11/+14
|/ / / /
* | | | x86/PCI: irq and pci_ids patch for Intel Ibex Peak DeviceIDsSeth Heasley2008-10-201-2/+9