1. 4d39576 KVM: Remove unnecessary asm/kvm_host.h includes by Peter Xu · 5 years ago
  2. 23581ea KVM: selftests: Fix unknown ucall command asserts by Andrew Jones · 5 years ago
  3. 562b6b0 KVM: x86: Consolidate VM allocation and free for VMX and SVM by Sean Christopherson · 5 years ago
  4. 1a62505 KVM: x86: Directly return __vmalloc() result in ->vm_alloc() by Sean Christopherson · 5 years ago
  5. d18b2f4 KVM: x86: Gracefully handle __vmalloc() failure during VM allocation by Sean Christopherson · 5 years ago
  6. 168d918 KVM: x86: Adjust counter sample period after a wrmsr by Eric Hankland · 5 years ago
  7. 7f42aa7 KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushes by Sean Christopherson · 5 years ago
  8. cec3764 KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flush by Sean Christopherson · 5 years ago
  9. b3594ff KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.c by Sean Christopherson · 5 years ago
  10. 13e48aa KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGION by Sean Christopherson · 5 years ago
  11. 3694725 KVM: Dynamically size memslot array based on number of used slots by Sean Christopherson · 5 years ago
  12. 0577d1a KVM: Terminate memslot walks via used_slots by Sean Christopherson · 5 years ago
  13. 2a49f61 KVM: Ensure validity of memslot with respect to kvm_get_dirty_log() by Sean Christopherson · 5 years ago
  14. 0dff084 KVM: Provide common implementation for generic dirty log functions by Sean Christopherson · 5 years ago
  15. 163da37 KVM: Clean up local variable usage in __kvm_set_memory_region() by Sean Christopherson · 5 years ago
  16. e96c81e KVM: Simplify kvm_free_memslot() and all its descendents by Sean Christopherson · 5 years ago
  17. 5c0b4f3 KVM: Move memslot deletion to helper function by Sean Christopherson · 5 years ago
  18. 2119884 KVM: x86: Free arrays for old memslot when moving memslot's base gfn by Sean Christopherson · 5 years ago
  19. 9d4c197 KVM: Drop "const" attribute from old memslot in commit_memory_region() by Sean Christopherson · 5 years ago
  20. cf47f50 KVM: Move setting of memslot into helper routine by Sean Christopherson · 5 years ago
  21. 71a4c30 KVM: Refactor error handling for setting memory region by Sean Christopherson · 5 years ago
  22. bd0e96f KVM: Explicitly free allocated-but-unused dirty bitmap by Sean Christopherson · 5 years ago
  23. 414de7ab KVM: Drop kvm_arch_create_memslot() by Sean Christopherson · 5 years ago
  24. 0dab98b KVM: x86: Allocate memslot resources during prepare_memory_region() by Sean Christopherson · 5 years ago
  25. 82307e6 KVM: PPC: Move memslot memory allocation into prepare_memory_region() by Sean Christopherson · 5 years ago
  26. 13f6788 KVM: Don't free new memslot if allocation of said memslot fails by Sean Christopherson · 5 years ago
  27. 13ea525 KVM: Reinstall old memslots if arch preparation fails by Sean Christopherson · 5 years ago
  28. edd4fa3 KVM: x86: Allocate new rmap and large page tracking when moving memslot by Sean Christopherson · 5 years ago
  29. 744e699 KVM: x86: Move gpa_val and gpa_available into the emulator context by Sean Christopherson · 5 years ago
  30. 92daa48 KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault by Sean Christopherson · 5 years ago
  31. 999eabc KVM: apic: remove unused function apic_lvt_vector() by Miaohe Lin · 5 years ago
  32. d71f5e0 KVM: VMX: Add 'else' to split mutually exclusive case by Miaohe Lin · 5 years ago
  33. e080e53 KVM: x86: eliminate some unreachable code by Miaohe Lin · 5 years ago
  34. e630269 KVM: x86: Fix print format and coding style by Miaohe Lin · 5 years ago
  35. 222f06e KVM: vmx: rewrite the comment in vmx_get_mt_mask by Chia-I Wu · 5 years ago
  36. 244c6b6 KVM: selftests: Convert some printf's to pr_info's by Andrew Jones · 5 years ago
  37. 3439d88 KVM: selftests: Rework debug message printing by Andrew Jones · 5 years ago
  38. f09205b9 KVM: selftests: Time guest demand paging by Ben Gardon · 5 years ago
  39. 018494e KVM: selftests: Support multiple vCPUs in demand paging test by Ben Gardon · 5 years ago
  40. 9bbf247 KVM: selftests: Add support for vcpu_args_set to aarch64 and s390x by Ben Gardon · 5 years ago
  41. 56a4210 KVM: selftests: Pass args to vCPU in global vCPU args struct by Ben Gardon · 5 years ago
  42. af99e1a KVM: selftests: Add memory size parameter to the demand paging test by Ben Gardon · 5 years ago
  43. 0119cb3 KVM: selftests: Add configurable demand paging delay by Ben Gardon · 5 years ago
  44. 4f72180 KVM: selftests: Add demand paging content to the demand paging test by Ben Gardon · 5 years ago
  45. 025eed7 KVM: selftests: Create a demand paging test by Ben Gardon · 5 years ago
  46. 87a802d KVM: selftests: Introduce num-pages conversion utilities by Andrew Jones · 5 years ago
  47. 377a41c KVM: selftests: Introduce vm_guest_mode_params by Andrew Jones · 5 years ago
  48. f832485 KVM: selftests: Rename vm_guest_mode_params by Andrew Jones · 5 years ago
  49. 12c0d0f KVM: selftests: aarch64: Remove unnecessary ifdefs by Andrew Jones · 5 years ago
  50. 10d1a71 KVM: selftests: Remove unnecessary defines by Andrew Jones · 5 years ago
  51. f09ab26 KVM: selftests: aarch64: Use stream when given by Andrew Jones · 5 years ago
  52. a93236f KVM: s390: rstify new ioctls in api.rst by Christian Borntraeger · 5 years ago
  53. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  54. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  55. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  56. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  57. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 5 years ago
  58. d80b64f KVM: SVM: Fix potential memory leak in svm_cpu_init() by Miaohe Lin · 5 years ago
  59. 23520b2 KVM: apic: avoid calculating pending eoi from an uninitialized val by Miaohe Lin · 5 years ago
  60. a444326 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled by Vitaly Kuznetsov · 5 years ago
  61. 91a5f41 KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 by Vitaly Kuznetsov · 5 years ago
  62. 93fd966 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled by Suravee Suthikulpanit · 5 years ago
  63. 624e18f KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE by Xiaoyao Li · 5 years ago
  64. c9dfd3f KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow by wanpeng li · 5 years ago
  65. 7455a83 KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI by Miaohe Lin · 5 years ago
  66. b78a855 kvm/emulate: fix a -Werror=cast-function-type by Qian Cai · 5 years ago
  67. 147f1a1 KVM: x86: fix incorrect comparison in trace event by Paolo Bonzini · 5 years ago
  68. 463bfee KVM: nVMX: Fix some obsolete comments and grammar error by Miaohe Lin · 5 years ago
  69. d970a32 KVM: x86: fix missing prototypes by Paolo Bonzini · 5 years ago
  70. ead68df KVM: x86: enable -Werror by Paolo Bonzini · 5 years ago
  71. 120881b docs: virt: guest-halt-polling.txt convert to ReST by Mauro Carvalho Chehab · 5 years ago
  72. 033741c docs: kvm: review-checklist.txt: rename to ReST by Mauro Carvalho Chehab · 5 years ago
  73. 6012d9a docs: kvm: Convert timekeeping.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  74. a9700af docs: kvm: Convert s390-diag.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  75. c849d86 docs: kvm: Convert ppc-pv.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  76. 320f3f7 docs: kvm: Convert nested-vmx.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  77. 037d1f9 docs: kvm: Convert mmu.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  78. 75e7fcd docs: kvm: Convert locking.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  79. 5a0af48 docs: kvm: Convert hypercalls.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  80. cec0e48b docs: kvm: arm/psci.txt: convert to ReST by Mauro Carvalho Chehab · 5 years ago
  81. 69bf758 docs: kvm: convert arm/hyp-abi.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  82. 106ee47 docs: kvm: Convert api.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  83. d3b52e4 docs: kvm: convert devices/xive.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  84. 5cccf37 docs: kvm: convert devices/xics.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  85. 6c972ba docs: kvm: convert devices/vm.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  86. aff7aee docs: kvm: convert devices/vfio.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  87. e777a5b docs: kvm: convert devices/vcpu.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  88. e944743 docs: kvm: convert devices/s390_flic.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  89. 05c4703 docs: kvm: convert devices/mpic.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  90. bf6154d docs: kvm: convert devices/arm-vgit.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  91. c0d1c8a docs: kvm: devices/arm-vgit-v3.txt to ReST by Mauro Carvalho Chehab · 5 years ago
  92. d371c01 docs: kvm: devices/arm-vgic-its.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  93. 263a19f docs: virt: Convert msr.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  94. 2756df6 docs: virt: convert halt-polling.txt to ReST format by Mauro Carvalho Chehab · 5 years ago
  95. c09708c docs: virt: user_mode_linux.rst: fix URL references by Mauro Carvalho Chehab · 5 years ago
  96. 72f8a49 docs: virt: user_mode_linux.rst: update compiling instructions by Mauro Carvalho Chehab · 5 years ago
  97. 7d94ab1 docs: virt: convert UML documentation to ReST by Mauro Carvalho Chehab · 5 years ago
  98. 7bd460f docs: kvm: add arm/pvtime.rst to index.rst by Mauro Carvalho Chehab · 5 years ago
  99. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 5 years ago
  100. ff47902 selftests: KVM: Remove unused x86_register enum by Eric Auger · 5 years ago