summaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/pci-dma.c
Commit message (Expand)AuthorAgeFilesLines
* parisc: pci-dma: fix warning unused-functionAnders Roxell2020-12-151-1/+1
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* dma-mapping: remove dma_cache_syncChristoph Hellwig2020-09-251-6/+0
* mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
* docs: fix references for DMA*.txt filesMauro Carvalho Chehab2020-06-261-1/+1
* mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport2020-06-091-1/+1
* parisc: use pgtable-nopXd instead of 4level-fixupMike Rapoport2019-12-041-2/+7
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* dma-direct: handle DMA_ATTR_NON_CONSISTENT in common codeChristoph Hellwig2019-06-251-35/+13
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-2/+2
* parisc: use generic dma_noncoherent_opsChristoph Hellwig2018-08-131-134/+11
* parisc: always use flush_kernel_dcache_range for DMA cache maintainanceChristoph Hellwig2018-08-131-3/+3
* parisc: merge pcx_dma_ops and pcxl_dma_opsChristoph Hellwig2018-08-131-44/+36
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-15/+2
* microblaze: remove dma_nommu_dma_supportedChristoph Hellwig2018-01-101-7/+0
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-0/+8
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-0/+8
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* parisc: Static initialization of pcxl_res_lock spinlockHelge Deller2017-08-221-2/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* arch/parisc: add option to skip DMA sync as a part of map and unmapAlexander Duyck2016-12-141-5/+15
* parisc: Fix race in pci-dma.cJohn David Anglin2016-11-251-1/+1
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-9/+9
* parisc: convert to dma_map_opsChristoph Hellwig2016-01-201-40/+52
* parisc: use for_each_sg()Akinobu Mita2015-06-241-11/+16
* parisc: Eliminate sg_virt_addr() and private scatterlist.hMatthew Wilcox2015-04-211-4/+4
* parisc: Add export.h to files needing EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* doc: fix broken referencesPaul Bolle2011-09-271-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* parisc: ensure broadcast tlb purge runs single threadedHelge Deller2009-07-031-4/+8
* parisc: BUG_ON() cleanupHelge Deller2009-03-131-16/+6
* Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-291-1/+1
* parisc: use non-racy method for /proc/pcxl_dma creationDenis V. Lunev2008-04-291-4/+3
* parisc: fix sg_page() falloutFUJITA Tomonori2007-10-231-0/+1
* [PARISC] Use page allocator instead of slab allocator in pci-dma.cChristoph Lameter2007-10-181-5/+4
* parisc: convert /proc/gsc/pcxl_dma to seq_fileAlexey Dobriyan2007-05-221-41/+53
* [PARISC] more sparse fixesMatthew Wilcox2006-12-081-1/+1
* [PARISC] Add __read_mostly section for pariscHelge Deller2006-01-101-3/+3
* [PATCH] mm: init_mm without ptlockHugh Dickins2005-10-291-1/+1
* Auto-update from upstreamKyle McMartin2005-10-281-3/+3
|\
| * [PATCH] gfp_t: dma-mapping (parisc)Al Viro2005-10-281-3/+3
* | [PARISC] Cleanup whitespace and handle proc_mkdir() failures in pci-dma.cGrant Grundler2005-10-211-18/+30
|/
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+578