1. c29732a MIPS: uasm: Add CFC1/CTC1 instructions by James Hogan · 9 years ago
  2. 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 · 9 years ago
  3. 03f6a22 KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element by Wei Yongjun · 9 years ago
  4. add6a0c KVM: MMU: try to fix up page faults before giving up by Paolo Bonzini · 9 years ago
  5. 92176a8 KVM: MMU: prepare to support mapping of VM_IO and VM_PFNMAP frames by Paolo Bonzini · 9 years ago
  6. 5ffe466 KVM: s390: inject PER i-fetch events on applicable icpts by David Hildenbrand · 9 years ago
  7. 196f20c KVM: vmx: fix missed cancellation of TSC deadline timer by Wanpeng Li · 9 years ago
  8. bd97ad0 KVM: x86: introduce cancel_hv_tscdeadline by Wanpeng Li · 9 years ago
  9. 9175d2e KVM: vmx: fix underflow in TSC deadline calculation by Paolo Bonzini · 9 years ago
  10. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  11. 91fa0f8 KVM: x86: always use "acknowledge interrupt on exit" by Paolo Bonzini · 9 years ago
  12. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 9 years ago
  13. ebaac17 context_tracking: move rcu_virt_note_context_switch out of kvm_host.h by Paolo Bonzini · 9 years ago
  14. fb6cec1 MIPS: KVM: Combine entry trace events into class by James Hogan · 9 years ago
  15. 87aeb54 kvm: x86: use getboottime64 by Arnd Bergmann · 9 years ago
  16. c45dcc7 KVM: VMX: enable guest access to LMCE related MSRs by Ashok Raj · 9 years ago
  17. 37e4c99 KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 9 years ago
  18. 3b84080 KVM: VMX: move msr_ia32_feature_control to vcpu_vmx by Haozhong Zhang · 9 years ago
  19. 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 · 9 years ago
  20. a411edf KVM: s390: vsie: add module parameter "nested" by David Hildenbrand · 9 years ago
  21. 5d3876a KVM: s390: vsie: add indication for future features by David Hildenbrand · 9 years ago
  22. 91473b4 KVM: s390: vsie: correctly set and handle guest TOD by David Hildenbrand · 9 years ago
  23. b917ae5 KVM: s390: vsie: speed up VCPU external calls by David Hildenbrand · 10 years ago
  24. 94a15de KVM: s390: don't use CPUSTAT_WAIT to detect if a VCPU is idle by David Hildenbrand · 9 years ago
  25. adbf169 KVM: s390: vsie: speed up VCPU irq delivery when handling vsie by David Hildenbrand · 9 years ago
  26. 1b7029b KVM: s390: vsie: try to refault after a reported fault to g2 by David Hildenbrand · 10 years ago
  27. 7fd7f39 KVM: s390: vsie: support IBS interpretation by David Hildenbrand · 9 years ago
  28. 13ee3f6 KVM: s390: vsie: support conditional-external-interception by David Hildenbrand · 9 years ago
  29. 5630a8e KVM: s390: vsie: support intervention-bypass by David Hildenbrand · 9 years ago
  30. a1b7b9b KVM: s390: vsie: support guest-storage-limit-suppression by David Hildenbrand · 9 years ago
  31. 77d18f6 KVM: s390: vsie: support guest-PER-enhancement by David Hildenbrand · 9 years ago
  32. 0615a32 KVM: s390: vsie: support shared IPTE-interlock facility by David Hildenbrand · 9 years ago
  33. 19c439b KVM: s390: vsie: support 64-bit-SCAO by David Hildenbrand · 9 years ago
  34. 588438c KVM: s390: vsie: support run-time-instrumentation by David Hildenbrand · 9 years ago
  35. c9bc1ea KVM: s390: vsie: support vectory facility (SIMD) by David Hildenbrand · 9 years ago
  36. 166ecb3 KVM: s390: vsie: support transactional execution by David Hildenbrand · 9 years ago
  37. bbeaa58 KVM: s390: vsie: support aes dea wrapping keys by David Hildenbrand · 9 years ago
  38. 66b630d KVM: s390: vsie: support STFLE interpretation by David Hildenbrand · 9 years ago
  39. 4ceafa9 KVM: s390: vsie: support host-protection-interruption by David Hildenbrand · 9 years ago
  40. 535ef81 KVM: s390: vsie: support edat1 / edat2 by David Hildenbrand · 9 years ago
  41. 3573602 KVM: s390: vsie: support setting the ibc by David Hildenbrand · 9 years ago
  42. 06d68a6 KVM: s390: vsie: optimize gmap prefix mapping by David Hildenbrand · 9 years ago
  43. a3508fb KVM: s390: vsie: initial support for nested virtualization by David Hildenbrand · 10 years ago
  44. df9b2b4 mm/page_ref: introduce page_ref_inc_return by David Hildenbrand · 9 years ago
  45. 3d84683 s390: introduce page_to_virt() and pfn_to_virt() by David Hildenbrand · 9 years ago
  46. 37d9df9 KVM: s390: backup the currently enabled gmap when scheduled out by David Hildenbrand · 10 years ago
  47. 65d0b0d KVM: s390: fast path for shadow gmaps in gmap notifier by David Hildenbrand · 10 years ago
  48. 01f7191 s390/mm: don't fault everything in read-write in gmap_pte_op_fixup() by David Hildenbrand · 9 years ago
  49. 5b6c963 s390/mm: allow to check if a gmap shadow is valid by David Hildenbrand · 9 years ago
  50. 4a49443 s390/mm: remember the int code for the last gmap fault by David Hildenbrand · 9 years ago
  51. 717c055 s390/mm: limit number of real-space gmap shadows by David Hildenbrand · 9 years ago
  52. 3218f70 s390/mm: support real-space for gmap shadows by David Hildenbrand · 9 years ago
  53. 1c65781 s390/mm: push rte protection down to shadow pte by David Hildenbrand · 9 years ago
  54. 18b8980 s390/mm: support EDAT2 for gmap shadows by David Hildenbrand · 9 years ago
  55. fd8d4e3 s390/mm: support EDAT1 for gmap shadows by David Hildenbrand · 9 years ago
  56. 5b062bd s390/mm: prepare for EDAT1/EDAT2 support in gmap shadow by David Hildenbrand · 9 years ago
  57. 00fc062 s390/mm: push ste protection down to shadow pte by David Hildenbrand · 9 years ago
  58. f4debb4 s390/mm: take ipte_lock during shadow faults by David Hildenbrand · 9 years ago
  59. 7a67415 s390/mm: protection exceptions are corrrectly shadowed by David Hildenbrand · 9 years ago
  60. e52f8b6 s390/mm: take the mmap_sem in kvm_s390_shadow_fault() by David Hildenbrand · 9 years ago
  61. 0f7f848 s390/mm: fix races on gmap_shadow creation by David Hildenbrand · 9 years ago
  62. 998f637 s390/mm: avoid races on region/segment/page table shadowing by David Hildenbrand · 9 years ago
  63. a9d23e7 s390/mm: shadow pages with real guest requested protection by David Hildenbrand · 9 years ago
  64. eea3678 s390/mm: flush tlb of shadows in all situations by David Hildenbrand · 9 years ago
  65. aa17aa5 s390/mm: add kvm shadow fault function by Martin Schwidefsky · 9 years ago
  66. 4be130a s390/mm: add shadow gmap support by Martin Schwidefsky · 9 years ago
  67. 6ea427b s390/mm: add reference counter to gmap structure by Martin Schwidefsky · 9 years ago
  68. b2d73b2 s390/mm: extended gmap pte notifier by Martin Schwidefsky · 9 years ago
  69. 8ecb1a5 s390/mm: use RCU for gmap notifier list and the per-mm gmap list by Martin Schwidefsky · 9 years ago
  70. 414d3b0 s390/kvm: page table invalidation notifier by Martin Schwidefsky · 9 years ago
  71. 64672c9 kvm: vmx: hook preemption timer support by Yunhong Jiang · 9 years ago
  72. bc22512 kvm: vmx: rename vmx_pre/post_block to pi_pre/post_block by Yunhong Jiang · 9 years ago
  73. ce7a058 KVM: x86: support using the vmx preemption timer for tsc deadline timer by Yunhong Jiang · 9 years ago
  74. 53f9eed kvm: lapic: separate start_sw_tscdeadline from start_apic_timer by Yunhong Jiang · 9 years ago
  75. a03825b KVM: s390: use kvm->created_vcpus by Paolo Bonzini · 9 years ago
  76. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 9 years ago
  77. 6c7caeb KVM: introduce kvm->created_vcpus by Paolo Bonzini · 9 years ago
  78. 682a810 x86/kvm/svm: Simplify cpu_has_svm() by Borislav Petkov · 9 years ago
  79. 4e10b76 MIPS: KVM: Use mipsregs.h defs for config registers by James Hogan · 9 years ago
  80. e342925 MIPS: KVM: Report more accurate CP0_Config fields to guest by James Hogan · 9 years ago
  81. 4b34bca MIPS: Add define for Config.VI (virtual icache) bit by James Hogan · 9 years ago
  82. 7414d2f MIPS: KVM: Use host CCA for TLB mappings by James Hogan · 9 years ago
  83. 42aa12e MIPS: KVM: Move commpage so 0x0 is unmapped by James Hogan · 9 years ago
  84. 0510870 MIPS: KVM: Add KScratch registers by James Hogan · 9 years ago
  85. cf1fb0f MIPS: KVM: Emulate RDHWR CPUNum register by James Hogan · 9 years ago
  86. cef061d0 MIPS: KVM: Allow ULRI to restrict UserLocal register by James Hogan · 9 years ago
  87. b937ff6 MIPS: KVM: Don't hardcode restored HWREna by James Hogan · 9 years ago
  88. aff565a MIPS: Clean up RDHWR handling by James Hogan · 9 years ago
  89. e577593 MIPS: KVM: List FPU/MSA registers by James Hogan · 9 years ago
  90. 19451e5 MIPS: KVM: Use raw_cpu_has_fpu in kvm_mips_guest_can_have_fpu() by James Hogan · 9 years ago
  91. f5c43bd MIPS: KVM: Make KVM_GET_REG_LIST dynamic by James Hogan · 9 years ago
  92. cc68d22 MIPS: KVM: Pass all unknown registers to callbacks by James Hogan · 9 years ago
  93. 258f3a2 MIPS: KVM: Convert emulation to use asm/inst.h by James Hogan · 9 years ago
  94. d5cd26b MIPS: KVM: Factor writing of translated guest instructions by James Hogan · 9 years ago
  95. 66ffc50 MIPS: KVM: Fix translation of MFC0 ErrCtl by James Hogan · 9 years ago
  96. f26ed98 Merge tag 'kvm-s390-next-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 9 years ago
  97. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  98. 960cb30 KVM: S390: Fix typo by Andrea Gelmini · 9 years ago
  99. edce229 KVM: ARM64: Fix typos by Andrea Gelmini · 9 years ago
  100. 6a727b0 KVM: ARM: Fix typos by Andrea Gelmini · 9 years ago