index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
intel-iommu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-15
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
1
-1
/
+1
2010-08-09
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
1
-0
/
+28
2010-08-10
intel-iommu: Fix 32-bit build warning with __cmpxchg()
David Woodhouse
1
-1
/
+1
2010-08-04
ioat2: catch and recover from broken vtd configurations v6
Dan Williams
1
-0
/
+28
2010-07-19
iommu-api: Extension to check for interrupt remapping
Tom Lyon
1
-0
/
+2
2010-06-15
intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions.
David Woodhouse
1
-1
/
+7
2010-06-15
intel-iommu: Fix double lock in get_domain_for_dev()
Jiri Slaby
1
-1
/
+2
2010-06-15
intel-iommu: Fix reference by physical address in intel_iommu_attach_device()
Sheng Yang
1
-1
/
+2
2010-05-21
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
1
-70
/
+59
2010-05-17
intel-iommu: intel_iommu_map_range failed at very end of address space
Tom Lyon
1
-8
/
+3
2010-05-17
intel-iommu: errors with smaller iommu widths
Tom Lyon
1
-19
/
+21
2010-04-09
intel-iommu: Print out iommu seq_id
Yinghai Lu
1
-3
/
+6
2010-04-09
intel-iommu: Avoid global flushes with caching mode.
Nadav Amit
1
-5
/
+14
2010-04-09
intel-iommu: Use correct domain ID when caching mode is enabled
Nadav Amit
1
-9
/
+9
2010-04-09
intel-iommu mistakenly uses offset_pfn when caching mode is enabled
Nadav Amit
1
-2
/
+1
2010-04-09
intel-iommu: use for_each_set_bit()
Akinobu Mita
1
-26
/
+7
2010-03-07
VT-d: Change {un}map_range functions to implement {un}map interface
Joerg Roedel
1
-10
/
+12
2010-03-07
iommu-api: Rename ->{un}map function pointers to ->{un}map_range
Joerg Roedel
1
-2
/
+2
2009-12-30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...
Linus Torvalds
1
-3
/
+3
2009-12-16
PCI: change PCI nomenclature in drivers/pci/ (comment changes)
Stefan Assmann
1
-3
/
+3
2009-12-16
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
1
-35
/
+43
2009-12-11
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-5
/
+5
2009-12-08
Revert "Intel IOMMU: Avoid memory allocation failures in dma map api calls"
KOSAKI Motohiro
1
-22
/
+3
2009-12-08
intel-iommu: ignore page table validation in pass through mode
Chris Wright
1
-5
/
+8
2009-12-08
intel-iommu: Fix oops with intel_iommu=igfx_off
David Woodhouse
1
-0
/
+3
2009-12-08
intel-iommu: Check for an RMRR which ends before it starts.
David Woodhouse
1
-0
/
+10
2009-12-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
David Woodhouse
1
-3
/
+42
2009-12-05
Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+4
2009-11-24
PCI: use pci_is_pcie() in pci core
Kenji Kaneshige
1
-5
/
+5
2009-11-12
intel-iommu: Support PCIe hot-plug
Fenghua Yu
1
-0
/
+29
2009-11-12
intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthrough
Alex Williamson
1
-1
/
+9
2009-11-10
x86: Handle HW IOMMU initialization failure gracefully
FUJITA Tomonori
1
-2
/
+4
2009-10-05
iommu: Allocate dma-remapping structures using numa locality info
Suresh Siddha
1
-8
/
+19
2009-09-30
intel-iommu: Yet another BIOS workaround: Isoch DMAR unit with no TLB space
David Woodhouse
1
-5
/
+77
2009-09-23
Merge git://git.infradead.org/iommu-2.6
Linus Torvalds
1
-162
/
+161
2009-09-19
intel-iommu: Disable PMRs after we enable translation, not before
David Woodhouse
1
-2
/
+3
2009-09-19
intel-iommu: Fix integer wrap on 32 bit kernels
Benjamin LaHaise
1
-4
/
+3
2009-09-19
intel-iommu: Fix integer overflow in dma_pte_{clear_range,free_pagetable}()
David Woodhouse
1
-4
/
+7
2009-09-19
intel-iommu: Limit DOMAIN_MAX_PFN to fit in an 'unsigned long'
David Woodhouse
1
-2
/
+8
2009-09-02
Merge commit 'v2.6.31-rc8' into x86/txt
Ingo Molnar
1
-12
/
+13
2009-09-01
x86, intel_txt: clean up the impact on generic code, unbreak non-x86
Shane Wang
1
-1
/
+1
2009-08-31
intel-iommu: include linux/dmi.h to use dmi_ routines
Stephen Rothwell
1
-0
/
+1
2009-08-26
intel-iommu: Cope with yet another BIOS screwup causing crashes
David Woodhouse
1
-0
/
+11
2009-08-24
intel-iommu: iommu init error path bug fixes
Donald Dutile
1
-17
/
+18
2009-08-24
intel-iommu: Mark functions with __init
Matt Kraai
1
-2
/
+2
2009-08-09
intel-iommu: make domain_add_dev_info() call domain_context_mapping()
David Woodhouse
1
-20
/
+15
2009-08-08
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
1
-12
/
+16
2009-08-06
intel-iommu: Fix enabling snooping feature by mistake
Sheng Yang
1
-1
/
+1
2009-08-05
intel-iommu: Mask physical address to correct page size in intel_map_single()
Fenghua Yu
1
-1
/
+2
2009-08-05
intel-iommu: Correct sglist size calculation.
Fenghua Yu
1
-10
/
+10
[next]