aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-04ACPI: pci_root: pass acpi_pci_root to arch-specific scanBjorn Helgaas1-1/+4
2010-02-23PCI: augment bus resource table with a listBjorn Helgaas1-9/+3
2010-02-23PCI: add pci_bus_for_each_resource(), remove direct bus->resource[] refsBjorn Helgaas1-3/+2
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski1-1/+2
2009-11-04vsprintf: use %pR, %pr instead of %pRt, %pRfBjorn Helgaas1-4/+7
2009-11-04ia64/PCI: print resources consistently with %pRtBjorn Helgaas1-5/+16
2009-11-04PCI: determine CLS more intelligentlyJesse Barnes1-6/+3
2009-10-13[IA64] Require SAL 3.2 in order to do extended config space opsMatthew Wilcox1-2/+7
2009-06-30ia64/PCI: adjust section annotation for pcibios_setup()Ingo Molnar1-1/+1
2009-06-17ia64: Fix resource assignment for root bussesMatthew Wilcox1-2/+2
2009-06-17[IA64] Convert ia64 to use int-ll64.hMatthew Wilcox1-6/+6
2009-01-15[IA64] SN specific version of dma_get_required_mask()John Keller1-0/+27
2008-10-20PCI: Add ability to mmap legacy_io on some platformsBenjamin Herrenschmidt1-1/+6
2008-08-18[IA64] pci_acpi_scan_root cleanupLuck, Tony1-10/+11
2008-04-20PCI: ia64: use generic pci_enable_resources()Bjorn Helgaas1-43/+1
2008-04-15acpi: unneccessary to scan the PCI bus already scannedyakui.zhao@intel.com1-1/+6
2008-03-06[IA64] use dev_printk in video quirkBjorn Helgaas1-1/+1
2008-03-06[IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-10Change pci_raw_ops to pci_raw_read/writeMatthew Wilcox1-17/+8
2007-07-25[IA64] Nail two more simple section mismatch errorsTony Luck1-1/+1
2007-07-11[IA64] prevent MCA when performing MMIO mmap to PCI config spaceAlex Chiang1-5/+17
2007-05-22[IA64] fix kmalloc(0) in arch/ia64/pci/pci.cKenji Kaneshige1-4/+7
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-03-30[IA64] allow WB /sys/.../legacy_mem mmapsBjorn Helgaas1-2/+0
2007-03-29[IA64] Fix arch/ia64/pci/pci.c:571: warning: `return' with a valueTony Luck1-1/+0
2007-03-28[PATCH] MSI-X: fix resume crashEric W. Biederman1-2/+6
2006-12-07[IA64] replace kmalloc+memset with kzallocYan Burman1-2/+1
2006-12-06[IA64] Fix pci.c kernel compilation breakage.Peter Chubb1-2/+2
2006-12-01Altix: Add initial ACPI IO supportJohn Keller1-1/+3
2006-12-01PCI: Use pci_generic_prep_mwi on ia64Matthew Wilcox1-51/+20
2006-10-27PCI: fix pci_fixup_video as it blows up on sparc64Eiichiro Oiwa2-1/+70
2006-10-04[PATCH] genirq: msi: simplify the msi irq limit policyEric W. Biederman1-9/+0
2006-09-26IA64: PCI: dont disable irq which is not enabledSatoru Takeuchi1-1/+2
2006-07-10[PATCH] make valid_mmap_phys_addr_range() take a pfnLennert Buytenhek1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman1-1/+1
2006-06-25[PATCH] mm: remove VM_LOCKED before remap_pfn_range and drop VM_SHMChristoph Lameter1-3/+0
2006-06-23Auto-update from upstreamTony Luck1-1/+1
2006-06-23[PATCH] Unify pxm_to_node() and node_to_pxm()Yasunori Goto1-1/+1
2006-05-08[IA64] rework memory attribute aliasingBjorn Helgaas1-2/+15
2006-04-20[IA64] eliminate compile time warningsSatoru Takeuchi1-2/+1
2006-02-27[IA64] Fix pcibios_setupMatthew Wilcox1-1/+1
2006-01-24[ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi branches into releaseLen Brown1-5/+5
2006-01-16[IA64] Stop multiple pci_claim_resource() call for the same resourceKenji Kaneshige1-5/+14
2006-01-07Pull pnpacpi into acpica branchLen Brown1-1/+1
2006-01-03[IA64] incorrect return from ia64_pci_legacy_write()Alex Williamson1-1/+1
2005-12-10[ACPI] ACPICA 20051021Bob Moore1-1/+1
2005-12-10[ACPI] ACPICA 20050930Bob Moore1-4/+4
2005-11-08[IA64] add the MMIO regions that are translated to I/O port space to /proc/iomemBjorn Helgaas1-24/+82