index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
...
|
*
|
|
x86/bugs: Rename SSBD_NO to SSB_NO
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
Thomas Gleixner
2018-07-25
|
*
|
|
x86/bugs: Rework spec_ctrl base and mask logic
Thomas Gleixner
2018-07-25
|
*
|
|
x86/bugs: Remove x86_spec_ctrl_set()
Thomas Gleixner
2018-07-25
|
*
|
|
x86/bugs: Expose x86_spec_ctrl_base directly
Thomas Gleixner
2018-07-25
|
*
|
|
x86/bugs: Unify x86_spec_ctrl_{set_guest, restore_host}
Borislav Petkov
2018-07-25
|
*
|
|
x86/speculation: Rework speculative_store_bypass_update()
Thomas Gleixner
2018-07-25
|
*
|
|
x86/speculation: Add virtualized speculative store bypass disable support
Tom Lendacky
2018-07-25
|
*
|
|
x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
Thomas Gleixner
2018-07-25
|
*
|
|
x86/speculation: Handle HT correctly on AMD
Thomas Gleixner
2018-07-25
|
*
|
|
x86/cpufeatures: Add FEATURE_ZEN
Thomas Gleixner
2018-07-25
|
*
|
|
x86/cpu/AMD: Fix erratum 1076 (CPB bit)
Borislav Petkov
2018-07-25
|
*
|
|
x86/cpufeatures: Disentangle SSBD enumeration
Thomas Gleixner
2018-07-25
|
*
|
|
x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
Thomas Gleixner
2018-07-25
|
*
|
|
x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
Borislav Petkov
2018-07-25
|
*
|
|
x86/bugs: Fix the parameters alignment and missing void
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Make cpu_show_common() static
Jiri Kosina
2018-07-25
|
*
|
|
x86/bugs: Fix __ssb_select_mitigation() return type
Jiri Kosina
2018-07-25
|
*
|
|
x86/bugs: Rename _RDS to _SSBD
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/speculation: Make "seccomp" the default mode for Speculative Store Bypass
Kees Cook
2018-07-25
|
*
|
|
seccomp: Move speculation migitation control to arch code
Thomas Gleixner
2018-07-25
|
*
|
|
prctl: Add force disable speculation
Thomas Gleixner
2018-07-25
|
*
|
|
nospec: Allow getting/setting on non-current task
Kees Cook
2018-07-25
|
*
|
|
x86/speculation: Add prctl for Speculative Store Bypass mitigation
Thomas Gleixner
2018-07-25
|
*
|
|
x86/process: Allow runtime control of Speculative Store Bypass
Thomas Gleixner
2018-07-25
|
*
|
|
x86/process: Optimize TIF_NOTSC switch
Thomas Gleixner
2018-07-25
|
*
|
|
x86/process: Correct and optimize TIF_BLOCKSTEP switch
Kyle Huey
2018-07-25
|
*
|
|
x86/process: Optimize TIF checks in __switch_to_xtra()
Kyle Huey
2018-07-25
|
*
|
|
x86/speculation: Create spec-ctrl.h to avoid include hell
Thomas Gleixner
2018-07-25
|
*
|
|
x86/bugs/AMD: Add support to disable RDS on Fam[15, 16, 17]h if requested
David Woodhouse
2018-07-25
|
*
|
|
x86/bugs: Whitelist allowed SPEC_CTRL MSR values
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs/intel: Set proper CPU features and setup RDS
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Expose /sys/../spec_store_bypass
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs, KVM: Support the combination of guest and host IBRS
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Concentrate bug reporting into a separate function
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/bugs: Concentrate bug detection into a separate function
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/amd: don't set X86_BUG_SYSRET_SS_ATTRS when running under Xen
David Woodhouse
2018-07-25
|
*
|
|
x86/speculation: Remove Skylake C2 from Speculation Control microcode blacklist
Alexander Sergeyev
2018-07-25
|
*
|
|
x86/speculation: Use IBRS if available before calling into firmware
David Woodhouse
2018-07-25
|
*
|
|
x86/spectre_v2: Don't check microcode versions when running under hypervisors
Konrad Rzeszutek Wilk
2018-07-25
|
*
|
|
x86/mm: Factor out LDT init from context init
Dave Hansen
2018-07-25
|
*
|
|
x86/speculation: Clean up various Spectre related details
Ingo Molnar
2018-07-25
|
*
|
|
x86/speculation: Correct Speculation Control microcode blacklist again
David Woodhouse
2018-07-25
|
*
|
|
x86/speculation: Update Speculation Control microcode blacklist
David Woodhouse
2018-07-25
|
*
|
|
x86/pti: Mark constant arrays as __initconst
Arnd Bergmann
2018-07-25
|
*
|
|
x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
David Woodhouse
2018-07-25
|
*
|
|
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2018-07-25
|
*
|
|
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
2018-07-25
[prev]
[next]