Age | Commit message (Expand) | Author | Files | Lines |
2023-10-30 | parisc: sba-iommu: Fix comment when calculating IOC number | Helge Deller | 1 | -1/+1 |
2023-08-31 | parisc: sba-iommu: Fix sparse warnigs | Helge Deller | 1 | -14/+14 |
2023-08-31 | parisc: sba_iommu: Fix build warning if procfs if disabled | Helge Deller | 1 | -8/+2 |
2023-08-28 | parisc: ccio-dma: Create private runway procfs root entry | Helge Deller | 1 | -1/+1 |
2023-08-27 | parisc: sba_iommu: Convert SBA IOMMU driver to use arch_initcall() | Helge Deller | 1 | -2/+3 |
2023-08-10 | parisc: Move proc_mckinley_root and proc_runway_root to sba_iommu | Helge Deller | 1 | -0/+6 |
2023-06-30 | parisc: Move init function declarations into header file | Helge Deller | 1 | -2/+0 |
2023-06-30 | parisc: sba_iommu: Fix kdoc warnings | Helge Deller | 1 | -12/+18 |
2022-09-10 | parisc: Remove 64bit access on 32bit machines | Linus Walleij | 1 | -0/+6 |
2022-01-28 | parisc: Fix data TLB miss in sba_unmap_sg | John David Anglin | 1 | -1/+2 |
2021-08-09 | parisc: return error code from .map_sg() ops | Martin Oliveira | 1 | -1/+1 |
2020-10-06 | dma-mapping: split <linux/dma-mapping.h> | Christoph Hellwig | 1 | -0/+1 |
2020-09-25 | dma-mapping: add a new dma_alloc_pages API | Christoph Hellwig | 1 | -0/+2 |
2020-09-03 | dma-mapping: introduce dma_get_seg_boundary_nr_pages() | Nicolin Chen | 1 | -2/+1 |
2020-08-12 | Merge branch 'parisc-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2020-08-12 | parisc: mask out enable and reserved bits from sba imask | Sven Schnelle | 1 | -1/+1 |
2020-06-26 | docs: fix references for DMA*.txt files | Mauro Carvalho Chehab | 1 | -7/+7 |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 1 | -2/+2 |
2019-10-14 | parisc: Remove 32-bit DMA enforcement from sba_iommu | Sven Schnelle | 1 | -8/+0 |
2019-09-04 | parisc: don't set ARCH_NO_COHERENT_DMA_MMAP | Christoph Hellwig | 1 | -1/+0 |
2019-09-04 | dma-mapping: explicitly wire up ->mmap and ->get_sgtable | Christoph Hellwig | 1 | -0/+2 |
2019-06-06 | Merge branch 'parisc-5.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+2 |
2019-06-06 | parisc: Use lpa instruction to load physical addresses in driver code | John David Anglin | 1 | -1/+1 |
2019-06-06 | parisc: Use implicit space register selection for loading the coherence index... | John David Anglin | 1 | -2/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -4/+1 |
2019-02-21 | parisc: move internal implementation details out of <asm/dma-mapping.h> | Christoph Hellwig | 1 | -0/+2 |
2018-12-29 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2018-12-28 | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 1 | -2/+2 |
2018-12-06 | parisc/sba_iommu: remove the mapping_error dma_map_ops method | Christoph Hellwig | 1 | -9/+1 |
2018-10-17 | parisc: Add alternative coding infrastructure | Helge Deller | 1 | -11/+6 |
2018-06-04 | Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -2/+0 |
2018-05-16 | proc: introduce proc_create_single{,_data} | Christoph Hellwig | 1 | -30/+2 |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig | 1 | -2/+0 |
2017-08-22 | parisc: Fix section mismatches in parisc core drivers | Helge Deller | 1 | -3/+3 |
2017-07-05 | parisc: ->mapping_error | Christoph Hellwig | 1 | -1/+9 |
2017-07-03 | parisc: DMA API: return error instead of BUG_ON for dma ops on non dma devs | Thomas Bogendoerfer | 1 | -0/+14 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -8/+8 |
2016-01-21 | parisc: convert to dma_map_ops | Christoph Hellwig | 1 | -23/+29 |
2015-09-10 | parisc: use seq_hex_dump() to dump buffers | Andy Shevchenko | 1 | -7/+2 |
2015-04-21 | parisc: Eliminate sg_virt_addr() and private scatterlist.h | Matthew Wilcox | 1 | -4/+3 |
2015-04-16 | parisc: remove use of seq_printf return value | Joe Perches | 1 | -44/+42 |
2013-05-07 | parisc: fix partly 16/64k PAGE_SIZE boot | Helge Deller | 1 | -4/+15 |
2012-05-11 | parisc: move definition of PAGE0 to asm/page.h | Rolf Eike Beer | 1 | -0/+1 |
2011-11-01 | parisc: add module.h to files really requiring it | Paul Gortmaker | 1 | -0/+1 |
2011-09-27 | doc: fix broken references | Paul Bolle | 1 | -8/+8 |
2009-09-22 | mm: replace various uses of num_physpages by totalram_pages | Jan Beulich | 1 | -2/+2 |
2009-07-03 | parisc: Fix PCI resource allocation on non-PAT SBA machines | Matthew Wilcox | 1 | -0/+2 |
2009-06-16 | parisc: remove driver_data direct access of struct device | Greg Kroah-Hartman | 1 | -3/+3 |
2009-03-15 | parisc: sba_iommu: fix build bug when CONFIG_PARISC_AGP=y | Kyle McMartin | 1 | -2/+0 |