Commit Graph

359 Commits (908debc8da0d5a91418f71c6a462f62bd2ac69ef)

Author SHA1 Message Date
Alex Williamson 3f68b0318b KVM: IOMMU: Disable device assignment without interrupt remapping 14 years ago
Xiao Guangrong ce88decffd KVM: MMU: mmio page fault support 14 years ago
Xiao Guangrong fce92dce79 KVM: MMU: filter out the mmio pfn from the fault pfn 14 years ago
Gleb Natapov e03b644fe6 KVM: introduce kvm_read_guest_cached 14 years ago
Jan Kiszka 9f3191aec5 KVM: Fix off-by-one in overflow check of KVM_ASSIGN_SET_MSIX_NR 14 years ago
Alexander Graf 1dda606c5f KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK 14 years ago
Jan Kiszka d780592b99 KVM: Clean up error handling during VCPU creation 14 years ago
Xiao Guangrong 8b0cedff04 KVM: use __copy_to_user/__clear_user to write guest page 14 years ago
Mike Waychison 74b5c5bfff KVM: Initialize kvm before registering the mmu notifier 14 years ago
Heiko Carstens 9e3bb6b6f6 KVM: add missing void __user * cast to access_ok() call 14 years ago
OGAWA Hirofumi 85722cda30 KVM: Fix kvm mmu_notifier initialization order 14 years ago
Takuya Yoshikawa fa3d315a4c KVM: Validate userspace_addr of memslot when registered 14 years ago
Liu Yuan a38f84ca8c KVM: ioapic: Fix an error field reference 14 years ago
Alex Williamson f8fcfd7755 KVM: Use pci_store/load_saved_state() around VM device usage 14 years ago
Xiao Guangrong 0ee8dcb87e KVM: cleanup memslot_id function 14 years ago
Gleb Natapov 0857b9e95c KVM: Enable async page fault processing 14 years ago
Michael S. Tsirkin 9e02fb9633 KVM: fix crash on irqfd deassign 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Akinobu Mita cd7e48c5de kvm: use little-endian bitops 14 years ago
Akinobu Mita 5140a357ea kvm: stop including asm-generic/bitops/le.h directly 14 years ago
Rafael J. Wysocki fb3600cc50 KVM: Use syscore_ops instead of sysdev class and sysdev 14 years ago
Michael S. Tsirkin c8ce057eaf KVM: improve comment on rcu use in irqfd_deassign 14 years ago
Jan Kiszka e935b8372c KVM: Convert kvm_lock to raw_spinlock 14 years ago
Rik van Riel 217ece6129 KVM: use yield_to instead of sleep in kvm_vcpu_on_spin 14 years ago
Rik van Riel 34bb10b79d KVM: keep track of which task is running a KVM vcpu 14 years ago
Huang Ying fafc3dbaac KVM: Replace is_hwpoison_address with __get_user_pages 14 years ago
Xiao Guangrong 3cba41307a KVM: make make_all_cpus_request() lockless 14 years ago
Xiao Guangrong 6b7e2d0991 KVM: Add "exiting guest mode" state 14 years ago
Heiko Carstens d48ead8b0b KVM: fix build warning within __kvm_set_memory_region() on s390 14 years ago
Avi Kivity 8234b22e1c KVM: MMU: Don't flush shadow when enabling dirty tracking 14 years ago
Andrea Arcangeli 22e5c47ee2 thp: add compound_trans_head() helper 14 years ago
Andrea Arcangeli 8ee53820ed thp: mmu_notifier_test_young 14 years ago
Andrea Arcangeli 936a5fe6e6 thp: kvm mmu transparent hugepage support 14 years ago
Avi Kivity b7c4145ba2 KVM: Don't spin on virt instruction faults during reboot 14 years ago
Xiao Guangrong a4ee1ca4a3 KVM: MMU: delay flush all tlbs on sync_page path 14 years ago
Michael S. Tsirkin bd2b53b20f KVM: fast-path msi injection with irqfd 14 years ago
Takuya Yoshikawa 75b7127c38 KVM: rename hardware_[dis|en]able() to *_nolock() and add locking wrappers 14 years ago
Takuya Yoshikawa 97e91e28fa KVM: take kvm_lock for hardware_disable() during cpu hotplug 14 years ago
Jan Kiszka 51de271d44 KVM: Clean up kvm_vm_ioctl_assigned_device 14 years ago
Jan Kiszka ed78661f26 KVM: Save/restore state of assigned PCI device 14 years ago
Jan Kiszka 1e001d49f9 KVM: Refactor IRQ names of assigned devices 14 years ago
Jan Kiszka 0645211c43 KVM: Switch assigned device IRQ forwarding to threaded handler 14 years ago
Jan Kiszka 0c106b5aaa KVM: Clear assigned guest IRQ on release 14 years ago
Jan Kiszka d89f5eff70 KVM: Clean up vm creation and release 14 years ago
Jan Kiszka 57e7fbee1d KVM: Refactor srcu struct release on early errors 14 years ago
Xiao Guangrong 64f638c7c4 KVM: fix the race while wakeup all pv guest 14 years ago
Xiao Guangrong 15096ffcea KVM: handle more completed apfs if possible 14 years ago
Takuya Yoshikawa 2653503769 KVM: replace vmalloc and memset with vzalloc 14 years ago
Heiko Carstens aac8763697 KVM: get rid of warning within kvm_dev_ioctl_create_vm 14 years ago
Heiko Carstens 3bcc8a8c6c KVM: add cast within kvm_clear_guest_page to fix warning 14 years ago