summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Advertise synchronized mmu support to userspaceAvi Kivity2008-07-291-0/+1
* KVM: Allow browsing memslots with mmu_lockAndrea Arcangeli2008-07-291-7/+14
* KVM: Allow reading aliases with mmu_lockAndrea Arcangeli2008-07-291-0/+2
* KVM: task switch: translate guest segment limit to virt-extension byte granul...Marcelo Tosatti2008-07-271-0/+4
* KVM: task switch: use seg regs provided by subarch instead of reading from GDTMarcelo Tosatti2008-07-271-63/+30Star
* KVM: task switch: segment base is linear addressMarcelo Tosatti2008-07-271-3/+9
* KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+5
* KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-201-9/+9
* KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity2008-07-201-5/+5
* KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti2008-07-201-2/+2
* KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2008-07-201-21/+0Star
* KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity2008-07-201-3/+1Star
* KVM: Do not calculate linear rip in emulation failure reportGlauber Costa2008-07-201-2/+2
* KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2008-07-201-0/+3
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-11/+17
* KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin2008-07-201-39/+39
* KVM: MTRR supportAvi Kivity2008-07-201-4/+48
* KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang2008-07-201-0/+1
* KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2008-07-201-0/+6
* KVM: Remove unnecessary ->decache_regs() callAvi Kivity2008-07-201-1/+0Star
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-8/+0Star
* KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2008-07-201-27/+0Star
* KVM: add missing kvmtrace bitsJoerg Roedel2008-07-201-5/+20
* KVM: add statics were possible, function definition in lapic.hHarvey Harrison2008-07-201-2/+2
* smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe2008-06-261-1/+1
* KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-13/+62
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti2008-06-241-12/+3Star
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+1
* KVM: avoid fx_init() schedule in atomicAndrea Arcangeli2008-05-041-1/+10
* KVM: Avoid spurious execeptions after setting registersJan Kiszka2008-05-041-0/+2
* KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus2008-05-041-2/+2
* KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang2008-05-041-0/+2
* KVM: MMU: Add EPT supportSheng Yang2008-05-041-0/+3
* KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti2008-04-271-2/+14
* KVM: add ioctls to save/store mpstateMarcelo Tosatti2008-04-271-0/+19
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-271-9/+9
* KVM: Add trace markersFeng (Eric) Liu2008-04-271-0/+26
* KVM: Free apic access page on vm destructionAvi Kivity2008-04-271-0/+2
* KVM: MMU: unify slots_lock usageMarcelo Tosatti2008-04-271-33/+20Star
* KVM: x86: hardware task switching supportIzik Eidus2008-04-271-0/+409
* KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2008-04-271-1/+17
* KVM: Provide unlocked version of emulator_write_phys()Avi Kivity2008-04-271-7/+14
* KVM: add basic paravirt supportMarcelo Tosatti2008-04-271-0/+1
* KVM: Add save/restore supporting of in kernel PITSheng Yang2008-04-271-0/+48
* KVM: In kernel PIT modelSheng Yang2008-04-271-0/+9
* KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-271-6/+6
* KVM: detect if VCPU triple faultsJoerg Roedel2008-04-271-5/+15
* KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity2008-04-271-23/+23
* KVM: MMU: large page supportMarcelo Tosatti2008-04-271-0/+1