summaryrefslogtreecommitdiff
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAge
...
| | * | | x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson2018-07-25
| | * | | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-07-25
| | * | | x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-07-25
| | * | | x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-07-25
| | * | | x86/process: Optimize TIF_NOTSC switchThomas Gleixner2018-07-25
| | * | | x86/process: Correct and optimize TIF_BLOCKSTEP switchKyle Huey2018-07-25
| | * | | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-07-25
| | * | | x86/bugs/AMD: Add support to disable RDS on Fam[15, 16, 17]h if requestedDavid Woodhouse2018-07-25
| | * | | x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigationKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/cpufeatures: Add X86_FEATURE_RDSKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/cpu/intel: Add Knights Mill to Intel familyPiotr Luc2018-07-25
| | * | | x86/cpu: Rename Merrifield2 to MoorefieldAndy Shevchenko2018-07-25
| | * | | x86/bugs, KVM: Support the combination of guest and host IBRSKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bitsKonrad Rzeszutek Wilk2018-07-25
| | * | | x86/nospec: Simplify alternative_msr_write()Linus Torvalds2018-07-25
| | * | | x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPPIngo Molnar2018-07-25
| | * | | x86/speculation: Use IBRS if available before calling into firmwareDavid Woodhouse2018-07-25
| | * | | x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2018-07-25
| | * | | x86/mm: Give each mm TLB flush generation a unique IDAndy Lutomirski2018-07-25
| | * | | x86/mm: Factor out LDT init from context initDave Hansen2018-07-25
| | * | | x86/speculation: Add <asm/msr-index.h> dependencyPeter Zijlstra2018-07-25
| | * | | x86/speculation: Fix up array_index_nospec_mask() asm constraintDan Williams2018-07-25
| | * | | x86/cpufeatures: Clean up Spectre v2 related CPUID flagsDavid Woodhouse2018-07-25
| | * | | x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) supportDavid Woodhouse2018-07-25
| | * | | x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodesDavid Woodhouse2018-07-25
| | * | | x86/msr: Add definitions for new speculation control MSRsDavid Woodhouse2018-07-25
| | * | | x86/cpufeatures: Add AMD feature bits for Speculation ControlDavid Woodhouse2018-07-25
| | * | | x86/cpufeatures: Add Intel feature bits for Speculation ControlDavid Woodhouse2018-07-25
| | * | | x86/cpufeatures: Add CPUID_7_EDX CPUID leafDavid Woodhouse2018-07-25
| | * | | x86/paravirt: Make native_save_fl() extern inlineNick Desaulniers2018-07-25
| | | |/ | | |/|
* | | | Merge android-4.4.143 (7bbfac1) into msm-4.4Srinivasarao P2018-08-03
|\| | |
| * | | Merge 4.4.143 into android-4.4Greg Kroah-Hartman2018-07-31
| |\| | | | |/ | |/|
| | * x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin2018-07-22
* | | Merge android-4.4.141 (b1bad9e) into msm-4.4Srinivasarao P2018-07-24
|\| |
| * | Merge 4.4.141 into android-4.4Greg Kroah-Hartman2018-07-17
| |\|
| | * x86/cpufeature: Add helper macro for mask check macrosDave Hansen2018-07-17
| | * x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen2018-07-17
| | * x86/cpufeature: Update cpufeaure macrosDave Hansen2018-07-17
| | * x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2018-07-17
| | * x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam2018-07-17
| | * x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen2018-07-17
| | * x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen2018-07-17
| | * x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov2018-07-17
| | * x86/alternatives: Discard dynamic check after initBrian Gerst2018-07-17
| | * x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov2018-07-17
| | * x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov2018-07-17
| | * x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2018-07-17