1. bfce281 kill mm argument of vm_munmap() by Al Viro · 12 years ago
  2. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  3. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 12 years ago
  4. 2225fd5 KVM: VMX: Fix kvm_set_shared_msr() called in preemptible context by Avi Kivity · 12 years ago
  5. f19a0c2 KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on reset by Gleb Natapov · 12 years ago
  6. 7a4f5ad KVM: VMX: vmx_set_cr0 expects kvm->srcu locked by Marcelo Tosatti · 12 years ago
  7. fea5295 KVM: PMU: Fix integer constant is too large warning in kvm_pmu_set_msr() by Sasikantha babu · 12 years ago
  8. 2e7580b Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  9. 35cb8d9 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  10. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  11. 8fd75e1 x86: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  12. 02626b6 KVM: x86: fix kvm_write_tsc() TSC matching thinko by Marcelo Tosatti · 12 years ago
  13. 9587190 KVM: nVMX: Fix erroneous exception bitmap check by Nadav Har'El · 12 years ago
  14. a223c31 KVM: Ignore the writes to MSR_K7_HWCR(3) by Nicolae Mogoreanu · 12 years ago
  15. 4d6931c KVM: MMU: make use of ->root_level in reset_rsvds_bits_mask by Davidlohr Bueso · 12 years ago
  16. 62079d8 KVM: PMU: add proper support for fixed counter 2 by Gleb Natapov · 12 years ago
  17. fac3368 KVM: PMU: Fix raw event check by Gleb Natapov · 12 years ago
  18. a7b9d2c KVM: PMU: warn when pin control is set in eventsel msr by Gleb Natapov · 12 years ago
  19. 9ee7397 KVM: VMX: Fix delayed load of shared MSRs by Avi Kivity · 12 years ago
  20. 07700a9 KVM: Allow host IRQ sharing for assigned PCI 2.3 devices by Jan Kiszka · 12 years ago
  21. 3e51570 KVM: Ensure all vcpus are consistent with in-kernel irqchip settings by Avi Kivity · 12 years ago
  22. 4cee479 KVM: x86 emulator: Allow PM/VM86 switch during task switch by Kevin Wolf · 12 years ago
  23. ea5e97e KVM: SVM: Fix CPL updates by Kevin Wolf · 12 years ago
  24. 66b0ab8 KVM: x86 emulator: VM86 segments must have DPL 3 by Kevin Wolf · 12 years ago
  25. 7f3d35f KVM: x86 emulator: Fix task switch privilege checks by Kevin Wolf · 12 years ago
  26. 270c6c7 KVM: x86 emulator: correctly mask pmc index bits in RDPMC instruction emulation by Gleb Natapov · 12 years ago
  27. db3fe4e KVM: Introduce kvm_memory_slot::arch and move lpage_info into it by Takuya Yoshikawa · 12 years ago
  28. fb03cb6 KVM: Introduce gfn_to_index() which returns the index for a given level by Takuya Yoshikawa · 12 years ago
  29. 6dbf79e KVM: Fix write protection race during dirty logging by Takuya Yoshikawa · 12 years ago
  30. 1016674 KVM: VMX: remove yield_on_hlt by Raghavendra K T · 12 years ago
  31. e26101b KVM: Track TSC synchronization in generations by Zachary Amsden · 12 years ago
  32. 0dd6a6e KVM: Dont mark TSC unstable due to S4 suspend by Zachary Amsden · 12 years ago
  33. f1e2b26 KVM: Allow adjust_tsc_offset to be in host or guest cycles by Marcelo Tosatti · 12 years ago
  34. 6f526ec KVM: Add last_host_tsc tracking back to KVM by Zachary Amsden · 12 years ago
  35. b183aa5 KVM: Fix last_guest_tsc / tsc_offset semantics by Zachary Amsden · 12 years ago
  36. 4dd7980 KVM: Leave TSC synchronization window open with each new sync by Zachary Amsden · 12 years ago
  37. 5d3cb0f6 KVM: Improve TSC offset matching by Zachary Amsden · 12 years ago
  38. cc57828 KVM: Infrastructure for software and hardware based TSC rate scaling by Zachary Amsden · 12 years ago
  39. 242ec97 KVM: x86: reset edge sense circuit of i8259 on init by Gleb Natapov · 12 years ago
  40. 1a18a69 KVM: x86 emulator: reject SYSENTER in compatibility mode on AMD guests by Avi Kivity · 12 years ago
  41. a52315e KVM: Don't mistreat edge-triggered INIT IPI as INIT de-assert. (LAPIC) by Julian Stecklina · 13 years ago
  42. e235885 KVM: SVM: comment nested paging and virtualization module parameters by Davidlohr Bueso · 12 years ago
  43. e4b35cc KVM: MMU: Remove unused kvm parameter from rmap_next() by Takuya Yoshikawa · 12 years ago
  44. 9373e2c0 KVM: MMU: Remove unused kvm parameter from __gfn_to_rmap() by Takuya Yoshikawa · 12 years ago
  45. 2adb5ad KVM: x86 emulator: Remove byte-sized MOVSX/MOVZX hack by Avi Kivity · 13 years ago
  46. 28867ce KVM: x86 emulator: add 8-bit memory operands by Avi Kivity · 13 years ago
  47. 2b036c6 KVM: SVM: Add support for AMD's OSVW feature in guests by Boris Ostrovsky · 13 years ago
  48. 4a58ae6 KVM: MMU: unnecessary NX state assignment by Davidlohr Bueso · 13 years ago
  49. 5b1c149 KVM: s390: ucontrol: export SIE control block to user by Carsten Otte · 13 years ago
  50. e08b963 KVM: s390: add parameter for KVM_CREATE_VM by Carsten Otte · 13 years ago
  51. a138fe7 KVM: MMU: remove the redundant get_written_sptes by Xiao Guangrong · 13 years ago
  52. 6addd1a KVM: MMU: Add missing large page accounting to drop_large_spte() by Takuya Yoshikawa · 13 years ago
  53. 37178b8 KVM: MMU: Remove for_each_unsync_children() macro by Takuya Yoshikawa · 13 years ago
  54. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  55. 1018faa perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled by Joerg Roedel · 12 years ago
  56. c5905af static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]() by Ingo Molnar · 12 years ago
  57. 1361b83 i387: Split up <asm/i387.h> into exported and internal interfaces by Linus Torvalds · 12 years ago
  58. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 12 years ago
  59. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 12 years ago
  60. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  61. c2226fc KVM: x86: fix missing checks in syscall emulation by Stephan Bärwolf · 13 years ago
  62. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  63. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  64. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  65. 80bdec6 KVM: x86 emulator: fix RDPMC privilege check by Avi Kivity · 13 years ago
  66. a6c06ed KVM: Expose the architectural performance monitoring CPUID leaf by Gleb Natapov · 13 years ago
  67. fee84b0 KVM: VMX: Intercept RDPMC by Avi Kivity · 13 years ago
  68. 332b56e KVM: SVM: Intercept RDPMC by Avi Kivity · 13 years ago
  69. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  70. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  71. 8934208 KVM: Expose kvm_lapic_local_deliver() by Avi Kivity · 13 years ago
  72. e0dac40 KVM: x86 emulator: Use opcode::execute for Group 9 instruction by Takuya Yoshikawa · 13 years ago
  73. c04ec83 KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions by Takuya Yoshikawa · 13 years ago
  74. c15af35 KVM: x86 emulator: Use opcode::execute for Group 1A instruction by Takuya Yoshikawa · 13 years ago
  75. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  76. a647795 KVM: x86: Consolidate PIT legacy test by Jan Kiszka · 13 years ago
  77. bb5a798 KVM: x86: Do not rely on implicit inclusions by Jan Kiszka · 13 years ago
  78. 43771eb KVM: Make KVM_INTEL depend on CPU_SUP_INTEL by Avi Kivity · 13 years ago
  79. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  80. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  81. 234b639 KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write by Jan Kiszka · 13 years ago
  82. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  83. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  84. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  85. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  86. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  87. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  88. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  89. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  90. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  91. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  92. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  93. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  94. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  95. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  96. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  97. ff22739 KVM: x86 emulator: Use opcode::execute for BSF/BSR by Takuya Yoshikawa · 13 years ago
  98. e940b5c KVM: x86 emulator: Use opcode::execute for CMPXCHG by Takuya Yoshikawa · 13 years ago
  99. e1e210b KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR by Takuya Yoshikawa · 13 years ago
  100. bc00f8d KVM: x86 emulator: Use opcode::execute for MOV to cr/dr by Takuya Yoshikawa · 13 years ago