aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-10KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara1-0/+8
2009-09-10KVM: Trace shadow page lifecycleAvi Kivity2-4/+109
2009-09-10KVM: MMU: Trace guest pagetable walkerAvi Kivity3-3/+128
2009-09-10Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka1-7/+1
2009-09-10KVM: handle AMD microcode MSRAndre Przywara1-0/+1
2009-09-10KVM: Fix apic_mmio_write return for unaligned writeSheng Yang1-1/+1
2009-09-10KVM: x2apic interface to lapicGleb Natapov3-59/+173
2009-09-10KVM: Add Directed EOI support to APIC emulationGleb Natapov5-10/+39
2009-09-10KVM: Trace apic registers using their symbolic namesAvi Kivity1-2/+12
2009-09-10KVM: Trace mmioAvi Kivity1-1/+10
2009-09-10KVM: Ignore PCI ECS I/O enablementAndre Przywara1-0/+3
2009-09-10KVM: remove in_range from io devicesMichael S. Tsirkin5-153/+98
2009-09-10KVM: convert bus to slots_lockMichael S. Tsirkin2-3/+4
2009-09-10KVM: switch pit creation to slots_lockMichael S. Tsirkin1-2/+2
2009-09-10KVM: remove old KVMTRACE support codeMarcelo Tosatti6-32/+0
2009-09-10KVM: powerpc: convert marker probes to event traceMarcelo Tosatti6-15/+126
2009-09-10KVM: introduce module parameter for ignoring unknown MSRs accessesAndre Przywara1-4/+20
2009-09-10KVM: ignore reads from AMDs C1E enabled MSRAndre Przywara1-0/+1
2009-09-10KVM: ignore AMDs HWCR register access to set the FFDIS bitAndre Przywara2-1/+8
2009-09-10KVM: x86: missing locking in PIT/IRQCHIP/SET_BSP_CPU ioctl pathsMarcelo Tosatti2-2/+12
2009-09-10KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel6-24/+33
2009-09-10KVM: x86 emulator: Add sysexit emulationAndre Przywara1-1/+71
2009-09-10KVM: x86 emulator: Add sysenter emulationAndre Przywara1-1/+69
2009-09-10KVM: x86 emulator: add syscall emulationAndre Przywara1-1/+83
2009-09-10KVM: x86 emulator: Prepare for emulation of syscall instructionsAndre Przywara1-2/+15
2009-09-10KVM: x86 emulator: Add missing EFLAGS bit definitionsAndre Przywara1-0/+3
2009-09-10KVM: Allow emulation of syscalls instructions on #UDAndre Przywara1-7/+26
2009-09-10KVM: convert custom marker based tracing to event tracesMarcelo Tosatti7-86/+397
2009-09-10KVM: SVM: Improve nested interrupt injectionAlexander Graf1-15/+24
2009-09-10KVM: SVM: Implement INVLPGAAlexander Graf1-1/+14
2009-09-10KVM: Implement MSRs used by Hyper-VAlexander Graf1-0/+5
2009-09-10x86: Add definition for IGNNE MSRAlexander Graf1-0/+1
2009-09-10KVM: SVM: Don't save/restore host cr2Avi Kivity1-17/+0
2009-09-10KVM: VMX: Only reload guest cr2 if different from host cr2Avi Kivity1-2/+7
2009-09-10KVM: Drop useless atomic test from timer functionJan Kiszka1-2/+2
2009-09-10KVM: Fix racy event propagation in timerJan Kiszka1-6/+10
2009-09-10KVM: Optimize searching for highest IRRGleb Natapov2-3/+22
2009-09-10KVM: Replace pending exception by PF if it happens seriallyGleb Natapov1-7/+13
2009-09-10KVM: VMX: conditionally disable 2M pagesMarcelo Tosatti1-0/+3
2009-09-10KVM: VMX: EPT misconfiguration handlerMarcelo Tosatti1-1/+85
2009-09-10KVM: MMU: add kvm_mmu_get_spte_hierarchy helperMarcelo Tosatti2-0/+20
2009-09-10KVM: MMU: make for_each_shadow_entry aware of largepagesMarcelo Tosatti1-0/+5
2009-09-10KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti2-0/+27
2009-09-10KVM: Move performance counter MSR access interception to generic x86 pathAndre Przywara3-28/+30
2009-09-10KVM: MMU audit: largepage handlingMarcelo Tosatti1-8/+7
2009-09-10KVM: MMU audit: audit_mappings tweaksMarcelo Tosatti1-1/+7
2009-09-10KVM: MMU audit: nontrapping ptes in nonleaf levelMarcelo Tosatti1-6/+1
2009-09-10KVM: MMU audit: update audit_write_protectionMarcelo Tosatti1-3/+11
2009-09-10KVM: MMU audit: update count_writable_mappings / count_rmapsMarcelo Tosatti1-10/+94
2009-09-10KVM: MMU: introduce is_last_spte helperMarcelo Tosatti1-13/+13