1. bf935b0 x86/fpu: Create 'union thread_xstate' helper for fpstate_init() by Ingo Molnar · 10 years ago
  2. 0e75c54 x86/fpu: Rename restore_fpu_checking() to copy_fpstate_to_fpregs() by Ingo Molnar · 10 years ago
  3. 3c6dffa x86/fpu: Rename user_has_fpu() to fpregs_active() by Ingo Molnar · 10 years ago
  4. befc61a x86/fpu: Move asm/xcr.h to asm/fpu/internal.h by Ingo Molnar · 10 years ago
  5. 669ebab x86/fpu: Rename fpu/xsave.h to fpu/xstate.h by Ingo Molnar · 10 years ago
  6. c4d72e2 x86/fpu: Simplify fpstate_init_curr() usage by Ingo Molnar · 10 years ago
  7. 0ee6a51 x86/fpu, kvm: Simplify fx_init() by Ingo Molnar · 10 years ago
  8. e62bb3d x86/fpu: Rename fpstate_alloc_init() to fpstate_init_curr() by Ingo Molnar · 10 years ago
  9. 91d93d0 x86/fpu: Remove failure return from fpstate_alloc_init() by Ingo Molnar · 10 years ago
  10. c4d6ee6 x86/fpu: Remove failure paths from fpstate-alloc low level functions by Ingo Molnar · 10 years ago
  11. 7366ed7 x86/fpu: Simplify FPU handling by embedding the fpstate in task_struct (again) by Ingo Molnar · 10 years ago
  12. 4f83634 x86/fpu: Rename fpu_save_init() to copy_fpregs_to_fpstate() by Ingo Molnar · 10 years ago
  13. 952f07e x86/fpu: Move various internal function prototypes to fpu/internal.h by Ingo Molnar · 10 years ago
  14. 400e4b2 x86/fpu: Rename xsave.header::xstate_bv to 'xfeatures' by Ingo Molnar · 10 years ago
  15. 3a54450 x86/fpu: Rename 'xsave_hdr' to 'header' by Ingo Molnar · 10 years ago
  16. 78f7f1e x86/fpu: Rename fpu-internal.h to fpu/internal.h by Ingo Molnar · 10 years ago
  17. a137fb6 x86/fpu: Move xsave.h to fpu/xsave.h by Ingo Molnar · 10 years ago
  18. df6b35f x86/fpu: Rename i387.h to fpu/api.h by Ingo Molnar · 10 years ago
  19. db2b1d3 x86/fpu: Use 'struct fpu' in fpstate_alloc_init() by Ingo Molnar · 10 years ago
  20. c5bedc6 x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active by Ingo Molnar · 10 years ago
  21. 4c13841 x86/fpu: Open code PF_USED_MATH usages by Ingo Molnar · 10 years ago
  22. f89e32e x86/fpu: Fix header file dependencies of fpu-internal.h by Ingo Molnar · 10 years ago
  23. c0ee2cf x86/fpu: Rename fpu_finit() to fpstate_init() by Ingo Molnar · 10 years ago
  24. a7c2a83 x86/fpu: Rename fpu_free() to fpstate_free() by Ingo Molnar · 10 years ago
  25. ed97b08 x86/fpu: Rename fpu_alloc() to fpstate_alloc() by Ingo Molnar · 10 years ago
  26. 97185c9 x86/fpu: Split an fpstate_alloc_init() function out of init_fpu() by Ingo Molnar · 10 years ago
  27. 5dca0d9 kvm: x86: fix kvmclock update protocol by Radim Krčmář · 10 years ago
  28. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  29. 085e68e KVM: VMX: Preserve host CR4.MCE value while in guest mode. by Ben Serebrin · 10 years ago
  30. bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
  31. decf633 KVM: MMU: fix comment in kvm_mmu_zap_collapsible_spte by Xiao Guangrong · 10 years ago
  32. 1300052 kvm: mmu: don't do memslot overflow check by Wanpeng Li · 10 years ago
  33. bea1542 KVM: x86: cleanup kvm_irq_delivery_to_apic_fast by Paolo Bonzini · 10 years ago
  34. 9e9c3fe KVM: x86: Fix MSR_IA32_BNDCFGS in msrs_to_save by Nadav Amit · 10 years ago
  35. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  36. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  37. 3ea3b7f kvm: mmu: lazy collapse small sptes into large sptes by Wanpeng Li · 10 years ago
  38. 1119022 KVM: x86: Clear CR2 on VCPU reset by Nadav Amit · 10 years ago
  39. ae561ed KVM: x86: DR0-DR3 are not clear on reset by Nadav Amit · 10 years ago
  40. 58d269d KVM: x86: BSP in MSR_IA32_APICBASE is writable by Nadav Amit · 10 years ago
  41. 3b5a5ff KVM: x86: simplify kvm_apic_map by Radim Krčmář · 10 years ago
  42. 3548a25 KVM: x86: avoid logical_map when it is invalid by Radim Krčmář · 10 years ago
  43. 9ea369b KVM: x86: fix mixed APIC mode broadcast by Radim Krčmář · 10 years ago
  44. 03d2249 KVM: x86: use MDA for interrupt matching by Radim Krčmář · 10 years ago
  45. 92d71bc KVM: nVMX: remove unnecessary double caching of MAXPHYADDR by Eugene Korenevsky · 10 years ago
  46. 9090422 KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entry by Eugene Korenevsky · 10 years ago
  47. 5a4f55c KVM: x86: cache maxphyaddr CPUID leaf in struct kvm_vcpu by Eugene Korenevsky · 10 years ago
  48. 80f0e95 KVM: vmx: pass error code with internal error #2 by Radim Krčmář · 10 years ago
  49. 9c8fd1b KVM: x86: optimize delivery of TSC deadline timer interrupt by Paolo Bonzini · 10 years ago
  50. 362c698 KVM: x86: extract blocking logic from __vcpu_run by Paolo Bonzini · 10 years ago
  51. 35fd68a kvm: x86: fix x86 eflags fixed bit by Wanpeng Li · 10 years ago
  52. bf0fb67 Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into 'kvm-next' by Paolo Bonzini · 10 years ago
  53. 1d804d0 x86: Use bool function return values of true/false not 1/0 by Joe Perches · 10 years ago
  54. c5e77f5 Merge tag 'v4.0-rc6' into timers/core, before applying new patches by Ingo Molnar · 10 years ago
  55. 2f729b1 KVM: remove useless check of "ret" variable prior to returning the same value by Eugene Korenevsky · 10 years ago
  56. b32a991 KVM: x86: Remove redundant definitions by Nadav Amit · 10 years ago
  57. 0efb044 KVM: x86: removing redundant eflags bits definitions by Nadav Amit · 10 years ago
  58. 900efe2 KVM: x86: BSF and BSR emulation change register unnecassarily by Nadav Amit · 10 years ago
  59. 6fd8e12 KVM: x86: POPA emulation may not clear bits [63:32] by Nadav Amit · 10 years ago
  60. b91aa14 KVM: x86: CMOV emulation on legacy mode is wrong by Nadav Amit · 10 years ago
  61. 2dccb4c kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  62. 876e788 time: Rename timekeeper::tkr to timekeeper::tkr_mono by Peter Zijlstra · 10 years ago
  63. b3a2a90 KVM: nVMX: Add support for rdtscp by Jan Kiszka · 10 years ago
  64. f0e4b27 KVM: x86: remove now unneeded include directory from Makefile by Andre Przywara · 10 years ago
  65. af669ac KVM: move iodev.h from virt/kvm/ to include/kvm by Andre Przywara · 10 years ago
  66. e32edf4 KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks. by Nikolay Nikolaev · 10 years ago
  67. a123374f KVM: x86: inline kvm_ioapic_handles_vector() by Radim Krčmář · 10 years ago
  68. c806a6a KVM: x86: call irq notifiers with directed EOI by Radim Krčmář · 10 years ago
  69. faac245 KVM: SVM: Fix confusing message if no exit handlers are installed by Bandan Das · 10 years ago
  70. 52eb5a6 KVM: x86: For the symbols used locally only should be static type by Xiubo Li · 10 years ago
  71. 795a149 KVM: x86: Avoid using plain integer as NULL pointer warning by Xiubo Li · 10 years ago
  72. 0790ec1 KVM: nVMX: mask unrestricted_guest if disabled on L0 by Radim Krčmář · 10 years ago
  73. ae1f576 KVM: nVMX: Do not emulate #UD while in guest mode by Jan Kiszka · 10 years ago
  74. b34a805 KVM: x86: Fix re-execution of patched vmmcall by Jan Kiszka · 10 years ago
  75. 5e57518 x86: svm: use cr_interception for SVM_EXIT_CR0_SEL_WRITE by David Kaplan · 10 years ago
  76. 670125b KVM: VMX: Set msr bitmap correctly if vcpu is in guest mode by Wincy Van · 10 years ago
  77. c1a6bff kvm: x86: i8259: return initialized data on invalid-size read by Petr Matousek · 10 years ago
  78. dc9be0f kvm: move advertising of KVM_CAP_IRQFD to common code by Paolo Bonzini · 10 years ago
  79. dab429a kvm: svm: make wbinvd faster by David Kaplan · 10 years ago
  80. 5cb5605 kvm: x86: make kvm_emulate_* consistant by Joel Schopp · 10 years ago
  81. 548ef28 KVM: Get rid of kvm_kvfree() by Thomas Huth · 10 years ago
  82. 5bda6ee KVM: ioapic: Record edge-triggered interrupts delivery status by Wincy Van · 10 years ago
  83. 668f198 KVM: SVM: use kvm_register_write()/read() by David Kaplan · 10 years ago
  84. f563db4 KVM: SVM: fix interrupt injection (apic->isr_count always 0) by Radim Krčmář · 10 years ago
  85. 4ff6f8e KVM: emulate: fix CMPXCHG8B on 32-bit hosts by Paolo Bonzini · 10 years ago
  86. 21bc8dc KVM: VMX: fix build without CONFIG_SMP by Radim Krčmář · 10 years ago
  87. 3750771 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  88. b9085bc Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  89. dab2087 KVM: x86: fix build with !CONFIG_SMP by Radim Krčmář · 10 years ago
  90. 23e8fe2 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  91. d44e121 KVM: x86: emulate: correct page fault error code for NoWrite instructions by Paolo Bonzini · 10 years ago
  92. f781951 kvm: add halt_poll_ns module parameter by Paolo Bonzini · 10 years ago
  93. 1e02ce4 x86: Store a per-cpu shadow copy of CR4 by Andy Lutomirski · 10 years ago
  94. 375074c x86: Clean up cr4 manipulation by Andy Lutomirski · 10 years ago
  95. 705699a KVM: nVMX: Enable nested posted interrupt processing by Wincy Van · 10 years ago
  96. 608406e KVM: nVMX: Enable nested virtual interrupt delivery by Wincy Van · 10 years ago
  97. 82f0dd4 KVM: nVMX: Enable nested apic register virtualization by Wincy Van · 10 years ago
  98. b9c237b KVM: nVMX: Make nested control MSRs per-cpu by Wincy Van · 10 years ago
  99. f2b9328 KVM: nVMX: Enable nested virtualize x2apic mode by Wincy Van · 10 years ago
  100. 3af18d9 KVM: nVMX: Prepare for using hardware MSR bitmap by Wincy Van · 10 years ago