1. b56cd05 x86/mm: Rename is_kernel_text to __is_kernel_text by Jiri Olsa · 4 years, 10 months ago
  2. 13fac1d bpf: Fix trampoline generation for fmod_ret programs by Alexei Starovoitov · 4 years, 10 months ago
  3. ae24082 bpf: Introduce BPF_MODIFY_RETURN by KP Singh · 4 years, 11 months ago
  4. 7e63920 bpf: JIT helpers for fmod_ret progs by KP Singh · 4 years, 11 months ago
  5. 88fd9e5 bpf: Refactor trampoline update code by KP Singh · 4 years, 11 months ago
  6. cfe2ce4 Revert "KVM: x86: enable -Werror" by Christoph Hellwig · 5 years ago
  7. 63623fd4 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  8. 35a5713 KVM: nVMX: Check IO instruction VM-exit conditions by Oliver Upton · 5 years ago
  9. e71237d KVM: nVMX: Refactor IO bitmap checks into helper function by Oliver Upton · 5 years ago
  10. 07721fe KVM: nVMX: Don't emulate instructions in guest mode by Paolo Bonzini · 5 years ago
  11. 5ef8acb KVM: nVMX: Emulate MTF when performing instruction emulation by Oliver Upton · 5 years ago
  12. dd58f3c KVM: fix error handling in svm_hardware_setup by Li RongQing · 5 years ago
  13. 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
  14. 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
  15. 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
  16. d80b64f KVM: SVM: Fix potential memory leak in svm_cpu_init() by Miaohe Lin · 5 years ago
  17. 23520b2 KVM: apic: avoid calculating pending eoi from an uninitialized val by Miaohe Lin · 5 years ago
  18. a444326 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled by Vitaly Kuznetsov · 5 years ago
  19. 91a5f41 KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 by Vitaly Kuznetsov · 5 years ago
  20. 93fd966 kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabled by Suravee Suthikulpanit · 5 years ago
  21. 624e18f KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSE by Xiaoyao Li · 5 years ago
  22. c9dfd3f KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadow by wanpeng li · 5 years ago
  23. 7455a83 KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI by Miaohe Lin · 5 years ago
  24. ebe7aca Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity by Linus Torvalds · 5 years ago
  25. b78a855 kvm/emulate: fix a -Werror=cast-function-type by Qian Cai · 5 years ago
  26. 147f1a1 KVM: x86: fix incorrect comparison in trace event by Paolo Bonzini · 5 years ago
  27. 9038ec9 x86/xen: Distribute switch variables for initialization by Kees Cook · 5 years ago
  28. 21b5ee5 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF by Kim Phillips · 5 years ago
  29. df6d4f9 x86/boot/compressed: Don't declare __force_order in kaslr_64.c by H.J. Lu · 5 years ago
  30. 463bfee KVM: nVMX: Fix some obsolete comments and grammar error by Miaohe Lin · 5 years ago
  31. 44024ad Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  32. 51dede9 x86/mce/amd: Fix kobject lifetime by Thomas Gleixner · 5 years ago
  33. 6e5cf31 x86/mce/amd: Publish the bank pointer only after setup has succeeded by Borislav Petkov · 5 years ago
  34. ead68df KVM: x86: enable -Werror by Paolo Bonzini · 5 years ago
  35. 9446e6f KVM: x86: fix WARN_ON check of an unsigned less than zero by Paolo Bonzini · 5 years ago
  36. f6ab010 KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging by Sean Christopherson · 5 years ago
  37. 148d735e KVM: nVMX: Use correct root level for nested EPT shadow page tables by Sean Christopherson · 5 years ago
  38. ffdbd50 KVM: nVMX: Fix some comment typos and coding style by Miaohe Lin · 5 years ago
  39. 7a02674 KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDP by Sean Christopherson · 5 years ago
  40. 331ca0f KVM: apic: reuse smp_wmb() in kvm_make_request() by Miaohe Lin · 5 years ago
  41. 2079644 KVM: x86: remove duplicated KVM_REQ_EVENT request by Miaohe Lin · 5 years ago
  42. a06230b KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTS by Oliver Upton · 5 years ago
  43. 684c042 KVM: nVMX: Handle pending #DB when injecting INIT VM-exit by Oliver Upton · 5 years ago
  44. 307f1cf KVM: x86: Mask off reserved bit from #DB exception payload by Oliver Upton · 5 years ago
  45. bab0c31 KVM: x86: do not reset microcode version on INIT or RESET by Paolo Bonzini · 5 years ago
  46. ff5ac61 x86/ima: use correct identifier for SetupMode variable by Ard Biesheuvel · 5 years ago
  47. f861854 perf/x86/intel: Fix inaccurate period in context switch for auto-reload by Kan Liang · 5 years ago
  48. 25d3872 perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map by Kim Phillips · 5 years ago
  49. 0aa0e0d perf/x86/msr: Add Tremont support by Kan Liang · 5 years ago
  50. ecf71fb perf/x86/cstate: Add Tremont support by Kan Liang · 5 years ago
  51. eda23b3 perf/x86/intel: Add Elkhart Lake support by Kan Liang · 5 years ago
  52. 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
  53. 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
  54. 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
  55. 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
  56. d7167b1 fs_parse: fold fs_parameter_desc/fs_parameter_spec by Al Viro · 5 years ago
  57. 96cafb9 fs_parser: remove fs_parameter_description name field by Eric Sandeen · 5 years ago
  58. 0f378d7 x86/apic: Mask IOAPIC entries when disabling the local APIC by Tony W Wang-oc · 5 years ago
  59. 90568ec Merge tag 'kvm-5.6-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 5 years ago
  60. 9e6c535 Merge tag 'pci-v5.6-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 5 years ago
  61. a8be1ad KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declaration by Miaohe Lin · 5 years ago
  62. d76c7fb KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit by Sean Christopherson · 5 years ago
  63. bcfcff6 x86: vmxfeatures: rename features for consistency with KVM and manual by Paolo Bonzini · 5 years ago
  64. df7e881 KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses by Paolo Bonzini · 5 years ago
  65. 4400cf5 KVM: x86: Fix perfctr WRMSR for running counters by Eric Hankland · 5 years ago
  66. a835023 x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested guests by Vitaly Kuznetsov · 5 years ago
  67. 31de3d2 x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs() by Vitaly Kuznetsov · 5 years ago
  68. 8f79b06 kvm: mmu: Separate generating and setting mmio ptes by Ben Gardon · 5 years ago
  69. 0a2b64c kvm: mmu: Replace unsigned with unsigned int for PTE access by Ben Gardon · 5 years ago
  70. ea79a75 KVM: nVMX: Remove stale comment from nested_vmx_load_cr3() by Sean Christopherson · 5 years ago
  71. 64b38bd x86/kvm: do not setup pv tlb flush when not paravirtualized by Thadeu Lima de Souza Cascardo · 5 years ago
  72. 9b5e853 KVM: x86: Take a u64 when checking for a valid dr7 value by Sean Christopherson · 5 years ago
  73. 8171cd6 KVM: x86: use raw clock values consistently by Paolo Bonzini · 5 years ago
  74. 917f947 KVM: x86: reorganize pvclock_gtod_data members by Paolo Bonzini · 5 years ago
  75. 33aabd0 KVM: nVMX: delete meaningless nested_vmx_run() declaration by Miaohe Lin · 5 years ago
  76. e8ef2a1 KVM: SVM: allow AVIC without split irqchip by Paolo Bonzini · 5 years ago
  77. f458d03 kvm: ioapic: Lazy update IOAPIC EOI by Suravee Suthikulpanit · 5 years ago
  78. 1ec2405 kvm: ioapic: Refactor kvm_ioapic_update_eoi() by Suravee Suthikulpanit · 5 years ago
  79. e2ed407 kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode. by Suravee Suthikulpanit · 5 years ago
  80. f3515dc svm: Temporarily deactivate AVIC during ExtINT handling by Suravee Suthikulpanit · 5 years ago
  81. 9a0bf05 svm: Deactivate AVIC when launching guest with nested SVM support by Suravee Suthikulpanit · 5 years ago
  82. f4fdc0a kvm: x86: hyperv: Use APICv update request interface by Suravee Suthikulpanit · 5 years ago
  83. 6c3e442 svm: Add support for dynamic APICv by Suravee Suthikulpanit · 5 years ago
  84. 2de9d0c kvm: x86: Introduce x86 ops hook for pre-update APICv by Suravee Suthikulpanit · 5 years ago
  85. ef8efd7 kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasons by Suravee Suthikulpanit · 5 years ago
  86. dcbcfa2 KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backing page by Suravee Suthikulpanit · 5 years ago
  87. 8937d76 kvm: x86: svm: Add support to (de)activate posted interrupts by Suravee Suthikulpanit · 5 years ago
  88. 24bbf74 kvm: x86: Add APICv (de)activate request trace points by Suravee Suthikulpanit · 5 years ago
  89. 8df14af kvm: x86: Add support for dynamic APICv activation by Suravee Suthikulpanit · 5 years ago
  90. 7e3e67a KVM: x86: remove get_enable_apicv from kvm_x86_ops by Paolo Bonzini · 5 years ago
  91. 4e19c36 kvm: x86: Introduce APICv inhibit reason bits by Suravee Suthikulpanit · 5 years ago
  92. b26a695 kvm: lapic: Introduce APICv update helper function by Suravee Suthikulpanit · 5 years ago
  93. b9303bb x86/PCI: Define to_pci_sysdata() even when !CONFIG_PCI by Jason A. Donenfeld · 5 years ago
  94. 153b5c5 Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  95. def3f7c asm-generic: Make dma-contiguous.h a mandatory include/asm header by Michal Simek · 5 years ago
  96. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  97. ff2e6d72 asm-generic/tlb: rename HAVE_RCU_TABLE_FREE by Peter Zijlstra · 5 years ago
  98. e47690d x86: mm: avoid allocating struct mm_struct on the stack by Steven Price · 5 years ago
  99. f8f0d0b mm: ptdump: reduce level numbers by 1 in note_page() by Steven Price · 5 years ago
  100. 2ae2713 x86: mm: convert dump_pagetables to use walk_page_range by Steven Price · 5 years ago