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
2019-08-30
iommu/vt-d: Fix wrong analysis whether devices share the same bus
Nadav Amit
1
-3
/
+3
2019-07-01
iommu/vt-d: Cleanup unused variable
Jacob Pan
1
-2
/
+2
2019-05-14
Merge tag 'pci-v5.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2019-04-29
iommu/vt-d: Use pci_dev_id() helper
Heiner Kallweit
1
-1
/
+1
2019-03-18
iommu/vt-d: Switch to bitmap_zalloc()
Andy Shevchenko
1
-4
/
+3
2019-02-26
iommu/vt-d: Allow interrupts from the entire bus for aliased devices
Logan Gunthorpe
1
-0
/
+15
2019-02-26
iommu/vt-d: Add helper to set an IRTE to verify only the bus number
Logan Gunthorpe
1
-3
/
+14
2018-12-11
iommu/vt-d: Add 256-bit invalidation descriptor support
Lu Baolu
1
-2
/
+4
2018-09-25
iommu/vt-d: Relocate struct/function declarations to its header files
Sohil Mehta
1
-1
/
+1
2018-06-06
irq_remapping: Use apic_ack_irq()
Thomas Gleixner
1
-1
/
+1
2018-05-03
iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
Jagannathan Raman
1
-1
/
+1
2017-12-29
genirq/irqdomain: Rename early argument of irq_domain_activate_irq()
Thomas Gleixner
1
-1
/
+1
2017-11-07
Merge branch 'linus' into x86/apic, to resolve conflicts
Ingo Molnar
1
-0
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-25
iommu/vt-d: Reevaluate vector configuration on activate()
Thomas Gleixner
1
-17
/
+21
2017-09-25
genirq/irqdomain: Update irq_domain_ops.activate() signature
Thomas Gleixner
1
-2
/
+3
2017-07-12
Merge tag 'iommu-updates-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2017-06-22
iommu/vt-d: Use named irq domain interface
Thomas Gleixner
1
-6
/
+16
2017-06-22
iommu/vt-d: Add name to irq chip
Thomas Gleixner
1
-4
/
+5
2017-05-30
iommu/vt-d: Constify irq_domain_ops
Tobias Klauser
1
-2
/
+2
2017-04-28
iommu/vt-d: Don't print the failure message when booting non-kdump kernel
Qiuxu Zhuo
1
-9
/
+6
2016-02-16
Merge tag 'for-linus-20160216' of git://git.infradead.org/intel-iommu
Linus Torvalds
1
-1
/
+1
2016-01-13
iommu/vt-d: Fix 64-bit accesses to 32-bit DMAR_GSTS_REG
CQ Tang
1
-1
/
+1
2015-12-19
x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros
Borislav Petkov
1
-1
/
+1
2015-11-02
iommu/vt-d: Fix return value check of parse_ioapics_under_ir()
Joerg Roedel
1
-1
/
+1
2015-10-23
iommu/vt-d: Propagate error-value from ir_parse_ioapic_hpet_scope()
Joerg Roedel
1
-6
/
+11
2015-10-23
iommu/vt-d: Adjust the return value of the parse_ioapics_under_ir
Baoquan He
1
-3
/
+3
2015-10-15
iommu/vt-d: Use cmpxchg16b to update posted format IRTE atomically
Feng Wu
1
-3
/
+30
2015-10-14
iommu/vt-d: Switch from ioremap_cache to memremap
Dan Williams
1
-4
/
+4
2015-08-13
iommu/vt-d: Access iomem correctly
Joerg Roedel
1
-2
/
+2
2015-08-03
iommu/vt-d: Fix leaked ioremap mapping
Dan Williams
1
-0
/
+2
2015-06-23
Merge tag 'iommu-updates-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-94
/
+158
2015-06-16
iommu/vt-d: Don't disable IR when it was previously enabled
Joerg Roedel
1
-4
/
+2
2015-06-16
iommu/vt-d: Make sure copied over IR entries are not reused
Joerg Roedel
1
-0
/
+10
2015-06-16
iommu/vt-d: Copy IR table from old kernel when in kdump mode
Joerg Roedel
1
-0
/
+70
2015-06-16
iommu/vt-d: Set IRTA in intel_setup_irq_remapping
Joerg Roedel
1
-5
/
+14
2015-06-16
iommu/vt-d: Disable IRQ remapping in intel_prepare_irq_remapping
Joerg Roedel
1
-3
/
+3
2015-06-16
iommu/vt-d: Move QI initializationt to intel_setup_irq_remapping
Joerg Roedel
1
-57
/
+35
2015-06-16
iommu/vt-d: Move EIM detection to intel_prepare_irq_remapping
Joerg Roedel
1
-23
/
+24
2015-06-16
iommu/vt-d: Cleanup log messages
Joerg Roedel
1
-15
/
+14
2015-06-12
iommu, x86: Properly handle posted interrupts for IOMMU hotplug
Feng Wu
1
-0
/
+3
2015-06-12
iommu, x86: Setup Posted-Interrupts capability for Intel iommu
Feng Wu
1
-0
/
+30
2015-06-12
iommu, x86: Avoid migrating VT-d posted interrupts
Feng Wu
1
-1
/
+4
2015-06-12
iommu, x86: Save the mode (posted or remapped) of an IRTE
Feng Wu
1
-0
/
+10
2015-06-12
iommu, x86: Implement irq_set_vcpu_affinity for intel_ir_chip
Feng Wu
1
-0
/
+37
2015-05-11
Merge branch 'x86/asm' into x86/apic, to resolve a conflict
Ingo Molnar
1
-4
/
+1
2015-05-05
irq_remapping/vt-d: Init all MSI entries not just the first one
Thomas Gleixner
1
-5
/
+11
2015-04-26
Merge git://git.infradead.org/intel-iommu
Linus Torvalds
1
-4
/
+1
2015-04-24
x86/irq: Move check of cfg->move_in_progress into send_cleanup_vector()
Jiang Liu
1
-2
/
+1
2015-04-24
irq_remapping/vt-d: Move struct irq_2_iommu into intel_irq_remapping.c
Jiang Liu
1
-0
/
+7
[next]