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
/
iommu
/
intel_irq_remapping.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-24
irq_remapping/vt-d: Clean up unsued code
Jiang Liu
1
-186
/
+1
2015-04-24
x86/irq: Remove x86_io_apic_ops.print_entries and related interfaces
Jiang Liu
1
-7
/
+0
2015-04-24
irq_remapping/vt-d: Clean up unused MSI related code
Jiang Liu
1
-144
/
+0
2015-04-24
irq_remapping/vt-d: Enhance Intel IR driver to support hierarchical irqdomains
Jiang Liu
1
-8
/
+329
2015-04-24
irq_remapping/vt-d: Change prototypes to prepare for hierarchical irqdomain
Jiang Liu
1
-11
/
+11
2015-03-25
iommu/vt-d: Print x2apic opt out info instead of printing a warning
Fenghua Yu
1
-4
/
+1
2015-03-03
iommu/vt-d: Convert non-returned local variable to boolean when relevant
Quentin Lambert
1
-6
/
+6
2015-01-15
iommu/irq_remapping: Change variable disable_irq_remap to be static
Jiang Liu
1
-5
/
+0
2015-01-15
iommu/irq_remapping: Kill function irq_remapping_supported() and related code
Jiang Liu
1
-6
/
+0
2015-01-15
iommu/vt-d: Allow IR works in XAPIC mode though CPU works in X2APIC mode
Jiang Liu
1
-4
/
+6
2015-01-15
iommu/vt-d: Allocate IRQ remapping data structures only for all IOMMUs
Joerg Roedel
1
-10
/
+9
2015-01-15
iommu/vt-d: Prepare for killing function irq_remapping_supported()
Jiang Liu
1
-33
/
+25
2015-01-15
iommu/vt-d: Convert allocations to GFP_KERNEL
Thomas Gleixner
1
-2
/
+2
2015-01-15
iommu/vt-d: Move iommu preparatory allocations to irq_remap_ops.prepare
Thomas Gleixner
1
-20
/
+44
2014-12-16
iommu/vt-d: Use helpers to access irq_cfg data structure associated with IRQ
Jiang Liu
1
-5
/
+5
2014-11-18
iommu/vt-d: Enhance error recovery in function intel_enable_irq_remapping()
Jiang Liu
1
-3
/
+5
2014-11-18
iommu/vt-d: Enhance intel_irq_remapping driver to support DMAR unit hotplug
Jiang Liu
1
-60
/
+178
2014-11-18
iommu/vt-d: Implement DMAR unit hotplug framework
Jiang Liu
1
-0
/
+5
2014-10-02
Merge branches 'arm/exynos', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' an...
Joerg Roedel
1
-4
/
+3
2014-09-25
iommu/irq_remapping: Fix the regression of hpet irq remapping
Yijing Wang
1
-2
/
+2
2014-08-19
iommu/vt-d: Don't store SIRTP request
Jan Kiszka
1
-2
/
+1
2014-07-31
iommu/vt-d: Fix race setting IRQ CPU affinity while freeing IRQ
Greg Edwards
1
-0
/
+5
2014-07-04
iommu/vt-d: Update to use PCI DMA aliases
Alex Williamson
1
-16
/
+39
2014-03-04
iommu/vt-d: Introduce a rwsem to protect global data structures
Jiang Liu
1
-36
/
+72
2014-01-29
Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-60
/
+45
2014-01-09
iommu/vt-d: Fix signedness bug in alloc_irte()
Dan Carpenter
1
-6
/
+1
2014-01-09
iommu/vt-d, trivial: simplify code with existing macros
Jiang Liu
1
-21
/
+10
2014-01-09
iommu/vt-d, trivial: use defined macro instead of hardcoding
Jiang Liu
1
-1
/
+1
2014-01-09
iommu/vt-d: mark internal functions as static
Jiang Liu
1
-1
/
+3
2014-01-09
iommu/vt-d, trivial: check suitable flag in function detect_intel_iommu()
Jiang Liu
1
-0
/
+2
2014-01-07
iommu/vt-d: use dedicated bitmap to track remapping entry allocation status
Jiang Liu
1
-29
/
+26
2013-12-30
iommu/vt-d: Mark functions as static in intel_irq_remapping.c
Rashika Kheria
1
-2
/
+2
2013-12-07
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
1
-2
/
+2
2013-11-15
Merge tag 'iommu-updates-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+7
2013-10-31
ACPICA: Update DMAR table definitions.
Lv Zheng
1
-4
/
+4
2013-10-04
iommu: Remove stack trace from broken irq remapping warning
Neil Horman
1
-6
/
+7
2013-06-20
iommu/vt-d: Downgrade the warning if enabling irq remapping fails
Andy Lutomirski
1
-2
/
+1
2013-04-18
iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsets
Neil Horman
1
-0
/
+10
2013-02-03
x86/intel/irq_remapping: Clean up x2apic opt-out security warning mess
Andy Lutomirski
1
-8
/
+28
2013-01-28
x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 core
Joerg Roedel
1
-0
/
+4
2013-01-28
x86, io_apic: Introduce x86_io_apic_ops.print_entries for debugging
Joerg Roedel
1
-0
/
+8
2012-08-10
irq_remap: disable IRQ remapping if any IOAPIC lacks an IOMMU
Seth Forshee
1
-5
/
+13
2012-06-15
irq/apic: Use config_enabled(CONFIG_SMP) checks to clean up irq_set_affinity(...
Suresh Siddha
1
-4
/
+3
2012-06-13
x86/apic/irq_remap: Silence a bogus pr_err()
Dan Carpenter
1
-1
/
+1
2012-06-08
x86/apic: Make cpu_mask_to_apicid() operations return error code
Alexander Gordeev
1
-3
/
+10
2012-05-08
irq_remap: Fix the 'sub_handle' uninitialized warning
Suresh Siddha
1
-1
/
+1
2012-05-08
irq_remap: Fix UP build failure
Suresh Siddha
1
-0
/
+4
2012-05-07
iommu: rename intr_remapping.[ch] to irq_remapping.[ch]
Suresh Siddha
1
-0
/
+1065
[prev]