aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/pci
AgeCommit message (Expand)Author
2015-10-14s390/pci: reshuffle struct used to write debug dataSebastian Ott
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2015-09-01Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-08-19s390/pci: move debug messages to debugfsSebastian Ott
2015-07-29s390/pci: use pci_rescan_remove_lockSebastian Ott
2015-07-29s390/pci: handle events for unused functionsSebastian Ott
2015-07-29s390/pci: free resources after failed bus allocationSebastian Ott
2015-07-22s390/pci: Use for_pci_msi_entry() to access MSI device listJiang Liu
2015-07-22s390/pci: inline get_zdevSebastian Ott
2015-06-18s390/pci: improve handling of hotplug event 0x301Sebastian Ott
2015-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-04-15s390: remove use of seq_printf return valueJoe Perches
2015-04-15s390/pci: add locking for fmb accessSebastian Ott
2015-04-15s390/pci: extract software counters from fmbSebastian Ott
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-03-25s390: remove test_facility(2) (== z/Architecture mode active) checksHeiko Carstens
2015-03-23Merge branches 'pci/enumeration' and 'pci/virtualization' into nextBjorn Helgaas
2015-03-19PCI: Assign resources before drivers claim devices (pci_scan_root_bus())Yijing Wang
2015-02-27s390/pci: unify pci_iomap symbol exportsSebastian Ott
2015-02-27s390/pci: fix [un]map_resources sequenceSebastian Ott
2015-02-26s390/pci: fix possible information leak in mmio syscallSebastian Ott
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-01-21s390: add pci_iomap_rangeMichael S. Tsirkin
2015-01-08s390/pci: add missing address space annotationHeiko Carstens
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-11-28s390/pci: Deletion of unnecessary checks before the function call "debug_unre...Markus Elfring
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq treewideThomas Gleixner
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang
2014-11-03s390/pci: add sparse annotationsMartin Schwidefsky
2014-11-03s390/pci: improve irq number check for msixSebastian Ott
2014-07-22s390/pci: introduce lazy IOTLB flushing for DMA unmapGerald Schaefer
2014-07-22s390/pci: fix kmsg componentGerald Schaefer
2014-07-16s390/MSI: Use standard mask and unmask funtionsYijing Wang
2014-06-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-05-20s390/pci: add some new arch specific pci attributesSebastian Ott
2014-05-20s390/pci: use pdev->dev.groups for attribute creationSebastian Ott
2014-05-20s390/pci: use macro for attribute creationSebastian Ott
2014-05-20s390/pci: improve state check when processing hotplug eventsSebastian Ott
2014-05-16s390: pci: Check return value of alloc_irq_desc() properThomas Gleixner
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-03-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-03-19s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas
2014-03-02Merge 3.14-rc5 into driver-core-nextGreg Kroah-Hartman
2014-02-21s390: improve debug feature usageSebastian Ott
2014-02-21s390/pci/dma: use correct segment boundary sizeGerald Schaefer
2014-02-07s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo