summaryrefslogtreecommitdiffstats
path: root/arch/alpha/kernel/pci_iommu.c
Commit message (Expand)AuthorAgeFilesLines
* change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan2024-04-251-1/+1
* alpha: Avoid comma separated statementsJoe Perches2023-02-241-3/+5
* alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET2022-02-251-6/+6
* alpha: return error code from alpha_pci_map_sg()Martin Oliveira2021-08-091-3/+7
* alpha: remove DISCONTIGMEM and NUMAMike Rapoport2021-06-291-29/+0
* dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-061-1/+1
* dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig2020-09-251-0/+2
* dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen2020-09-031-6/+1
* alpha: Replace sg++ with sg = sg_next(sg)Xu Wang2020-06-121-1/+1
* dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig2019-09-041-0/+2
* Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-05-071-10/+10
|\
| * treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2019-04-091-10/+10
* | treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+12
* | arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport2019-03-121-2/+2
|/
* dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig2018-12-201-1/+1
* alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-061-10/+4
* memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport2018-10-311-2/+2
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem with memblock_allocMike Rapoport2018-10-311-2/+2
* memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport2018-10-311-2/+2
* memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport2018-10-311-2/+2
* alpha: simplify get_arch_dma_opsChristoph Hellwig2018-05-221-3/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-2/+2
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-6/+6
* dma-mapping: consolidate dma_set_maskChristoph Hellwig2015-09-101-11/+0
* alpha/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-111-1/+1
* alpha: use BUG_ON where possibleSasha Levin2012-11-081-8/+4
* Merge branch 'master' into for-nextJiri Kosina2012-04-081-4/+6
|\
| * Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+6
* | alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches2012-04-051-10/+10
|/
* alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
* alpha: remove dma64_addr_t usageFUJITA Tomonori2010-10-271-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori2010-03-121-109/+92
* alpha: AGP update (fixes compile failure)Ivan Kokshaysky2009-09-241-2/+2
* alpha: use printk_onceMarcin Slusarz2009-09-221-5/+1
* alpha: convert u64 to unsigned long longRandy Dunlap2009-04-011-17/+17
* alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel2008-10-161-12/+5
* alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-281-19/+15
* alpha: fix ALSA DMA mmap crashIvan Kokshaysky2008-04-021-3/+5
* alpha: use iommu_is_span_boundary helper functionFUJITA Tomonori2008-03-131-10/+2
* alpha: fix iommu-related boot panicIvan Kokshaysky2008-03-091-8/+7
* alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori2008-03-041-1/+0
* alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori2008-03-041-6/+34
* alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori2008-03-041-13/+15
* alpha: convert IOMMU to use ALIGN()FUJITA Tomonori2008-03-041-3/+3
* iommu sg merging: alpha: make pci_iommu respect the segment size limitsFUJITA Tomonori2008-02-051-6/+18
* alpha: sg_virt() falloutJens Axboe2007-10-231-0/+1
* Update arch/ to use sg helpersJens Axboe2007-10-221-1/+1