Commit Graph

113 Commits (60eead79ad8750f80384cbe48fc44edcc78a0305)

Author SHA1 Message Date
Xiantao Zhang 3e4bb3ac9e KVM: Use kzalloc to avoid allocating kvm_regs from kernel stack 17 years ago
Marcelo Tosatti 05da45583d KVM: MMU: large page support 17 years ago
Marcelo Tosatti 2e53d63acb KVM: MMU: ignore zapped root pagetables 17 years ago
Andrea Arcangeli 0aac03f07b KVM: Disable pagefaults during copy_from_user_inatomic() 17 years ago
Avi Kivity adb1ff4675 KVM: Limit vcpu mmap size to one page on non-x86 17 years ago
Avi Kivity 09566765ef KVM: Only x86 has pio 17 years ago
Jan Engelhardt 5c5027425e KVM: constify function pointer tables 17 years ago
Izik Eidus 72dc67a696 KVM: remove the usage of the mmap_sem for the protection of the memory slots. 17 years ago
Christoph Hellwig 8b88b0998e libfs: allow error return from simple attributes 17 years ago
Marcelo Tosatti aaee2c94f7 KVM: MMU: Switch to mmu spinlock 17 years ago
Marcelo Tosatti 7ec5458821 KVM: Add kvm_read_guest_atomic() 17 years ago
Marcelo Tosatti 10589a4699 KVM: MMU: Concurrent guest walkers 17 years ago
Avi Kivity 0fce5623ba KVM: Move drivers/kvm/* to virt/kvm/ 17 years ago
Avi Kivity edf884172e KVM: Move arch dependent files to new directory arch/x86/kvm/ 17 years ago
Zhang Xiantao ad312c7c79 KVM: Portability: Introduce kvm_vcpu_arch 17 years ago
npiggin@suse.de e4a533a416 KVM: Convert KVM from ->nopage() to ->fault() 17 years ago
Hollis Blanchard 53e0aa7b65 KVM: Portability: Create kvm_arch_vcpu_runnable() function 17 years ago
Hollis Blanchard e01a1b570f KVM: Portability: Stop including x86-specific headers in kvm_main.c 17 years ago
Hollis Blanchard e2174021cf KVM: Portability: Move IO device definitions to its own header file 17 years ago
Zhang Xiantao d230878471 KVM: Correct kvm_init() error paths not freeing bad_pge. 17 years ago
Zhang Xiantao f77bc6a420 KVM: Portability: Move KVM_INTERRUPT vcpu ioctl to x86.c 17 years ago
Zhang Xiantao e9f85cde99 KVM: Portability: Move unalias_gfn to arch dependent file 17 years ago
Avi Kivity 6d4e4c4fca KVM: Disallow fork() and similar games when using a VM 17 years ago
Avi Kivity 0f74a24c59 KVM: Add statistic for remote tlb flushes 17 years ago
Avi Kivity 26e5215fdc KVM: Split vcpu creation to avoid vcpu_load() before preemption setup 17 years ago
Zhang Xiantao 0de10343b3 KVM: Portability: Split kvm_set_memory_region() to have an arch callout 17 years ago
Zhang Xiantao 3ad82a7e87 KVM: Recalculate mmu pages needed for every memory region change 17 years ago
Izik Eidus b4231d6180 KVM: MMU: Selectively set PageDirty when releasing guest memory 17 years ago
Hollis Blanchard d40ccc6246 KVM: Correct consistent typo: "destory" -> "destroy" 17 years ago
Izik Eidus 3e021bf505 KVM: Simplify kvm_clear_guest_page() 17 years ago
Zhang Xiantao 56c6d28a9a KVM: Portability: MMU initialization and teardown split 17 years ago
Zhang Xiantao 5bb064dcde KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file 17 years ago
Avi Kivity ba1389b7a0 KVM: Extend stats support for VM stats 17 years ago
Zhang Xiantao d19a9cd275 KVM: Portability: Add two hooks to handle kvm_create and destroy vm 17 years ago
Zhang Xiantao a16b043cc9 KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list 17 years ago
Joe Perches 56919c5c97 KVM: Remove ptr comparisons to 0 17 years ago
Zhang Xiantao 8b0067913d KVM: Portability: Make kvm_vcpu_ioctl_translate arch dependent 17 years ago
Zhang Xiantao 018d00d2fe KVM: Portability: move KVM_CHECK_EXTENSION 17 years ago
Zhang Xiantao f8c16bbaa9 KVM: Portability: Move x86 specific code from kvm_init() to kvm_arch() 17 years ago
Zhang Xiantao cb498ea2ce KVM: Portability: Combine kvm_init and kvm_init_x86 17 years ago
Zhang Xiantao e9b11c1755 KVM: Portability: Add vcpu and hardware management arch hooks 17 years ago
Zhang Xiantao 97896d04a1 KVM: Portability: Move kvm_x86_ops to x86.c 17 years ago
Zhang Xiantao d825ed0a97 KVM: Portability: Move some includes to x86.c 17 years ago
Izik Eidus e0506bcba5 KVM: Change kvm_{read,write}_guest() to use copy_{from,to}_user() 17 years ago
Izik Eidus 539cb6608c KVM: introduce gfn_to_hva() 17 years ago
Izik Eidus f9d46eb0e4 KVM: add kvm_is_error_hva() 17 years ago
Avi Kivity 1a6f4d7fbd KVM: Simplify CPU_TASKS_FROZEN cpu notifier handling 17 years ago
Dor Laor 12264760e4 KVM: Add make_page_dirty() to kvm_clear_guest_page() 17 years ago
Hollis Blanchard b6c7a5dccf KVM: Portability: Move x86 vcpu ioctl handlers to x86.c 17 years ago
Hollis Blanchard d075206073 KVM: Portability: Move x86 FPU handling to x86.c 17 years ago