aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/pci-dma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-01parisc: Do not initialise statics to 0Xin Gao1-2/+2
2022-03-11parisc: Use constants to encode the space registers like SR_KERNELHelge Deller1-2/+2
2020-12-15parisc: pci-dma: fix warning unused-functionAnders Roxell1-1/+1
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: remove dma_cache_syncChristoph Hellwig1-6/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab1-1/+1
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport1-1/+1
2019-12-04parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport1-2/+7
2019-11-20dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig1-4/+4
2019-06-25dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig1-35/+13
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-2/+2
2018-08-13parisc: use generic dma_noncoherent_opsChristoph Hellwig1-134/+11
2018-08-13parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig1-3/+3
2018-08-13parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig1-44/+36
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-15/+2
2018-01-10microblaze: remove dma_nommu_dma_supportedChristoph Hellwig1-7/+0
2017-11-14Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-19dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig1-0/+8
2017-08-22parisc: Static initialization of pcxl_res_lock spinlockHelge Deller1-2/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-14arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck1-5/+15
2016-11-25parisc: Fix race in pci-dma.cJohn David Anglin1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-9/+9
2016-01-20parisc: convert to dma_map_opsChristoph Hellwig1-40/+52
2015-06-24parisc: use for_each_sg()Akinobu Mita1-11/+16
2015-04-21parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox1-4/+4
2011-10-31parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-27doc: fix broken referencesPaul Bolle1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+1
2009-07-03parisc: ensure broadcast tlb purge runs single threadedHelge Deller1-4/+8
2009-03-13parisc: BUG_ON() cleanupHelge Deller1-16/+6
2009-01-29Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap1-1/+1
2008-04-29parisc: use non-racy method for /proc/pcxl_dma creationDenis V. Lunev1-4/+3
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori1-0/+1
2007-10-18[PARISC] Use page allocator instead of slab allocator in pci-dma.cChristoph Lameter1-5/+4
2007-05-22parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan1-41/+53
2006-12-08[PARISC] more sparse fixesMatthew Wilcox1-1/+1
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-3/+3
2005-10-29[PATCH] mm: init_mm without ptlockHugh Dickins1-1/+1
2005-10-28Auto-update from upstreamKyle McMartin1-3/+3
2005-10-28[PATCH] gfp_t: dma-mapping (parisc)Al Viro1-3/+3
2005-10-21[PARISC] Cleanup whitespace and handle proc_mkdir() failures in pci-dma.cGrant Grundler1-18/+30
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+578