1. afd5c42 crypto: blkcipher - fix crash flushing dcache in error path by Eric Biggers · 6 years ago
  2. 81ad8a8 crypto: vmac - separate tfm and request context by Eric Biggers · 6 years ago
  3. 371c35c crypto: vmac - require a block cipher with 128-bit block size by Eric Biggers · 6 years ago
  4. e87485a crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2() by Eric Biggers · 6 years ago
  5. 2d43ff0 kbuild: verify that $DEPMOD is installed by Randy Dunlap · 6 years ago
  6. 52b9b51 i2c: ismt: fix wrong device address when unmap the data buffer by Liwei Song · 7 years ago
  7. 76b6f30 kasan: don't emit builtin calls when sanitization is off by Andrey Konovalov · 6 years ago
  8. 2130e54 x86/mm: Disable ioremap free page handling on x86-PAE by Toshi Kani · 6 years ago
  9. cc83ba4 x86: i8259: Add missing include file by Guenter Roeck · 6 years ago
  10. 61341a3 x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled by Guenter Roeck · 6 years ago
  11. 93e02ae Linux 4.9.120 by Greg Kroah-Hartman · 6 years ago
  12. 7f5d090 x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present by Borislav Petkov · 6 years ago
  13. 4edf4ad x86/cpu/amd: Limit cpu_core_id fixup to families older than F17h by Suravee Suthikulpanit · 7 years ago
  14. b4f17de x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures by Jiri Kosina · 6 years ago
  15. 16848eb x86/init: fix build with CONFIG_SWAP=n by Vlastimil Babka · 6 years ago
  16. aee0861 cpu/hotplug: Non-SMP machines do not make use of booted_once by Abel Vesa · 6 years ago
  17. 59a6e1f x86/smp: fix non-SMP broken build due to redefinition of apic_id_is_primary_thread by Vlastimil Babka · 6 years ago
  18. da540c0 x86/microcode: Allow late microcode loading with SMT disabled by Josh Poimboeuf · 6 years ago
  19. 760f948 x86/microcode: Do not upload microcode if CPUs are offline by Ashok Raj · 6 years ago
  20. d21c271 tools headers: Synchronise x86 cpufeatures.h for L1TF additions by David Woodhouse · 6 years ago
  21. e79d049 x86/mm/kmmio: Make the tracer robust against L1TF by Andi Kleen · 6 years ago
  22. 7e46437 x86/mm/pat: Make set_memory_np() L1TF safe by Andi Kleen · 6 years ago
  23. 5ebf3f8 x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert by Andi Kleen · 6 years ago
  24. 4656dfb x86/speculation/l1tf: Invert all not present mappings by Andi Kleen · 6 years ago
  25. c504b9f cpu/hotplug: Fix SMT supported evaluation by Thomas Gleixner · 6 years ago
  26. f56c8ee KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry by Paolo Bonzini · 6 years ago
  27. 383f160 x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry by Paolo Bonzini · 6 years ago
  28. ee782ed x86/speculation: Simplify sysfs report of VMX L1TF vulnerability by Paolo Bonzini · 6 years ago
  29. ce2c7551 KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR by Paolo Bonzini · 6 years ago
  30. 7a1eac8 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 6 years ago
  31. 8a01dd3 KVM: X86: Introduce kvm_get_msr_feature() by Wanpeng Li · 6 years ago
  32. 1a155ef KVM: SVM: Add MSR-based feature support for serializing LFENCE by Tom Lendacky · 6 years ago
  33. 62d88fc KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 6 years ago
  34. d9f378f Documentation/l1tf: Remove Yonah processors from not vulnerable list by Thomas Gleixner · 6 years ago
  35. 77a83b3 x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() by Nicolai Stange · 6 years ago
  36. 2c5a3a0 x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d by Nicolai Stange · 6 years ago
  37. 8574df1 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  38. e371c92 x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d by Nicolai Stange · 6 years ago
  39. 5766dc1 x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 by Nicolai Stange · 6 years ago
  40. 90bc306 x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() by Nicolai Stange · 6 years ago
  41. 936f566 x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' by Nicolai Stange · 6 years ago
  42. 698ac1b x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() by Nicolai Stange · 6 years ago
  43. 8b1969d cpu/hotplug: detect SMT disabled by BIOS by Josh Poimboeuf · 6 years ago
  44. 03b3614 Documentation/l1tf: Fix typos by Tony Luck · 6 years ago
  45. 587d499 x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content by Nicolai Stange · 6 years ago
  46. 93aed24 Documentation: Add section about CPU vulnerabilities by Thomas Gleixner · 6 years ago
  47. 2decbf5 x86/bugs, kvm: Introduce boot-time control of L1TF mitigations by Jiri Kosina · 6 years ago
  48. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  49. a69c5e0 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 6 years ago
  50. 4797c2f x86/kvm: Allow runtime control of L1D flush by Thomas Gleixner · 6 years ago
  51. 6ccf633 x86/kvm: Serialize L1D flush parameter setter by Thomas Gleixner · 6 years ago
  52. dff0982 x86/kvm: Add static key for flush always by Thomas Gleixner · 6 years ago
  53. 641a211 x86/kvm: Move l1tf setup function by Thomas Gleixner · 6 years ago
  54. 4186ae8 x86/l1tf: Handle EPT disabled state proper by Thomas Gleixner · 6 years ago
  55. 31282cf x86/kvm: Drop L1TF MSR list approach by Thomas Gleixner · 6 years ago
  56. 80e55b5 x86/litf: Introduce vmx status variable by Thomas Gleixner · 6 years ago
  57. e7cda2f cpu/hotplug: Online siblings when SMT control is turned on by Thomas Gleixner · 6 years ago
  58. a8c1467 x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required by Konrad Rzeszutek Wilk · 6 years ago
  59. c45ff81 x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs by Konrad Rzeszutek Wilk · 6 years ago
  60. 5d3eaa2 x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting by Konrad Rzeszutek Wilk · 6 years ago
  61. 1555f9e x86/KVM/VMX: Add find_msr() helper function by Konrad Rzeszutek Wilk · 6 years ago
  62. 57e3ada x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers by Konrad Rzeszutek Wilk · 6 years ago
  63. 69c2525 kvm: nVMX: Update MSR load counts on a VMCS switch by Jim Mattson · 8 years ago
  64. b3dc63c x86/KVM/VMX: Add L1D flush logic by Paolo Bonzini · 6 years ago
  65. acca8a7 x86/KVM/VMX: Add L1D MSR based flush by Paolo Bonzini · 6 years ago
  66. b3d648a x86/KVM/VMX: Add L1D flush algorithm by Paolo Bonzini · 6 years ago
  67. af6ce92 x86/KVM/VMX: Add module argument for L1TF mitigation by Konrad Rzeszutek Wilk · 6 years ago
  68. a0695af x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 6 years ago
  69. 8438e49 cpu/hotplug: Boot HT siblings at least once by Thomas Gleixner · 6 years ago
  70. fe2a955 Revert "x86/apic: Ignore secondary threads if nosmt=force" by Thomas Gleixner · 6 years ago
  71. 3f0eb66 x86/speculation/l1tf: Fix up pte->pfn conversion for PAE by Michal Hocko · 6 years ago
  72. 53527af x86/speculation/l1tf: Protect PAE swap entries against L1TF by Vlastimil Babka · 6 years ago
  73. 250f0ae x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings by Borislav Petkov · 6 years ago
  74. a835862 x86/cpufeatures: Add detection of L1D cache flush support. by Konrad Rzeszutek Wilk · 6 years ago
  75. c4b998c x86/speculation/l1tf: Extend 64bit swap file size limit by Vlastimil Babka · 6 years ago
  76. 4a818f2 x86/apic: Ignore secondary threads if nosmt=force by Thomas Gleixner · 6 years ago
  77. ae76eb1 x86/cpu/AMD: Evaluate smp_num_siblings early by Thomas Gleixner · 6 years ago
  78. 112d243 x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info by Borislav Petkov · 6 years ago
  79. 0ee6f3b x86/cpu/intel: Evaluate smp_num_siblings early by Thomas Gleixner · 6 years ago
  80. 3b4f20a x86/cpu/topology: Provide detect_extended_topology_early() by Thomas Gleixner · 6 years ago
  81. 691997b x86/cpu/common: Provide detect_ht_early() by Thomas Gleixner · 6 years ago
  82. a6d2fa5 x86/cpu/AMD: Remove the pointless detect_ht() call by Thomas Gleixner · 6 years ago
  83. e043928 x86/cpu: Remove the pointless CPU printout by Thomas Gleixner · 6 years ago
  84. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  85. 373b8de cpu/hotplug: Split do_cpu_down() by Thomas Gleixner · 6 years ago
  86. 9333575 cpu/hotplug: Make bringup/teardown of smp threads symmetric by Thomas Gleixner · 6 years ago
  87. 16fd33cd x86/topology: Provide topology_smt_supported() by Thomas Gleixner · 6 years ago
  88. 7b69a96 x86/smp: Provide topology_is_primary_thread() by Thomas Gleixner · 6 years ago
  89. 1ac1dc1 x86/bugs: Move the l1tf function and define pr_fmt properly by Konrad Rzeszutek Wilk · 6 years ago
  90. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  91. 7c5b42f x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
  92. 432e99b x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 6 years ago
  93. 5b2ec92 x86/speculation/l1tf: Make sure the first page is always reserved by Andi Kleen · 6 years ago
  94. 33182fe x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation by Andi Kleen · 6 years ago
  95. 6071227 x86/speculation/l1tf: Protect swap entries against L1TF by Linus Torvalds · 6 years ago
  96. 2c9b57e x86/speculation/l1tf: Change order of offset/type in swap entry by Linus Torvalds · 6 years ago
  97. 1a4922e mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1 by Naoya Horiguchi · 7 years ago
  98. bbd07cb x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT by Andi Kleen · 6 years ago
  99. 329d815 x86/irqflags: Provide a declaration for native_save_fl by Nick Desaulniers · 6 years ago
  100. a92daabd kprobes/x86: Fix %p uses in error messages by Masami Hiramatsu · 6 years ago