aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/intel-iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-09-27Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-0/+27
2010-09-22drivers/pci/intel-iommu.c: fix build with older gcc'sAndrew Morton1-47/+43
2010-09-21intel-iommu: Use symbolic values instead of magic numbers in Lenovo w/aAdam Jackson1-2/+12
2010-09-21intel-iommu: Abort IOMMU setup for igfx if BIOS gave no shadow GTT spaceDavid Woodhouse1-0/+17
2010-08-15Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-1/+1
2010-08-09Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-0/+28
2010-08-10intel-iommu: Fix 32-bit build warning with __cmpxchg()David Woodhouse1-1/+1
2010-08-04ioat2: catch and recover from broken vtd configurations v6Dan Williams1-0/+28
2010-07-19iommu-api: Extension to check for interrupt remappingTom Lyon1-0/+2
2010-06-15intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions.David Woodhouse1-1/+7
2010-06-15intel-iommu: Fix double lock in get_domain_for_dev()Jiri Slaby1-1/+2
2010-06-15intel-iommu: Fix reference by physical address in intel_iommu_attach_device()Sheng Yang1-1/+2
2010-05-21Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-70/+59
2010-05-17intel-iommu: intel_iommu_map_range failed at very end of address spaceTom Lyon1-8/+3
2010-05-17intel-iommu: errors with smaller iommu widthsTom Lyon1-19/+21
2010-04-09intel-iommu: Print out iommu seq_idYinghai Lu1-3/+6
2010-04-09intel-iommu: Avoid global flushes with caching mode.Nadav Amit1-5/+14
2010-04-09intel-iommu: Use correct domain ID when caching mode is enabledNadav Amit1-9/+9
2010-04-09intel-iommu mistakenly uses offset_pfn when caching mode is enabledNadav Amit1-2/+1
2010-04-09intel-iommu: use for_each_set_bit()Akinobu Mita1-26/+7
2010-03-07VT-d: Change {un}map_range functions to implement {un}map interfaceJoerg Roedel1-10/+12
2010-03-07iommu-api: Rename ->{un}map function pointers to ->{un}map_rangeJoerg Roedel1-2/+2
2009-12-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-3/+3
2009-12-16PCI: change PCI nomenclature in drivers/pci/ (comment changes)Stefan Assmann1-3/+3
2009-12-16Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-35/+43
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-5/+5
2009-12-08Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"KOSAKI Motohiro1-22/+3
2009-12-08intel-iommu: ignore page table validation in pass through modeChris Wright1-5/+8
2009-12-08intel-iommu: Fix oops with intel_iommu=igfx_offDavid Woodhouse1-0/+3
2009-12-08intel-iommu: Check for an RMRR which ends before it starts.David Woodhouse1-0/+10
2009-12-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-3/+42
2009-12-05Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+4
2009-11-24PCI: use pci_is_pcie() in pci coreKenji Kaneshige1-5/+5
2009-11-12intel-iommu: Support PCIe hot-plugFenghua Yu1-0/+29
2009-11-12intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthroughAlex Williamson1-1/+9
2009-11-10x86: Handle HW IOMMU initialization failure gracefullyFUJITA Tomonori1-2/+4
2009-10-05iommu: Allocate dma-remapping structures using numa locality infoSuresh Siddha1-8/+19
2009-09-30intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB spaceDavid Woodhouse1-5/+77
2009-09-23Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-162/+161
2009-09-19intel-iommu: Disable PMRs after we enable translation, not beforeDavid Woodhouse1-2/+3
2009-09-19intel-iommu: Fix integer wrap on 32 bit kernelsBenjamin LaHaise1-4/+3
2009-09-19intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()David Woodhouse1-4/+7
2009-09-19intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'David Woodhouse1-2/+8
2009-09-02Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar1-12/+13
2009-09-01x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang1-1/+1
2009-08-31intel-iommu: include linux/dmi.h to use dmi_ routinesStephen Rothwell1-0/+1
2009-08-26intel-iommu: Cope with yet another BIOS screwup causing crashesDavid Woodhouse1-0/+11
2009-08-24intel-iommu: iommu init error path bug fixesDonald Dutile1-17/+18
2009-08-24intel-iommu: Mark functions with __initMatt Kraai1-2/+2
2009-08-09intel-iommu: make domain_add_dev_info() call domain_context_mapping()David Woodhouse1-20/+15