aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ia64/pci/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-11arch: Remove Itanium (IA-64) architectureArd Biesheuvel1-576/+0
2023-04-10docs: move ia64 architecture docs under Documentation/arch/Jonathan Corbet1-1/+1
2019-08-16ia64: remove support for machvecsChristoph Hellwig1-1/+0
2019-08-16ia64: remove now unused machvec indirectionsChristoph Hellwig1-7/+6
2019-07-15docs: ia64: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-01dma-mapping: make the get_required_mask method available unconditionallyChristoph Hellwig1-26/+0
2018-03-13PCI/MSI: Don't set up INTx if MSI or MSI-X is enabledBjorn Helgaas1-2/+2
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt1-7/+0
2017-04-20ia64: Use generic pci_mmap_resource_range()David Woodhouse1-30/+0
2017-04-20ia64: Remove redundant checks for WC in pci_mmap_page_range()David Woodhouse1-16/+2
2017-04-20ia64: Remove redundant valid_mmap_phys_addr_range() from pci_mmap_page_range()David Woodhouse1-3/+0
2017-04-20PCI: Add BAR index argument to pci_mmap_page_range()David Woodhouse1-1/+2
2015-10-16ia64/PCI/ACPI: Use common interface to support PCI host bridgeJiang Liu1-187/+48
2015-10-16ia64/PCI: Use common struct resource_entry to replace struct iospace_resourceJiang Liu1-9/+8
2015-10-16ia64/PCI/ACPI: Use common ACPI resource parsing interface for host bridgeJiang Liu1-221/+193
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas1-2/+3
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi1-3/+2
2015-05-28PCI / ACPI: Do not set ACPI companions for host bridges with parentsRafael J. Wysocki1-3/+10
2015-04-21ia64/PCI: Treat all host bridge Address Space Descriptors (even consumers) as...Bjorn Helgaas1-4/+1
2015-02-10Merge branch 'acpica'Rafael J. Wysocki1-7/+7
2015-01-26ACPICA: Resources: Provide common part for struct acpi_resource_address struc...Lv Zheng1-7/+7
2015-01-16ia64/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-27/+21
2014-02-03ia64: Remove acpi_get_pxm() usageBjorn Helgaas1-8/+2
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-3/+3
2013-06-18PCI: Replace printks with appropriate pr_*()Yijing Wang1-6/+7
2013-06-18PCI/IA64: introduce probe_pci_root_info() to manage _CRS resourceYijing Wang1-43/+57
2013-06-18PCI/IA64: Add host bridge resource release for _CRS pathYijing Wang1-0/+9
2013-06-18PCI/IA64: fix memleak for create pci root bus failJiang Liu1-14/+60
2013-06-18PCI/IA64: Allocate pci_root_info instead of using stackYijing Wang1-23/+35
2013-06-18PCI/IA64: embed pci hostbridge resources into pci_root_infoYijing Wang1-28/+37
2013-04-12ia64/PCI: Implement pcibios_{add|remove}_bus() hooksJiang Liu1-0/+11
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+8
2013-01-13ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki1-0/+8
2013-01-03IA64: drivers: remove __dev* attributes.Greg Kroah-Hartman1-18/+13
2012-09-24Merge branch 'pci/yinghai-misc' into nextBjorn Helgaas1-2/+1
2012-09-21ia64/PCI: Clear host bridge aperture struct resourceYinghai Lu1-2/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-8/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas1-9/+0
2012-07-05ia64/PCI: factor out pcibios_setup()Myron Stowe1-9/+0
2012-06-13ia64/PCI: register busn_res for root busesYinghai Lu1-1/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for IA64David Howells1-1/+0
2012-02-23ia64/PCI: get rid of device resource fixupsBjorn Helgaas1-53/+2
2012-01-06ia64/PCI: convert to pci_create_root_bus() for correct root bus resourcesBjorn Helgaas1-25/+14
2012-01-06ia64/PCI: use pci_create_bus() instead of pci_scan_bus_parented()Bjorn Helgaas1-1/+4
2012-01-06PCI: IA64: convert pcibios_set_master() to a non-inlined functionMyron Stowe1-0/+5
2011-10-31ia64: Add export.h to arch/ia64 specific files as requiredPaul Gortmaker1-0/+1
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] 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-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 bran...Len 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
2005-10-28Pull acpi-produce-consume into release branchTony Luck1-8/+27
2005-09-23[IA64] respect ACPI producer/consumer flag for PCI root bridgesBjorn Helgaas1-8/+27
2005-09-19[IA64] move ACPI IOSAPIC locality domain mapping from pci.c to acpi.cBjorn Helgaas1-23/+0
2005-09-07[IA64] Minor cleanups - remove CONFIG_ACPI_DEALLOCATE_IRQKenji Kaneshige1-2/+0
2005-08-29Pull asm-segment into release branchTony Luck1-1/+0
2005-08-24[IA64] remove use of asm/segment.hKumar Gala1-1/+0
2005-08-24[PATCH] Export pcibios_bus_to_resourceKeith Owens1-0/+1
2005-07-12[IA64] pcibus_to_node implementation for IA64Christoph Lameter1-2/+10
2005-06-27[PATCH] acpi bridge hotadd: Read bridge resources when fixing up the busRajesh Shah1-0/+4
2005-06-27[PATCH] acpi bridge hotadd: Make pcibios_fixup_bus() hot-plug safeRajesh Shah1-1/+21
2005-06-27[PATCH] acpi bridge hotadd: Fix pci_enable_device() for p2p bridgesRajesh Shah1-3/+7
2005-06-27[PATCH] acpi bridge hotadd: ACPI based root bridge hot-addRajesh Shah1-1/+1
2005-06-21[IA64] remove "pci=routeirq" optionBjorn Helgaas1-20/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+735