summaryrefslogtreecommitdiffstats
path: root/arch/s390/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-2/+2
|\
| * s390/PCI: Remove superfluous check of MSI typeAlexander Gordeev2013-12-201-2/+0
| * s390/PCI: Fix single MSI only checkAlexander Gordeev2013-12-201-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2014-01-203-14/+41
|\ \
| * | s390/pci: reenable per defaultSebastian Ott2013-12-161-3/+3
| * | s390/pci/dma: fix accounting of allocated_pagesSebastian Ott2013-12-161-5/+8
| * | s390/pci: set error state for unavailable functionsSebastian Ott2013-12-161-1/+5
| * | s390/pci: fix removal of nonexistent pci busSebastian Ott2013-12-161-0/+2
| * | s390/pci: prevent inadvertently triggered bus scansSebastian Ott2013-12-162-5/+23
| |/
* / s390/pci: obtain function handle in hotplug notifierSebastian Ott2013-12-301-0/+2
|/
* s390/pci: implement hotplug notificationsSebastian Ott2013-11-151-25/+54
* s390/pci: implement pcibios_remove_busSebastian Ott2013-11-152-38/+39
* s390/pci: improve handling of bus resourcesSebastian Ott2013-11-151-64/+83
* s390/pci: cleanup function information blockSebastian Ott2013-10-241-31/+15
* s390/pci: message cleanupSebastian Ott2013-10-244-61/+46
* s390/pci: implement hibernation hooksSebastian Ott2013-10-241-0/+41
* s390/pci: use virtual memory for iommu bitmapSebastian Ott2013-08-301-9/+3
* s390/pci: update function handle after resume from hibernateSebastian Ott2013-08-302-5/+39
* s390/pci: try harder to modify a functionSebastian Ott2013-08-301-2/+2
* s390/pci: split lpfSebastian Ott2013-08-303-52/+70
* s390/pci: add recover sysfs knobSebastian Ott2013-08-302-2/+29
* s390/pci: use claim_resourceSebastian Ott2013-08-301-29/+34
* s390/pci/hotplug: convert to be builtin onlySebastian Ott2013-08-301-28/+6
* s390: convert interrupt handling to use generic hardirqMartin Schwidefsky2013-08-223-304/+87
* s390/pci: use adapter interrupt vector helpersMartin Schwidefsky2013-08-222-205/+160
* s390/pci: cleanup function namesMartin Schwidefsky2013-08-223-17/+17
* s390/airq: simplify adapter interrupt codeMartin Schwidefsky2013-06-261-14/+13
* s390/pci: remove per device debug attributeMartin Schwidefsky2013-06-262-42/+0
* s390/pci: sysfs remove strlenSebastian Ott2013-06-261-8/+4
* s390/pci: remove pdev during unplugSebastian Ott2013-06-261-1/+0
* s390/pci: cleanup hotplug codeSebastian Ott2013-06-261-19/+0
* s390/pci: implement pcibios_release_deviceSebastian Ott2013-06-261-1/+25
* s390/pci: use to_pci_devSebastian Ott2013-06-262-7/+7
* s390/pci: Implement IRQ functions if !PCIBen Hutchings2013-06-101-33/+0
* s390/pci: use pci_scan_root_busSebastian Ott2013-04-261-33/+17
* s390/pci: return correct dma address for offset > PAGE_SIZEGerald Schaefer2013-04-231-3/+1
* s390/pci: remove disable_device implementationSebastian Ott2013-04-171-34/+0
* s390/pci: disable per defaultSebastian Ott2013-04-171-3/+3
* s390/pci: return error after failed pci opsSebastian Ott2013-04-171-4/+12
* s390/pci: do not read data after failed loadSebastian Ott2013-04-172-5/+7
* s390/pci: add exception table to load/store instructionsSebastian Ott2013-04-171-23/+29
* s390/pci: rename instruction wrappersSebastian Ott2013-04-173-17/+18
* s390/pci: uninline instruction wrappersSebastian Ott2013-04-172-2/+196
* s390/pci: implement pcibios_add_deviceSebastian Ott2013-04-171-3/+11
* s390/pci: do not modify function handlesSebastian Ott2013-04-171-0/+7
* s390/pci: debug device statesSebastian Ott2013-04-173-10/+13
* s390/pci: msi cleanup hash usageSebastian Ott2013-04-171-4/+6
* s390/pci: use kmem_cache_zalloc instead of kmem_cache_alloc/memsetWei Yongjun2013-04-171-2/+1
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-2/+2
|\