aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-13KVM: Replace enum by #defineAvi Kivity1-19/+15
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong1-0/+8
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing1-1/+28
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing1-0/+36
2007-10-13KVM: Emulate hlt in the kernelEddie Dong1-0/+1
2007-10-13KVM: Emulate local APIC in kernelEddie Dong1-2/+2
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong1-0/+19
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng1-0/+1
2007-10-13KVM: add hypercall nr to kvm_runJeff Dike1-0/+1
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell1-8/+2
2007-10-13KVM: Trivial: /dev/kvm interface is no longer experimental.Rusty Russell1-2/+1
2007-10-13KVM: Future-proof the exit information union ABIAvi Kivity1-0/+2
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity1-3/+2
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity1-3/+2
2007-05-03KVM: Add fpu get/set operationsAvi Kivity1-0/+17
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity1-1/+9
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity1-9/+2
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity1-0/+4
2007-05-03KVM: Add guest mode signal maskAvi Kivity1-0/+7
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity1-1/+2
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity1-7/+8
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity1-1/+9
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity1-0/+5
2007-05-03KVM: Renumber ioctlsAvi Kivity1-17/+17
2007-05-03KVM: Remove minor wart from KVM_CREATE_VCPU ioctlAvi Kivity1-1/+1
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity1-2/+1
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity1-1/+17
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity1-3/+3
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity1-3/+3
2007-03-04KVM: Bump API versionAvi Kivity1-1/+1
2007-03-04KVM: Per-vcpu inodesAvi Kivity1-21/+17
2007-03-04KVM: Create an inode per virtual machineAvi Kivity1-1/+9
2007-02-12[PATCH] kvm: Fix mismatch between 32-bit and 64-bit abiAvi Kivity1-1/+2
2007-02-12[PATCH] kvm: Two-way apic tpr synchronizationDor Laor1-0/+2
2007-01-26[PATCH] KVM: SVM: Propagate cpu shutdown events to userspaceJoerg Roedel1-0/+1
2007-01-05[PATCH] KVM: Improve interrupt responseDor Laor1-1/+10
2006-12-22[PATCH] KVM: API versioningAvi Kivity1-0/+3
2006-12-10[PATCH] kvm: userspace interfaceAvi Kivity1-0/+227