aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2008-07-29KVM: Advertise synchronized mmu support to userspaceAvi Kivity
2008-07-29KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli
2008-07-29KVM: Allow reading aliases with mmu_lockAndrea Arcangeli
2008-07-27KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti
2008-07-27KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti
2008-07-27KVM: task switch: segment base is linear addressMarcelo Tosatti
2008-07-20KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti
2008-07-20KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity
2008-07-20KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity
2008-07-20KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti
2008-07-20KVM: x86 emulator: lazily evaluate segment registersAvi Kivity
2008-07-20KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity
2008-07-20KVM: Do not calculate linear rip in emulation failure reportGlauber Costa
2008-07-20KVM: Add coalesced MMIO support (x86 part)Laurent Vivier
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin
2008-07-20KVM: MTRR supportAvi Kivity
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity
2008-07-20KVM: add missing kvmtrace bitsJoerg Roedel
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe
2008-06-24KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann
2008-06-24KVM: close timer injection race window in __vcpu_runMarcelo Tosatti
2008-06-24KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti
2008-06-06KVM: migrate PIT timerMarcelo Tosatti
2008-05-04KVM: avoid fx_init() schedule in atomicAndrea Arcangeli
2008-05-04KVM: Avoid spurious execeptions after setting registersJan Kiszka
2008-05-04KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus
2008-05-04KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang
2008-05-04KVM: MMU: Add EPT supportSheng Yang
2008-04-27KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti
2008-04-27KVM: add ioctls to save/store mpstateMarcelo Tosatti
2008-04-27KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity
2008-04-27KVM: Add trace markersFeng (Eric) Liu
2008-04-27KVM: Free apic access page on vm destructionAvi Kivity
2008-04-27KVM: MMU: unify slots_lock usageMarcelo Tosatti
2008-04-27KVM: x86: hardware task switching supportIzik Eidus
2008-04-27KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti
2008-04-27KVM: Provide unlocked version of emulator_write_phys()Avi Kivity
2008-04-27KVM: add basic paravirt supportMarcelo Tosatti
2008-04-27KVM: Add save/restore supporting of in kernel PITSheng Yang
2008-04-27KVM: In kernel PIT modelSheng Yang
2008-04-27KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison
2008-04-27KVM: detect if VCPU triple faultsJoerg Roedel
2008-04-27KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity
2008-04-27KVM: MMU: large page supportMarcelo Tosatti