summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/pci-calgary_64.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-3/+3
|\
| * treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche2017-01-241-2/+2
| * treewide: Constify most dma_map_ops structuresBart Van Assche2017-01-241-1/+1
* | x86/pci-calgary: Fix iommu_free() comparison of unsigned expression >= 0Nikola Pajkovsky2017-02-041-1/+1
|/
* dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski2016-08-041-7/+7
* x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-291-2/+2
* x86, calgary: Use 8M TCE table size by defaultWANG Chao2014-04-101-12/+19
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-18/+16
* Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-3/+5
|\
| * x86/pci-calgary_64.c: Remove obsoleted simple_strtoul() usageShuah Khan2012-05-211-3/+5
* | Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2012-04-041-4/+5
|\ \ | |/ |/|
| * X86 & IA64: adapt for dma_map_ops changesAndrzej Pietrasiewicz2012-03-281-4/+5
* | Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
|/
* treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-1/+1
* x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* x86, calgary: Make Calgary IOMMU use IOMMU_INIT_* macros.Konrad Rzeszutek Wilk2010-08-261-0/+3
* x86, iommu: Make all IOMMU's detection routines return a value.Konrad Rzeszutek Wilk2010-08-261-7/+8
* x86, Calgary: Limit the max PHB number to 256Darrick J. Wong2010-06-301-3/+1
* x86, Calgary: Increase max PHB numberDarrick J. Wong2010-06-251-5/+10
* tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* iommu-helper: use bitmap libraryAkinobu Mita2009-12-161-3/+3
* x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking up the ...Darrick J. Wong2009-12-031-5/+7
* x86: Calgary: Remove unnecessary DMA_ERROR_CODE usageFUJITA Tomonori2009-11-171-9/+6
* x86: Kill bad_dma_address variableFUJITA Tomonori2009-11-171-12/+10
* x86: Make calgary_iommu_init() staticFUJITA Tomonori2009-11-151-20/+18
* x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori2009-11-101-9/+1
* x86: Calgary: Convert detect_calgary() to use iommu_init hookFUJITA Tomonori2009-11-101-6/+5
* x86: calgary: remove IOMMU_DEBUGFUJITA Tomonori2009-04-141-52/+2
* x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-061-7/+8
* x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-061-16/+0
* x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-061-8/+27
* arch/x86/kernel/pci-calgary_64.c: change simple_strtol to simple_strtoulJulia Lawall2008-11-251-1/+1
* x86: convert Calgary IOMMU driver to generic iommu_num_pages functionJoerg Roedel2008-10-161-14/+4
* iommu: export iommu_area_reserve helper functionFUJITA Tomonori2008-09-221-1/+1
* x86: avoid unnecessary low zone allocation in Calgary's alloc_coherentFUJITA Tomonori2008-09-141-0/+2
* Merge commit 'v2.6.27-rc6' into x86/iommuIngo Molnar2008-09-101-7/+7
|\
| * x86: use WARN() in arch/x86/kernelArjan van de Ven2008-08-211-2/+1
| * werror: fix pci calgaryDavid Howells2008-08-211-5/+6
* | x86: add free_coherent dma_ops callback to Calgary IOMMU driverJoerg Roedel2008-08-221-0/+14
|/
* x86, calgary: fix section mismatch warning - get_tce_space_from_tarMarcin Slusarz2008-08-181-1/+1
* x86, pci-calgary: fix function declarationRandy Dunlap2008-08-111-1/+1
* x86 calgary: fix handling of devices that aren't behind the CalgaryAlexis Bruemmer2008-07-261-45/+26
* dma-mapping: add the device argument to dma_mapping_error()FUJITA Tomonori2008-07-261-1/+1
* calgary iommu: use the first kernels TCE tables in kdumpChandru2008-07-251-6/+79
* x86: make only GART code include gart.hFUJITA Tomonori2008-07-111-1/+1
* x86: remove end_pfn in 64bitYinghai Lu2008-07-081-2/+2
* x86: remove duplicate get_bios_ebda() from rio.hAkinobu Mita2008-04-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-04-211-2/+1
|\
| * PCI: remove pci_get_device_reverse from calgary driverGreg Kroah-Hartman2008-04-201-2/+1
* | x86: dma-ops on highmem fixIngo Molnar2008-04-191-1/+2
|/