summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2009-06-25KVM: Fold trace-arch.h into trace.hAvi Kivity
2009-06-25KVM: Define vendor-specific tracepoints in common codeAvi Kivity
2009-06-25KVM: ftrace: remove vendor exit reasons string macroAvi Kivity
2009-06-25KVM: introduce module parameter for ignoring unknown MSRs accessesAndre Przywara
2009-06-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Avi Kivity
2009-06-24KVM: ignore reads from AMDs C1E enabled MSRAndre Przywara
2009-06-24KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara
2009-06-24KVM: x86: verify MTRR/PAT validityMarcelo Tosatti
2009-06-24KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti
2009-06-24KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel
2009-06-22KVM: x86 emulator: Add sysexit emulationAndre Przywara
2009-06-22KVM: x86 emulator: Add sysenter emulationAndre Przywara
2009-06-22KVM: x86 emulator: add syscall emulationAndre Przywara
2009-06-22KVM: x86 emulator: Prepare for emulation of syscall instructionsAndre Przywara
2009-06-22KVM: x86 emulator: Add missing EFLAGS bit definitionsAndre Przywara
2009-06-22KVM: Allow emulation of syscalls instructions on #UDAndre Przywara
2009-06-21KVM: kvm/x86_emulate.c toggle_interruptibility() should be staticJaswinder Singh Rajput
2009-06-18KVM: use MSR_K7_HWCR for MSRC001_0015 Hardware Configuration Register (HWCR)Jaswinder Singh Rajput
2009-06-18KVM: convert custom marker based tracing to event tracesMarcelo Tosatti
2009-06-16page allocator: do not check NUMA node ID when the caller knows the node is v...Mel Gorman
2009-06-16KVM: SVM: Improve nested interrupt injectionAlexander Graf
2009-06-16KVM: SVM: Implement INVLPGAAlexander Graf
2009-06-16KVM: Implement MSRs used by Hyper-VAlexander Graf
2009-06-16KVM: VMX: Handle vmx instruction vmexitsAvi Kivity
2009-06-16KVM: SVM: Don't save/restore host cr2Avi Kivity
2009-06-16KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity
2009-06-15KVM: Ignore reads to K7 EVNTSEL MSRsAmit Shah
2009-06-14KVM: Drop useless atomic test from timer functionJan Kiszka
2009-06-14KVM: Fix racy event propagation in timerJan Kiszka
2009-06-14KVM: Optimize searching for highest IRRGleb Natapov
2009-06-14KVM: Replace pending exception by PF if it happens seriallyGleb Natapov
2009-06-14KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti
2009-06-14KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti
2009-06-14KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti
2009-06-14KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti
2009-06-14KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti
2009-06-14KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara
2009-06-11KVM: MMU audit: largepage handlingMarcelo Tosatti
2009-06-11KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti
2009-06-11KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti
2009-06-11KVM: MMU audit: update audit_write_protectionMarcelo Tosatti
2009-06-11KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti
2009-06-11KVM: MMU: introduce is_last_spte helperMarcelo Tosatti
2009-06-11KVM: Return to userspace on emulation failureAvi Kivity
2009-06-10KVM: Use macro to iterate over vcpus.Gleb Natapov
2009-06-10KVM: Break dependency between vcpu index in vcpus array and vcpu_id.Gleb Natapov
2009-06-10KVM: Use pointer to vcpu instead of vcpu_id in timer code.Gleb Natapov
2009-06-10KVM: Introduce kvm_vcpu_is_bsp() function.Gleb Natapov
2009-06-10KVM: MMU: s/shadow_pte/spte/Avi Kivity
2009-06-10KVM: MMU: Adjust pte accessors to explicitly indicate guest or shadow pteAvi Kivity