index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
/
bugs.c
Age
Commit message (
Expand
)
Author
2018-02-20
x86/speculation: Use IBRS if available before calling into firmware
David Woodhouse
2018-02-15
x86/spectre: Fix an error message
Dan Carpenter
2018-02-13
x86/speculation: Clean up various Spectre related details
Ingo Molnar
2018-02-13
Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
David Woodhouse
2018-02-02
x86/spectre: Simplify spectre_v2 command line parsing
KarimAllah Ahmed
2018-01-30
x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
Colin Ian King
2018-01-30
x86/spectre: Report get_user mitigation for spectre_v1
Dan Williams
2018-01-30
x86/spectre: Check CONFIG_RETPOLINE in command line parser
Dou Liyang
2018-01-27
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
2018-01-26
x86/bugs: Drop one "mitigation" from dmesg
Borislav Petkov
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2018-01-08
x86/cpu: Implement CPU vulnerabilites sysfs functions
Thomas Gleixner
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-17
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2017-07-05
x86/mm: Disable PCID on 32-bit kernels
Andy Lutomirski
2017-05-08
x86: use set_memory.h header
Laura Abbott
2016-10-25
x86/cpu: Merge bugs.c and bugs_64.c
Borislav Petkov
2015-05-19
x86/fpu: Move various internal function prototypes to fpu/internal.h
Ingo Molnar
2015-05-19
x86/fpu: Rename i387.h to fpu/api.h
Ingo Molnar
2015-05-19
x86/fpu: Factor out the FPU bug detection code into fpu__init_check_bugs()
Ingo Molnar
2013-06-06
x86: Get rid of ->hard_math and all the FPU asm fu
H. Peter Anvin
2013-04-16
x86: Fold-in trivial check_config function
Borislav Petkov
2013-04-02
x86, cpu: Convert FDIV bug detection
Borislav Petkov
2013-02-10
x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flag
Len Brown
2012-11-29
x86, 386 removal: Remove CONFIG_X86_POPAD_OK
H. Peter Anvin
2012-11-29
x86, 386 removal: Remove CONFIG_BSWAP
H. Peter Anvin
2012-09-18
x86, fpu: use non-lazy fpu restore for processors supporting xsave
Suresh Siddha
2012-06-06
x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>
Joe Perches
2011-06-30
x86-32, fpu: Fix DNA exception during check_fpu()
Suresh Siddha
2011-05-29
x86 idle: deprecate "no-hlt" cmdline param
Len Brown
2010-05-07
x86: Avoid check hlt for newer cpus
Jacob Pan
2009-07-11
x86/cpu: Clean up various files a bit
Alan Cox
2008-07-31
x86: fdiv bug detection fix
Krzysztof Helt
2008-07-18
x86: APIC: remove apic_write_around(); use alternatives
Maciej W. Rozycki
2008-05-25
x86: janitor work in bugs.c
Miklos Vajna
2008-04-06
Fix booting pentium+ with dodgy TSC
Rusty Russell
2008-02-19
remove mca-pentium
Adrian Bunk
2008-01-30
x86: convert TSC disabling to generic cpuid disable bitmap
Andi Kleen
2008-01-30
x86: use CR0 defines.
Dave Jones
2007-10-13
Delete filenames in comments.
Dave Jones
2007-10-11
i386: move kernel/cpu
Thomas Gleixner