aboutsummaryrefslogtreecommitdiff
path: root/include/linux/kvm.h
AgeCommit message (Expand)Author
2008-03-03KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity
2008-01-30KVM: Portability: Move kvm_fpu to asm-x86/kvm.hChristian Ehrhardt
2008-01-30KVM: Accelerated apic supportAvi Kivity
2008-01-30KVM: local APIC TPR access reporting facilityAvi Kivity
2008-01-30KVM: Expose ioapic to ia64 save/restore APIsZhang Xiantao
2008-01-30KVM: Add ifdef in irqchip struct for x86 only structuresJerone Young
2008-01-30KVM: Enhance guest cpuid managementDan Kenigsberg
2008-01-30KVM: Portability: Move cpuid structures to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move structure lapic_state to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move kvm_regs to <asm/kvm.h>Jerone Young
2008-01-30KVM: Portability: Move x86 pic strutcturesJerone Young
2008-01-30KVM: Portability: Move kvm_memory_alias to asm/kvm.hJerone Young
2008-01-30KVM: Add ioctl to tss address from userspace,Izik Eidus
2008-01-30KVM: Support assigning userspace memory to the guestIzik Eidus
2008-01-30KVM: Allow dynamic allocation of the mmu shadow cache sizeIzik Eidus
2007-10-13KVM: Replace enum by #defineAvi Kivity
2007-10-13KVM: in-kernel LAPIC save and restore supportEddie Dong
2007-10-13KVM: in-kernel IOAPIC save and restore supportHe, Qing
2007-10-13KVM: Add get/set irqchip ioctls for in-kernel PIC live migration supportHe, Qing
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng
2007-10-13KVM: add hypercall nr to kvm_runJeff Dike
2007-10-13KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed headerRusty Russell
2007-10-13KVM: Trivial: /dev/kvm interface is no longer experimental.Rusty Russell
2007-10-13KVM: Future-proof the exit information union ABIAvi Kivity
2007-05-03KVM: Remove unused 'instruction_length'Avi Kivity
2007-05-03KVM: Don't require explicit indication of completion of mmio or pioAvi Kivity
2007-05-03KVM: Add fpu get/set operationsAvi Kivity
2007-05-03KVM: Add physical memory aliasing featureAvi Kivity
2007-05-03KVM: Avoid guest virtual addresses in string pio userspace interfaceAvi Kivity
2007-05-03KVM: Allow kernel to select size of mmap() bufferAvi Kivity
2007-05-03KVM: Add guest mode signal maskAvi Kivity
2007-05-03KVM: Add a special exit reason when exiting due to an interruptAvi Kivity
2007-05-03KVM: Fold kvm_run::exit_type into kvm_run::exit_reasonAvi Kivity
2007-05-03KVM: Allow userspace to process hypercalls which have no kernel handlerAvi Kivity
2007-05-03KVM: Add method to check for backwards-compatible API extensionsAvi Kivity
2007-05-03KVM: Renumber ioctlsAvi Kivity
2007-05-03KVM: Remove minor wart from KVM_CREATE_VCPU ioctlAvi Kivity
2007-05-03KVM: Remove the 'emulated' field from the userspace interfaceAvi Kivity
2007-05-03KVM: Handle cpuid in the kernel instead of punting to userspaceAvi Kivity
2007-05-03KVM: Do not communicate to userspace through cpu registers during PIOAvi Kivity
2007-05-03KVM: Use a shared page for kernel/user communication when runing a vcpuAvi Kivity
2007-03-04KVM: Bump API versionAvi Kivity
2007-03-04KVM: Per-vcpu inodesAvi Kivity
2007-03-04KVM: Create an inode per virtual machineAvi Kivity
2007-02-12[PATCH] kvm: Fix mismatch between 32-bit and 64-bit abiAvi Kivity