index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
kvm
/
kvm_main.c
Age
Commit message (
Expand
)
Author
2008-01-30
KVM: Move drivers/kvm/* to virt/kvm/
Avi Kivity
2008-01-30
KVM: Move arch dependent files to new directory arch/x86/kvm/
Avi Kivity
2008-01-30
KVM: Portability: Introduce kvm_vcpu_arch
Zhang Xiantao
2008-01-30
KVM: Convert KVM from ->nopage() to ->fault()
npiggin@suse.de
2008-01-30
KVM: Portability: Create kvm_arch_vcpu_runnable() function
Hollis Blanchard
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: Correct kvm_init() error paths not freeing bad_pge.
Zhang Xiantao
2008-01-30
KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move unalias_gfn to arch dependent file
Zhang Xiantao
2008-01-30
KVM: Disallow fork() and similar games when using a VM
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: Recalculate mmu pages needed for every memory region change
Zhang Xiantao
2008-01-30
KVM: MMU: Selectively set PageDirty when releasing guest memory
Izik Eidus
2008-01-30
KVM: Correct consistent typo: "destory" -> "destroy"
Hollis Blanchard
2008-01-30
KVM: Simplify kvm_clear_guest_page()
Izik Eidus
2008-01-30
KVM: Portability: MMU initialization and teardown split
Zhang Xiantao
2008-01-30
KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
Zhang Xiantao
2008-01-30
KVM: Extend stats support for VM stats
Avi Kivity
2008-01-30
KVM: Portability: Add two hooks to handle kvm_create and destroy vm
Zhang Xiantao
2008-01-30
KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
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: Portability: Move kvm_x86_ops to x86.c
Zhang Xiantao
2008-01-30
KVM: Portability: Move some includes to x86.c
Zhang Xiantao
2008-01-30
KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user()
Izik Eidus
2008-01-30
KVM: introduce gfn_to_hva()
Izik Eidus
2008-01-30
KVM: add kvm_is_error_hva()
Izik Eidus
2008-01-30
KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling
Avi Kivity
2008-01-30
KVM: Add make_page_dirty() to kvm_clear_guest_page()
Dor Laor
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: Make mark_page_dirty() work for aliased pages too.
Uri Lublin
2008-01-30
KVM: Portability: Move pio emulation functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move x86 emulation and mmio device hook to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move kvm_get/set_msr[_common] to x86.c
Carsten Otte
2008-01-30
KVM: Fix gfn_to_page() acquiring mmap_sem twice
Anthony Liguori
2008-01-30
KVM: VMX: Enable memory mapped TPR shadow (FlexPriority)
Sheng Yang
2008-01-30
KVM: Portability: Move control register helper functions to x86.c
Carsten Otte
2008-01-30
KVM: Portability: move get/set_apic_base to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Move memory segmentation to x86.c
Carsten Otte
2008-01-30
KVM: Portability: Split kvm_vm_ioctl v3
Carsten Otte
[next]