Commit Graph

281 Commits (03668b3ceb0c7a95e09f1b6169f5270ffc1a19f6)

Author SHA1 Message Date
Avi Kivity ae8c1c4025 KVM: Trace irq level and source id 16 years ago
Jiri Slaby 27c4ba6017 KVM: fix lock imbalance 16 years ago
Michael S. Tsirkin 22fc02943a KVM: document lock nesting rule 16 years ago
Michael S. Tsirkin bda9020e24 KVM: remove in_range from io devices 16 years ago
Michael S. Tsirkin 6c47469453 KVM: convert bus to slots_lock 16 years ago
Michael S. Tsirkin d5c2dcc36a KVM: switch coalesced mmio changes to slots_lock 16 years ago
Michael S. Tsirkin 69fa2d7865 KVM: document locking for kvm_io_device_ops 16 years ago
Marcelo Tosatti 2023a29cbe KVM: remove old KVMTRACE support code 16 years ago
Marcelo Tosatti 894a9c5543 KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl paths 16 years ago
Joerg Roedel ec04b2604c KVM: Prepare memslot data structures for multiple hugepage sizes 16 years ago
Christian Borntraeger 3eea8437f6 KVM: s390: Fix memslot initialization for userspace_addr != 0 16 years ago
Marcelo Tosatti 229456fc34 KVM: convert custom marker based tracing to event traces 16 years ago
Marcelo Tosatti 54dee9933e KVM: VMX: conditionally disable 2M pages 16 years ago
Gleb Natapov 988a2cae6a KVM: Use macro to iterate over vcpus. 16 years ago
Gleb Natapov 73880c80aa KVM: Break dependency between vcpu index in vcpus array and vcpu_id. 16 years ago
Gleb Natapov c5af89b68a KVM: Introduce kvm_vcpu_is_bsp() function. 16 years ago
Marcelo Tosatti fa40a8214b KVM: switch irq injection/acking data structures to irq_lock 16 years ago
Marcelo Tosatti 60eead79ad KVM: introduce irq_lock, use it to protect ioapic 16 years ago
Marcelo Tosatti 64a2268dcf KVM: move coalesced_mmio locking to its own device 16 years ago
Avi Kivity 105f8d40a7 KVM: Calculate available entries in coalesced mmio ring 16 years ago
Gregory Haskins d76685c4a0 KVM: cleanup io_device code 16 years ago
Gregory Haskins 787a660a4f KVM: Clean up coalesced_mmio destruction 16 years ago
Sheng Yang 968a634793 KVM: No disable_irq for MSI/MSI-X interrupt on device assignment 16 years ago
Gregory Haskins 721eecbf4f KVM: irqfd 16 years ago
Avi Kivity 0ba12d1081 KVM: Move common KVM Kconfig items to new file virt/kvm/Kconfig 16 years ago
Gleb Natapov b4a2f5e723 KVM: Avoid redelivery of edge interrupt before next edge 16 years ago
Michael S. Tsirkin 5116d8f6b9 KVM: fix ack not being delivered when msi present 16 years ago
Marcelo Tosatti 84261923d3 KVM: protect concurrent make_all_cpus_request 16 years ago
Izik Eidus e244584fe3 KVM: Fix dirty bit tracking for slots with large pages 16 years ago
Yinghai Lu aee74f3bb3 kvm: remove the duplicated cpumask_clear 16 years ago
Avi Kivity 09f8ca74ae KVM: Prevent overflow in largepages calculation 16 years ago
Avi Kivity ac04527f79 KVM: Disable large pages on misaligned memory slots 16 years ago
Marcelo Tosatti b43b1901ad KVM: take mmu_lock when updating a deleted slot 16 years ago
Marcelo Tosatti 547de29e5b KVM: protect assigned dev workqueue, int handler and irq acker 16 years ago
Chris Wright efbc100c20 KVM: Trivial format fix in setup_routing_entry() 16 years ago
Sheng Yang 8e1c18157d KVM: VMX: Disable VMX when system shutdown 16 years ago
Sheng Yang 522c68c441 KVM: Enable snooping control for supported hardware 16 years ago
Gleb Natapov 78646121e9 KVM: Fix interrupt unhalting a vcpu when it shouldn't 16 years ago
Gleb Natapov 09cec75488 KVM: Timer event should not unconditionally unhalt vcpu. 16 years ago
Gleb Natapov f00be0cae4 KVM: MMU: do not free active mmu pages in free_mmu_pages() 16 years ago
Sheng Yang e56d532f20 KVM: Device assignment framework rework 16 years ago
Gleb Natapov 58c2dde17d KVM: APIC: get rid of deliver_bitmask 16 years ago
Gleb Natapov e1035715ef KVM: change the way how lowest priority vcpu is calculated 16 years ago
Gleb Natapov 343f94fe4d KVM: consolidate ioapic/ipi interrupt delivery logic 16 years ago
Gleb Natapov a53c17d21c KVM: ioapic/msi interrupt delivery consolidation 16 years ago
Gleb Natapov 6da7e3f643 KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts 16 years ago
Sheng Yang 74a3a8f152 KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmask 16 years ago
Sheng Yang d510d6cc65 KVM: Enable MSI-X for KVM assigned device 16 years ago
Sheng Yang 2350bd1f62 KVM: Add MSI-X interrupt injection logic 16 years ago
Sheng Yang c1e0151429 KVM: Ioctls for init MSI-X entry 16 years ago