summaryrefslogtreecommitdiff
path: root/arch/alpha/kernel/pci_iommu.c
AgeCommit message (Expand)Author
2023-02-24alpha: Avoid comma separated statementsJoe Perches
2022-02-25alpha: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET
2021-08-09alpha: return error code from alpha_pci_map_sg()Martin Oliveira
2021-06-29alpha: remove DISCONTIGMEM and NUMAMike Rapoport
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-09-25dma-mapping: add a new dma_alloc_pages APIChristoph Hellwig
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-06-12alpha: Replace sg++ with sg = sg_next(sg)Xu Wang
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport
2018-12-20dma-mapping: zero memory returned from dma_alloc_*Christoph Hellwig
2018-12-06alpha: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport
2018-05-22alpha: simplify get_arch_dma_opsChristoph Hellwig
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig
2013-12-11alpha/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang
2012-11-08alpha: use BUG_ON where possibleSasha Levin
2012-04-08Merge branch 'master' into for-nextJiri Kosina
2012-04-05alpha: Use vsprintf extention %pf with builtin_return_addressJoe Perches
2012-03-28Alpha: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2011-10-31alpha: Add export.h for THIS_MODULE/EXPORT_SYMBOLPaul Gortmaker
2010-10-27alpha: remove dma64_addr_t usageFUJITA Tomonori
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-12dma-mapping: alpha: use include/linux/pci-dma-compat.hFUJITA Tomonori
2009-09-24alpha: AGP update (fixes compile failure)Ivan Kokshaysky
2009-09-22alpha: use printk_onceMarcin Slusarz
2009-04-01alpha: convert u64 to unsigned long longRandy Dunlap
2008-10-16alpha: use iommu_num_pages function in IOMMU codeJoerg Roedel
2008-04-28alpha: remove remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-02alpha: fix ALSA DMA mmap crashIvan Kokshaysky
2008-03-13alpha: use iommu_is_span_boundary helper functionFUJITA Tomonori
2008-03-09alpha: fix iommu-related boot panicIvan Kokshaysky
2008-03-04alpha: remove unused DEBUG_FORCEDAC define in IOMMUFUJITA Tomonori
2008-03-04alpha: make IOMMU respect the segment boundary limitsFUJITA Tomonori
2008-03-04alpha: IOMMU had better access to the free space bitmap at only one placeFUJITA Tomonori
2008-03-04alpha: convert IOMMU to use ALIGN()FUJITA Tomonori
2008-02-05iommu sg merging: alpha: make pci_iommu respect the segment size limitsFUJITA Tomonori
2007-10-23alpha: sg_virt() falloutJens Axboe
2007-10-22Update arch/ to use sg helpersJens Axboe
2007-07-26deal with alpha section warningsAl Viro