summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* x86/microcode/intel: Check patch signature before saving microcode for early ...Chen Yu2020-11-241-47/+2
* x86/speculation: Allow IBPB to be conditionally enabled on CPUs with always-o...Anand K Mistry2020-11-181-19/+33
* x86/kexec: Use up-to-dated screen_info copy to fill boot paramsKairui Song2020-11-101-2/+1
* x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-08-211-1/+1
* x86/fpu: Disable bottom halves while loading FPU registersSebastian Andrzej Siewior2020-07-311-2/+2
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-291-13/+3
* x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu2020-06-291-2/+20
* x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches.Anthony Steinhauser2020-06-201-2/+5
* x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS.Anthony Steinhauser2020-06-201-37/+49
* x86/speculation: Add support for STIBP always-on preferred modeThomas Lendacky2020-06-201-6/+22
* x86/speculation: Change misspelled STIPB to STIBPWaiman Long2020-06-202-4/+4
* x86/reboot/quirks: Add MacBook6,1 reboot quirkHill Ma2020-06-201-0/+8
* x86/speculation: Prevent rogue cross-process SSBD shutdownAnthony Steinhauser2020-06-201-18/+10
* x86_64: Fix jiffies ODR violationBob Haarman2020-06-202-6/+2
* x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigationMark Gross2020-06-113-0/+138
* x86/cpu: Add 'table' argument to cpu_matches()Mark Gross2020-06-111-10/+13
* x86/cpu: Add a steppings field to struct x86_cpu_idMark Gross2020-06-111-1/+6
* x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_steppingJia Zhang2020-06-1116-45/+45
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-201-0/+8
* x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2020-05-204-13/+0
* x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2020-05-201-0/+5
* x86/apic/uv: Silence a shift wrapping warningDan Carpenter2020-05-101-2/+2
* x86/LDT: Print the real LDT base addressJan Beulich2020-05-101-1/+1
* perf/x86: Fix filter_events() bug with event mappingsStephane Eranian2020-05-101-1/+10
* perf/x86: Fix uninitialized value usagePeter Zijlstra2020-05-051-1/+2
* x86/mitigations: Clear CPU buffers on the SYSCALL fast pathBorislav Petkov2020-04-241-0/+5
* acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt2020-04-241-1/+1
* perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flagKim Phillips2020-03-201-8/+8
* x86/mce/amd: Fix kobject lifetimeThomas Gleixner2020-02-281-6/+11
* x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEARPawan Gupta2020-02-141-6/+7
* x86/kgbd: Use NMI_VECTOR not APIC_DM_NMIThomas Gleixner2020-01-291-1/+1
* x86/ioapic: Prevent inconsistent state when moving an interruptThomas Gleixner2020-01-041-3/+6
* x86/MCE/AMD: Turn off MC4_MISC thresholding on all family 0x15 modelsShirish S2019-12-211-3/+2
* x86/apic/32: Avoid bogus LDR warningsJan Beulich2019-12-211-10/+15
* x86/speculation: Fix redundant MDS mitigation messageWaiman Long2019-11-281-0/+13
* x86/speculation: Fix incorrect MDS/TAA mitigation statusWaiman Long2019-11-281-2/+15
* uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu2019-11-251-0/+4
* kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2019-11-251-0/+4
* x86/CPU: Use correct macros for Cyrix callsMatthew Whitehead2019-11-251-1/+1
* signal: Properly deliver SIGSEGV from x86 uprobesEric W. Biederman2019-11-251-1/+1
* x86/bugs: Add ITLB_MULTIHIT bug infrastructureVineela Tummalapalli2019-11-162-28/+46
* x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUsJosh Poimboeuf2019-11-161-4/+0
* x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-11-161-6/+16
* x86/tsx: Add "auto" option to the tsx= cmdline parameterPawan Gupta2019-11-161-1/+6
* x86/speculation/taa: Add sysfs reporting for TSX Async AbortPawan Gupta2019-11-161-0/+23
* x86/speculation/taa: Add mitigation for TSX Async AbortPawan Gupta2019-11-162-0/+118
* x86/cpu: Add a "tsx=" cmdline option with TSX disabled by defaultPawan Gupta2019-11-165-1/+149
* x86/cpu: Add a helper function x86_read_arch_cap_msr()Pawan Gupta2019-11-162-4/+13
* perf/x86/amd/ibs: Fix reading of the IBS OpData register and thus precise RIP...Kim Phillips2019-11-121-1/+1
* x86/apic: Soft disable APIC before initializing itThomas Gleixner2019-10-051-0/+8