summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity-9/+9
2008-04-27KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti-0/+1
2008-04-27KVM: Add kvm trace userspace interfaceFeng(Eric) Liu-0/+14
2008-04-27KVM: Add trace markersFeng (Eric) Liu-1/+87
2008-04-27KVM: SVM: add intercept for machine check exceptionJoerg Roedel-0/+1
2008-04-27KVM: MMU: Don't assume struct page for x86Anthony Liguori-2/+16
2008-04-27KVM: ia64: Add header files for kvm/ia64Xiantao Zhang-3/+755
2008-04-27KVM: ia64: Prepare some structure and routines for kvm useXiantao Zhang-0/+75
2008-04-27KVM: s390: Improve pgste accessesHeiko Carstens-6/+6
2008-04-27KVM: add vm refcountingIzik Eidus-0/+4
2008-04-27KVM: function declaration parameter name cleanupJoerg Roedel-3/+3
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti-1/+1
2008-04-27s390: KVM guest: virtio device support, and kvm hypercallsChristian Borntraeger-2/+175
2008-04-27s390: KVM guest: detect when running on kvmCarsten Otte-0/+1
2008-04-27KVM: s390: intercepts for diagnose instructionsChristian Borntraeger-1/+12
2008-04-27KVM: s390: interprocessor communication via sigpChristian Borntraeger-0/+12
2008-04-27KVM: s390: intercepts for privileged instructionsChristian Borntraeger-0/+13
2008-04-27KVM: s390: interrupt subsystem, cpu timer, waitpswCarsten Otte-0/+92
2008-04-27KVM: s390: sie intercept handlingChristian Borntraeger-0/+13
2008-04-27KVM: s390: arch backend for the kvm kernel moduleHeiko Carstens-1/+213
2008-04-27s390: KVM preparation: address of the 64bit extint parm in lowcoreChristian Borntraeger-5/+10
2008-04-27s390: KVM preparation: host memory management changes for s390 kvmChristian Borntraeger-3/+89
2008-04-27s390: KVM preparation: provide hook to enable pgstes in user pagetableCarsten Otte-1/+11
2008-04-27KVM: x86: hardware task switching supportIzik Eidus-0/+9
2008-04-27KVM: x86: add functions to get the cpl of vcpuIzik Eidus-0/+1
2008-04-27KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity-13/+13
2008-04-27KVM: kvm.h: __user requires compiler.hChristian Borntraeger-0/+1
2008-04-27x86: make native_machine_shutdown non-staticGlauber Costa-0/+1
2008-04-27x86: allow machine_crash_shutdown to be replacedGlauber Costa-0/+1
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti-1/+38
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity-0/+3
2008-04-27x86: KVM guest: add basic paravirt supportMarcelo Tosatti-0/+6
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti-1/+3
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang-0/+23
2008-04-27KVM: In kernel PIT modelSheng Yang-0/+3
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel-0/+1
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity-6/+6
2008-04-27KVM: MMU: large page supportMarcelo Tosatti-0/+14
2008-04-27KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti-0/+3
2008-04-27KVM: Add stat counter for hypercallsAmit Shah-0/+1
2008-04-27KVM: Increase the number of user memory slots per vmAvi Kivity-1/+1
2008-04-27KVM: Add API for determining the number of supported memory slotsAvi Kivity-0/+1
2008-04-27KVM: Increase vcpu count to 16Avi Kivity-1/+1
2008-04-27KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity-0/+1
2008-04-27KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa-0/+33
2008-04-27KVM: export the load_pdptrs() function to modulesJoerg Roedel-0/+2
2008-04-27KVM: export information about NPT to generic x86 codeJoerg Roedel-0/+2
2008-04-27KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel-0/+1
2008-04-27KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard-0/+2
2008-04-27KVM: VMX: Enable Virtual Processor Identification (VPID)Sheng Yang-0/+1