1. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 8 years ago
  2. c63cf53 KVM: pass struct kvm to kvm_set_routing_entry by Radim Krčmář · 8 years ago
  3. 4d8e772 KVM: x86: reset lapic base in kvm_lapic_reset by Radim Krčmář · 8 years ago
  4. c93de59 KVM: VMX: optimize APIC ID read with APICv by Radim Krčmář · 8 years ago
  5. 49bd29b KVM: x86: reset APIC ID when enabling LAPIC by Radim Krčmář · 8 years ago
  6. a92e254 KVM: x86: use hardware-compatible format for APIC ID register by Radim Krčmář · 8 years ago
  7. 3159d36 KVM: x86: use generic function for MSI parsing by Radim Krčmář · 8 years ago
  8. 0ca52e7 KVM: x86: dynamic kvm_apic_map by Radim Krčmář · 8 years ago
  9. e45115b KVM: x86: use physical LAPIC array for logical x2APIC by Radim Krčmář · 8 years ago
  10. 64aa47b KVM: x86: add kvm_apic_map_get_dest_lapic by Radim Krčmář · 8 years ago
  11. 757883d KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240 by Radim Krčmář · 8 years ago
  12. 02120c4 kvm: vmx: advertise support for ept execute only by Bandan Das · 8 years ago
  13. d95c556 kvm: mmu: track read permission explicitly for shadow EPT page tables by Bandan Das · 8 years ago
  14. ffb128c kvm: mmu: don't set the present bit unconditionally by Bandan Das · 8 years ago
  15. 812f30b kvm: mmu: remove is_present_gpte() by Bandan Das · 8 years ago
  16. 8d5cf16 kvm: mmu: extend the is_present check to 32 bits by Bandan Das · 8 years ago
  17. 6d5315b Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc into HEAD by Paolo Bonzini · 8 years ago
  18. 8391ce4 KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow by Paolo Bonzini · 8 years ago
  19. 9314006db KVM: nVMX: keep preemption timer enabled during L2 execution by Paolo Bonzini · 8 years ago
  20. 55123e3 KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest by Wanpeng Li · 8 years ago
  21. 1c17c3e KVM: VMX: reflect broken preemption timer in vmcs_config by Paolo Bonzini · 8 years ago
  22. 842609725 MIPS: KVM: Emulate generic QEMU machine on r6 T&E by James Hogan · 8 years ago
  23. 8eeab81 MIPS: KVM: Decode RDHWR more strictly by James Hogan · 8 years ago
  24. 5cc4aaf MIPS: KVM: Recognise r6 CACHE encoding by James Hogan · 8 years ago
  25. 2e0badf MIPS: KVM: Support r6 compact branch emulation by James Hogan · 8 years ago
  26. 70e92c7e MIPS: KVM: Don't save/restore lo/hi for r6 by James Hogan · 8 years ago
  27. d85ebff MIPS: KVM: Fix pre-r6 ll/sc instructions on r6 by James Hogan · 8 years ago
  28. d14740f MIPS: KVM: Fix fpu.S misassembly with r6 by James Hogan · 8 years ago
  29. 1b49260 MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op by Paul Burton · 8 years ago
  30. 1c66b79 MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_op by Paul Burton · 8 years ago
  31. eadfb50 MIPS: KVM: Save k0 straight into VCPU structure by James Hogan · 8 years ago
  32. 1f9ca62 MIPS: KVM: Relative branch to common exit handler by James Hogan · 8 years ago
  33. 1e5217f5 MIPS: KVM: Dynamically choose scratch registers by James Hogan · 8 years ago
  34. 025014e MIPS: KVM: Drop redundant restore of DDATA_LO by James Hogan · 8 years ago
  35. 38ea7a7 MIPS: KVM: Check MSA presence at uasm time by James Hogan · 8 years ago
  36. d37f403 MIPS: KVM: Omit FPU handling entry code if possible by James Hogan · 8 years ago
  37. 9c98865 MIPS: KVM: Drop now unused asm offsets by James Hogan · 8 years ago
  38. d7b8f89 MIPS: KVM: Add dumping of generated entry code by James Hogan · 8 years ago
  39. 90e9311 MIPS; KVM: Convert exception entry to uasm by James Hogan · 8 years ago
  40. 6f63405c MIPS: uasm: Add r6 MUL encoding by James Hogan · 8 years ago
  41. 9f730a6 MIPS: uasm: Add MTHI/MTLO instructions by James Hogan · 8 years ago
  42. 61c64cf MIPS: uasm: Add DI instruction by James Hogan · 8 years ago
  43. 59e3559 MIPS: uasm: Add CFCMSA/CTCMSA instructions by James Hogan · 8 years ago
  44. c29732a MIPS: uasm: Add CFC1/CTC1 instructions by James Hogan · 8 years ago
  45. 77cb7a3 Merge tag 'kvm-s390-next-4.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  46. 03f6a22 KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element by Wei Yongjun · 8 years ago
  47. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 8 years ago
  48. 92176a8 KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames by Paolo Bonzini · 8 years ago
  49. 5ffe466 KVM: s390: inject PER i-fetch events on applicable icpts by David Hildenbrand · 8 years ago
  50. 196f20c KVM: vmx: fix missed cancellation of TSC deadline timer by Wanpeng Li · 8 years ago
  51. bd97ad0 KVM: x86: introduce cancel_hv_tscdeadline by Wanpeng Li · 8 years ago
  52. 9175d2e KVM: vmx: fix underflow in TSC deadline calculation by Paolo Bonzini · 8 years ago
  53. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 8 years ago
  54. 91fa0f8 KVM: x86: always use "acknowledge interrupt on exit" by Paolo Bonzini · 8 years ago
  55. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 8 years ago
  56. ebaac173 context_tracking: move rcu_virt_note_context_switch out of kvm_host.h by Paolo Bonzini · 8 years ago
  57. fb6cec1 MIPS: KVM: Combine entry trace events into class by James Hogan · 8 years ago
  58. 87aeb54 kvm: x86: use getboottime64 by Arnd Bergmann · 8 years ago
  59. c45dcc7 KVM: VMX: enable guest access to LMCE related MSRs by Ashok Raj · 8 years ago
  60. 37e4c99 KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 8 years ago
  61. 3b84080 KVM: VMX: move msr_ia32_feature_control to vcpu_vmx by Haozhong Zhang · 8 years ago
  62. 8ff7b956 Merge tag 'kvm-s390-next-4.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 8 years ago
  63. a411edf KVM: s390: vsie: add module parameter "nested" by David Hildenbrand · 8 years ago
  64. 5d3876a KVM: s390: vsie: add indication for future features by David Hildenbrand · 8 years ago
  65. 91473b4 KVM: s390: vsie: correctly set and handle guest TOD by David Hildenbrand · 9 years ago
  66. b917ae5 KVM: s390: vsie: speed up VCPU external calls by David Hildenbrand · 9 years ago
  67. 94a15de KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idle by David Hildenbrand · 8 years ago
  68. adbf169 KVM: s390: vsie: speed up VCPU irq delivery when handling vsie by David Hildenbrand · 8 years ago
  69. 1b7029b KVM: s390: vsie: try to refault after a reported fault to g2 by David Hildenbrand · 9 years ago
  70. 7fd7f39 KVM: s390: vsie: support IBS interpretation by David Hildenbrand · 9 years ago
  71. 13ee3f6 KVM: s390: vsie: support conditional-external-interception by David Hildenbrand · 9 years ago
  72. 5630a8e KVM: s390: vsie: support intervention-bypass by David Hildenbrand · 9 years ago
  73. a1b7b9b KVM: s390: vsie: support guest-storage-limit-suppression by David Hildenbrand · 9 years ago
  74. 77d18f6 KVM: s390: vsie: support guest-PER-enhancement by David Hildenbrand · 9 years ago
  75. 0615a32 KVM: s390: vsie: support shared IPTE-interlock facility by David Hildenbrand · 9 years ago
  76. 19c439b KVM: s390: vsie: support 64-bit-SCAO by David Hildenbrand · 9 years ago
  77. 588438c KVM: s390: vsie: support run-time-instrumentation by David Hildenbrand · 8 years ago
  78. c9bc1ea KVM: s390: vsie: support vectory facility (SIMD) by David Hildenbrand · 9 years ago
  79. 166ecb3 KVM: s390: vsie: support transactional execution by David Hildenbrand · 9 years ago
  80. bbeaa58 KVM: s390: vsie: support aes dea wrapping keys by David Hildenbrand · 9 years ago
  81. 66b630d KVM: s390: vsie: support STFLE interpretation by David Hildenbrand · 9 years ago
  82. 4ceafa9 KVM: s390: vsie: support host-protection-interruption by David Hildenbrand · 9 years ago
  83. 535ef81 KVM: s390: vsie: support edat1 / edat2 by David Hildenbrand · 8 years ago
  84. 3573602 KVM: s390: vsie: support setting the ibc by David Hildenbrand · 8 years ago
  85. 06d68a6 KVM: s390: vsie: optimize gmap prefix mapping by David Hildenbrand · 8 years ago
  86. a3508fb KVM: s390: vsie: initial support for nested virtualization by David Hildenbrand · 9 years ago
  87. df9b2b4 mm/page_ref: introduce page_ref_inc_return by David Hildenbrand · 8 years ago
  88. 3d84683 s390: introduce page_to_virt() and pfn_to_virt() by David Hildenbrand · 9 years ago
  89. 37d9df9 KVM: s390: backup the currently enabled gmap when scheduled out by David Hildenbrand · 9 years ago
  90. 65d0b0d KVM: s390: fast path for shadow gmaps in gmap notifier by David Hildenbrand · 9 years ago
  91. 01f7191 s390/mm: don't fault everything in read-write in gmap_pte_op_fixup() by David Hildenbrand · 8 years ago
  92. 5b6c963 s390/mm: allow to check if a gmap shadow is valid by David Hildenbrand · 8 years ago
  93. 4a49443 s390/mm: remember the int code for the last gmap fault by David Hildenbrand · 8 years ago
  94. 717c055 s390/mm: limit number of real-space gmap shadows by David Hildenbrand · 8 years ago
  95. 3218f70 s390/mm: support real-space for gmap shadows by David Hildenbrand · 8 years ago
  96. 1c65781 s390/mm: push rte protection down to shadow pte by David Hildenbrand · 8 years ago
  97. 18b89809 s390/mm: support EDAT2 for gmap shadows by David Hildenbrand · 8 years ago
  98. fd8d4e3 s390/mm: support EDAT1 for gmap shadows by David Hildenbrand · 8 years ago
  99. 5b062bd s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow by David Hildenbrand · 8 years ago
  100. 00fc062 s390/mm: push ste protection down to shadow pte by David Hildenbrand · 8 years ago