summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-1/+10
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-2/+2
* alpha: switch pci syscalls to SYSCALL_DEFINEAl Viro2018-03-281-2/+3
* alpha: deprecate pci_get_bus_and_slot()Sinan Kaya2018-01-201-1/+1
* Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-151-1/+10
|\
| * alpha/PCI: Make pdev_save_srm_config() staticBjorn Helgaas2017-11-071-1/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-081-7/+20
|\
| * alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooksLorenzo Pieralisi2017-08-031-7/+20
* | alpha: squash lines for immediate returnMasahiro Yamada2017-09-041-5/+1
|/
* PCI: Revert "PCI: Call pci_read_bridge_bases() from core instead of arch code"Bjorn Helgaas2015-09-151-1/+6
* PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-6/+1
* PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang2015-03-191-0/+7
* alpha/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu2015-01-161-2/+6
* alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas2014-03-191-6/+0
* ALPHA: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-7/+5
* PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-6/+0
* PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-1/+1
* Merge branch 'pci/myron-pcibios_setup' into nextBjorn Helgaas2012-07-051-6/+0
|\
| * alpha/PCI: factor out pcibios_setup()Myron Stowe2012-06-261-6/+0
* | Merge branch 'topic/sebastian-devinit-fixups' into nextBjorn Helgaas2012-06-181-6/+3
|\ \
| * | alpha/PCI: move fixup hooks from __init to __devinitSebastian Andrzej Siewior2012-06-121-6/+3
| |/
* / PCI: replace struct pci_bus secondary/subordinate with busn_resYinghai Lu2012-06-131-1/+1
|/
* alpha/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-231-67/+4
* alpha/PCI: replace pci_probe_only with pci_flagsBjorn Helgaas2012-02-231-8/+7
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-111-20/+20
|\
| * alpha/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-20/+20
* | alpha: switch to GENERIC_PCI_IOMAPMichael S. Tsirkin2011-11-281-25/+1
|/
* resource/PCI: mark struct resource as constDominik Brodowski2010-02-221-1/+1
* resource/PCI: align functions now return start of resourceDominik Brodowski2010-02-221-2/+2
* alpha: convert u64 to unsigned long longRandy Dunlap2009-04-011-1/+1
* PCI: alpha: use generic INTx swizzle from PCI coreBjorn Helgaas2009-01-071-18/+0
* PCI: alpha: use generic pci_swizzle_interrupt_pin()Bjorn Helgaas2009-01-071-1/+1
* alpha: pcibios_resource_to_bus() is callable from normal codeAl Viro2008-11-301-1/+1
* alpha: resurrect Cypress IDE quirkIvan Kokshaysky2008-06-201-0/+17
* iomap: fix 64 bits resources on 32 bitsBenjamin Herrenschmidt2008-04-291-2/+2
* alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-1/+1
* alpha: fix legacy mode PCI IDE controllersIvan Kokshaysky2008-04-241-17/+5
* PCI: alpha: use generic pci_enable_resources()Bjorn Helgaas2008-04-201-22/+1
* deal with alpha section warningsAl Viro2007-07-261-5/+5
* PCI: make isa_bridge Alpha-onlyAdrian Bunk2007-02-071-0/+4
* [PATCH] alpha: switch to pci_get APIAlan Cox2006-12-071-1/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] 64bit resource: change pci core and arch code to use resource_size_tGreg Kroah-Hartman2006-06-271-2/+2
* [PATCH] pci and yenta: pcibios_bus_to_resourceDominik Brodowski2005-08-041-0/+16
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+561