aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci_iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-25alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-6/+6
2021-08-09alpha: return error code from alpha_pci_map_sg()Martin Oliveira1-3/+7
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport1-29/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-1/+1
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig1-0/+2
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen1-6/+1
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang1-1/+1
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig1-0/+2
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-10/+10
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus1-10/+10
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+12
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport1-2/+2
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig1-1/+1
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig1-10/+4
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport1-2/+2
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport1-2/+2
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport1-2/+2
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport1-2/+2
2018-05-22alpha: simplify get_arch_dma_opsChristoph Hellwig1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-2/+2
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-6/+6
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-11/+0
2013-12-11alpha/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang1-1/+1
2012-11-08alpha: use BUG_ON where possibleSasha Levin1-8/+4
2012-04-08Merge branch 'master' into for-nextJiri Kosina1-4/+6
2012-04-05alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-10/+10
2012-03-28Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+6
2011-10-31alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker1-0/+1
2010-10-27alpha: remove dma64_addr_t usageFUJITA Tomonori1-2/+2
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
2010-03-12dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori1-109/+92
2009-09-24alpha: AGP update (fixes compile failure)Ivan Kokshaysky1-2/+2
2009-09-22alpha: use printk_onceMarcin Slusarz1-5/+1
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap1-17/+17
2008-10-16alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel1-12/+5
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison1-19/+15
2008-04-02alpha: fix ALSA DMA mmap crashIvan Kokshaysky1-3/+5
2008-03-13alpha: use iommu_is_span_boundary helper functionFUJITA Tomonori1-10/+2
2008-03-09alpha: fix iommu-related boot panicIvan Kokshaysky1-8/+7
2008-03-04alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori1-1/+0
2008-03-04alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori1-6/+34
2008-03-04alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori1-13/+15
2008-03-04alpha: convert IOMMU to use ALIGN()FUJITA Tomonori1-3/+3
2008-02-05iommu sg merging: alpha: make pci_iommu respect the segment size limitsFUJITA Tomonori1-6/+18
2007-10-23alpha: sg_virt() falloutJens Axboe1-0/+1
2007-10-22Update arch/ to use sg helpersJens Axboe1-1/+1
2007-07-26deal with alpha section warningsAl Viro1-2/+2
2007-07-11PCI: remove pci_dac_dma_... APIsJan Beulich1-27/+5