1. 9fb1695 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 10 months ago
  2. 1b649e0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 10 months ago
  3. 3f3ee43 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  4. 763802b x86/mm: split vmalloc_sync_all() by Joerg Roedel · 4 years, 10 months ago
  5. 870b433 x86/ioremap: Fix CONFIG_EFI=n build by Borislav Petkov · 4 years, 10 months ago
  6. ec181b7 Merge tag 'x86-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  7. e99bc91 Merge tag 'perf-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  8. 52ac377 Merge tag 'ras-urgent-2020-03-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 10 months ago
  9. 6693075 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 4 years, 10 months ago
  10. 018cabb Merge branch 'kvm-null-pointer-fix' into kvm-master by Paolo Bonzini · 4 years, 11 months ago
  11. 95fa101 KVM: nVMX: avoid NULL pointer dereference with incorrect EVMCS GPAs by Vitaly Kuznetsov · 4 years, 11 months ago
  12. 0c22056 KVM: x86: Initializing all kvm_lapic_irq fields in ioapic_write_indirect by Nitesh Narayan Lal · 4 years, 11 months ago
  13. 7a57c09 KVM: VMX: Condition ENCLS-exiting enabling on CPU support for SGX1 by Sean Christopherson · 4 years, 11 months ago
  14. 44ef976 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 11 months ago
  15. b56cd05 x86/mm: Rename is_kernel_text to __is_kernel_text by Jiri Olsa · 4 years, 11 months ago
  16. 242a6df Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 11 months ago
  17. 469ff20 x86/vector: Remove warning on managed interrupt migration by Peter Xu · 4 years, 11 months ago
  18. 2644bc8 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 11 months ago
  19. f967140 perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag by Kim Phillips · 4 years, 11 months ago
  20. 985e537 x86/ioremap: Map EFI runtime services data as encrypted for SEV by Tom Lendacky · 4 years, 11 months ago
  21. 13fac1d bpf: Fix trampoline generation for fmod_ret programs by Alexei Starovoitov · 4 years, 11 months ago
  22. 80f1f85 bpf, x32: Fix bug with JMP32 JSET BPF_X checking upper bits by Luke Nelson · 4 years, 11 months ago
  23. a754acc KVM: fix Kconfig menu text for -Werror by Jason A. Donenfeld · 5 years ago
  24. 1579f1b crypto: x86/curve25519 - support assemblers with no adx support by Jason A. Donenfeld · 5 years ago
  25. ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 11 months ago
  26. 7e63920 bpf: JIT helpers for fmod_ret progs by KP Singh · 4 years, 11 months ago
  27. 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 4 years, 11 months ago
  28. d718fdc KVM: x86: remove stale comment from struct x86_emulate_ctxt by Vitaly Kuznetsov · 5 years ago
  29. 342993f KVM: x86: clear stale x86_emulate_ctxt->intercept value by Vitaly Kuznetsov · 5 years ago
  30. aaca210 KVM: SVM: Fix the svm vmexit code for WRMSR by Haiwei Li · 5 years ago
  31. 9a11997 KVM: X86: Fix dereference null cpufreq policy by Wanpeng Li · 5 years ago
  32. 2873dc2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  33. e130a92 Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  34. f853ed9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  35. 86f7e90 KVM: VMX: check descriptor table exits on instruction emulation by Oliver Upton · 5 years ago
  36. bba42af x86/mm: Fix dump_pagetables with Xen PV by Juergen Gross · 5 years ago
  37. 99bcd4a x86/ioperm: Add new paravirt function update_io_bitmap() by Juergen Gross · 5 years ago
  38. ef935c25 kvm: x86: Limit the number of "kvm: disabled by bios" messages by Erwan Velu · 5 years ago
  39. aaec7c0 KVM: x86: avoid useless copy of cpufreq policy by Paolo Bonzini · 5 years ago
  40. 4f337fa KVM: allow disabling -Werror by Paolo Bonzini · 5 years ago
  41. 575b255 KVM: x86: allow compiling as non-module with W=1 by Valdis Klētnieks · 5 years ago
  42. 8a9442f KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipis by Wanpeng Li · 5 years ago
  43. a262bca KVM: Introduce pv check helpers by Wanpeng Li · 5 years ago
  44. 7943f4a KVM: SVM: allocate AVIC data structures based on kvm_amd module parameter by Paolo Bonzini · 5 years ago
  45. 59b5809 x86/mce: Fix logic and comments around MSR_PPIN_CTL by Tony Luck · 5 years ago
  46. 735a6dd x86/pkeys: Manually set X86_FEATURE_OSPKE to preserve existing changes by Sean Christopherson · 5 years ago
  47. cfe2ce4 Revert "KVM: x86: enable -Werror" by Christoph Hellwig · 5 years ago
  48. 8319e9d efi/x86: Handle by-ref arguments covering multiple pages in mixed mode by Ard Biesheuvel · 5 years ago
  49. f80c9f6 efi/x86: Remove support for EFI time and counter services in mixed mode by Ard Biesheuvel · 5 years ago
  50. 63056e8b efi/x86: Align GUIDs to their size in the mixed mode runtime wrapper by Ard Biesheuvel · 5 years ago
  51. d364847 x86/mce/therm_throt: Undo thermal polling properly on CPU offline by Thomas Gleixner · 5 years ago
  52. 63623fd4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  53. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  54. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  55. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  56. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  57. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 5 years ago
  58. dca132a Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  59. fca103786 Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  60. 54dedb5 Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  61. d80b64f KVM: SVM: Fix potential memory leak in svm_cpu_init() by Miaohe Lin · 5 years ago
  62. 23520b2 KVM: apic: avoid calculating pending eoi from an uninitialized val by Miaohe Lin · 5 years ago
  63. a444326 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled by Vitaly Kuznetsov · 5 years ago
  64. 91a5f41 KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 by Vitaly Kuznetsov · 5 years ago
  65. 93fd966 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled by Suravee Suthikulpanit · 5 years ago
  66. 624e18f KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE by Xiaoyao Li · 5 years ago
  67. c9dfd3f KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow by wanpeng li · 5 years ago
  68. 7455a83 KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI by Miaohe Lin · 5 years ago
  69. ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  70. b78a855 kvm/emulate: fix a -Werror=cast-function-type by Qian Cai · 5 years ago
  71. 147f1a1 KVM: x86: fix incorrect comparison in trace event by Paolo Bonzini · 5 years ago
  72. 9038ec9 x86/xen: Distribute switch variables for initialization by Kees Cook · 5 years ago
  73. 21b5ee5 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF by Kim Phillips · 5 years ago
  74. df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
  75. 463bfee KVM: nVMX: Fix some obsolete comments and grammar error by Miaohe Lin · 5 years ago
  76. 44024ad Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  77. 51dede9 x86/mce/amd: Fix kobject lifetime by Thomas Gleixner · 5 years ago
  78. 6e5cf31 x86/mce/amd: Publish the bank pointer only after setup has succeeded by Borislav Petkov · 5 years ago
  79. ead68df KVM: x86: enable -Werror by Paolo Bonzini · 5 years ago
  80. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 5 years ago
  81. f6ab010 KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging by Sean Christopherson · 5 years ago
  82. 148d735e KVM: nVMX: Use correct root level for nested EPT shadow page tables by Sean Christopherson · 5 years ago
  83. ffdbd50 KVM: nVMX: Fix some comment typos and coding style by Miaohe Lin · 5 years ago
  84. 7a02674 KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP by Sean Christopherson · 5 years ago
  85. 331ca0f KVM: apic: reuse smp_wmb() in kvm_make_request() by Miaohe Lin · 5 years ago
  86. 2079644 KVM: x86: remove duplicated KVM_REQ_EVENT request by Miaohe Lin · 5 years ago
  87. a06230b KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS by Oliver Upton · 5 years ago
  88. 684c042 KVM: nVMX: Handle pending #DB when injecting INIT VM-exit by Oliver Upton · 5 years ago
  89. 307f1cf KVM: x86: Mask off reserved bit from #DB exception payload by Oliver Upton · 5 years ago
  90. bab0c31 KVM: x86: do not reset microcode version on INIT or RESET by Paolo Bonzini · 5 years ago
  91. ff5ac61 x86/ima: use correct identifier for SetupMode variable by Ard Biesheuvel · 5 years ago
  92. f861854 perf/x86/intel: Fix inaccurate period in context switch for auto-reload by Kan Liang · 5 years ago
  93. 25d3872 perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map by Kim Phillips · 5 years ago
  94. 0aa0e0d perf/x86/msr: Add Tremont support by Kan Liang · 5 years ago
  95. ecf71fb perf/x86/cstate: Add Tremont support by Kan Liang · 5 years ago
  96. eda23b3 perf/x86/intel: Add Elkhart Lake support by Kan Liang · 5 years ago
  97. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  98. 1a2a76c Merge tag 'x86-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  99. 6ff90aa Merge tag 'efi-urgent-2020-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  100. c9d35ee Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago