Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 |  Thomas Gleixner | 1 | -13/+1 |
2018-12-06 | x86/calgary: remove the mapping_error dma_map_ops method |  Christoph Hellwig | 1 | -23/+7 |
2018-03-20 | x86/dma: Remove dma_alloc_coherent_gfp_flags() |  Christoph Hellwig | 1 | -2/+0 |
2018-03-20 | x86/dma: Use DMA-direct (CONFIG_DMA_DIRECT_OPS=y) |  Christoph Hellwig | 1 | -1/+2 |
2017-11-02 | x86, calgary: Convert timers to use timer_setup() |  Kees Cook | 1 | -5/+3 |
2017-06-28 | x86: remove arch specific dma_supported implementation |  Christoph Hellwig | 1 | -0/+1 |
2017-06-28 | x86/calgary: implement ->mapping_error |  Christoph Hellwig | 1 | -8/+16 |
2017-03-31 | x86/pci-calgary: Use setup_timer() instead of open coding it. |  Geliang Tang | 1 | -3/+2 |
2017-02-25 | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma |  Linus Torvalds | 1 | -3/+3 |
2017-02-04 | x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0 |  Nikola Pajkovsky | 1 | -1/+1 |
2017-01-24 | treewide: Move dma_ops from struct dev_archdata into struct device |  Bart Van Assche | 1 | -2/+2 |
2017-01-24 | treewide: Constify most dma_map_ops structures |  Bart Van Assche | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs |  Krzysztof Kozlowski | 1 | -7/+7 |
2015-11-29 | x86/platform/calgary: Constify cal_chipset_ops structures |  Julia Lawall | 1 | -2/+2 |
2014-04-10 | x86, calgary: Use 8M TCE table size by default |  WANG Chao | 1 | -12/+19 |
2012-06-06 | x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level> |  Joe Perches | 1 | -18/+16 |
2012-05-23 | Merge 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/tip |  Linus Torvalds | 1 | -3/+5 |
2012-05-21 | x86/pci-calgary_64.c: Remove obsoleted simple_strtoul() usage |  Shuah Khan | 1 | -3/+5 |
2012-04-04 | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping |  Linus Torvalds | 1 | -4/+5 |
2012-03-28 | Disintegrate asm/system.h for X86 |  David Howells | 1 | -1/+0 |
2012-03-28 | X86 & IA64: adapt for dma_map_ops changes |  Andrzej Pietrasiewicz | 1 | -4/+5 |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) |  Joe Perches | 1 | -1/+1 |
2011-03-18 | x86: Fix common misspellings |  Lucas De Marchi | 1 | -2/+2 |
2010-08-26 | x86, calgary: Make Calgary IOMMU use IOMMU_INIT_* macros. |  Konrad Rzeszutek Wilk | 1 | -0/+3 |
2010-08-26 | x86, iommu: Make all IOMMU's detection routines return a value. |  Konrad Rzeszutek Wilk | 1 | -7/+8 |
2010-06-30 | x86, Calgary: Limit the max PHB number to 256 |  Darrick J. Wong | 1 | -3/+1 |
2010-06-25 | x86, Calgary: Increase max PHB number |  Darrick J. Wong | 1 | -5/+10 |
2010-02-09 | tree-wide: Assorted spelling fixes |  Daniel Mack | 1 | -1/+1 |
2009-12-16 | iommu-helper: use bitmap library |  Akinobu Mita | 1 | -3/+3 |
2009-12-03 | x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the PCI tree |  Darrick J. Wong | 1 | -5/+7 |
2009-11-17 | x86: Calgary: Remove unnecessary DMA_ERROR_CODE usage |  FUJITA Tomonori | 1 | -9/+6 |
2009-11-17 | x86: Kill bad_dma_address variable |  FUJITA Tomonori | 1 | -12/+10 |
2009-11-15 | x86: Make calgary_iommu_init() static |  FUJITA Tomonori | 1 | -20/+18 |
2009-11-10 | x86: Handle HW IOMMU initialization failure gracefully |  FUJITA Tomonori | 1 | -9/+1 |
2009-11-10 | x86: Calgary: Convert detect_calgary() to use iommu_init hook |  FUJITA Tomonori | 1 | -6/+5 |
2009-04-14 | x86: calgary: remove IOMMU_DEBUG |  FUJITA Tomonori | 1 | -52/+2 |
2009-01-06 | x86, ia64: convert to use generic dma_map_ops struct |  FUJITA Tomonori | 1 | -7/+8 |
2009-01-06 | x86: remove map_single and unmap_single in struct dma_mapping_ops |  FUJITA Tomonori | 1 | -16/+0 |
2009-01-06 | x86, calgary: add map_page and unmap_page |  FUJITA Tomonori | 1 | -8/+27 |
2008-11-25 | arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoul |  Julia Lawall | 1 | -1/+1 |
2008-10-16 | x86: convert Calgary IOMMU driver to generic iommu_num_pages function |  Joerg Roedel | 1 | -14/+4 |
2008-09-22 | iommu: export iommu_area_reserve helper function |  FUJITA Tomonori | 1 | -1/+1 |
2008-09-14 | x86: avoid unnecessary low zone allocation in Calgary's alloc_coherent |  FUJITA Tomonori | 1 | -0/+2 |
2008-09-10 | Merge commit 'v2.6.27-rc6' into x86/iommu |  Ingo Molnar | 1 | -7/+7 |
2008-08-22 | x86: add free_coherent dma_ops callback to Calgary IOMMU driver |  Joerg Roedel | 1 | -0/+14 |
2008-08-21 | x86: use WARN() in arch/x86/kernel |  Arjan van de Ven | 1 | -2/+1 |
2008-08-21 | werror: fix pci calgary |  David Howells | 1 | -5/+6 |
2008-08-18 | x86, calgary: fix section mismatch warning - get_tce_space_from_tar |  Marcin Slusarz | 1 | -1/+1 |
2008-08-11 | x86, pci-calgary: fix function declaration |  Randy Dunlap | 1 | -1/+1 |
2008-07-26 | x86 calgary: fix handling of devices that aren't behind the Calgary |  Alexis Bruemmer | 1 | -45/+26 |