1. d4ddafc KVM: x86 emulator: Use opcode::execute for CALL by Takuya Yoshikawa · 13 years ago
  2. ce7faab KVM: x86 emulator: Use opcode::execute for BT family by Takuya Yoshikawa · 13 years ago
  3. d7841a4 KVM: x86 emulator: Use opcode::execute for IN/OUT by Takuya Yoshikawa · 13 years ago
  4. 46199f3 KVM: VMX: remove unneeded vmx_load_host_state() calls. by Gleb Natapov · 13 years ago
  5. 95d4c16 KVM: Optimize dirty logging by rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  6. 7850ac5 KVM: Count the number of dirty pages for dirty logging by Takuya Yoshikawa · 13 years ago
  7. 9b9b149 KVM: MMU: Split gfn_to_rmap() into two functions by Takuya Yoshikawa · 13 years ago
  8. d6eebf8 KVM: MMU: Clean up BUG_ON() conditions in rmap_write_protect() by Takuya Yoshikawa · 13 years ago
  9. fb92045 KVM: MMU: remove KVM host pv mmu support by Chris Wright · 13 years ago
  10. 3f2e526 KVM: x86: Simplify kvm timer handler by Jan Kiszka · 13 years ago
  11. a30f47c KVM: MMU: improve write flooding detected by Xiao Guangrong · 13 years ago
  12. 5d9ca30 KVM: MMU: fix detecting misaligned accessed by Xiao Guangrong · 13 years ago
  13. 889e5cb KVM: MMU: split kvm_mmu_pte_write function by Xiao Guangrong · 13 years ago
  14. f873435 KVM: MMU: remove unnecessary kvm_mmu_free_some_pages by Xiao Guangrong · 13 years ago
  15. f57f2ef KVM: MMU: fast prefetch spte on invlpg path by Xiao Guangrong · 13 years ago
  16. 505aef8 KVM: MMU: cleanup FNAME(invlpg) by Xiao Guangrong · 13 years ago
  17. d01f8d5 KVM: MMU: do not mark accessed bit on pte write path by Xiao Guangrong · 13 years ago
  18. 6f6fbe9 KVM: x86: cleanup port-in/port-out emulated by Xiao Guangrong · 13 years ago
  19. 1cb3f3a KVM: x86: retry non-page-table writing instructions by Xiao Guangrong · 13 years ago
  20. d5ae7ce KVM: x86: tag the instructions which are used to write page table by Xiao Guangrong · 13 years ago
  21. f759e2b KVM: MMU: avoid pte_list_desc running out in kvm_mmu_pte_write by Xiao Guangrong · 13 years ago
  22. 51cfe38 KVM: nVMX: Fix warning-causing idt-vectoring-info behavior by Nadav Har'El · 13 years ago
  23. d6185f2 KVM: nVMX: Add KVM_REQ_IMMEDIATE_EXIT by Nadav Har'El · 13 years ago
  24. 4d25a066 KVM: Don't automatically expose the TSC deadline timer in cpuid by Jan Kiszka · 13 years ago
  25. 0924ab2 KVM: x86: Prevent starting PIT timers in the absence of irqchip support by Jan Kiszka · 13 years ago
  26. e7fc6f93b KVM: VMX: Check for automatic switch msr table overflow by Gleb Natapov · 13 years ago
  27. d7cd979 KVM: VMX: Add support for guest/host-only profiling by Gleb Natapov · 13 years ago
  28. 8bf00a5 KVM: VMX: add support for switching of PERF_GLOBAL_CTRL by Gleb Natapov · 13 years ago
  29. 0cfdc72 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 13 years ago
  30. f1c1da2 KVM: SVM: Keep intercepting task switching with NPT enabled by Jan Kiszka · 13 years ago
  31. 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
  32. a1b60c1 iommu/core: Convert iommu_found to iommu_present by Joerg Roedel · 13 years ago
  33. a3e06bb KVM: emulate lapic tsc deadline timer for guest by Liu, Jinsong · 13 years ago
  34. 7460fb4a KVM: Fix simultaneous NMIs by Avi Kivity · 13 years ago
  35. 1cd196e KVM: x86 emulator: convert push %sreg/pop %sreg to direct decode by Avi Kivity · 13 years ago
  36. d4b4325 KVM: x86 emulator: switch lds/les/lss/lfs/lgs to direct decode by Avi Kivity · 13 years ago
  37. c191a7a KVM: x86 emulator: streamline decode of segment registers by Avi Kivity · 13 years ago
  38. 41ddf97 KVM: x86 emulator: simplify OpMem64 decode by Avi Kivity · 13 years ago
  39. 0fe5912 KVM: x86 emulator: switch src decode to decode_operand() by Avi Kivity · 13 years ago
  40. 5217973 KVM: x86 emulator: qualify OpReg inhibit_byte_regs hack by Avi Kivity · 13 years ago
  41. 608aabe KVM: x86 emulator: switch OpImmUByte decode to decode_imm() by Avi Kivity · 13 years ago
  42. 20c29ff KVM: x86 emulator: free up some flag bits near src, dst by Avi Kivity · 13 years ago
  43. 4dd6a57 KVM: x86 emulator: switch src2 to generic decode_operand() by Avi Kivity · 13 years ago
  44. b1ea50b KVM: x86 emulator: expand decode flags to 64 bits by Avi Kivity · 13 years ago
  45. a994554 KVM: x86 emulator: split dst decode to a generic decode_operand() by Avi Kivity · 13 years ago
  46. f09ed83 KVM: x86 emulator: move memop, memopp into emulation context by Avi Kivity · 13 years ago
  47. 3329ece KVM: x86 emulator: convert group 3 instructions to direct decode by Avi Kivity · 13 years ago
  48. 9bc5791 KVM: x86: Add module parameter for lapic periodic timer limit by Jan Kiszka · 13 years ago
  49. bd80158 KVM: Clean up and extend rate-limited output by Jan Kiszka · 13 years ago
  50. 7712de8 KVM: x86: Avoid guest-triggerable printks in APIC model by Jan Kiszka · 13 years ago
  51. 1e2b1dd KVM: x86: Move kvm_trace_exit into atomic vmexit section by Jan Kiszka · 13 years ago
  52. caa8a16 KVM: x86 emulator: disable writeback for TEST by Avi Kivity · 13 years ago
  53. e8f2b1d KVM: x86 emulator: simplify emulate_1op_rax_rdx() by Avi Kivity · 13 years ago
  54. 9fef72c KVM: x86 emulator: merge the two emulate_1op_rax_rdx implementations by Avi Kivity · 13 years ago
  55. d1eef45 KVM: x86 emulator: simplify emulate_1op() by Avi Kivity · 13 years ago
  56. 29053a6 KVM: x86 emulator: simplify emulate_2op_cl() by Avi Kivity · 13 years ago
  57. 761441b KVM: x86 emulator: simplify emulate_2op_cl() by Avi Kivity · 13 years ago
  58. a31b9ce KVM: x86 emulator: simplify emulate_2op_SrcV() by Avi Kivity · 13 years ago
  59. 58fbbf2 KVM: APIC: avoid instruction emulation for EOI writes by Kevin Tian · 13 years ago
  60. 45133ec KVM: SVM: Fix TSC MSR read in nested SVM by Nadav Har'El · 13 years ago
  61. 27fc51b KVM: nVMX: Fix nested VMX TSC emulation by Nadav Har'El · 13 years ago
  62. d5c1785 KVM: L1 TSC handling by Nadav Har'El · 13 years ago
  63. cd46868 KVM: MMU: Fix SMEP failure during fetch by Yang, Wei Y · 13 years ago
  64. e4e517b KVM: MMU: Do not unconditionally read PDPTE from guest memory by Avi Kivity · 13 years ago
  65. cf3ace7 KVM: VMX: trivial: use BUG_ON by Julia Lawall · 13 years ago
  66. 742bc67 KVM: x86: report valid microcode update ID by Marcelo Tosatti · 13 years ago
  67. 1d2887e KVM: x86 emulator: Make x86_decode_insn() return proper macros by Takuya Yoshikawa · 13 years ago
  68. 7d88bb4 KVM: x86 emulator: Let compiler know insn_fetch() rarely fails by Takuya Yoshikawa · 13 years ago
  69. e85a108 KVM: x86 emulator: Drop _size argument from insn_fetch() by Takuya Yoshikawa · 13 years ago
  70. 807941b KVM: x86 emulator: Use ctxt->_eip directly in do_insn_fetch_byte() by Takuya Yoshikawa · 13 years ago
  71. 743eeb0 KVM: Intelligent device lookup on I/O bus by Sasha Levin · 13 years ago
  72. 0d460ff KVM: Use __print_symbolic() for vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  73. e097e5f KVM: Record instruction set in all vmexit tracepoints by Stefan Hajnoczi · 13 years ago
  74. d1613ad KVM: Really fix HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  75. 14fa67e KVM: x86: get_msr support for HV_X64_MSR_APIC_ASSIST_PAGE by Mike Waychison · 13 years ago
  76. 8c3ba33 KVM: x86: Raise the hard VCPU count limit by Sasha Levin · 13 years ago
  77. 22388a3 KVM: x86: cleanup the code of read/write emulation by Xiao Guangrong · 13 years ago
  78. 77d197b KVM: x86: abstract the operation for read/write emulation by Xiao Guangrong · 13 years ago
  79. ca7d58f KVM: x86: fix broken read emulation spans a page boundary by Xiao Guangrong · 13 years ago
  80. 9be3be1 KVM: x86 emulator: fix Src2CL decode by Avi Kivity · 13 years ago
  81. 41bc318 KVM: MMU: fix incorrect return of spte by Zhao Jin · 13 years ago
  82. ab7e2db Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  83. df3d8ae KVM: uses TASKSTATS, depends on NET by Randy Dunlap · 13 years ago
  84. fd079fa KVM: fix TASK_DELAY_ACCT kconfig warning by Randy Dunlap · 13 years ago
  85. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  86. d3ec484 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  87. 5fabc48 Merge branch 'kvm-updates/3.1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 13 years ago
  88. 4f02264 KVM: MMU: trace mmio page fault by Xiao Guangrong · 13 years ago
  89. ce88dec KVM: MMU: mmio page fault support by Xiao Guangrong · 13 years ago
  90. dd3bfd5 KVM: MMU: reorganize struct kvm_shadow_walk_iterator by Xiao Guangrong · 13 years ago
  91. c2a2ac2 KVM: MMU: lockless walking shadow page table by Xiao Guangrong · 13 years ago
  92. 603e065 KVM: MMU: do not need atomicly to set/clear spte by Xiao Guangrong · 13 years ago
  93. 1df9f2d KVM: MMU: introduce the rules to modify shadow page table by Xiao Guangrong · 13 years ago
  94. d7c5520 KVM: MMU: abstract some functions to handle fault pfn by Xiao Guangrong · 13 years ago
  95. fce92dc KVM: MMU: filter out the mmio pfn from the fault pfn by Xiao Guangrong · 13 years ago
  96. c370795 KVM: MMU: remove bypass_guest_pf by Xiao Guangrong · 13 years ago
  97. bd4c86e KVM: MMU: split kvm_mmu_free_page by Xiao Guangrong · 13 years ago
  98. aa6bd18 KVM: MMU: count used shadow pages on prepareing path by Xiao Guangrong · 13 years ago
  99. b90a0e6 KVM: MMU: rename 'pt_write' to 'emulate' by Xiao Guangrong · 13 years ago
  100. b36c7a7 KVM: MMU: cleanup for FNAME(fetch) by Xiao Guangrong · 13 years ago