1. 447ae31 x86: Don't include linux/irq.h from asm/hardirq.h by Nicolai Stange · 7 years ago
  2. 45b575c x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d by Nicolai Stange · 7 years ago
  3. 9aee5f8 x86/irq: Demote irq_cpustat_t::__softirq_pending to u16 by Nicolai Stange · 7 years ago
  4. 5b6ccc6 x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush() by Nicolai Stange · 7 years ago
  5. 427362a x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond' by Nicolai Stange · 7 years ago
  6. 379fd0c x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush() by Nicolai Stange · 7 years ago
  7. 73d5e2b cpu/hotplug: detect SMT disabled by BIOS by Josh Poimboeuf · 7 years ago
  8. 1949f9f Documentation/l1tf: Fix typos by Tony Luck · 7 years ago
  9. 288d152 x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content by Nicolai Stange · 7 years ago
  10. 6c26fcd x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures by Jiri Kosina · 7 years ago
  11. 3ec8ce5 Documentation: Add section about CPU vulnerabilities by Thomas Gleixner · 7 years ago
  12. d90a7a0 x86/bugs, kvm: Introduce boot-time control of L1TF mitigations by Jiri Kosina · 7 years ago
  13. fee0aed cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early by Thomas Gleixner · 7 years ago
  14. 8e1b706 cpu/hotplug: Expose SMT control init function by Jiri Kosina · 7 years ago
  15. 895ae47 x86/kvm: Allow runtime control of L1D flush by Thomas Gleixner · 7 years ago
  16. dd4bfa7 x86/kvm: Serialize L1D flush parameter setter by Thomas Gleixner · 7 years ago
  17. 4c6523e x86/kvm: Add static key for flush always by Thomas Gleixner · 7 years ago
  18. 7db92e1 x86/kvm: Move l1tf setup function by Thomas Gleixner · 7 years ago
  19. a7b9020 x86/l1tf: Handle EPT disabled state proper by Thomas Gleixner · 7 years ago
  20. 2f05594 x86/kvm: Drop L1TF MSR list approach by Thomas Gleixner · 7 years ago
  21. 72c6d2d x86/litf: Introduce vmx status variable by Thomas Gleixner · 7 years ago
  22. 215af54 cpu/hotplug: Online siblings when SMT control is turned on by Thomas Gleixner · 7 years ago
  23. 390d975 x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required by Konrad Rzeszutek Wilk · 7 years ago
  24. 989e399 x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs by Konrad Rzeszutek Wilk · 7 years ago
  25. 3190709 x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting by Konrad Rzeszutek Wilk · 7 years ago
  26. ca83b4a x86/KVM/VMX: Add find_msr() helper function by Konrad Rzeszutek Wilk · 7 years ago
  27. 33966dd6 x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers by Konrad Rzeszutek Wilk · 7 years ago
  28. c595cee x86/KVM/VMX: Add L1D flush logic by Paolo Bonzini · 7 years ago
  29. 3fa045b x86/KVM/VMX: Add L1D MSR based flush by Paolo Bonzini · 7 years ago
  30. a47dd5f x86/KVM/VMX: Add L1D flush algorithm by Paolo Bonzini · 7 years ago
  31. a399477 x86/KVM/VMX: Add module argument for L1TF mitigation by Konrad Rzeszutek Wilk · 7 years ago
  32. 26acfb6 x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present by Konrad Rzeszutek Wilk · 7 years ago
  33. 0cc3cd2 cpu/hotplug: Boot HT siblings at least once by Thomas Gleixner · 7 years ago
  34. 506a66f Revert "x86/apic: Ignore secondary threads if nosmt=force" by Thomas Gleixner · 7 years ago
  35. e14d7df x86/speculation/l1tf: Fix up pte->pfn conversion for PAE by Michal Hocko · 7 years ago
  36. 0d0f624 x86/speculation/l1tf: Protect PAE swap entries against L1TF by Vlastimil Babka · 7 years ago
  37. 7ce2f03 x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings by Borislav Petkov · 7 years ago
  38. 11e34e6 x86/cpufeatures: Add detection of L1D cache flush support. by Konrad Rzeszutek Wilk · 7 years ago
  39. 1a7ed1b x86/speculation/l1tf: Extend 64bit swap file size limit by Vlastimil Babka · 7 years ago
  40. 2207def x86/apic: Ignore secondary threads if nosmt=force by Thomas Gleixner · 7 years ago
  41. 1e1d7e2 x86/cpu/AMD: Evaluate smp_num_siblings early by Thomas Gleixner · 7 years ago
  42. 119bff8 x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info by Borislav Petkov · 7 years ago
  43. 1910ad5 x86/cpu/intel: Evaluate smp_num_siblings early by Thomas Gleixner · 7 years ago
  44. 95f3d39 x86/cpu/topology: Provide detect_extended_topology_early() by Thomas Gleixner · 7 years ago
  45. 545401f x86/cpu/common: Provide detect_ht_early() by Thomas Gleixner · 7 years ago
  46. 44ca36d x86/cpu/AMD: Remove the pointless detect_ht() call by Thomas Gleixner · 7 years ago
  47. 55e6d27 x86/cpu: Remove the pointless CPU printout by Thomas Gleixner · 7 years ago
  48. 05736e4 cpu/hotplug: Provide knobs to control SMT by Thomas Gleixner · 7 years ago
  49. cc1fe21 cpu/hotplug: Split do_cpu_down() by Thomas Gleixner · 7 years ago
  50. c4de656 cpu/hotplug: Make bringup/teardown of smp threads symmetric by Thomas Gleixner · 7 years ago
  51. f048c39 x86/topology: Provide topology_smt_supported() by Thomas Gleixner · 7 years ago
  52. 6a4d265 x86/smp: Provide topology_is_primary_thread() by Thomas Gleixner · 7 years ago
  53. ba2591a sched/smt: Update sched_smt_present at runtime by Peter Zijlstra · 7 years ago
  54. 56563f5 x86/bugs: Move the l1tf function and define pr_fmt properly by Konrad Rzeszutek Wilk · 7 years ago
  55. 377eeaa x86/speculation/l1tf: Limit swap file size to MAX_PA/2 by Andi Kleen · 7 years ago
  56. 42e4089 x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings by Andi Kleen · 7 years ago
  57. 17dbca1 x86/speculation/l1tf: Add sysfs reporting for l1tf by Andi Kleen · 7 years ago
  58. 10a7041 x86/speculation/l1tf: Make sure the first page is always reserved by Andi Kleen · 7 years ago
  59. 6b28bac x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation by Andi Kleen · 7 years ago
  60. 2f22b4c x86/speculation/l1tf: Protect swap entries against L1TF by Linus Torvalds · 7 years ago
  61. bcd11af x86/speculation/l1tf: Change order of offset/type in swap entry by Linus Torvalds · 7 years ago
  62. 50896e18 x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT by Andi Kleen · 7 years ago
  63. ce397d2 Linux 4.18-rc1 by Linus Torvalds · 7 years ago
  64. 265c5596 Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-block by Linus Torvalds · 7 years ago
  65. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  66. dbb2816f Merge tag 'fsnotify_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs by Linus Torvalds · 7 years ago
  67. 644f263 Merge tag 'fbdev-v4.18' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  68. 35773c9 Merge branch 'afs-proc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  69. 29d6849 Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  70. a5b729e Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  71. 9215310 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  72. de7f01c Merge tag 'modules-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux by Linus Torvalds · 7 years ago
  73. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  74. 6a4d4b3 Merge tag 'riscv-for-linus-4.18-merge_window' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linux by Linus Torvalds · 7 years ago
  75. 8949170c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
  76. 2f3f056 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  77. 44348e8a fix a series of Documentation/ broken file name references by Mauro Carvalho Chehab · 7 years ago
  78. 315e6bc Documentation: rstFlatTable.py: fix a broken reference by Mauro Carvalho Chehab · 7 years ago
  79. 6ec71b2 ABI: sysfs-devices-system-cpu: remove a broken reference by Mauro Carvalho Chehab · 7 years ago
  80. e5ca425 devicetree: fix a series of wrong file references by Mauro Carvalho Chehab · 7 years ago
  81. 18ba1f9 devicetree: fix name of pinctrl-bindings.txt by Mauro Carvalho Chehab · 7 years ago
  82. 6c79521 devicetree: fix some bindings file names by Mauro Carvalho Chehab · 7 years ago
  83. 5efa6f8 MAINTAINERS: fix location of DT npcm files by Mauro Carvalho Chehab · 7 years ago
  84. 2f635cf MAINTAINERS: fix location of some display DT bindings by Mauro Carvalho Chehab · 7 years ago
  85. 1ca2c80 kernel-parameters.txt: fix pointers to sound parameters by Mauro Carvalho Chehab · 7 years ago
  86. 042c768 bindings: nvmem/zii: Fix location of nvmem.txt by Mauro Carvalho Chehab · 7 years ago
  87. 34962fb docs: Fix more broken references by Mauro Carvalho Chehab · 7 years ago
  88. a78513c scripts/documentation-file-ref-check: check tools/*/Documentation by Mauro Carvalho Chehab · 7 years ago
  89. 2d69708 scripts/documentation-file-ref-check: get rid of false-positives by Mauro Carvalho Chehab · 7 years ago
  90. e1f319f scripts/documentation-file-ref-check: hint: dash or underline by Mauro Carvalho Chehab · 7 years ago
  91. be600e5 scripts/documentation-file-ref-check: add a fix logic for DT by Mauro Carvalho Chehab · 7 years ago
  92. 5044024 scripts/documentation-file-ref-check: accept more wildcards at filenames by Mauro Carvalho Chehab · 7 years ago
  93. 40fc3eb scripts/documentation-file-ref-check: fix help message by Mauro Carvalho Chehab · 7 years ago
  94. b698201 media: max2175: fix location of driver's companion documentation by Mauro Carvalho Chehab · 7 years ago
  95. 2ebe0bb media: v4l: fix broken video4linux docs locations by Mauro Carvalho Chehab · 7 years ago
  96. 670d7adb media: dvb: point to the location of the old README.dvb-usb file by Mauro Carvalho Chehab · 7 years ago
  97. fe63a1a media: dvb: fix location of get_dvb_firmware script by Mauro Carvalho Chehab · 7 years ago
  98. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  99. ec15872 docs: fix broken references with multiple hints by Mauro Carvalho Chehab · 7 years ago
  100. 7cfde0a net: stmmac: Run HWIF Quirks after getting HW caps by Jose Abreu · 7 years ago