aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-16x86/pci: Set default irq domain in pcibios_add_device()Thomas Gleixner3-2/+20
2020-09-16iommm/amd: Store irq domain in struct deviceThomas Gleixner1-1/+16
2020-09-16iommm/vt-d: Store irq domain in struct deviceThomas Gleixner3-0/+26
2020-09-16x86/xen: Wrap XEN MSI management into irqdomainThomas Gleixner1-0/+63
2020-09-16irqdomain/msi: Allow to override msi_domain_alloc/free_irqs()Thomas Gleixner2-22/+75
2020-09-16x86/xen: Consolidate XEN-MSI initThomas Gleixner1-19/+32
2020-09-16x86/xen: Rework MSI teardownThomas Gleixner1-5/+18
2020-09-16x86/xen: Make xen_msi_init() static and rename it to xen_hvm_msi_init()Thomas Gleixner1-2/+2
2020-09-16PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner2-0/+23
2020-09-16PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSIThomas Gleixner1-0/+6
2020-09-16irqdomain/msi: Provide DOMAIN_BUS_VMD_MSIThomas Gleixner2-1/+7
2020-09-16x86/irq: Initialize PCI/MSI domain at PCI init timeThomas Gleixner6-17/+32
2020-09-16x86/pci: Reducde #ifdeffery in PCI init codeThomas Gleixner2-7/+14
2020-09-16x86/irq: Move apic_post_init() invocation to one placeThomas Gleixner3-6/+3
2020-09-16x86/msi: Use generic MSI domain opsThomas Gleixner6-51/+2
2020-09-16x86/msi: Consolidate MSI allocationThomas Gleixner5-17/+9
2020-09-16PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner3-8/+6
2020-09-16x86/irq: Consolidate UV domain allocationThomas Gleixner2-17/+20
2020-09-16x86/irq: Consolidate DMAR irq allocationThomas Gleixner2-11/+5
2020-09-16x86_ioapic_Consolidate_IOAPIC_allocationThomas Gleixner6-65/+66
2020-09-16x86/msi: Consolidate HPET allocationThomas Gleixner4-17/+10
2020-09-16x86/irq: Prepare consolidation of irq_alloc_infoThomas Gleixner1-6/+16
2020-09-16iommu/irq_remapping: Consolidate irq domain lookupThomas Gleixner8-40/+6
2020-09-16iommu/amd: Consolidate irq domain getterThomas Gleixner1-44/+21
2020-09-16iommu/vt-d: Consolidate irq domain getterThomas Gleixner1-43/+24
2020-09-16x86/irq: Add allocation type for parent domain retrievalThomas Gleixner6-9/+15
2020-09-16x86_irq_Rename_X86_IRQ_ALLOC_TYPE_MSI_to_reflect_PCI_dependencyThomas Gleixner4-26/+26
2020-09-16x86/msi: Remove pointless vcpu_affinity callbackThomas Gleixner1-1/+0
2020-09-16x86/msi: Move compose message callback where it belongsThomas Gleixner3-9/+12
2020-09-16genirq/chip: Use the first chip in irq_chip_compose_msi_msg()Thomas Gleixner3-7/+18
2020-09-16PCI: vmd: Dont abuse vector irqomain as parentThomas Gleixner1-1/+2
2020-09-16x86/init: Remove unused init opsThomas Gleixner4-46/+4
2020-09-16iommu/amd: Prevent NULL pointer dereferenceThomas Gleixner1-2/+2
2020-09-13Linux 5.9-rc5Linus Torvalds1-1/+1
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky1-5/+17
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky1-11/+18
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky1-0/+3
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky1-1/+3
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne1-12/+21
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov1-0/+2
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov1-4/+0
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li1-0/+1
2020-09-12KVM: SVM: avoid emulation with stale next_ripWanpeng Li1-4/+3
2020-09-11KVM: x86: always allow writing '0' to MSR_KVM_ASYNC_PF_ENVitaly Kuznetsov1-1/+1
2020-09-11KVM: SVM: Periodically schedule when unregistering regions on destroyDavid Rientjes1-0/+1
2020-09-11KVM: MIPS: Change the definition of kvm typeHuacai Chen2-2/+5
2020-09-11kvm x86/mmu: use KVM_REQ_MMU_SYNC to sync when neededLai Jiangshan1-1/+1
2020-09-11KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL controlChenyi Qiang1-1/+1
2020-09-11KVM: fix memory leak in kvm_io_bus_unregister_dev()Rustam Kovhaev1-9/+12
2020-09-11KVM: Check the allocation of pv cpu maskHaiwei Li1-3/+19