1. ce2c7551 KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR by Paolo Bonzini · 6 years ago
  2. 7a1eac8 KVM: X86: Allow userspace to define the microcode version by Wanpeng Li · 7 years ago
  3. 8a01dd3 KVM: X86: Introduce kvm_get_msr_feature() by Wanpeng Li · 7 years ago
  4. 1a155ef KVM: SVM: Add MSR-based feature support for serializing LFENCE by Tom Lendacky · 7 years ago
  5. 62d88fc KVM: x86: Add a framework for supporting MSR-based features by Tom Lendacky · 7 years ago
  6. 77a83b3 x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr() by Nicolai Stange · 6 years ago
  7. 2c5a3a0 x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d by Nicolai Stange · 6 years ago
  8. 8574df1 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 6 years ago
  9. e371c92 x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d by Nicolai Stange · 6 years ago
  10. 5766dc1 x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 by Nicolai Stange · 6 years ago
  11. 90bc306 x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() by Nicolai Stange · 6 years ago
  12. 936f566 x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' by Nicolai Stange · 6 years ago
  13. 698ac1b x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() by Nicolai Stange · 6 years ago
  14. 587d499 x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content by Nicolai Stange · 6 years ago
  15. 2decbf5 x86/bugs, kvm: Introduce boot-time control of L1TF mitigations by Jiri Kosina · 6 years ago
  16. 929d3b2 cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 6 years ago
  17. 4797c2f x86/kvm: Allow runtime control of L1D flush by Thomas Gleixner · 6 years ago
  18. 6ccf633 x86/kvm: Serialize L1D flush parameter setter by Thomas Gleixner · 6 years ago
  19. dff0982 x86/kvm: Add static key for flush always by Thomas Gleixner · 6 years ago
  20. 641a211 x86/kvm: Move l1tf setup function by Thomas Gleixner · 6 years ago
  21. 4186ae8 x86/l1tf: Handle EPT disabled state proper by Thomas Gleixner · 6 years ago
  22. 31282cf x86/kvm: Drop L1TF MSR list approach by Thomas Gleixner · 6 years ago
  23. 80e55b5 x86/litf: Introduce vmx status variable by Thomas Gleixner · 6 years ago
  24. a8c1467 x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required by Konrad Rzeszutek Wilk · 6 years ago
  25. c45ff81 x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs by Konrad Rzeszutek Wilk · 6 years ago
  26. 5d3eaa2 x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting by Konrad Rzeszutek Wilk · 6 years ago
  27. 1555f9e x86/KVM/VMX: Add find_msr() helper function by Konrad Rzeszutek Wilk · 6 years ago
  28. 57e3ada x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers by Konrad Rzeszutek Wilk · 6 years ago
  29. 69c2525 kvm: nVMX: Update MSR load counts on a VMCS switch by Jim Mattson · 8 years ago
  30. b3dc63c x86/KVM/VMX: Add L1D flush logic by Paolo Bonzini · 6 years ago
  31. acca8a7 x86/KVM/VMX: Add L1D MSR based flush by Paolo Bonzini · 6 years ago
  32. b3d648a x86/KVM/VMX: Add L1D flush algorithm by Paolo Bonzini · 6 years ago
  33. af6ce92 x86/KVM/VMX: Add module argument for L1TF mitigation by Konrad Rzeszutek Wilk · 6 years ago
  34. a0695af x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 6 years ago
  35. fe2a955 Revert "x86/apic: Ignore secondary threads if nosmt=force" by Thomas Gleixner · 6 years ago
  36. 3f0eb66 x86/speculation/l1tf: Fix up pte->pfn conversion for PAE by Michal Hocko · 6 years ago
  37. 53527af x86/speculation/l1tf: Protect PAE swap entries against L1TF by Vlastimil Babka · 6 years ago
  38. 250f0ae x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings by Borislav Petkov · 6 years ago
  39. a835862 x86/cpufeatures: Add detection of L1D cache flush support. by Konrad Rzeszutek Wilk · 6 years ago
  40. c4b998c x86/speculation/l1tf: Extend 64bit swap file size limit by Vlastimil Babka · 6 years ago
  41. 4a818f2 x86/apic: Ignore secondary threads if nosmt=force by Thomas Gleixner · 6 years ago
  42. ae76eb1 x86/cpu/AMD: Evaluate smp_num_siblings early by Thomas Gleixner · 6 years ago
  43. 112d243 x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info by Borislav Petkov · 6 years ago
  44. 0ee6f3b x86/cpu/intel: Evaluate smp_num_siblings early by Thomas Gleixner · 6 years ago
  45. 3b4f20a x86/cpu/topology: Provide detect_extended_topology_early() by Thomas Gleixner · 6 years ago
  46. 691997b x86/cpu/common: Provide detect_ht_early() by Thomas Gleixner · 6 years ago
  47. a6d2fa5 x86/cpu/AMD: Remove the pointless detect_ht() call by Thomas Gleixner · 6 years ago
  48. e043928 x86/cpu: Remove the pointless CPU printout by Thomas Gleixner · 6 years ago
  49. f37486c cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 6 years ago
  50. 16fd33cd x86/topology: Provide topology_smt_supported() by Thomas Gleixner · 6 years ago
  51. 7b69a96 x86/smp: Provide topology_is_primary_thread() by Thomas Gleixner · 6 years ago
  52. 1ac1dc1 x86/bugs: Move the l1tf function and define pr_fmt properly by Konrad Rzeszutek Wilk · 6 years ago
  53. e392347 x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 6 years ago
  54. 7c5b42f x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 6 years ago
  55. 432e99b x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 6 years ago
  56. 5b2ec92 x86/speculation/l1tf: Make sure the first page is always reserved by Andi Kleen · 6 years ago
  57. 33182fe x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation by Andi Kleen · 6 years ago
  58. 6071227 x86/speculation/l1tf: Protect swap entries against L1TF by Linus Torvalds · 6 years ago
  59. 2c9b57e x86/speculation/l1tf: Change order of offset/type in swap entry by Linus Torvalds · 6 years ago
  60. 1a4922e mm: x86: move _PAGE_SWP_SOFT_DIRTY from bit 7 to bit 1 by Naoya Horiguchi · 7 years ago
  61. bbd07cb x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT by Andi Kleen · 6 years ago
  62. 329d815 x86/irqflags: Provide a declaration for native_save_fl by Nick Desaulniers · 6 years ago
  63. a92daabd kprobes/x86: Fix %p uses in error messages by Masami Hiramatsu · 6 years ago
  64. 6455f41 x86/speculation: Protect against userspace-userspace spectreRSB by Jiri Kosina · 6 years ago
  65. 640fe07 x86/paravirt: Fix spectre-v2 mitigations for paravirt guests by Peter Zijlstra · 6 years ago
  66. 16aeb3f ARM: dts: imx6sx: fix irq for pcie bridge by Oleksij Rempel · 6 years ago
  67. 2106b21 parisc: Define mb() and add memory barriers to assembler unlock sequences by John David Anglin · 6 years ago
  68. 5f394c9 parisc: Enable CONFIG_MLONGCALLS by default by Helge Deller · 6 years ago
  69. 020a90f kvm: x86: vmx: fix vpid leak by Roman Kagan · 6 years ago
  70. eac904d microblaze: Fix simpleImage format generation by Michal Simek · 6 years ago
  71. b713163 arm64: defconfig: Enable Rockchip io-domain driver by Enric Balletbo i Serra · 6 years ago
  72. 67d64e1 perf: fix invalid bit in diagnostic entry by Thomas Richter · 6 years ago
  73. 157674a s390/cpum_sf: Add data entry sizes to sampling trailer entry by Thomas Richter · 6 years ago
  74. 202a0cf ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node by Geert Uytterhoeven · 6 years ago
  75. 1af8796 ARM: dts: emev2: Add missing interrupt-affinity to PMU node by Geert Uytterhoeven · 6 years ago
  76. e7de1c6 powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by Starlet by Jonathan Neuschäfer · 6 years ago
  77. fba1048 arm64: cmpwait: Clear event register before arming exclusive monitor by Will Deacon · 6 years ago
  78. 0416be4 bpf: powerpc64: pad function address loads with NOPs by Sandipan Das · 6 years ago
  79. 38d96f7 powerpc/8xx: fix invalid register expression in head_8xx.S by Christophe Leroy · 6 years ago
  80. e0da21e powerpc/powermac: Mark variable x as unused by Mathieu Malaterre · 6 years ago
  81. 0cd9fd8 powerpc/powermac: Add missing prototype for note_bootable_part() by Mathieu Malaterre · 6 years ago
  82. f851d8a powerpc/chrp/time: Make some functions static, add missing header include by Mathieu Malaterre · 7 years ago
  83. ecd04c8 powerpc/32: Add a missing include header by Mathieu Malaterre · 7 years ago
  84. 9f4dd60 perf/x86/intel/uncore: Correct fixed counter index check for NHM by Kan Liang · 6 years ago
  85. 47fc151 perf/x86/intel/uncore: Correct fixed counter index check in generic code by Kan Liang · 6 years ago
  86. ea8e4ff powerpc/64s: Fix compiler store ordering to SLB shadow area by Nicholas Piggin · 6 years ago
  87. ee245de powerpc/eeh: Fix use-after-release of EEH driver by Sam Bobroff · 6 years ago
  88. e8d77bd arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups by Johannes Weiner · 6 years ago
  89. eb02525 kvm, mm: account shadow page tables to kmemcg by Shakeel Butt · 6 years ago
  90. 650321f MIPS: Fix off-by-one in pci_resource_to_user() by Paul Burton · 6 years ago
  91. 92f7241 MIPS: ath79: fix register address in ath79_ddr_wb_flush() by Felix Fietkau · 6 years ago
  92. 1be686f ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs by Alexey Brodkin · 6 years ago
  93. 2ee7d6f ARC: mm: allow mprotect to make stack mappings executable by Vineet Gupta · 6 years ago
  94. 3a80fb0 ARC: Fix CONFIG_SWAP by Alexey Brodkin · 6 years ago
  95. 91b6b9d x86/MCE: Remove min interval polling limitation by Dewet Thibaut · 6 years ago
  96. 6ac85d2 x86/apm: Don't access __preempt_count with zeroed fs by Ville Syrjälä · 6 years ago
  97. ba3fe91 arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID by Marc Zyngier · 6 years ago
  98. f99e406 arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests by Marc Zyngier · 6 years ago
  99. 68240e9 arm64: KVM: Add ARCH_WORKAROUND_2 support for guests by Marc Zyngier · 6 years ago
  100. 7b62e85 arm64: KVM: Add HYP per-cpu accessors by Marc Zyngier · 6 years ago