Commit Graph

550 Commits (e015050cc5ea01e4beba3862dcafef9360c77522)

Author SHA1 Message Date
Gleb Natapov 7ec4fb4496 KVM: move the code that installs new slots array to a separate function. 12 years ago
Alex Williamson 116c14c019 kvm: Fix memory slot generation updates 12 years ago
Yang Zhang 871a069db9 KVM: remove a wrong hack of delivery PIT intr to vcpu0 12 years ago
Alex Williamson 1e702d9af5 KVM: struct kvm_memory_slot.id -> short 12 years ago
Alex Williamson f82a8cfe93 KVM: struct kvm_memory_slot.user_alloc -> bool 12 years ago
Alex Williamson bbacc0c111 KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTS 12 years ago
Alex Williamson b7f69c555c KVM: Minor memory slot optimization 12 years ago
Alex Williamson e40f193f5b KVM: Fix iommu map/unmap to handle memory slot moves 12 years ago
Alex Williamson 9c695d42db KVM: Check userspace_addr when modifying a memory slot 12 years ago
Alex Williamson f0736cf055 KVM: Restrict non-existing slot state transitions 12 years ago
Alex Williamson 49f8a1a539 kvm: Fix irqfd resampler list walk 12 years ago
Alexander Graf 914daba865 KVM: Distangle eventfd code from irqchip 12 years ago
Michael S. Tsirkin 78c634402a kvm: deliver msi interrupts from irq handler 12 years ago
Michael S. Tsirkin 01f2188037 kvm: add kvm_set_irq_inatomic 12 years ago
Alex Williamson 5419369ed6 KVM: Fix user memslot overlap check 12 years ago
Marcelo Tosatti 42897d866b KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initialization 12 years ago
Marcelo Tosatti d828199e84 KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flag 12 years ago
Guo Chao 807f12e57c KVM: remove unnecessary return value check 12 years ago
Guo Chao 18595411a7 KVM: do not kfree error pointer 12 years ago
Xiao Guangrong 81c52c56e2 KVM: do not treat noslot pfn as a error pfn 12 years ago
Xiao Guangrong f3ac1a4b66 KVM: MMU: fix release noslot pfn 12 years ago
Shuah Khan d151f63f20 KVM: change kvm_assign_device() to print return value when iommu_attach_device() fails 13 years ago
Takuya Yoshikawa b74ca3b3fd kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_le() 13 years ago
Alex Williamson 7a84428af7 KVM: Add resampling irqfds for level triggered interrupts 13 years ago
Gleb Natapov 1e08ec4a13 KVM: optimize apic interrupt delivery 13 years ago
Michael S. Tsirkin 9fc77441e5 KVM: make processes waiting on vcpu mutex killable 13 years ago
Marcelo Tosatti 3b4dc3a031 KVM: move postcommit flush to x86, as mmio sptes are x86 specific 13 years ago
Marcelo Tosatti 12d6e7538e KVM: perform an invalid memslot step for gpa base change 13 years ago
Marcelo Tosatti 2df72e9bc4 KVM: split kvm_arch_flush_shadow 13 years ago
Gavin Shan 66a03505a7 KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot() 13 years ago
Alan Cox 760a9a30ad kvm: Fix nonsense handling of compat ioctl 13 years ago
Xiao Guangrong 4d8b81abc4 KVM: introduce readonly memslot 13 years ago
Xiao Guangrong ca3a490c7d KVM: introduce KVM_HVA_ERR_BAD 13 years ago
Xiao Guangrong 12ce13fea9 KVM: use 'writable' as a hint to map writable pfn 13 years ago
Xiao Guangrong 2fc843117d KVM: reorganize hva_to_pfn 13 years ago
Xiao Guangrong 86ab8cffb4 KVM: introduce gfn_to_hva_read/kvm_read_hva/kvm_read_hva_atomic 13 years ago
Xiao Guangrong 037d92dc5d KVM: introduce gfn_to_pfn_memslot_atomic 13 years ago
Xiao Guangrong a50d64d659 KVM: fix missing check for memslot flags 13 years ago
Tejun Heo 43829731dd workqueue: deprecate flush[_delayed]_work_sync() 13 years ago
Michael S. Tsirkin 28a6fdabb3 KVM: x86: drop parameter validation in ioapic/pic 13 years ago
Xiao Guangrong 32cad84f44 KVM: do not release the error page 13 years ago
Xiao Guangrong cb9aaa30b1 KVM: do not release the error pfn 13 years ago
Xiao Guangrong 6cede2e679 KVM: introduce KVM_ERR_PTR_BAD_PAGE 13 years ago
Xiao Guangrong 83f09228d0 KVM: inline is_*_pfn functions 13 years ago
Xiao Guangrong 950e95097b KVM: introduce KVM_PFN_ERR_BAD 13 years ago
Xiao Guangrong e6c1502b3f KVM: introduce KVM_PFN_ERR_HWPOISON 13 years ago
Xiao Guangrong 6c8ee57be9 KVM: introduce KVM_PFN_ERR_FAULT 13 years ago
Xiao Guangrong 16b854c889 KVM: iommu: fix releasing unmapped page 13 years ago
Takuya Yoshikawa d89cc617b9 KVM: Push rmap into kvm_arch_memory_slot 13 years ago
Christoffer Dall 23d43cf998 KVM: Move KVM_IRQ_LINE to arch-generic code 13 years ago