aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/pci/i386.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-18x86/PCI: make sure _PAGE_IOMAP it set on pci mappingsJeremy Fitzhardinge1-0/+2
2010-07-16PCI: fall back to original BIOS BAR addressesBjorn Helgaas1-0/+1
2010-06-11PCI: clear bridge resource range if BIOS assigned bad oneYinghai Lu1-0/+2
2010-04-26x86/PCI: never allocate PCI MMIO resources below BIOS_ENDBjorn Helgaas1-0/+3
2010-03-25x86/PCI: remove redundant warningsBjorn Helgaas1-5/+0
2010-03-03Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+0
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-7/+5
2010-02-10x86/pci: Enable pci root res read out for 32bit tooYinghai Lu1-4/+0
2009-12-04x86/PCI: claim SR-IOV BARs in pcibios_allocate_resourceYinghai Lu1-2/+15
2009-11-04PCI: improve discovery/configuration messagesBjorn Helgaas1-3/+6
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-5/+6
2009-11-04x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabledSuresh Siddha1-0/+9
2009-11-04x86/PCI: print resources consistently with %pRtBjorn Helgaas1-7/+5
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan1-1/+1
2009-07-10x86/pci: insert ioapic resource before assigning unassigned resourcesYinghai Lu1-0/+7
2009-06-17x86: Use pci_claim_resourceMatthew Wilcox1-10/+7
2009-04-22x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu1-0/+4
2009-04-03x86, PAT: Remove duplicate memtype reserve in pci mmapSuresh Siddha1-46/+0
2009-03-24x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited protPallipadi, Venkatesh1-0/+3
2009-01-13x86 PAT: consolidate old memtype new memtype check into a functionvenkatesh.pallipadi@intel.com1-11/+1
2009-01-07PCI: Don't carp about BAR allocation failures in quiet bootIngo Molnar1-2/+2
2008-12-29x86, pci: move arch/x86/pci/pci.h to arch/x86/include/asm/pci_x86.hJaswinder Singh Rajput1-1/+1
2008-09-04x86: split e820 reserved entries record to late v4Ingo Molnar1-78/+2
2008-09-04x86: split e820 reserved entries record to late v2Yinghai Lu1-0/+79
2008-09-02Un-break printk strings in x86 PCI probing codeLinus Torvalds1-6/+3
2008-08-29Revert "x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3"Linus Torvalds1-78/+0
2008-08-25x86: fix HPET regression in 2.6.26 versus 2.6.25, check hpet against BAR, v3Yinghai Lu1-0/+78
2008-07-28x86/PCI: use dev_printk when possibleBjorn Helgaas1-15/+11
2008-07-24use generic_access_phys for /dev/mem mappingsRik van Riel1-0/+1
2008-07-13x86: max_low_pfn_mapped fix, #2Yinghai Lu1-2/+2
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-1/+3
2008-06-12x86: rename pat_wc_enabled to pat_enabledAndreas Herrmann1-2/+2
2008-05-13x86/PCI: X86_PAT & mprotectVenki Pallipadi1-3/+1
2008-04-30x86 PAT: fix performance drop for glx, use UC minus for ioremap(), ioremap_nocache() and pci_mmap_page_range()Suresh Siddha1-3/+9
2008-04-20PCI: x86: use generic pci_enable_resources()Bjorn Helgaas1-38/+0
2008-04-17x86: PAT bug fix for attribute type check after reserve_memtypeVenki Pallipadi1-1/+6
2008-04-17x86: PAT use reserve free memtype in pci_mmap_page_rangevenkatesh.pallipadi@intel.com1-8/+60
2008-02-05intel-agp: add chipset flushing supportDave Airlie1-1/+1
2007-10-12PCI: modify PCI bridge control ISA flag for clarityGary Hade1-1/+1
2007-10-12PCI: skip ISA ioresource alignment on some systemsGary Hade1-0/+13
2007-10-11i386: move pciThomas Gleixner1-0/+315