summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci.c
AgeCommit message (Expand)AuthorLines
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang-11/+2
2023-04-04PCI: Introduce pci_dev_for_each_resource()Mika Westerberg-3/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-1/+10
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport-2/+2
2018-03-28alpha: switch pci syscalls to SYSCALL_DEFINEAl Viro-2/+3
2018-01-20alpha: deprecate pci_get_bus_and_slot()Sinan Kaya-1/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+10
2017-11-07alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-7/+20
2017-09-04alpha: squash lines for immediate returnMasahiro Yamada-5/+1
2017-08-03alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi-7/+20
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas-1/+6
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi-6/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang-0/+7
2015-01-16alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu-2/+6
2014-03-19alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas-6/+0
2013-01-03ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman-7/+5
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas-6/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Myron Stowe-6/+0
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas-6/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu-1/+1
2012-06-12alpha/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior-6/+3
2012-02-23alpha/PCI: get rid of device resource fixupsBjorn Helgaas-67/+4
2012-02-23alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas-8/+7
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-20/+20
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas-20/+20
2011-11-28alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin-25/+1
2010-02-22resource/PCI: mark struct resource as constDominik Brodowski-1/+1
2010-02-22resource/PCI: align functions now return start of resourceDominik Brodowski-2/+2
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap-1/+1
2009-01-07PCI: alpha: use generic INTx swizzle from PCI coreBjorn Helgaas-18/+0
2009-01-07PCI: alpha: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas-1/+1
2008-11-30alpha: pcibios_resource_to_bus() is callable from normal codeAl Viro-1/+1
2008-06-20alpha: resurrect Cypress IDE quirkIvan Kokshaysky-0/+17
2008-04-29iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt-2/+2
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison-1/+1
2008-04-24alpha: fix legacy mode PCI IDE controllersIvan Kokshaysky-17/+5
2008-04-20PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas-22/+1
2007-07-26deal with alpha section warningsAl Viro-5/+5
2007-02-07PCI: make isa_bridge Alpha-onlyAdrian Bunk-0/+4
2006-12-07[PATCH] alpha: switch to pci_get APIAlan Cox-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman-2/+2
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski-0/+16
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+561