Commit Graph

185 Commits (52c7847d121da3651c08d9e9a99eb8a7cf2faa7a)

Author SHA1 Message Date
Xiao Guangrong aed665f7bb KVM: fix kvm_init() error handling 16 years ago
Jan Kiszka e601e3be7a KVM: Drop obsolete cpu_get/put in make_all_cpus_request 16 years ago
Gleb Natapov a1b37100d9 KVM: Reduce runnability interface with arch support code 16 years ago
Gregory Haskins d34e6b175e KVM: add ioeventfd support 16 years ago
Gregory Haskins 090b7aff27 KVM: make io_bus interface more robust 16 years ago
Gleb Natapov 1000ff8d89 KVM: Add trace points in irqchip code 16 years ago
Michael S. Tsirkin 07fb8bb29f KVM: ignore msi request if !level 16 years ago
Gleb Natapov 70f93dae32 KVM: Use temporary variable to shorten lines. 16 years ago
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