Commit Graph

93749 Commits (7837699fa6d7adf81f26ab73a5f6897ea1ab9d6a)
 

Author SHA1 Message Date
Sheng Yang 7837699fa6 KVM: In kernel PIT model 17 years ago
Avi Kivity 4fcaa98267 KVM: Remove pointless desc_ptr #ifdef 17 years ago
Avi Kivity 019960ae99 KVM: VMX: Don't adjust tsc offset forward 17 years ago
Harvey Harrison b8688d51bb KVM: replace remaining __FUNCTION__ occurances 17 years ago
Joerg Roedel 71c4dfafc0 KVM: detect if VCPU triple faults 17 years ago
Xiantao Zhang 3e4bb3ac9e KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack 17 years ago
Avi Kivity 2d3ad1f40c KVM: Prefix control register accessors with kvm_ to avoid namespace pollution 17 years ago
Marcelo Tosatti 05da45583d KVM: MMU: large page support 17 years ago
Marcelo Tosatti 2e53d63acb KVM: MMU: ignore zapped root pagetables 17 years ago
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 ef2979bd98 KVM: Increase the number of user memory slots per vm 17 years ago
Avi Kivity a988b910ef KVM: Add API for determining the number of supported memory slots 17 years ago
Avi Kivity edbe6c325d KVM: Increase vcpu count to 16 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 790c73f628 x86: KVM guest: paravirtualized clocksource 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
Andrea Arcangeli 0aac03f07b KVM: Disable pagefaults during copy_from_user_inatomic() 17 years ago
Hollis Blanchard 31bb117eb4 KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifier 17 years ago
Sheng Yang 2384d2b326 KVM: VMX: Enable Virtual Processor Identification (VPID) 17 years ago
Avi Kivity adb1ff4675 KVM: Limit vcpu mmap size to one page on non-x86 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 09566765ef KVM: Only x86 has pio 17 years ago
Jan Engelhardt 5c5027425e KVM: constify function pointer tables 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