aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-calgary_64.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-20x86/dma: Remove dma_alloc_coherent_gfp_flags()Christoph Hellwig1-2/+0
2018-03-20x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y)Christoph Hellwig1-1/+2
2017-11-02x86, calgary: Convert timers to use timer_setup()Kees Cook1-5/+3
2017-06-28x86: remove arch specific dma_supported implementationChristoph Hellwig1-0/+1
2017-06-28x86/calgary: implement ->mapping_errorChristoph Hellwig1-8/+16
2017-03-31x86/pci-calgary: Use setup_timer() instead of open coding it.Geliang Tang1-3/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-3/+3
2017-02-04x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky1-1/+1
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-2/+2
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-7/+7
2015-11-29x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall1-2/+2
2014-04-10x86, calgary: Use 8M TCE table size by defaultWANG Chao1-12/+19
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-18/+16
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+5
2012-05-21x86/pci-calgary_64.c: Remove obsoleted simple_strtoul() usageShuah Khan1-3/+5
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-4/+5
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-28X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz1-4/+5
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-03-18x86: Fix common misspellingsLucas De Marchi1-2/+2
2010-08-26x86, calgary: Make Calgary IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk1-0/+3
2010-08-26x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk1-7/+8
2010-06-30x86, Calgary: Limit the max PHB number to 256Darrick J. Wong1-3/+1
2010-06-25x86, Calgary: Increase max PHB numberDarrick J. Wong1-5/+10
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2009-12-16iommu-helper: use bitmap libraryAkinobu Mita1-3/+3
2009-12-03x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the PCI treeDarrick J. Wong1-5/+7
2009-11-17x86: Calgary: Remove unnecessary DMA_ERROR_CODE usageFUJITA Tomonori1-9/+6
2009-11-17x86: Kill bad_dma_address variableFUJITA Tomonori1-12/+10
2009-11-15x86: Make calgary_iommu_init() staticFUJITA Tomonori1-20/+18
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-9/+1
2009-11-10x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori1-6/+5
2009-04-14x86: calgary: remove IOMMU_DEBUGFUJITA Tomonori1-52/+2
2009-01-06x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori1-7/+8
2009-01-06x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori1-16/+0
2009-01-06x86, calgary: add map_page and unmap_pageFUJITA Tomonori1-8/+27
2008-11-25arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall1-1/+1
2008-10-16x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel1-14/+4
2008-09-22iommu: export iommu_area_reserve helper functionFUJITA Tomonori1-1/+1
2008-09-14x86: avoid unnecessary low zone allocation in Calgary's alloc_coherentFUJITA Tomonori1-0/+2
2008-09-10Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar1-7/+7
2008-08-22x86: add free_coherent dma_ops callback to Calgary IOMMU driverJoerg Roedel1-0/+14
2008-08-21x86: use WARN() in arch/x86/kernelArjan van de Ven1-2/+1
2008-08-21werror: fix pci calgaryDavid Howells1-5/+6
2008-08-18x86, calgary: fix section mismatch warning - get_tce_space_from_tarMarcin Slusarz1-1/+1
2008-08-11x86, pci-calgary: fix function declarationRandy Dunlap1-1/+1
2008-07-26x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer1-45/+26
2008-07-26dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori1-1/+1
2008-07-25calgary iommu: use the first kernels TCE tables in kdumpChandru1-6/+79