Commit Graph

229 Commits (6b644e524bbd4089a28e0711de4f1cf2daa5db50)

Author SHA1 Message Date
Alexander Graf 847f0ad8cb KVM: Implement dummy values for MSR_PERF_STATUS 17 years ago
Harvey Harrison 14af3f3c56 KVM: sparse fixes for kvm/x86.c 17 years ago
Harvey Harrison 4866d5e3d5 KVM: SVM: make iopm_base static 17 years ago
Harvey Harrison 77cd337f22 KVM: x86 emulator: fix sparse warnings in x86_emulate.c 17 years ago
Amit Shah f11c3a8d84 KVM: Add stat counter for hypercalls 17 years ago
Avi Kivity a5f61300c4 KVM: Use x86's segment descriptor struct instead of private definition 17 years ago
Avi Kivity a988b910ef KVM: Add API for determining the number of supported memory slots 17 years ago
Avi Kivity f725230af9 KVM: Add API to retrieve the number of supported vcpus per vm 17 years ago
Harvey Harrison 7a95727567 KVM: x86 emulator: make register_address_increment and JMP_REL static inlines 17 years ago
Harvey Harrison e4706772ea KVM: x86 emulator: make register_address, address_mask static inlines 17 years ago
Harvey Harrison ddcb2885e2 KVM: x86 emulator: add ad_mask static inline 17 years ago
Glauber de Oliveira Costa 18068523d3 KVM: paravirtualized clocksource: host part 17 years ago
Joerg Roedel 24e09cbf48 KVM: SVM: enable LBR virtualization 17 years ago
Joerg Roedel f65c229c3e KVM: SVM: allocate the MSR permission map per VCPU 17 years ago
Joerg Roedel e6101a96c9 KVM: SVM: let init_vmcb() take struct vcpu_svm as parameter 17 years ago
Ryan Harper 2e11384c2c KVM: VMX: fix typo in VMX header define 17 years ago
Joerg Roedel 709ddebf81 KVM: SVM: add support for Nested Paging 17 years ago
Joerg Roedel fb72d1674d KVM: MMU: add TDP support to the KVM MMU 17 years ago
Joerg Roedel cc4b6871e7 KVM: export the load_pdptrs() function to modules 17 years ago
Joerg Roedel 4d9976bbdc KVM: MMU: make the __nonpaging_map function generic 17 years ago
Joerg Roedel 1855267210 KVM: export information about NPT to generic x86 code 17 years ago
Joerg Roedel 6c7dac72d5 KVM: SVM: add module parameter to disable Nested Paging 17 years ago
Joerg Roedel e3da3acdb3 KVM: SVM: add detection of Nested Paging feature 17 years ago
Joerg Roedel 33bd6a0b3e KVM: SVM: move feature detection to hardware setup code 17 years ago
Joerg Roedel 9457a712a2 KVM: allow access to EFER in 32bit KVM 17 years ago
Joerg Roedel 9f62e19a11 KVM: VMX: unifdef the EFER specific code 17 years ago
Joerg Roedel 50a37eb4e0 KVM: align valid EFER bits with the features of the host system 17 years ago
Joerg Roedel f2b4b7ddf6 KVM: make EFER_RESERVED_BITS configurable for architecture code 17 years ago
Sheng Yang 2384d2b326 KVM: VMX: Enable Virtual Processor Identification (VPID) 17 years ago
Avi Kivity d196e34336 KVM: MMU: Decouple mmio from shadow page tables 17 years ago
Avi Kivity 1d6ad2073e KVM: x86 emulator: group decoding for group 1 instructions 17 years ago
Avi Kivity d95058a1a7 KVM: x86 emulator: add group 7 decoding 17 years ago
Avi Kivity fd60754e4f KVM: x86 emulator: Group decoding for groups 4 and 5 17 years ago
Avi Kivity 7d858a19ef KVM: x86 emulator: Group decoding for group 3 17 years ago
Avi Kivity 43bb19cd33 KVM: x86 emulator: group decoding for group 1A 17 years ago
Avi Kivity e09d082c03 KVM: x86 emulator: add support for group decoding 17 years ago
Dong, Eddie 1ae0a13def KVM: MMU: Simplify hash table indexing 17 years ago
Dong, Eddie 489f1d6526 KVM: MMU: Update shadow ptes on partial guest pte writes 17 years ago
Avi Kivity e48bb497b9 KVM: MMU: Fix memory leak on guest demand faults 17 years ago
Marcelo Tosatti 707a18a51d KVM: VMX: convert init_rmode_tss() to slots_lock 17 years ago
Marcelo Tosatti 15aaa819e2 KVM: MMU: handle page removal with shadow mapping 17 years ago
Avi Kivity 4b1a80fa65 KVM: MMU: Fix is_rmap_pte() with io ptes 17 years ago
Avi Kivity 5dc8326282 KVM: VMX: Restore tss even on x86_64 17 years ago
Avi Kivity 33f9c505ed KVM: VMX: Avoid rearranging switched guest msrs while they are loaded 17 years ago
Avi Kivity f7d9c7b7b9 KVM: MMU: Fix race when instantiating a shadow pte 17 years ago
Avi Kivity 0b975a3c2d KVM: Avoid infinite-frequency local apic timer 17 years ago
Marcelo Tosatti 24993d5349 KVM: make MMU_DEBUG compile again 17 years ago
Marcelo Tosatti 5e4a0b3c1b KVM: move alloc_apic_access_page() outside of non-preemptable region 17 years ago
Joerg Roedel a2938c8070 KVM: SVM: fix Windows XP 64 bit installation crash 17 years ago
Izik Eidus 72dc67a696 KVM: remove the usage of the mmap_sem for the protection of the memory slots. 17 years ago