Commit Graph

472 Commits (976bacef40c66443173283cc02b537e37a62c981)

Author SHA1 Message Date
Xiao Guangrong f3ac1a4b66 KVM: MMU: fix release noslot pfn 12 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
Xiao Guangrong a2766325cf KVM: remove dummy pages 13 years ago
Xiao Guangrong 2b4b5af8f8 KVM: use kvm_release_page_clean to release the page 13 years ago
Raghavendra K T 06e48c510a KVM: Choose better candidate for directed yield 13 years ago
Raghavendra K T 4c088493c8 KVM: Note down when cpu relax intercepted or pause loop exited 13 years ago
Raghavendra K T f2a7434731 KVM: Add config to support ple or cpu relax optimzation 13 years ago
Michael S. Tsirkin 93b6547e22 KVM: switch to symbolic name for irq_states size 13 years ago
Michael S. Tsirkin 1a577b7247 KVM: fix race with level interrupts 13 years ago
Xiao Guangrong d566104853 KVM: remove the unused parameter of gfn_to_pfn_memslot 13 years ago
Xiao Guangrong ca0565f573 KVM: make bad_pfn static to kvm_main.c 13 years ago
Xiao Guangrong 903816fa4d KVM: using get_fault_pfn to get the fault pfn 13 years ago
Takuya Yoshikawa b3ae209697 KVM: Introduce kvm_unmap_hva_range() for kvm_mmu_notifier_invalidate_range_start() 13 years ago
Alex Williamson a76beb1412 KVM: Fix device assignment threaded irq handler 13 years ago
Rik van Riel 5cfc2aabcb KVM: handle last_boosted_vcpu = 0 case 13 years ago
Xiao Guangrong f411930442 KVM: fix fault page leak 13 years ago
Alex Williamson 326cf0334b KVM: Sanitize KVM_IRQFD flags 13 years ago
Alex Williamson d4db2935e4 KVM: Pass kvm_irqfd to functions 13 years ago
Marc Zyngier 9900b4b48b KVM: use KVM_CAP_IRQ_ROUTING to protect the routing related code 13 years ago
Jan Kiszka f961f72836 KVM: Fix PCI header check on device assignment 13 years ago
Avi Kivity f2ebd422f7 KVM: Fix buffer overflow in kvm_set_irq() 13 years ago
Takuya Yoshikawa c1a7b32a14 KVM: Avoid wasting pages for small lpage_info arrays 13 years ago
Takuya Yoshikawa 92eca8faad KVM: Separate out dirty_bitmap allocation code as kvm_kvzalloc() 13 years ago