Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
577f99c1d08cf9cbdafd4e858dd13ff04d855090
/
include
/
linux
/
kvm.h
674eea0
KVM: Make the supported cpuid list a host property rather than a vm property
by Avi Kivity
· 17 years ago
6f723c7
KVM: Portability: Move kvm_fpu to asm-x86/kvm.h
by Christian Ehrhardt
· 17 years ago
b93463a
KVM: Accelerated apic support
by Avi Kivity
· 17 years ago
b209749f
KVM: local APIC TPR access reporting facility
by Avi Kivity
· 17 years ago
ec10f47
KVM: Expose ioapic to ia64 save/restore APIs
by Zhang Xiantao
· 17 years ago
51e2962
KVM: Add ifdef in irqchip struct for x86 only structures
by Jerone Young
· 17 years ago
0771671
KVM: Enhance guest cpuid management
by Dan Kenigsberg
· 17 years ago
a162dd5
KVM: Portability: Move cpuid structures to <asm/kvm.h>
by Jerone Young
· 17 years ago
244d57e
KVM: Portability: Move kvm_sregs and msr structures to <asm/kvm.h>
by Jerone Young
· 17 years ago
3a56b20
KVM: Portability: Move kvm_segment & kvm_dtable structure to <asm/kvm.h>
by Jerone Young
· 17 years ago
d9ecf92
KVM: Portability: Move structure lapic_state to <asm/kvm.h>
by Jerone Young
· 17 years ago
19d30b1
KVM: Portability: Move kvm_regs to <asm/kvm.h>
by Jerone Young
· 17 years ago
da1386a
KVM: Portability: Move x86 pic strutctures
by Jerone Young
· 17 years ago
f6a40e3
KVM: Portability: Move kvm_memory_alias to asm/kvm.h
by Jerone Young
· 17 years ago
cbc9402
KVM: Add ioctl to tss address from userspace,
by Izik Eidus
· 17 years ago
6fc138d
KVM: Support assigning userspace memory to the guest
by Izik Eidus
· 17 years ago
82ce2c9
KVM: Allow dynamic allocation of the mmu shadow cache size
by Izik Eidus
· 17 years ago
8a45450
KVM: Replace enum by #define
by Avi Kivity
· 17 years ago
96ad2cc
KVM: in-kernel LAPIC save and restore support
by Eddie Dong
· 17 years ago
6bf9e96
KVM: in-kernel IOAPIC save and restore support
by He, Qing
· 17 years ago
6ceb9d7
KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
by He, Qing
· 17 years ago
b6958ce
KVM: Emulate hlt in the kernel
by Eddie Dong
· 17 years ago
97222cc
KVM: Emulate local APIC in kernel
by Eddie Dong
· 17 years ago
85f455f
KVM: Add support for in-kernel PIC emulation
by Eddie Dong
· 17 years ago
253abde
KVM: Communicate cr8 changes to userspace
by Yang, Sheng
· 17 years ago
519ef35
KVM: add hypercall nr to kvm_run
by Jeff Dike
· 17 years ago
9eb829c
KVM: Trivial: Use standard BITMAP macros, open-code userspace-exposed header
by Rusty Russell
· 17 years ago
dea8cae
KVM: Trivial: /dev/kvm interface is no longer experimental.
by Rusty Russell
· 17 years ago
24cbc7e
KVM: Future-proof the exit information union ABI
by Avi Kivity
· 17 years ago
2ff81f7
KVM: Remove unused 'instruction_length'
by Avi Kivity
· 18 years ago
02c8320
KVM: Don't require explicit indication of completion of mmio or pio
by Avi Kivity
· 18 years ago
b883673
KVM: Add fpu get/set operations
by Avi Kivity
· 18 years ago
e820754
KVM: Add physical memory aliasing feature
by Avi Kivity
· 18 years ago
039576c
KVM: Avoid guest virtual addresses in string pio userspace interface
by Avi Kivity
· 18 years ago
07c45a3
KVM: Allow kernel to select size of mmap() buffer
by Avi Kivity
· 18 years ago
1961d27
KVM: Add guest mode signal mask
by Avi Kivity
· 18 years ago
1b19f3e
KVM: Add a special exit reason when exiting due to an interrupt
by Avi Kivity
· 18 years ago
8eb7d33
KVM: Fold kvm_run::exit_type into kvm_run::exit_reason
by Avi Kivity
· 18 years ago
b4e63f5
KVM: Allow userspace to process hypercalls which have no kernel handler
by Avi Kivity
· 18 years ago
5d308f4
KVM: Add method to check for backwards-compatible API extensions
by Avi Kivity
· 18 years ago
739872c
KVM: Renumber ioctls
by Avi Kivity
· 18 years ago
2a4dac3
KVM: Remove minor wart from KVM_CREATE_VCPU ioctl
by Avi Kivity
· 18 years ago
106b552
KVM: Remove the 'emulated' field from the userspace interface
by Avi Kivity
· 18 years ago
06465c5
KVM: Handle cpuid in the kernel instead of punting to userspace
by Avi Kivity
· 18 years ago
46fc147
KVM: Do not communicate to userspace through cpu registers during PIO
by Avi Kivity
· 18 years ago
9a2bb7f
KVM: Use a shared page for kernel/user communication when runing a vcpu
by Avi Kivity
· 18 years ago
f7e6a45
KVM: Bump API version
by Avi Kivity
· 18 years ago
bccf215
KVM: Per-vcpu inodes
by Avi Kivity
· 18 years ago
f17abe9
KVM: Create an inode per virtual machine
by Avi Kivity
· 18 years ago
8cd1330
[PATCH] kvm: Fix mismatch between 32-bit and 64-bit abi
by Avi Kivity
· 18 years ago
5481034
[PATCH] kvm: Two-way apic tpr synchronization
by Dor Laor
· 18 years ago
46fe4dd
[PATCH] KVM: SVM: Propagate cpu shutdown events to userspace
by Joerg Roedel
· 18 years ago
c1150d8
[PATCH] KVM: Improve interrupt response
by Dor Laor
· 18 years ago
0b76e20
[PATCH] KVM: API versioning
by Avi Kivity
· 18 years ago
6aa8b73
[PATCH] kvm: userspace interface
by Avi Kivity
· 18 years ago