aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-29s390/pci: free resources after failed bus allocationSebastian Ott1-4/+9
2015-07-22s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu1-3/+3
2015-07-22s390/pci: inline get_zdevSebastian Ott1-13/+8
2015-04-15s390/pci: add locking for fmb accessSebastian Ott1-0/+1
2015-04-15s390/pci: extract software counters from fmbSebastian Ott1-0/+5
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+1
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens1-2/+1
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas1-1/+1
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang1-1/+1
2015-02-27s390/pci: unify pci_iomap symbol exportsSebastian Ott1-2/+2
2015-02-27s390/pci: fix [un]map_resources sequenceSebastian Ott1-10/+14
2015-01-21s390: add pci_iomap_rangeMichael S. Tsirkin1-7/+27
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-4/+5
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner1-2/+2
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-1/+1
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang1-2/+2
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky1-2/+4
2014-11-03s390/pci: improve irq number check for msixSebastian Ott1-2/+1
2014-07-22s390/pci: fix kmsg componentGerald Schaefer1-2/+2
2014-07-16s390/MSI: Use standard mask and unmask funtionsYijing Wang1-43/+6
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-3/+3
2014-05-22s390/pci: use pdev->dev.groups for attribute creationSebastian Ott1-5/+1
2014-05-16s390: pci: Check return value of alloc_irq_desc() properThomas Gleixner1-3/+3
2014-03-19s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas1-15/+1
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2
2013-12-20s390/PCI: Remove superfluous check of MSI typeAlexander Gordeev1-2/+0
2013-12-20s390/PCI: Fix single MSI only checkAlexander Gordeev1-0/+2
2013-12-16s390/pci: reenable per defaultSebastian Ott1-3/+3
2013-12-16s390/pci: prevent inadvertently triggered bus scansSebastian Ott1-1/+9
2013-11-15s390/pci: implement pcibios_remove_busSebastian Ott1-34/+35
2013-11-15s390/pci: improve handling of bus resourcesSebastian Ott1-64/+83
2013-10-24s390/pci: cleanup function information blockSebastian Ott1-31/+15
2013-10-24s390/pci: message cleanupSebastian Ott1-15/+6
2013-10-24s390/pci: implement hibernation hooksSebastian Ott1-0/+41
2013-08-30s390/pci: update function handle after resume from hibernateSebastian Ott1-5/+10
2013-08-30s390/pci: split lpfSebastian Ott1-6/+1
2013-08-30s390/pci: add recover sysfs knobSebastian Ott1-2/+2
2013-08-30s390/pci: use claim_resourceSebastian Ott1-29/+34
2013-08-30s390/pci/hotplug: convert to be builtin onlySebastian Ott1-28/+6
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky1-169/+86
2013-08-22s390/pci: use adapter interrupt vector helpersMartin Schwidefsky1-192/+155
2013-08-22s390/pci: cleanup function namesMartin Schwidefsky1-6/+6
2013-06-26s390/airq: simplify adapter interrupt codeMartin Schwidefsky1-14/+13
2013-06-26s390/pci: remove per device debug attributeMartin Schwidefsky1-13/+0
2013-06-26s390/pci: cleanup hotplug codeSebastian Ott1-19/+0
2013-06-26s390/pci: implement pcibios_release_deviceSebastian Ott1-1/+25
2013-06-10s390/pci: Implement IRQ functions if !PCIBen Hutchings1-33/+0
2013-04-26s390/pci: use pci_scan_root_busSebastian Ott1-33/+17
2013-04-17s390/pci: remove disable_device implementationSebastian Ott1-34/+0