Age | Commit message (Expand) | Author | Files | Lines |
2017-07-07 | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -5/+13 |
2017-06-28 | s390: implement ->mapping_error | Christoph Hellwig | 1 | -5/+13 |
2017-06-28 | s390/pci: recognize name clashes with uids | Sebastian Ott | 1 | -1/+11 |
2017-06-28 | s390/pci: provide more debug information | Sebastian Ott | 2 | -2/+4 |
2017-06-28 | s390/pci: fix handling of PEC 306 | Sebastian Ott | 2 | -31/+23 |
2017-06-28 | s390/pci: improve pci hotplug | Sebastian Ott | 2 | -3/+20 |
2017-06-28 | s390/pci: introduce clp_get_state | Sebastian Ott | 1 | -9/+42 |
2017-06-28 | s390/pci: improve error handling during fmb (de)registration | Sebastian Ott | 1 | -30/+21 |
2017-06-28 | s390/pci: improve unreg_ioat error handling | Sebastian Ott | 2 | -6/+17 |
2017-06-28 | s390/pci: improve error handling during interrupt deregistration | Sebastian Ott | 2 | -15/+24 |
2017-06-28 | s390/pci: don't cleanup in arch_setup_msi_irqs | Sebastian Ott | 1 | -28/+17 |
2017-04-05 | s390/pci: remove forward declaration | Sebastian Ott | 1 | -8/+5 |
2017-04-05 | s390/pci: reduce iomap size (even more) | Sebastian Ott | 1 | -1/+1 |
2017-04-05 | s390/pci: remove duplicated define | Sebastian Ott | 1 | -2/+0 |
2017-04-05 | s390/pci: remove unused function | Sebastian Ott | 1 | -5/+0 |
2017-02-26 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -2/+2 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 1 | -1/+1 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -1/+1 |
2017-01-16 | s390/pci: use proper endianness annotations | Sebastian Ott | 1 | -4/+4 |
2016-12-14 | s390/pci: query fmb length | Sebastian Ott | 2 | -1/+2 |
2016-12-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 4 | -18/+31 |
2016-11-23 | s390/pci: use unique UIDs for domain enumeration | Sebastian Ott | 2 | -0/+11 |
2016-11-17 | s390/pci_dma: remove memset from dma_alloc | Sebastian Ott | 1 | -2/+0 |
2016-11-17 | s390/pci_dma: make lazy flush independent from the tlb_refresh bit | Sebastian Ott | 1 | -8/+11 |
2016-11-17 | s390/pci: fix dma address calculation in map_sg | Sebastian Ott | 1 | -7/+8 |
2016-11-11 | s390: pci: don't print uninitialized data for debugging | Arnd Bergmann | 1 | -1/+1 |
2016-11-11 | s390/atomic: refactor atomic primitives | Martin Schwidefsky | 1 | -1/+1 |
2016-09-22 | s390/pci_dma: improve lazy flush for unmap | Sebastian Ott | 1 | -14/+33 |
2016-09-22 | s390/pci_dma: split dma_update_trans | Sebastian Ott | 1 | -21/+44 |
2016-09-22 | s390/pci_dma: improve map_sg | Sebastian Ott | 1 | -24/+82 |
2016-09-22 | s390/pci_dma: simplify dma address calculation | Sebastian Ott | 1 | -19/+18 |
2016-09-22 | s390/pci_dma: remove dma address range check | Sebastian Ott | 1 | -5/+0 |
2016-08-24 | s390/pci: add zpci_report_error interface | Martin Schwidefsky | 1 | -0/+9 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -11/+12 |
2016-07-18 | s390/pci: Delete an unnecessary check before the function call "pci_dev_put" | Markus Elfring | 1 | -2/+1 |
2016-06-28 | s390/pci: use basic blocks for pci inline assemblies | Heiko Carstens | 1 | -1/+11 |
2016-06-13 | s390/pci: ensure to not cross a dma segment boundary | Sebastian Ott | 1 | -1/+2 |
2016-06-13 | s390/pci: ensure page aligned dma start address | Sebastian Ott | 1 | -0/+1 |
2016-05-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2 | -14/+70 |
2016-04-21 | s390/pci: fix use after free in dma_init | Sebastian Ott | 1 | -6/+10 |
2016-04-15 | s390/pci: fmb enhancements | Sebastian Ott | 1 | -14/+47 |
2016-04-15 | s390/pci: add report_error attribute | Sebastian Ott | 1 | -0/+23 |
2016-04-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 1 | -2/+1 |
2016-04-01 | s390/pci: PCI function group 0 is valid for clp_query_pci_fn | Pierre Morel | 1 | -2/+1 |
2016-03-20 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2 | -2/+3 |
2016-03-14 | s390/pci: enforce fmb page boundary rule | Sebastian Ott | 1 | -1/+4 |
2016-03-07 | s390/pci: add ioctl interface for CLP | Martin Schwidefsky | 1 | -12/+235 |
2016-03-02 | s390/dma: Allow per device dma ops | Christian Borntraeger | 2 | -2/+3 |
2016-02-23 | s390/pci: remove pdev pointer from arch data | Sebastian Ott | 4 | -19/+26 |
2016-01-26 | s390/pci: remove iomap sanity checks | Sebastian Ott | 1 | -9/+4 |