Commit Graph

146 Commits (9517f925f2eb9ffca78b3f0f9389fc675bcb572c)

Author SHA1 Message Date
Avi Kivity f86368493e KVM: Fix race between nmi injection and enabling nmi window 14 years ago
Rik van Riel 217ece6129 KVM: use yield_to instead of sleep in kvm_vcpu_on_spin 14 years ago
Rik van Riel 34bb10b79d KVM: keep track of which task is running a KVM vcpu 14 years ago
Xiao Guangrong 3cba41307a KVM: make make_all_cpus_request() lockless 14 years ago
Xiao Guangrong 6b7e2d0991 KVM: Add "exiting guest mode" state 14 years ago
Avi Kivity 5c663a1534 KVM: Fix build error on s390 due to missing tlbs_dirty 14 years ago
Takuya Yoshikawa d4dbf47009 KVM: MMU: Make the way of accessing lpage_info more generic 14 years ago
Xiao Guangrong a4ee1ca4a3 KVM: MMU: delay flush all tlbs on sync_page path 14 years ago
Alexander Graf 27923eb19c KVM: PPC: Fix compile warning 14 years ago
Michael S. Tsirkin bd2b53b20f KVM: fast-path msi injection with irqfd 14 years ago
Jan Kiszka 1e001d49f9 KVM: Refactor IRQ names of assigned devices 14 years ago
Jan Kiszka 0645211c43 KVM: Switch assigned device IRQ forwarding to threaded handler 14 years ago
Jan Kiszka d89f5eff70 KVM: Clean up vm creation and release 14 years ago
Takuya Yoshikawa 515a01279a KVM: pre-allocate one more dirty bitmap to avoid vmalloc() 14 years ago
Marcelo Tosatti 612819c3c6 KVM: propagate fault r/w information to gup(), allow read-only memory 14 years ago
Gleb Natapov 344d9588a9 KVM: Add PV MSR to enable asynchronous page faults delivery. 14 years ago
Gleb Natapov 49c7754ce5 KVM: Add memory slot versioning and use it to provide fast guest write interface 14 years ago
Gleb Natapov af585b921e KVM: Halt vcpu if page it tries to access is swapped out 14 years ago
Jan Kiszka d7a79b6c80 KVM: Fix signature of kvm_iommu_map_pages stub 14 years ago
Zachary Amsden 34c238a1d1 KVM: x86: Rename timer function 14 years ago
Avi Kivity 3842d135ff KVM: Check for pending events before attempting injection 14 years ago
Joerg Roedel c30a358d33 KVM: MMU: Add infrastructure for two-level page walker 14 years ago
Xiao Guangrong 365fb3fdf6 KVM: MMU: rewrite audit_mappings_page() function 14 years ago
Xiao Guangrong 48987781eb KVM: MMU: introduce gfn_to_page_many_atomic() function 14 years ago
Xiao Guangrong 887c08ac19 KVM: MMU: introduce hva_to_pfn_atomic function 14 years ago
Arnd Bergmann 4b6a2872a2 kvm: add __rcu annotations 15 years ago
Gleb Natapov 4a994358b9 KVM: Convert mask notifiers to use irqchip/pin instead of gsi 15 years ago
Gleb Natapov edba23e515 KVM: Return EFAULT from kvm ioctl when guest accesses bad area 15 years ago
Avi Kivity e36d96f7cf KVM: Keep slot ID in memory slot structure 15 years ago
Avi Kivity 0719837c08 KVM: Reduce atomic operations on vcpu->requests 15 years ago
Avi Kivity a8eeb04a44 KVM: Add mini-API for vcpu->requests 15 years ago
Avi Kivity a1f4d39500 KVM: Remove memory alias support 15 years ago
Dexuan Cui 2acf923e38 KVM: VMX: Enable XSAVE/XRSTOR for guest 15 years ago
Avi Kivity d94e1dc9af KVM: Get rid of KVM_REQ_KICK 15 years ago
Huang Ying bf998156d2 KVM: Avoid killing userspace through guest SRAO MCE on unmapped pages 15 years ago
Avi Kivity 0ee75bead8 KVM: Let vcpu structure alignment be determined at runtime 15 years ago
Gui Jianfeng 2a059bf444 KVM: Get rid of dead function gva_to_page() 15 years ago
Lai Jiangshan 90d83dc3d4 KVM: use the correct RCU API for PROVE_RCU=y 15 years ago
Takuya Yoshikawa 660c22c425 KVM: limit the number of pages per memory slot 15 years ago
Sridhar Samudrala e80e2a60ff KVM: Increase NR_IOBUS_DEVS limit to 200 15 years ago
Takuya Yoshikawa 87bf6e7de1 KVM: fix the handling of dirty bitmaps to avoid overflows 15 years ago
Avi Kivity 70e335e168 KVM: Convert kvm->requests_lock to raw_spinlock_t 15 years ago
Joerg Roedel 8f0b1ab6fb KVM: Introduce kvm_host_page_size 15 years ago
Zhai, Edwin ab9f4ecbb6 KVM: enable PCI multiple-segments for pass-through device 15 years ago
Avi Kivity 02daab21d9 KVM: Lazify fpu activation and deactivation 15 years ago
Marcelo Tosatti 79fac95ecf KVM: convert slots_lock to a mutex 15 years ago
Marcelo Tosatti f656ce0185 KVM: switch vcpu context to use SRCU 15 years ago
Marcelo Tosatti e93f8a0f82 KVM: convert io_bus to SRCU 15 years ago
Marcelo Tosatti a983fb2387 KVM: x86: switch kvm_set_memory_alias to SRCU update 15 years ago
Marcelo Tosatti bc6678a33d KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU update 15 years ago