1. a66b48c KVM: PPC: Move kvm->arch.slot_phys into memslot.arch by Paul Mackerras · 12 years ago
  2. 2c9097e KVM: PPC: Book3S HV: Take the SRCU read lock before looking up memslots by Paul Mackerras · 12 years ago
  3. d61966f KVM: PPC: bookehv: Allow duplicate calls of DO_KVM macro by Mihai Caraman · 12 years ago
  4. 7a08c27 KVM: PPC: BookE: Support FPU on non-hv systems by Alexander Graf · 12 years ago
  5. ceb985f KVM: PPC: 440: Implement mfdcrx by Alexander Graf · 12 years ago
  6. e4dcfe8 KVM: PPC: 440: Implement mtdcrx by Alexander Graf · 12 years ago
  7. 2e23270 Document IACx/DACx registers access using ONE_REG API by Bharat Bhushan · 12 years ago
  8. 430c7ff KVM: PPC: E500: Remove E500_TLB_DIRTY flag by Alexander Graf · 12 years ago
  9. 166a2b7 KVM: PPC: Use symbols for exit trace by Alexander Graf · 12 years ago
  10. 50c871e KVM: PPC: BookE: Add MCSR SPR support by Alexander Graf · 12 years ago
  11. 491dd5b KVM: PPC: 44x: Initialize PVR by Alexander Graf · 12 years ago
  12. 6df8d3f booke: Added ONE_REG interface for IAC/DAC debug registers by Bharat Bhushan · 12 years ago
  13. f61c94b KVM: PPC: booke: Add watchdog emulation by Bharat Bhushan · 12 years ago
  14. 7c973a2 KVM: PPC: Add return value to core_check_requests by Alexander Graf · 12 years ago
  15. 7ee7885 KVM: PPC: Add return value in prepare_to_enter by Alexander Graf · 12 years ago
  16. 206c2ed KVM: PPC: Ignore EXITING_GUEST_MODE mode by Alexander Graf · 12 years ago
  17. 3766a4c KVM: PPC: Move kvm_guest_enter call into generic code by Alexander Graf · 12 years ago
  18. bd2be68 KVM: PPC: Book3S: PR: Rework irq disabling by Alexander Graf · 12 years ago
  19. 24afa37 KVM: PPC: Consistentify vcpu exit path by Alexander Graf · 12 years ago
  20. 0652eaa KVM: PPC: Book3S: PR: Indicate we're out of guest mode by Alexander Graf · 12 years ago
  21. 706fb73 KVM: PPC: Exit guest context while handling exit by Alexander Graf · 12 years ago
  22. c63ddcb KVM: PPC: Book3S: PR: Only do resched check once per exit by Alexander Graf · 12 years ago
  23. e85ad38 KVM: PPC: BookE: Drop redundant vcpu->mode set by Alexander Graf · 12 years ago
  24. 9b0cb3c KVM: PPC: Book3s: PR: Add (dumb) MMU Notifier support by Alexander Graf · 12 years ago
  25. 03d25c5 KVM: PPC: Use same kvmppc_prepare_to_enter code for booke and book3s_pr by Alexander Graf · 12 years ago
  26. 2d8185d KVM: PPC: BookE: No duplicate request != 0 check by Alexander Graf · 12 years ago
  27. 6346046 KVM: PPC: BookE: Add some more trace points by Alexander Graf · 12 years ago
  28. 862d31f KVM: PPC: E500: Implement MMU notifiers by Alexander Graf · 12 years ago
  29. d69c643 KVM: PPC: BookE: Add support for vcpu->mode by Alexander Graf · 12 years ago
  30. 4ffc635 KVM: PPC: BookE: Add check_requests helper function by Alexander Graf · 12 years ago
  31. 8043e49 powerpc/epapr: export epapr_hypercall_start by Scott Wood · 12 years ago
  32. 1340f3e8 KVM: PPC: Quieten message about allocating linear regions by Paul Mackerras · 12 years ago
  33. 2bb890f KVM: PPC: E500: Fix clear_tlb_refs by Alexander Graf · 12 years ago
  34. cf1c5ca KVM: PPC: BookE: Expose remote TLB flushes in debugfs by Alexander Graf · 12 years ago
  35. f4800b1 KVM: PPC: Expose SYNC cap based on mmu notifiers by Alexander Graf · 12 years ago
  36. 97c9505 KVM: PPC: PR: Use generic tracepoint for guest exit by Alexander Graf · 12 years ago
  37. 8e525d5 PPC: Don't use hardcoded opcode for ePAPR hcall invocation by Liu Yu-B13201 · 12 years ago
  38. 305bcf2 powerpc/fsl-soc: use CONFIG_EPAPR_PARAVIRT for hcalls by Scott Wood · 12 years ago
  39. 4065639 PPC: select EPAPR_PARAVIRT for all users of epapr hcalls by Stuart Yoder · 12 years ago
  40. 2f979de KVM: PPC: ev_idle hcall support for e500 guests by Liu Yu-B13201 · 12 years ago
  41. 9202e07 KVM: PPC: Add support for ePAPR idle hcall in host kernel by Liu Yu-B13201 · 12 years ago
  42. 784bafa KVM: PPC: add pvinfo for hcall opcodes on e500mc/e5500 by Stuart Yoder · 12 years ago
  43. fdcf8bd KVM: PPC: use definitions in epapr header for hcalls by Stuart Yoder · 12 years ago
  44. e13dcc1 PPC: epapr: create define for return code value of success by Stuart Yoder · 12 years ago
  45. 3d11df7 KVM: s390: Fix vcpu_load handling in interrupt code by Christian Borntraeger · 12 years ago
  46. c863901 KVM: x86: Fix guest debug across vcpu INIT reset by Jan Kiszka · 12 years ago
  47. 7a84428 KVM: Add resampling irqfds for level triggered interrupts by Alex Williamson · 12 years ago
  48. 1e08ec4 KVM: optimize apic interrupt delivery by Gleb Natapov · 12 years ago
  49. 1d86b5c Merge branch 'queue' into next by Avi Kivity · 12 years ago
  50. c542151 KVM: MMU: Eliminate pointless temporary 'ac' by Avi Kivity · 12 years ago
  51. b514c30 KVM: MMU: Avoid access/dirty update loop if all is well by Avi Kivity · 12 years ago
  52. 71331a1 KVM: MMU: Eliminate eperm temporary by Avi Kivity · 12 years ago
  53. 6fd01b7 KVM: MMU: Optimize is_last_gpte() by Avi Kivity · 12 years ago
  54. 13d22b6 KVM: MMU: Simplify walk_addr_generic() loop by Avi Kivity · 12 years ago
  55. 97d64b7 KVM: MMU: Optimize pte permission checks by Avi Kivity · 12 years ago
  56. 8cbc706 KVM: MMU: Update accessed and dirty bits after guest pagetable walk by Avi Kivity · 12 years ago
  57. 3d34ade KVM: MMU: Move gpte_access() out of paging_tmpl.h by Avi Kivity · 12 years ago
  58. edc2ae8 KVM: MMU: Optimize gpte_access() slightly by Avi Kivity · 12 years ago
  59. 8ea667f KVM: MMU: Push clean gpte write protection out of gpte_access() by Avi Kivity · 12 years ago
  60. 879238f KVM: clarify kvmclock documentation by Stefan Fritsch · 12 years ago
  61. 9fc7744 KVM: make processes waiting on vcpu mutex killable by Michael S. Tsirkin · 12 years ago
  62. 7454766 KVM: SVM: Make use of asm.h by Avi Kivity · 12 years ago
  63. b188c81f KVM: VMX: Make use of asm.h by Avi Kivity · 12 years ago
  64. 83287ea42 KVM: VMX: Make lto-friendly by Avi Kivity · 12 years ago
  65. ecba9a5 KVM: x86: lapic: Clean up find_highest_vector() and count_vectors() by Takuya Yoshikawa · 12 years ago
  66. 7de5bdc KVM: MMU: remove unnecessary check by Xiao Guangrong · 12 years ago
  67. 92b5265 KVM: Depend on HIGH_RES_TIMERS by Liu, Jinsong · 12 years ago
  68. 7efd8fa KVM: Improve wording of KVM_SET_USER_MEMORY_REGION documentation by Jan Kiszka · 12 years ago
  69. a50abc3 KVM: use symbolic constant for nr interrupts by Michael S. Tsirkin · 12 years ago
  70. b3356bf KVM: emulator: optimize "rep ins" handling by Gleb Natapov · 12 years ago
  71. f3bd64c KVM: emulator: string_addr_inc() cleanup by Gleb Natapov · 12 years ago
  72. 9d1b39a KVM: emulator: make x86 emulation modes enum instead of defines by Gleb Natapov · 12 years ago
  73. 716d51a KVM: Provide userspace IO exit completion callback by Gleb Natapov · 12 years ago
  74. 3b4dc3a KVM: move postcommit flush to x86, as mmio sptes are x86 specific by Marcelo Tosatti · 12 years ago
  75. 12d6e75 KVM: perform an invalid memslot step for gpa base change by Marcelo Tosatti · 12 years ago
  76. 2df72e9 KVM: split kvm_arch_flush_shadow by Marcelo Tosatti · 12 years ago
  77. 09941fb KVM: SVM: constify lookup tables by Mathias Krause · 12 years ago
  78. 772e031 KVM: VMX: constify lookup tables by Mathias Krause · 12 years ago
  79. f1d2483 KVM: x86: more constification by Mathias Krause · 12 years ago
  80. 0fbe9b0 KVM: x86: constify read_write_emulator_ops by Mathias Krause · 12 years ago
  81. 0225fb5 KVM: x86 emulator: constify emulate_ops by Mathias Krause · 12 years ago
  82. fd0a0d8 KVM: x86 emulator: mark opcode tables const by Mathias Krause · 12 years ago
  83. 89a87c6 KVM: x86 emulator: use aligned variants of SSE register ops by Mathias Krause · 12 years ago
  84. 326d07c KVM: x86: minor size optimization by Mathias Krause · 12 years ago
  85. ec79866 KVM: cleanup pic reset by Gleb Natapov · 12 years ago
  86. 9a78197 KVM: x86: remove unused variable from kvm_task_switch() by Marcelo Tosatti · 12 years ago
  87. a81aba1 KVM: VMX: Ignore segment G and D bits when considering whether we can virtualize by Avi Kivity · 12 years ago
  88. ce56680 KVM: VMX: Save all segment data in real mode by Avi Kivity · 12 years ago
  89. 1390a28 KVM: VMX: Preserve segment limit and access rights in real mode by Avi Kivity · 12 years ago
  90. 7263642 KVM: VMX: Return real real-mode segment data even if emulate_invalid_guest_state=1 by Avi Kivity · 12 years ago
  91. 0afbe2f KVM: x86 emulator: Fix #GP error code during linearization by Avi Kivity · 12 years ago
  92. a562518 KVM: x86 emulator: Check segment limits in real mode too by Avi Kivity · 12 years ago
  93. 03ebebe KVM: x86 emulator: Leave segment limit and attributs alone in real mode by Avi Kivity · 12 years ago
  94. e2a610d KVM: VMX: Allow vm86 virtualization of big real mode by Avi Kivity · 12 years ago
  95. 495e116 KVM: VMX: Allow real mode emulation using vm86 with dpl=0 by Avi Kivity · 12 years ago
  96. c865c43 KVM: VMX: Retain limit and attributes when entering protected mode by Avi Kivity · 12 years ago
  97. f5f7b2f KVM: VMX: Use kvm_segment to save protected-mode segments when entering realmode by Avi Kivity · 12 years ago
  98. 72fbefe KVM: VMX: Fix incorrect lookup of segment S flag in fix_pmode_dataseg() by Avi Kivity · 12 years ago
  99. baa7e81 KVM: VMX: Separate saving pre-realmode state from setting segments by Avi Kivity · 12 years ago
  100. dd856ef KVM: x86 emulator: access GPRs on demand by Avi Kivity · 12 years ago