summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
* x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner2019-05-141-0/+26
* x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2019-05-141-0/+70
* x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner2019-05-141-0/+3
* x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2019-05-141-0/+1
* x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-05-143-0/+15
* x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner2019-05-141-8/+12
* x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen2019-05-141-8/+15
* x86/speculation: Consolidate CPU whitelistsThomas Gleixner2019-05-141-49/+56
* x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2019-05-142-15/+15
* x86/speculation: Simplify the CPU bug detection logicDominik Brodowski2019-05-141-15/+7
* x86/mce: Improve error message when kernel cannot recover, p2Tony Luck2019-05-081-0/+5
* x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner2019-04-271-2/+4
* x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen2019-04-271-3/+3
* x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2019-04-271-0/+26
* x86/hw_breakpoints: Make default case in hw_breakpoint_arch_parse() return an...Nathan Chancellor2019-04-201-0/+1
* x86/cpu/cyrix: Use correct macros for Cyrix calls on Geode processorsMatthew Whitehead2019-04-201-7/+7
* x86/hpet: Prevent potential NULL pointer dereferenceAditya Pakki2019-04-201-0/+2
* x86/mm: Don't leak kernel addressesMatteo Croce2019-04-201-2/+2
* x86/build: Mark per-CPU symbols as absolute explicitly for LLDRafael Ávila de Espíndola2019-04-051-1/+1
* x86/unwind: Add hardcoded ORC entry for NULLJann Horn2019-03-271-0/+17
* x86/unwind: Handle NULL pointer calls better in frame unwinderJann Horn2019-03-271-3/+22
* x86/kprobes: Prohibit probing on optprobe template codeMasami Hiramatsu2019-03-231-0/+5
* x86/kexec: Don't setup EFI info if EFI runtime is not enabledKairui Song2019-03-131-0/+3
* x86/microcode/amd: Don't falsely trick the late loading mechanismThomas Lendacky2019-03-131-1/+1
* x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-03-131-5/+3
* x86/MCE: Initialize mce.bank in the case of a fatal error in mce_no_way_out()Tony Luck2019-02-121-0/+1
* cpu/hotplug: Fix "SMT disabled by BIOS" detection for KVMJosh Poimboeuf2019-02-121-1/+1
* x86/pvclock: add setter for pvclock_pvti_cpu0_vaJoao Martins2019-01-312-6/+15
* x86/mce: Fix -Wmissing-prototypes warningsBorislav Petkov2019-01-263-4/+7
* x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-161-1/+1
* x86/speculation/l1tf: Drop the swap storage limit restriction when l1tf=offMichal Hocko2019-01-091-1/+2
* x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King2018-12-291-0/+2
* x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior2018-12-051-2/+2
* x86/MCE/AMD: Fix the thresholding machinery initialization orderBorislav Petkov2018-12-051-13/+6
* x86/speculation: Provide IBPB always command line optionsThomas Gleixner2018-12-051-11/+23
* x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner2018-12-051-1/+16
* x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner2018-12-051-9/+32
* x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner2018-12-052-0/+72
* x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner2018-12-051-21/+25
* x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner2018-12-052-12/+36
* x86/speculation: Split out TIF updateThomas Gleixner2018-12-051-12/+23
* x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner2018-12-051-5/+24
* x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner2018-12-051-0/+15
* x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner2018-12-054-19/+37
* x86/speculation: Prepare for per task indirect branch speculation controlTim Chen2018-12-052-2/+22
* x86/speculation: Add command line control for indirect branch speculationThomas Gleixner2018-12-051-17/+116
* x86/speculation: Unify conditional spectre v2 print functionsThomas Gleixner2018-12-051-13/+4
* x86/speculataion: Mark command line parser data __initdataThomas Gleixner2018-12-051-2/+2
* x86/speculation: Mark string arrays const correctlyThomas Gleixner2018-12-051-3/+3
* x86/speculation: Reorder the spec_v2 codeThomas Gleixner2018-12-051-84/+84