1. c4f8fbc x86/tsc: Provide 'tsc=unstable' boot parameter by Peter Zijlstra · 7 years ago
  2. b1b547a x86/boot: Declare error() as noreturn by Kees Cook · 7 years ago
  3. c498920 x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 7 years ago
  4. 82652ac x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() by Josh Poimboeuf · 7 years ago
  5. 27bb1e0 crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one by Eric Biggers · 6 years ago
  6. fd2f070 kprobes/x86: Fix to set RWX bits correctly before releasing trampoline by Masami Hiramatsu · 7 years ago
  7. c9e3071 bpf, x64: increase number of passes by Daniel Borkmann · 6 years ago
  8. 9c0d0a0 perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake servers by Kan Liang · 6 years ago
  9. e91ec34 perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period() by Dan Carpenter · 6 years ago
  10. b3076ab perf/x86/intel/uncore: Fix Skylake UPI event format by Kan Liang · 6 years ago
  11. 3681c24 x86/entry/64: Don't use IST entry for #BP stack by Andy Lutomirski · 9 years ago
  12. f9ed244 x86/boot/64: Verify alignment of the LOAD segment by H.J. Lu · 6 years ago
  13. 678b405 x86/build/64: Force the linker to use 2MB page size by H.J. Lu · 6 years ago
  14. 587da2b kvm/x86: fix icebp instruction handling by Linus Torvalds · 6 years ago
  15. f4fe4f9 x86/mm: implement free pmd/pte page interfaces by Toshi Kani · 6 years ago
  16. 9c7f7bd mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  17. 51174d2 x86/xen: split xen_smp_prepare_boot_cpu() by Vitaly Kuznetsov · 7 years ago
  18. 5b0425c x86/KASLR: Fix kexec kernel boot crash when KASLR randomization fails by Baoquan He · 7 years ago
  19. b7de32e x86/reboot: Turn off KVM when halting a CPU by Tiantian Feng · 7 years ago
  20. cd1ff13 x86: i8259: export legacy_pic symbol by Hans de Goede · 7 years ago
  21. d3b0e98 x86/mm: Fix vmalloc_fault to use pXd_large by Toshi Kani · 6 years ago
  22. ed82505 x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist by Alexander Sergeyev · 6 years ago
  23. a999c60 x86/speculation, objtool: Annotate indirect calls/jumps for objtool on 32-bit kernels by Andy Whitcroft · 6 years ago
  24. 990a63c x86/vm86/32: Fix POPF emulation by Andy Lutomirski · 6 years ago
  25. aa9c22f x86/cpufeatures: Add Intel PCONFIG cpufeature by Kirill A. Shutemov · 6 years ago
  26. 60845c8 x86/boot/32: Fix UP boot on Quark and possibly other platforms by Andy Lutomirski · 7 years ago
  27. d0cab8c kprobes/x86: Set kprobes pages read-only by Masami Hiramatsu · 7 years ago
  28. 96d0c4c kprobes/x86: Fix kprobe-booster not to boost far call instructions by Masami Hiramatsu · 7 years ago
  29. afd9ccd kvm: nVMX: Disallow userspace-injected exceptions in guest mode by Jim Mattson · 7 years ago
  30. b0d7b1a kvm/svm: Setup MCG_CAP on AMD properly by Borislav Petkov · 7 years ago
  31. 86b684f x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up by Andy Lutomirski · 7 years ago
  32. d5721f4 x86/mce: Init some CPU features early by Yazen Ghannam · 7 years ago
  33. fdfc3fa x86/mce: Handle broadcasted MCE gracefully with kexec by Xunlei Pang · 7 years ago
  34. 45142b2 x86/mm: Make mmap(MAP_32BIT) work correctly by Dmitry Safonov · 7 years ago
  35. 941bfd1 x86: Treat R_X86_64_PLT32 as R_X86_64_PC32 by H.J. Lu · 6 years ago
  36. cd69674 x86/module: Detect and skip invalid relocations by Josh Poimboeuf · 7 years ago
  37. bb61551 x86/paravirt, objtool: Annotate indirect calls by Peter Zijlstra · 7 years ago
  38. e21257a x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP by Ingo Molnar · 6 years ago
  39. f7d3a80 x86/boot, objtool: Annotate indirect jump in secondary_startup_64() by Peter Zijlstra · 7 years ago
  40. a65655d x86/speculation, objtool: Annotate indirect calls/jumps for objtool by Peter Zijlstra · 7 years ago
  41. 6123a6b x86/retpoline: Support retpoline builds with Clang by David Woodhouse · 6 years ago
  42. a27ede1 x86/speculation: Use IBRS if available before calling into firmware by David Woodhouse · 6 years ago
  43. afb9851 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" by David Woodhouse · 6 years ago
  44. 502a278 x86/spectre_v2: Don't check microcode versions when running under hypervisors by Konrad Rzeszutek Wilk · 6 years ago
  45. 2cc98fd x86/MCE: Serialize sysfs changes by Seunghun Han · 6 years ago
  46. 017219b bpf, x64: implement retpoline for tail call by Daniel Borkmann · 6 years ago
  47. 59e1623 x86/apic/vector: Handle legacy irq data correctly by Thomas Gleixner · 6 years ago
  48. 2585e4b4 x86/speculation: Use Indirect Branch Prediction Barrier in context switch by Tim Chen · 7 years ago
  49. 027ba1a x86/mm: Give each mm TLB flush generation a unique ID by Andy Lutomirski · 7 years ago
  50. f750e15 KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR path as unlikely() by Paolo Bonzini · 6 years ago
  51. a175d51 KVM/x86: Remove indirect MSR op calls from SPEC_CTRL by Paolo Bonzini · 6 years ago
  52. 0c2b4a3 x86/platform/intel-mid: Handle Intel Edison reboot correctly by Sebastian Panceac · 6 years ago
  53. 7844849 x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend by Juergen Gross · 6 years ago
  54. 9a5bd36 x86/asm: Allow again using asm.h when building for the 'bpf' clang target by Arnaldo Carvalho de Melo · 7 years ago
  55. 22b5557 x86/entry/64: Clear extra registers beyond syscall arguments, to reduce speculation attack surface by Dan Williams · 6 years ago
  56. dcc92a1 x86/oprofile: Fix bogus GCC-8 warning in nmi_setup() by Arnd Bergmann · 6 years ago
  57. 04c776e KVM: nVMX: invvpid handling improvements by Jan Dakinevich · 6 years ago
  58. f157269 KVM: VMX: clean up declaration of VPID/EPT invalidation types by Jan Dakinevich · 6 years ago
  59. afff83e KVM: async_pf: Fix #DF due to inject "Page not Present" and "Page Ready" exceptions simultaneously by Wanpeng Li · 7 years ago
  60. 1acf767 x86/microcode/AMD: Change load_microcode_amd()'s param to bool to fix preemptibility bug by Borislav Petkov · 6 years ago
  61. 703d672 KVM: add X86_LOCAL_APIC dependency by Arnd Bergmann · 7 years ago
  62. 6215c81 x86/vm86: Fix unused variable warning if THP is disabled by Kirill A. Shutemov · 7 years ago
  63. bb70b2a x86/platform: Add PCI dependency for PUNIT_ATOM_DEBUG by Arnd Bergmann · 7 years ago
  64. fb0519f x86: add MULTIUSER dependency for KVM by Arnd Bergmann · 7 years ago
  65. 7fd22bc x86/build: Silence the build with "make -s" by Arnd Bergmann · 7 years ago
  66. 826a83a x86/fpu/math-emu: Fix possible uninitialized variable use by Arnd Bergmann · 7 years ago
  67. 10170a9 x86/ras/inject: Make it depend on X86_LOCAL_APIC=y by Borislav Petkov · 8 years ago
  68. e72c7a3 perf/x86: Shut up false-positive -Wmaybe-uninitialized warning by Arnd Bergmann · 7 years ago
  69. 0f77841 x86/mm/kmmio: Fix mmiotrace for page unaligned addresses by Karol Herbst · 7 years ago
  70. b392a53 crypto: hash - annotate algorithms taking optional key by Eric Biggers · 7 years ago
  71. 9748fd5 KVM: x86: fix escape of guest dr6 to the host by Wanpeng Li · 7 years ago
  72. eda4a83 crypto: x86/twofish-3way - Fix %rbp usage by Eric Biggers · 7 years ago
  73. aa72eec x86/cpu: Change type of x86_cache_size variable to unsigned int by Gustavo A. R. Silva · 6 years ago
  74. 14eb413 x86/spectre: Fix an error message by Dan Carpenter · 6 years ago
  75. 06be007 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
  76. 90ca269 x86/speculation: Add <asm/msr-index.h> dependency by Peter Zijlstra · 6 years ago
  77. be1ea50 x86/speculation: Fix up array_index_nospec_mask() asm constraint by Dan Williams · 6 years ago
  78. 3aad6fe x86/speculation: Clean up various Spectre related details by Ingo Molnar · 6 years ago
  79. 9665296 X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs by KarimAllah Ahmed · 6 years ago
  80. 7b9dd0d KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(), by always inlining iterator helper methods by David Woodhouse · 6 years ago
  81. 765b608 x86/speculation: Correct Speculation Control microcode blacklist again by David Woodhouse · 6 years ago
  82. 70f822b x86/speculation: Update Speculation Control microcode blacklist by David Woodhouse · 6 years ago
  83. 7b559f7 x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculation attack surface by Dan Williams · 6 years ago
  84. ba88289 KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2 by Liran Alon · 7 years ago
  85. 68f2013 crypto: sha512-mb - initialize pending lengths correctly by Eric Biggers · 7 years ago
  86. b9372834 crypto: poly1305 - remove ->setkey() method by Eric Biggers · 7 years ago
  87. 83946c3 kaiser: fix compile error without vsyscall by Hugh Dickins · 6 years ago
  88. 2760f45 x86/microcode: Do the family check first by Borislav Petkov · 7 years ago
  89. fc00dde KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 6 years ago
  90. e5a8341 KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL by KarimAllah Ahmed · 6 years ago
  91. 755502f KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES by KarimAllah Ahmed · 6 years ago
  92. 7013129 KVM/x86: Add IBPB support by Ashok Raj · 6 years ago
  93. 6236b78 KVM: VMX: make MSR bitmaps per-VCPU by Paolo Bonzini · 7 years ago
  94. ff546f9 KVM: VMX: introduce alloc_loaded_vmcs by Paolo Bonzini · 7 years ago
  95. 46e24df KVM: nVMX: Eliminate vmcs02 pool by Jim Mattson · 7 years ago
  96. b7649e1 KVM: nVMX: mark vmcs12 pages dirty on L2 exit by David Matlack · 7 years ago
  97. 1edccf2 KVM: nVMX: vmx_complete_nested_posted_interrupt() can't fail by David Hildenbrand · 8 years ago
  98. 19b1d4b KVM: nVMX: kmap() can't fail by David Hildenbrand · 8 years ago
  99. 3490039 x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL by Darren Kenny · 6 years ago
  100. 4b234a2 x86/pti: Mark constant arrays as __initconst by Arnd Bergmann · 6 years ago