index
:
android_kernel_xiaomi_sdm660.git
lineage-18.1
Unnamed repository; edit this file 'description' to name the repository.
Rafael Marcalo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm.h
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Portability: Stop including x86-specific headers in kvm_main.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move IO device definitions to its own header file
Hollis Blanchard
2008-01-30
KVM: Portability: Move address types to their own header file
Hollis Blanchard
2008-01-30
KVM: Disallow fork() and similar games when using a VM
Avi Kivity
2008-01-30
KVM: Remove gpa_to_hpa()
Avi Kivity
2008-01-30
KVM: MMU: Remove gva_to_hpa()
Avi Kivity
2008-01-30
KVM: MMU: Introduce gfn_to_gpa()
Avi Kivity
2008-01-30
KVM: Add statistic for remote tlb flushes
Avi Kivity
2008-01-30
KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
Avi Kivity
2008-01-30
KVM: Portability: Split kvm_set_memory_region() to have an arch callout
Zhang Xiantao
2008-01-30
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
KVM: Move misplaced comment
Hollis Blanchard
2008-01-30
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
KVM: Remove unused "rmap_overflow" variable
Hollis Blanchard
2008-01-30
KVM: Portability: Move some function declarations to x86.h
Zhang Xiantao
2008-01-30
KVM: Move some static inline functions out from kvm.h into x86.h
Zhang Xiantao
2008-01-30
KVM: Portability: Move vcpu regs enumeration definition to x86.h
Zhang Xiantao
2008-01-30
KVM: Portability: Move struct kvm_x86_ops definition to x86.h
Zhang Xiantao
2008-01-30
KVM: Portability: Move some macro definitions from kvm.h to x86.h
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
KVM: MMU: Add some mmu statistics
Avi Kivity
2008-01-30
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
KVM: Add instruction emulation statistics
Avi Kivity
2008-01-30
KVM: Add fpu_reload counter
Avi Kivity
2008-01-30
KVM: Replace 'light_exits' stat with 'host_state_reload'
Avi Kivity
2008-01-30
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
KVM: Remove ptr comparisons to 0
Joe Perches
2008-01-30
KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent
Zhang Xiantao
2008-01-30
KVM: Portability: move KVM_CHECK_EXTENSION
Zhang Xiantao
2008-01-30
KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch()
Zhang Xiantao
2008-01-30
KVM: Portability: Combine kvm_init and kvm_init_x86
Zhang Xiantao
2008-01-30
KVM: Portability: Add vcpu and hardware management arch hooks
Zhang Xiantao
2008-01-30
KVM: add kvm_is_error_hva()
Izik Eidus
2008-01-30
KVM: Portability: Move x86 vcpu ioctl handlers to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 FPU handling to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Move x86 instruction emulation code to x86.c
Hollis Blanchard
2008-01-30
KVM: Portability: Make exported debugfs data architecture-specific
Hollis Blanchard
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
2008-01-30
KVM: Add ioctl to tss address from userspace,
Izik Eidus
2008-01-30
KVM: Add kernel-internal memory slots
Izik Eidus
2008-01-30
KVM: Export memory slot allocation mechanism
Izik Eidus
2008-01-30
KVM: Unmap kernel-allocated memory on slot destruction
Izik Eidus
2008-01-30
KVM: Move vmx_vcpu_reset() out of vmx_vcpu_setup()
Avi Kivity
2008-01-30
KVM: Portability: Split kvm_vcpu into arch dependent and independent parts (p...
Zhang Xiantao
2008-01-30
KVM: Allocate userspace memory for older userspace
Anthony Liguori
2008-01-30
KVM: Use virtual cpu accounting if available for guest times.
Christian Borntraeger
2008-01-30
KVM: MMU: Partial swapping of guest memory
Izik Eidus
2008-01-30
KVM: MMU: Make gfn_to_page() always safe
Izik Eidus
2008-01-30
KVM: Rename KVM_TLB_FLUSH to KVM_REQ_TLB_FLUSH
Avi Kivity
[next]