aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_gart_64.c
AgeCommit message (Expand)Author
2024-01-03arch/x86: Fix typosBjorn Helgaas
2022-12-15x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin
2022-08-15x86: Fix various duplicate-word comment typosJason Wang
2022-04-18x86: remove the IOMMU table infrastructureChristoph Hellwig
2021-08-09x86/amd_gart: don't set failed sg dma_address to DMA_MAPPING_ERRORLogan Gunthorpe
2021-08-09x86/amd_gart: return error code from gart_map_sg()Martin Oliveira
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-11dma-direct: remove dma_direct_{alloc,free}_pagesChristoph Hellwig
2020-09-03dma-mapping: introduce dma_get_seg_boundary_nr_pages()Nicolin Chen
2020-06-26docs: fix references for DMA*.txt filesMauro Carvalho Chehab
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov
2020-06-09x86/amd_gart: print stacktrace for a leak with KERN_ERRDmitry Safonov
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe
2019-11-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-11-20dma-direct: exclude dma_direct_map_resource from the min_low_pfn checkChristoph Hellwig
2019-10-18x86: Use pr_warn instead of pr_warningKefeng Wang
2019-09-04dma-mapping: provide a better default ->get_required_maskChristoph Hellwig
2019-09-04dma-mapping: explicitly wire up ->mmap and ->get_sgtableChristoph Hellwig
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 213Thomas Gleixner
2019-04-08x86/dma: Remove the x86_dma_fallback_dev hackChristoph Hellwig
2019-01-05x86/amd_gart: fix unmapping of non-GART mappingsChristoph Hellwig
2018-12-11x86/dma/amd-gart: Stop resizing dma_debug_entry poolRobin Murphy
2018-12-06x86/amd_gart: remove the mapping_error dma_map_ops methodChristoph Hellwig
2018-09-20dma-mapping: merge direct and noncoherent opsChristoph Hellwig
2018-03-20x86/dma/amd_gart: Use dma_direct_{alloc,free}()Christoph Hellwig
2018-03-20x86/dma/amd_gart: Look at dev->coherent_dma_mask instead of GFP_DMAChristoph Hellwig
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig
2017-05-08x86: use set_memory.h headerLaura Abbott
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski
2016-07-14x86/kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker
2014-06-04x86: enable DMA CMA with swiotlbAkinobu Mita
2012-11-17x86, mm: use pfn_range_is_mapped() with gartYinghai Lu
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz
2011-09-27doc: fix broken referencesPaul Bolle
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-10x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel