aboutsummaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-04PCI: Introduce pci_dev_for_each_resource()Gravatar Mika Westerberg 1-3/+2
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-1/+10
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESGravatar Mike Rapoport 1-2/+2
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocGravatar Mike Rapoport 1-2/+2
2018-03-28alpha: switch pci syscalls to SYSCALL_DEFINEGravatar Al Viro 1-2/+3
2018-01-20alpha: deprecate pci_get_bus_and_slot()Gravatar Sinan Kaya 1-1/+1
2017-11-15Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+10
2017-11-07alpha/PCI: Make pdev_save_srm_config() staticGravatar Bjorn Helgaas 1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-08Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-7/+20
2017-09-04alpha: squash lines for immediate returnGravatar Masahiro Yamada 1-5/+1
2017-08-03alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksGravatar Lorenzo Pieralisi 1-7/+20
2015-09-15PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Gravatar Bjorn Helgaas 1-1/+6
2015-07-23PCI: Call pci_read_bridge_bases() from core instead of arch codeGravatar Lorenzo Pieralisi 1-6/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Gravatar Yijing Wang 1-0/+7
2015-01-16alpha/PCI: Clip bridge windows to fit in upstream windowsGravatar Yinghai Lu 1-2/+6
2014-03-19alpha/PCI: Use default pcibios_enable_device()Gravatar Bjorn Helgaas 1-6/+0
2013-01-03ALPHA: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-7/+5
2012-09-18PCI: Provide a default pcibios_update_irq()Gravatar Thierry Reding 1-6/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsGravatar Thierry Reding 1-1/+1
2012-07-05Merge branch 'pci/myron-pcibios_setup' into nextGravatar Bjorn Helgaas 1-6/+0
2012-06-26alpha/PCI: factor out pcibios_setup()Gravatar Myron Stowe 1-6/+0
2012-06-18Merge branch 'topic/sebastian-devinit-fixups' into nextGravatar Bjorn Helgaas 1-6/+3
2012-06-13PCI: replace struct pci_bus secondary/subordinate with busn_resGravatar Yinghai Lu 1-1/+1
2012-06-12alpha/PCI: move fixup hooks from __init to __devinitGravatar Sebastian Andrzej Siewior 1-6/+3
2012-02-23alpha/PCI: get rid of device resource fixupsGravatar Bjorn Helgaas 1-67/+4
2012-02-23alpha/PCI: replace pci_probe_only with pci_flagsGravatar Bjorn Helgaas 1-8/+7
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-20/+20
2012-01-06alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesGravatar Bjorn Helgaas 1-20/+20
2011-11-28alpha: switch to GENERIC_PCI_IOMAPGravatar Michael S. Tsirkin 1-25/+1
2010-02-22resource/PCI: mark struct resource as constGravatar Dominik Brodowski 1-1/+1
2010-02-22resource/PCI: align functions now return start of resourceGravatar Dominik Brodowski 1-2/+2
2009-04-01alpha: convert u64 to unsigned long longGravatar Randy Dunlap 1-1/+1
2009-01-07PCI: alpha: use generic INTx swizzle from PCI coreGravatar Bjorn Helgaas 1-18/+0
2009-01-07PCI: alpha: use generic pci_swizzle_interrupt_pin()Gravatar Bjorn Helgaas 1-1/+1
2008-11-30alpha: pcibios_resource_to_bus() is callable from normal codeGravatar Al Viro 1-1/+1
2008-06-20alpha: resurrect Cypress IDE quirkGravatar Ivan Kokshaysky 1-0/+17
2008-04-29iomap: fix 64 bits resources on 32 bitsGravatar Benjamin Herrenschmidt 1-2/+2
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-04-24alpha: fix legacy mode PCI IDE controllersGravatar Ivan Kokshaysky 1-17/+5
2008-04-20PCI: alpha: use generic pci_enable_resources()Gravatar Bjorn Helgaas 1-22/+1
2007-07-26deal with alpha section warningsGravatar Al Viro 1-5/+5
2007-02-07PCI: make isa_bridge Alpha-onlyGravatar Adrian Bunk 1-0/+4
2006-12-07[PATCH] alpha: switch to pci_get APIGravatar Alan Cox 1-1/+2
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-27[PATCH] 64bit resource: change pci core and arch code to use resource_size_tGravatar Greg Kroah-Hartman 1-2/+2
2005-08-04[PATCH] pci and yenta: pcibios_bus_to_resourceGravatar Dominik Brodowski 1-0/+16
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+561