1. 1018faa perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabled by Joerg Roedel · 12 years ago
  2. f94edac i387: move TS_USEDFPU flag from thread_info to task_struct by Linus Torvalds · 12 years ago
  3. 6d59d7a i387: don't ever touch TS_USEDFPU directly, use helper functions by Linus Torvalds · 12 years ago
  4. 5753785 KVM: do not #GP on perf MSR writes when vPMU is disabled by Gleb Natapov · 13 years ago
  5. c2226fc KVM: x86: fix missing checks in syscall emulation by Stephan Bärwolf · 13 years ago
  6. bdb42f5 KVM: x86: extend "struct x86_emulate_ops" with "get_cpuid" by Stephan Bärwolf · 13 years ago
  7. 476bc00 module_param: make bool parameters really bool (arch) by Rusty Russell · 13 years ago
  8. 222d21a KVM: x86 emulator: implement RDPMC (0F 33) by Avi Kivity · 13 years ago
  9. 80bdec6 KVM: x86 emulator: fix RDPMC privilege check by Avi Kivity · 13 years ago
  10. a6c06ed KVM: Expose the architectural performance monitoring CPUID leaf by Gleb Natapov · 13 years ago
  11. fee84b0 KVM: VMX: Intercept RDPMC by Avi Kivity · 13 years ago
  12. 332b56e KVM: SVM: Intercept RDPMC by Avi Kivity · 13 years ago
  13. 022cd0e KVM: Add generic RDPMC support by Avi Kivity · 13 years ago
  14. f5132b0 KVM: Expose a version 2 architectural PMU to a guests by Gleb Natapov · 13 years ago
  15. 8934208 KVM: Expose kvm_lapic_local_deliver() by Avi Kivity · 13 years ago
  16. e0dac40 KVM: x86 emulator: Use opcode::execute for Group 9 instruction by Takuya Yoshikawa · 13 years ago
  17. c04ec83 KVM: x86 emulator: Use opcode::execute for Group 4/5 instructions by Takuya Yoshikawa · 13 years ago
  18. c15af35 KVM: x86 emulator: Use opcode::execute for Group 1A instruction by Takuya Yoshikawa · 13 years ago
  19. d546cb4 KVM: drop bsp_vcpu pointer from kvm struct by Gleb Natapov · 13 years ago
  20. a647795 KVM: x86: Consolidate PIT legacy test by Jan Kiszka · 13 years ago
  21. bb5a798 KVM: x86: Do not rely on implicit inclusions by Jan Kiszka · 13 years ago
  22. 43771eb KVM: Make KVM_INTEL depend on CPU_SUP_INTEL by Avi Kivity · 13 years ago
  23. ff5c2c0 KVM: Use memdup_user instead of kmalloc/copy_from_user by Sasha Levin · 13 years ago
  24. cdfca7b KVM: Use kmemdup() instead of kmalloc/memcpy by Sasha Levin · 13 years ago
  25. 234b639 KVM: x86 emulator: Remove set-but-unused cr4 from check_cr_write by Jan Kiszka · 13 years ago
  26. 3d56cbd KVM: MMU: Drop unused return value of kvm_mmu_remove_some_alloc_mmu_pages by Jan Kiszka · 13 years ago
  27. 086c985 KVM: use this_cpu_xxx replace percpu_xxx funcs by Alex,Shi · 13 years ago
  28. e37fa78 KVM: MMU: audit: inline audit function by Xiao Guangrong · 13 years ago
  29. d750ea2 KVM: MMU: remove oos_shadow parameter by Xiao Guangrong · 13 years ago
  30. e459e32 KVM: MMU: move the relevant mmu code to mmu.c by Xiao Guangrong · 13 years ago
  31. 9edb17d KVM: x86: remove the dead code of KVM_EXIT_HYPERCALL by Xiao Guangrong · 13 years ago
  32. 0375f7f KVM: MMU: audit: replace mmu audit tracepoint with jump-label by Xiao Guangrong · 13 years ago
  33. 831bf66 KVM: Refactor and simplify kvm_dev_ioctl_get_supported_cpuid by Sasha Levin · 13 years ago
  34. fb21536 KVM: expose latest Intel cpu new features (BMI1/BMI2/FMA/AVX2) to guest by Liu, Jinsong · 13 years ago
  35. 00b27a3 KVM: Move cpuid code to new file by Avi Kivity · 13 years ago
  36. 2b5e97e KVM: x86 emulator: Use opcode::execute for INS/OUTS from/to port in DX by Takuya Yoshikawa · 13 years ago
  37. 28a3754 KVM: introduce id_to_memslot function by Xiao Guangrong · 13 years ago
  38. be6ba0f KVM: introduce kvm_for_each_memslot macro by Xiao Guangrong · 13 years ago
  39. be593d6 KVM: introduce update_memslots function by Xiao Guangrong · 13 years ago
  40. 93a5cef KVM: introduce KVM_MEM_SLOTS_NUM macro by Xiao Guangrong · 13 years ago
  41. ff22739 KVM: x86 emulator: Use opcode::execute for BSF/BSR by Takuya Yoshikawa · 13 years ago
  42. e940b5c KVM: x86 emulator: Use opcode::execute for CMPXCHG by Takuya Yoshikawa · 13 years ago
  43. e1e210b KVM: x86 emulator: Use opcode::execute for WRMSR/RDMSR by Takuya Yoshikawa · 13 years ago
  44. bc00f8d KVM: x86 emulator: Use opcode::execute for MOV to cr/dr by Takuya Yoshikawa · 13 years ago
  45. d4ddafc KVM: x86 emulator: Use opcode::execute for CALL by Takuya Yoshikawa · 13 years ago
  46. ce7faab KVM: x86 emulator: Use opcode::execute for BT family by Takuya Yoshikawa · 13 years ago
  47. d7841a4 KVM: x86 emulator: Use opcode::execute for IN/OUT by Takuya Yoshikawa · 13 years ago
  48. 46199f3 KVM: VMX: remove unneeded vmx_load_host_state() calls. by Gleb Natapov · 13 years ago
  49. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  50. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  51. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  52. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  53. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  54. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  55. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  56. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  57. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  58. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  59. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  60. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  61. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  62. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  63. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  64. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  65. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  66. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  67. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  68. 4d25a06 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  69. 0924ab2 KVM: x86: Prevent starting PIT timers in the absence of irqchip support by Jan Kiszka · 13 years ago
  70. e7fc6f9 KVM: VMX: Check for automatic switch msr table overflow by Gleb Natapov · 13 years ago
  71. d7cd979 KVM: VMX: Add support for guest/host-only profiling by Gleb Natapov · 13 years ago
  72. 8bf00a5 KVM: VMX: add support for switching of PERF_GLOBAL_CTRL by Gleb Natapov · 13 years ago
  73. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  74. f1c1da2 KVM: SVM: Keep intercepting task switching with NPT enabled by Jan Kiszka · 13 years ago
  75. 1abb4ba Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', 'iommu/fault-reporting' and 'api/iommu-ops-per-bus' into next by Joerg Roedel · 13 years ago
  76. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  77. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  78. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  79. 1cd196e KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode by Avi Kivity · 13 years ago
  80. d4b4325 KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode by Avi Kivity · 13 years ago
  81. c191a7a KVM: x86 emulator: streamline decode of segment registers by Avi Kivity · 13 years ago
  82. 41ddf97 KVM: x86 emulator: simplify OpMem64 decode by Avi Kivity · 13 years ago
  83. 0fe5912 KVM: x86 emulator: switch src decode to decode_operand() by Avi Kivity · 13 years ago
  84. 5217973 KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack by Avi Kivity · 13 years ago
  85. 608aabe KVM: x86 emulator: switch OpImmUByte decode to decode_imm() by Avi Kivity · 13 years ago
  86. 20c29ff KVM: x86 emulator: free up some flag bits near src, dst by Avi Kivity · 13 years ago
  87. 4dd6a57 KVM: x86 emulator: switch src2 to generic decode_operand() by Avi Kivity · 13 years ago
  88. b1ea50b KVM: x86 emulator: expand decode flags to 64 bits by Avi Kivity · 13 years ago
  89. a994554 KVM: x86 emulator: split dst decode to a generic decode_operand() by Avi Kivity · 13 years ago
  90. f09ed83 KVM: x86 emulator: move memop, memopp into emulation context by Avi Kivity · 13 years ago
  91. 3329ece KVM: x86 emulator: convert group 3 instructions to direct decode by Avi Kivity · 13 years ago
  92. 9bc5791 KVM: x86: Add module parameter for lapic periodic timer limit by Jan Kiszka · 13 years ago
  93. bd80158 KVM: Clean up and extend rate-limited output by Jan Kiszka · 13 years ago
  94. 7712de8 KVM: x86: Avoid guest-triggerable printks in APIC model by Jan Kiszka · 13 years ago
  95. 1e2b1dd KVM: x86: Move kvm_trace_exit into atomic vmexit section by Jan Kiszka · 13 years ago
  96. caa8a16 KVM: x86 emulator: disable writeback for TEST by Avi Kivity · 13 years ago
  97. e8f2b1d KVM: x86 emulator: simplify emulate_1op_rax_rdx() by Avi Kivity · 13 years ago
  98. 9fef72c KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations by Avi Kivity · 13 years ago
  99. d1eef45 KVM: x86 emulator: simplify emulate_1op() by Avi Kivity · 13 years ago
  100. 29053a6 KVM: x86 emulator: simplify emulate_2op_cl() by Avi Kivity · 13 years ago