aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-22s390: convert interrupt handling to use generic hardirqMartin Schwidefsky3-304/+87
2013-08-22s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2-205/+160
2013-08-22s390/pci: cleanup function namesMartin Schwidefsky3-17/+17
2013-06-26s390/airq: simplify adapter interrupt codeMartin Schwidefsky1-14/+13
2013-06-26s390/pci: remove per device debug attributeMartin Schwidefsky2-42/+0
2013-06-26s390/pci: sysfs remove strlenSebastian Ott1-8/+4
2013-06-26s390/pci: remove pdev during unplugSebastian Ott1-1/+0
2013-06-26s390/pci: cleanup hotplug codeSebastian Ott1-19/+0
2013-06-26s390/pci: implement pcibios_release_deviceSebastian Ott1-1/+25
2013-06-26s390/pci: use to_pci_devSebastian Ott2-7/+7
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-23s390/pci: return correct dma address for offset > PAGE_SIZEGerald Schaefer1-3/+1
2013-04-17s390/pci: remove disable_device implementationSebastian Ott1-34/+0
2013-04-17s390/pci: disable per defaultSebastian Ott1-3/+3
2013-04-17s390/pci: return error after failed pci opsSebastian Ott1-4/+12
2013-04-17s390/pci: do not read data after failed loadSebastian Ott2-5/+7
2013-04-17s390/pci: add exception table to load/store instructionsSebastian Ott1-23/+29
2013-04-17s390/pci: rename instruction wrappersSebastian Ott3-17/+18
2013-04-17s390/pci: uninline instruction wrappersSebastian Ott2-2/+196
2013-04-17s390/pci: implement pcibios_add_deviceSebastian Ott1-3/+11
2013-04-17s390/pci: do not modify function handlesSebastian Ott1-0/+7
2013-04-17s390/pci: debug device statesSebastian Ott3-10/+13
2013-04-17s390/pci: msi cleanup hash usageSebastian Ott1-4/+6
2013-04-17s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-02-14s390/pci: fix hotplug module initSebastian Ott1-6/+21
2013-02-14s390/pci: cleanup clp page allocationSebastian Ott1-2/+1
2013-02-14s390/pci: cleanup clp inline assemblySebastian Ott1-5/+6
2013-02-14s390/pci: rename pci_probe to s390_pci_probeHeiko Carstens1-4/+4
2013-01-08s390/irq: remove split irq fields from /proc/statHeiko Carstens1-2/+2
2013-01-08s390/pci: remove dead codeHeiko Carstens2-31/+0
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-14s390/pci: performance statistics and debug infrastructureJan Glauber6-5/+274
2012-12-11s390/pci: remove obsolete email addressesJan Glauber1-7/+7
2012-12-11s390/pci: speed up __iowrite64_copy by using pci store block insnJan Glauber1-0/+6
2012-12-03s390/pci: fix potential NULL pointer dereference in dma_free_seg_table()Wei Yongjun1-1/+2
2012-12-03s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun1-2/+1
2012-11-30s390/pci: s390 specific PCI sysfs attributesJan Glauber3-1/+93
2012-11-30s390/pci: PCI hotplug support via SCLPJan Glauber1-0/+9
2012-11-30s390/pci: CHSC PCI support for error and availability eventsJan Glauber2-1/+95
2012-11-30s390/pci: DMA supportJan Glauber4-1/+546
2012-11-30s390/pci: PCI adapter interrupts for MSI/MSI-XJan Glauber4-2/+608
2012-11-30s390/pci: CLP interfaceJan Glauber3-1/+346
2012-11-30s390/pci: base supportJan Glauber2-0/+562