summaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm_main.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Clean up kvm_setup_pio()Laurent Vivier2007-10-131-24/+39
* KVM: Cleanup string I/O instruction emulationLaurent Vivier2007-10-131-0/+3
* KVM: Remove useless assignmentLaurent Vivier2007-10-131-2/+0
* KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell2007-10-131-10/+8
* KVM: Remove unneeded kvm_dev_open and kvm_dev_release functions.Rusty Russell2007-10-131-12/+0
* KVM: Remove stat_set from debugfsRusty Russell2007-10-131-5/+1
* KVM: Cleanup mark_page_dirtyRusty Russell2007-10-131-17/+7
* KVM: Don't assign vcpu->cr3 if it's invalid: check first, set lastRusty Russell2007-10-131-2/+3
* KVM: VMX: Add cpu consistency checkYang, Sheng2007-10-131-0/+10
* KVM: kvm_vm_ioctl_get_dirty_log restore "nothing dirty" optimizationRusty Russell2007-10-131-5/+8
* KVM: Use alignment properties of vcpu to simplify FPU opsRusty Russell2007-10-131-28/+17
* KVM: Use kmem cache for allocating vcpusRusty Russell2007-10-131-1/+15
* KVM: Remove kvm_{read,write}_guest()Laurent Vivier2007-10-131-70/+4
* KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpuLaurent Vivier2007-10-131-14/+11
* KVM: Remove three magic numbersRusty Russell2007-10-131-1/+1
* KVM: fx_init() needs preemption disabled while it plays with the FPU stateRusty Russell2007-10-131-0/+3
* KVM: Convert vm lock to a mutexShaohua Li2007-10-131-36/+33
* KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity2007-10-131-6/+37
* KVM: add hypercall nr to kvm_runJeff Dike2007-10-131-0/+1
* KVM: Dynamically allocate vcpusRusty Russell2007-10-131-95/+103
* KVM: Remove arch specific components from the general codeGregory Haskins2007-10-131-21/+5
* KVM: load_pdptrs() cleanupsRusty Russell2007-10-131-10/+12
* KVM: Move gfn_to_page out of kmap/unmap pairsShaohua Li2007-10-131-4/+3
* KVM: Return if the pdptrs are invalid when the guest turns on PAE.Rusty Russell2007-10-131-0/+1
* KVM: Use standard CR8 flags, and fix TPR definitionRusty Russell2007-10-131-2/+2
* KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike2007-10-131-1/+1
* KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell2007-10-131-1/+1
* KVM: Use standard CR4 flags, tighten checkingRusty Russell2007-10-131-6/+10
* KVM: Use standard CR3 flags, tighten checkingRusty Russell2007-10-131-12/+21
* KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell2007-10-131-6/+9
* KVM: Trivial: Avoid hardware_disable predeclarationRusty Russell2007-10-131-21/+19
* KVM: In-kernel string pio write supportEddie Dong2007-10-131-11/+37
* KVM: SMP: Add vcpu_id field in struct vcpuQing He2007-10-131-0/+1
* KVM: Fix *nopage() in kvm_main.cNguyen Anh Quynh2007-10-131-2/+6
* KVM: Avoid calling smp_call_function_single() with interrupts disabledAvi Kivity2007-08-191-0/+4
* KVM: Fix removal of nx capability from guest cpuidAvi Kivity2007-07-251-2/+2
* Revert "KVM: Avoid useless memory write when possible"Avi Kivity2007-07-251-4/+2
* KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell2007-07-251-3/+3
* KVM: Correctly handle writes crossing a page boundaryAvi Kivity2007-07-251-4/+24
* KVM: x86 emulator: implement rdmsr and wrmsrAvi Kivity2007-07-201-4/+4
* KVM: Fix memory slot management functions for guest smpAvi Kivity2007-07-201-59/+9
* KVM: Use CPU_DYING for disabling virtualizationAvi Kivity2007-07-161-2/+2
* KVM: Tune hotplug/suspend IPIsAvi Kivity2007-07-161-2/+2
* KVM: Keep track of which cpus have virtualization enabledAvi Kivity2007-07-161-12/+33
* KVM: Clean up #includesAvi Kivity2007-07-161-11/+7
* KVM: Remove kvmfs in favor of the anonymous inodes sourceAvi Kivity2007-07-161-132/+11
* KVM: Avoid useless memory write when possibleLuca Tettamanti2007-07-161-2/+4
* KVM: Add support for in-kernel pio handlersEddie Dong2007-07-161-0/+33
* KVM: Adds support for in-kernel mmio handlersGregory Haskins2007-07-161-12/+82
* KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity2007-07-161-0/+44
OpenPOWER on IntegriCloud