summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86/speculation: Provide IBPB always command line optionsThomas Gleixner2019-05-222-11/+35
* x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2019-05-223-2/+25
* x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2019-05-222-10/+38
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2019-05-226-0/+92
* x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2019-05-224-20/+43
* x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner2019-05-221-21/+25
* x86/speculation: Split out TIF updateThomas Gleixner2019-05-221-12/+23
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2019-05-224-22/+117
* x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2019-05-222-2/+26
* x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2019-05-225-20/+37
* x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2019-05-225-7/+44
* x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2019-05-223-19/+154
* x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner2019-05-221-13/+4
* x86/speculataion: Mark command line parser data __initdataThomas Gleixner2019-05-221-2/+2
* x86/speculation: Mark string arrays const correctlyThomas Gleixner2019-05-221-2/+2
* x86/speculation: Reorder the spec_v2 codeThomas Gleixner2019-05-221-87/+87
* x86/speculation: Rework SMT state changeThomas Gleixner2019-05-223-7/+16
* sched: Add sched_smt_active()Ben Hutchings2019-05-223-0/+38
* x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner2019-05-221-7/+1
* x86/speculation: Reorganize speculation control MSRs updateTim Chen2019-05-221-17/+29
* x86/speculation: Rename SSBD update functionsThomas Gleixner2019-05-223-11/+11
* x86/speculation: Disable STIBP when enhanced IBRS is in useTim Chen2019-05-221-0/+7
* x86/speculation: Move STIPB/IBPB string conditionals out of cpu_show_common()Tim Chen2019-05-221-2/+18
* x86/speculation: Remove unnecessary ret variable in cpu_show_common()Tim Chen2019-05-221-4/+1
* x86/speculation: Clean up spectre_v2_parse_cmdline()Tim Chen2019-05-221-14/+13
* x86/speculation: Update the TIF_SSBD commentTim Chen2019-05-221-1/+1
* x86/speculation: Propagate information about RSB filling mitigation to sysfsJiri Kosina2019-05-221-1/+2
* x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina2019-05-221-5/+50
* x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina2019-05-223-11/+48
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-222-27/+31
* x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigationJiang Biao2019-05-221-1/+0
* x86/speculation: Simplify the CPU bug detection logicDominik Brodowski2019-05-221-15/+7
* x86/speculation: Support Enhanced IBRS on future CPUsSai Praneeth2019-05-224-2/+23
* locking/static_keys: Provide DECLARE and well as DEFINE macrosTony Luck2019-05-221-0/+6
* locking/static_key: Fix concurrent static_key_slow_inc()Paolo Bonzini2019-05-222-6/+46
* x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2019-05-2249-316/+321
* x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2019-05-223-2/+4
* x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2019-05-221-8/+44
* x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2019-05-221-0/+13
* jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo2019-05-221-7/+11
* locking/static_keys: Fix up the static keys documentationJonathan Corbet2019-05-222-8/+6
* locking/static_keys: Fix a silly typoJonathan Corbet2019-05-222-2/+2
* jump_label/x86: Work around asm build bug on older/backported GCCsPeter Zijlstra2019-05-221-4/+4
* jump label, locking/static_keys: Update docsJason Baron2019-05-222-68/+98
* locking/static_keys: Add a new static_key interfacePeter Zijlstra2019-05-229-44/+298
* locking/static_keys: Rework update logicPeter Zijlstra2019-05-221-50/+38
* jump_label: Add jump_entry_key() helperPeter Zijlstra2019-05-221-4/+9
* jump_label, locking/static_keys: Rename JUMP_LABEL_TYPE_* and related helpers...Peter Zijlstra2019-05-222-29/+21
* jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra2019-05-229-18/+18
* module, jump_label: Fix module lockingPeter Zijlstra2019-05-221-4/+6