1. af1bae5 KVM: x86: bump KVM_MAX_VCPU_ID to 1023 by Radim Krčmář · 8 years ago
  2. 682f732 KVM: x86: bump MAX_VCPUS to 288 by Radim Krčmář · 8 years ago
  3. c519265 KVM: x86: add a flag to disable KVM x2apic broadcast quirk by Radim Krčmář · 8 years ago
  4. 37131313 KVM: x86: add KVM_CAP_X2APIC_API by Radim Krčmář · 8 years ago
  5. c63cf53 KVM: pass struct kvm to kvm_set_routing_entry by Radim Krčmář · 8 years ago
  6. 4d8e772 KVM: x86: reset lapic base in kvm_lapic_reset by Radim Krčmář · 8 years ago
  7. c93de59 KVM: VMX: optimize APIC ID read with APICv by Radim Krčmář · 8 years ago
  8. 49bd29b KVM: x86: reset APIC ID when enabling LAPIC by Radim Krčmář · 8 years ago
  9. a92e254 KVM: x86: use hardware-compatible format for APIC ID register by Radim Krčmář · 8 years ago
  10. 3159d36 KVM: x86: use generic function for MSI parsing by Radim Krčmář · 8 years ago
  11. 0ca52e7 KVM: x86: dynamic kvm_apic_map by Radim Krčmář · 8 years ago
  12. e45115b KVM: x86: use physical LAPIC array for logical x2APIC by Radim Krčmář · 8 years ago
  13. 64aa47b KVM: x86: add kvm_apic_map_get_dest_lapic by Radim Krčmář · 8 years ago
  14. 757883d KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240 by Radim Krčmář · 8 years ago
  15. 02120c4 kvm: vmx: advertise support for ept execute only by Bandan Das · 8 years ago
  16. d95c556 kvm: mmu: track read permission explicitly for shadow EPT page tables by Bandan Das · 8 years ago
  17. ffb128c kvm: mmu: don't set the present bit unconditionally by Bandan Das · 8 years ago
  18. 812f30b kvm: mmu: remove is_present_gpte() by Bandan Das · 8 years ago
  19. 8d5cf16 kvm: mmu: extend the is_present check to 32 bits by Bandan Das · 8 years ago
  20. 8391ce4 KVM: VMX: introduce vm_{entry,exit}_control_reset_shadow by Paolo Bonzini · 9 years ago
  21. 9314006 KVM: nVMX: keep preemption timer enabled during L2 execution by Paolo Bonzini · 9 years ago
  22. 55123e3 KVM: nVMX: avoid incorrect preemption timer vmexit in nested guest by Wanpeng Li · 9 years ago
  23. 1c17c3e KVM: VMX: reflect broken preemption timer in vmcs_config by Paolo Bonzini · 9 years ago
  24. 03f6a22 KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an element by Wei Yongjun · 9 years ago
  25. 196f20c KVM: vmx: fix missed cancellation of TSC deadline timer by Wanpeng Li · 9 years ago
  26. bd97ad0 KVM: x86: introduce cancel_hv_tscdeadline by Wanpeng Li · 9 years ago
  27. 9175d2e KVM: vmx: fix underflow in TSC deadline calculation by Paolo Bonzini · 9 years ago
  28. f2485b3 KVM: x86: use guest_exit_irqoff by Paolo Bonzini · 9 years ago
  29. 91fa0f8 KVM: x86: always use "acknowledge interrupt on exit" by Paolo Bonzini · 9 years ago
  30. 6edaa53 KVM: remove kvm_guest_enter/exit wrappers by Paolo Bonzini · 9 years ago
  31. 87aeb54 kvm: x86: use getboottime64 by Arnd Bergmann · 9 years ago
  32. c45dcc7 KVM: VMX: enable guest access to LMCE related MSRs by Ashok Raj · 9 years ago
  33. 37e4c99 KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROL by Haozhong Zhang · 9 years ago
  34. 3b84080 KVM: VMX: move msr_ia32_feature_control to vcpu_vmx by Haozhong Zhang · 9 years ago
  35. 64672c9 kvm: vmx: hook preemption timer support by Yunhong Jiang · 9 years ago
  36. bc22512 kvm: vmx: rename vmx_pre/post_block to pi_pre/post_block by Yunhong Jiang · 9 years ago
  37. ce7a058 KVM: x86: support using the vmx preemption timer for tsc deadline timer by Yunhong Jiang · 9 years ago
  38. 53f9eed kvm: lapic: separate start_sw_tscdeadline from start_apic_timer by Yunhong Jiang · 9 years ago
  39. 557abc4 KVM: remove kvm_vcpu_compatible by Paolo Bonzini · 9 years ago
  40. 682a810 x86/kvm/svm: Simplify cpu_has_svm() by Borislav Petkov · 9 years ago
  41. bb3541f KVM: x86: Fix typos by Andrea Gelmini · 9 years ago
  42. dca4d72 kvm/x86: remove unnecessary header file inclusion by Kai Huang · 9 years ago
  43. 250715a KVM: x86: protect KVM_CREATE_PIT/KVM_CREATE_PIT2 with kvm->lock by Paolo Bonzini · 9 years ago
  44. ee2cd4b KVM: x86: rename process_smi to enter_smm, process_smi_request to process_smi by Paolo Bonzini · 9 years ago
  45. c43203c KVM: x86: avoid simultaneous queueing of both IRQ and SMI by Paolo Bonzini · 9 years ago
  46. d14bdb5 KVM: x86: fix OOPS after invalid KVM_SET_DEBUGREGS by Paolo Bonzini · 9 years ago
  47. 78e546c KVM: fail KVM_SET_VCPU_EVENTS with invalid exception number by Paolo Bonzini · 9 years ago
  48. 83676e9 KVM: x86: avoid vmalloc(0) in the KVM_SET_CPUID by Paolo Bonzini · 9 years ago
  49. b21629d kvm: x86: avoid warning on repeated KVM_SET_TSS_ADDR by Paolo Bonzini · 9 years ago
  50. 0c2df2a KVM: Handle MSR_IA32_PERF_CTL by Dmitry Bilunov · 9 years ago
  51. b19ee2f KVM: x86: avoid write-tearing of TDP by Nadav Amit · 9 years ago
  52. 7d8eb50 Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  53. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  54. 1e8143d Merge tag 'platform-drivers-x86-v4.7-1' of git://git.infradead.org/users/dvhart/linux-platform-drivers-x86 by Linus Torvalds · 9 years ago
  55. e28e909 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  56. b740d2e platform/x86: Add PMC Driver for Intel Core SoC by Rajneesh Bhardwaj · 9 years ago
  57. 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
  58. 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  59. bdc6b75 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  60. 3ce424e kvm:vmx: more complete state update on APICv on/off by Roman Kagan · 9 years ago
  61. 2956729 Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 9 years ago
  62. dd14be9 xen: use same main loop for counting and remapping pages by Juergen Gross · 9 years ago
  63. 702f926 xen/x86: actually allocate legacy interrupts on PV guests by Stefano Stabellini · 9 years ago
  64. c06b6d7 xen/x86: don't lose event interrupts by Stefano Stabellini · 9 years ago
  65. 079d085 KVM: SVM: Add more SVM_EXIT_REASONS by Jan Kiszka · 9 years ago
  66. 5446a97 svm: bitwise vs logical op typo by Dan Carpenter · 9 years ago
  67. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  68. 864778b mm, aout: handle vm_brk failures by Michal Hocko · 9 years ago
  69. 7efb2a7 arch/defconfig: remove CONFIG_RESOURCE_COUNTERS by Konstantin Khlebnikov · 9 years ago
  70. 1e5768a kexec: provide arch_kexec_protect(unprotect)_crashkres() by Xunlei Pang · 9 years ago
  71. 7639dad Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  72. bd28b14 x86: remove more uaccess_32.h complexity by Linus Torvalds · 9 years ago
  73. 5b09c3e x86: remove pointless uaccess_32.h complexity by Linus Torvalds · 9 years ago
  74. a78ff11 um: add extended processor state save/restore support by Eli Cooper · 9 years ago
  75. b6024b2 um: extend fpstate to _xstate to support YMM registers by Eli Cooper · 9 years ago
  76. 6de5a8a um: fix FPU state preservation around signal handlers by Eli Cooper · 9 years ago
  77. 51e68d0 x86 isa: add back X86_32 dependency on CONFIG_ISA by Linus Torvalds · 9 years ago
  78. 5469dc2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  79. 3aa2fc1 Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  80. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 9 years ago
  81. e646469 exit_thread: accept a task parameter to be exited by Jiri Slaby · 9 years ago
  82. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  83. 1771c6e x86/kasan: instrument user memory access API by Andrey Ryabinin · 9 years ago
  84. 8329e81 ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to it by Steven Rostedt · 9 years ago
  85. e4fba88 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 9 years ago
  86. 1ab9418 perf/x86/intel/p4: Trival indentation fix, remove space by Colin Ian King · 9 years ago
  87. dc4fac8 x86/mm: Switch from TASK_SIZE to TASK_SIZE_MAX in the page fault code by Andy Lutomirski · 9 years ago
  88. d696ca0 x86/fsgsbase/64: Use TASK_SIZE_MAX for FSBASE/GSBASE upper limits by Andy Lutomirski · 9 years ago
  89. 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 9 years ago
  90. 0f6ff2b x86/mm/mpx: Work around MPX erratum SKD046 by Dave Hansen · 9 years ago
  91. 21f77d2 Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 9 years ago
  92. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  93. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 9 years ago
  94. 2b18e53 x86: mm: use hugetlb_bad_size() by Vaishali Thakkar · 9 years ago
  95. 0edaf86 include/linux/nodemask.h: create next_node_in() helper by Andrew Morton · 9 years ago
  96. 7afd16f Merge tag 'pci-v4.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  97. 7beaa24 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 9 years ago
  98. f4f27d0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  99. d4bf707 x86/entry/64: Fix stack return address retrieval in thunk by Josh Poimboeuf · 9 years ago
  100. 9842df6 KVM: MTRR: remove MSR 0x2f8 by Andy Honig · 9 years ago