aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-10/+0
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+3
2015-08-19s390/pci: move debug messages to debugfsSebastian Ott1-10/+23
2015-07-29s390/pci: use pci_rescan_remove_lockSebastian Ott2-4/+13
2015-07-29s390/pci: handle events for unused functionsSebastian Ott1-4/+2
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 Ott3-20/+15
2015-06-18s390/pci: improve handling of hotplug event 0x301Sebastian Ott1-1/+7
2015-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-15/+32
2015-04-15s390: remove use of seq_printf return valueJoe Perches1-2/+4
2015-04-15s390/pci: add locking for fmb accessSebastian Ott2-6/+10
2015-04-15s390/pci: extract software counters from fmbSebastian Ott3-10/+24
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-02-26s390/pci: fix possible information leak in mmio syscallSebastian Ott1-9/+8
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-7/+27
2015-01-21s390: add pci_iomap_rangeMichael S. Tsirkin1-7/+27
2015-01-08s390/pci: add missing address space annotationHeiko Carstens1-2/+2
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds5-10/+124
2014-11-28s390/pci: Deletion of unnecessary checks before the function call "debug_unregister"Markus Elfring1-5/+2
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-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk2-1/+116
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 Ott2-2/+2
2014-07-22s390/pci: introduce lazy IOTLB flushing for DMA unmapGerald Schaefer1-14/+36
2014-07-22s390/pci: fix kmsg componentGerald Schaefer5-10/+10
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-20s390/pci: add some new arch specific pci attributesSebastian Ott2-0/+52
2014-05-20s390/pci: use pdev->dev.groups for attribute creationSebastian Ott2-36/+14
2014-05-20s390/pci: use macro for attribute creationSebastian Ott1-38/+17
2014-05-20s390/pci: improve state check when processing hotplug eventsSebastian Ott1-2/+3
2014-05-16s390: pci: Check return value of alloc_irq_desc() properThomas Gleixner1-3/+3
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+8
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-15/+1
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2014-03-19s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas1-15/+1
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman1-3/+5
2014-02-21s390: improve debug feature usageSebastian Ott1-1/+1
2014-02-21s390/pci/dma: use correct segment boundary sizeGerald Schaefer1-3/+5
2014-02-07s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-10/+8
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+2