Commit Graph

348 Commits (958ca5985604a6f13387d32de489365df816558b)

Author SHA1 Message Date
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
Takuya Yoshikawa 6f9e5c1702 KVM: use kmalloc() for small dirty bitmaps 14 years ago
Takuya Yoshikawa 515a01279a KVM: pre-allocate one more dirty bitmap to avoid vmalloc() 14 years ago
Takuya Yoshikawa a36a57b1a1 KVM: introduce wrapper functions for creating/destroying dirty bitmaps 14 years ago
Gleb Natapov 64be500706 KVM: x86: trace "exit to userspace" event 14 years ago
Marcelo Tosatti 612819c3c6 KVM: propagate fault r/w information to gup(), allow read-only memory 14 years ago
Gleb Natapov 8030089f9e KVM: improve hva_to_pfn() readability 14 years ago
Gleb Natapov 7c90705bf2 KVM: Inject asynchronous page fault into a PV guest if page is swapped out. 14 years ago
Gleb Natapov 344d9588a9 KVM: Add PV MSR to enable asynchronous page faults delivery. 14 years ago
Gleb Natapov 49c7754ce5 KVM: Add memory slot versioning and use it to provide fast guest write interface 14 years ago
Gleb Natapov 56028d0861 KVM: Retry fault before vmentry 14 years ago