index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thunderbolt
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-16
iommm/amd: Store irq domain in struct device
Thomas Gleixner
1
-1
/
+16
2020-09-16
iommm/vt-d: Store irq domain in struct device
Thomas Gleixner
3
-0
/
+26
2020-09-16
x86/xen: Wrap XEN MSI management into irqdomain
Thomas Gleixner
1
-0
/
+63
2020-09-16
irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()
Thomas Gleixner
2
-22
/
+75
2020-09-16
x86/xen: Consolidate XEN-MSI init
Thomas Gleixner
1
-19
/
+32
2020-09-16
x86/xen: Rework MSI teardown
Thomas Gleixner
1
-5
/
+18
2020-09-16
x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()
Thomas Gleixner
1
-2
/
+2
2020-09-16
PCI/MSI: Provide pci_dev_has_special_msi_domain() helper
Thomas Gleixner
2
-0
/
+23
2020-09-16
PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSI
Thomas Gleixner
1
-0
/
+6
2020-09-16
irqdomain/msi: Provide DOMAIN_BUS_VMD_MSI
Thomas Gleixner
2
-1
/
+7
2020-09-16
x86/irq: Initialize PCI/MSI domain at PCI init time
Thomas Gleixner
6
-17
/
+32
2020-09-16
x86/pci: Reducde #ifdeffery in PCI init code
Thomas Gleixner
2
-7
/
+14
2020-09-16
x86/irq: Move apic_post_init() invocation to one place
Thomas Gleixner
3
-6
/
+3
2020-09-16
x86/msi: Use generic MSI domain ops
Thomas Gleixner
6
-51
/
+2
2020-09-16
x86/msi: Consolidate MSI allocation
Thomas Gleixner
5
-17
/
+9
2020-09-16
PCI/MSI: Rework pci_msi_domain_calc_hwirq()
Thomas Gleixner
3
-8
/
+6
2020-09-16
x86/irq: Consolidate UV domain allocation
Thomas Gleixner
2
-17
/
+20
2020-09-16
x86/irq: Consolidate DMAR irq allocation
Thomas Gleixner
2
-11
/
+5
2020-09-16
x86_ioapic_Consolidate_IOAPIC_allocation
Thomas Gleixner
6
-65
/
+66
2020-09-16
x86/msi: Consolidate HPET allocation
Thomas Gleixner
4
-17
/
+10
2020-09-16
x86/irq: Prepare consolidation of irq_alloc_info
Thomas Gleixner
1
-6
/
+16
2020-09-16
iommu/irq_remapping: Consolidate irq domain lookup
Thomas Gleixner
8
-40
/
+6
2020-09-16
iommu/amd: Consolidate irq domain getter
Thomas Gleixner
1
-44
/
+21
2020-09-16
iommu/vt-d: Consolidate irq domain getter
Thomas Gleixner
1
-43
/
+24
2020-09-16
x86/irq: Add allocation type for parent domain retrieval
Thomas Gleixner
6
-9
/
+15
2020-09-16
x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependency
Thomas Gleixner
4
-26
/
+26
2020-09-16
x86/msi: Remove pointless vcpu_affinity callback
Thomas Gleixner
1
-1
/
+0
2020-09-16
x86/msi: Move compose message callback where it belongs
Thomas Gleixner
3
-9
/
+12
2020-09-16
genirq/chip: Use the first chip in irq_chip_compose_msi_msg()
Thomas Gleixner
3
-7
/
+18
2020-09-16
PCI: vmd: Dont abuse vector irqomain as parent
Thomas Gleixner
1
-1
/
+2
2020-09-16
x86/init: Remove unused init ops
Thomas Gleixner
4
-46
/
+4
2020-09-16
iommu/amd: Prevent NULL pointer dereference
Thomas Gleixner
1
-2
/
+2
2020-09-14
Linux 5.9-rc5
v5.9-rc5
Linus Torvalds
1
-1
/
+1
2020-09-12
KVM: emulator: more strict rsm checks.
Maxim Levitsky
1
-5
/
+17
2020-09-12
KVM: nSVM: more strict SMM checks when returning to nested guest
Maxim Levitsky
1
-11
/
+18
2020-09-12
SVM: nSVM: setup nested msr permission bitmap on nested state load
Maxim Levitsky
1
-0
/
+3
2020-09-12
SVM: nSVM: correctly restore GIF on vmexit from nesting after migration
Maxim Levitsky
1
-1
/
+3
2020-09-12
openrisc: Fix issue with get_user for 64-bit values
Stafford Horne
1
-12
/
+21
2020-09-12
x86/kvm: don't forget to ACK async PF IRQ
Vitaly Kuznetsov
1
-0
/
+2
2020-09-12
x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macro
Vitaly Kuznetsov
1
-4
/
+0
2020-09-12
KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exit
Wanpeng Li
1
-0
/
+1
2020-09-12
KVM: SVM: avoid emulation with stale next_rip
Wanpeng Li
1
-4
/
+3
2020-09-11
KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_EN
Vitaly Kuznetsov
1
-1
/
+1
2020-09-11
KVM: SVM: Periodically schedule when unregistering regions on destroy
David Rientjes
1
-0
/
+1
2020-09-11
KVM: MIPS: Change the definition of kvm type
Huacai Chen
2
-2
/
+5
2020-09-11
kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when needed
Lai Jiangshan
1
-1
/
+1
2020-09-11
KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control
Chenyi Qiang
1
-1
/
+1
2020-09-11
KVM: fix memory leak in kvm_io_bus_unregister_dev()
Rustam Kovhaev
1
-9
/
+12
2020-09-11
KVM: Check the allocation of pv cpu mask
Haiwei Li
1
-3
/
+19
2020-09-11
KVM: nVMX: Update VMCS02 when L2 PAE PDPTE updates detected
Peter Shier
3
-2
/
+11
[next]