index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2
-14
/
+24
2018-01-27
x86/cpu/bugs: Make retpoline module warning conditional
Thomas Gleixner
1
-3
/
+11
2018-01-26
x86/bugs: Drop one "mitigation" from dmesg
Borislav Petkov
1
-1
/
+1
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
1
-1
/
+9
2018-01-26
x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
David Woodhouse
1
-0
/
+66
2018-01-26
x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
David Woodhouse
1
-5
/
+43
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
2
-2
/
+1
2018-01-26
module/retpoline: Warn about missing retpoline in module
Andi Kleen
1
-1
/
+16
2018-01-24
x86/centaur: Mark TSC invariant
davidwang
1
-0
/
+4
2018-01-24
x86/microcode: Fix again accessing initrd after having been freed
Borislav Petkov
1
-1
/
+1
2018-01-24
x86/microcode/intel: Extend BDW late-loading further with LLC size check
Jia Zhang
1
-2
/
+18
2018-01-23
mm/memory_failure: Remove unused trapno from memory_failure
Eric W. Biederman
1
-3
/
+3
2018-01-21
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+5
2018-01-19
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-0
/
+5
2018-01-18
x86/intel_rdt: Add command line parameter to control L2_CDP
Fenghua Yu
1
-0
/
+2
2018-01-18
x86/intel_rdt: Enable L2 CDP in MSR IA32_L2_QOS_CFG
Fenghua Yu
2
-26
/
+94
2018-01-18
x86/intel_rdt: Add two new resources for L2 Code and Data Prioritization (CDP)
Fenghua Yu
2
-10
/
+58
2018-01-18
x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
Fenghua Yu
1
-0
/
+1
2018-01-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+4
2018-01-17
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+36
2018-01-17
x86/intel_rdt/cqm: Prevent use after free
Thomas Gleixner
1
-4
/
+4
2018-01-17
x86/cpufeature: Move processor tracing out of scattered features
Paolo Bonzini
1
-1
/
+0
2018-01-16
Merge branch 'sev-v9-p2' of https://github.com/codomania/kvm
Paolo Bonzini
2
-20
/
+47
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+36
2018-01-14
x86/jailhouse: Add infrastructure for running in non-root cell
Jan Kiszka
1
-0
/
+4
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-2
/
+214
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2
-5
/
+157
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
1
-0
/
+4
2018-01-09
treewide: Use DEVICE_ATTR_WO
Joe Perches
1
-1
/
+1
2018-01-09
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
1
-2
/
+16
2018-01-09
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
1
-0
/
+10
2018-01-08
x86/cpu: Implement CPU vulnerabilites sysfs functions
Thomas Gleixner
1
-0
/
+29
2018-01-06
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+3
2018-01-06
x86/microcode/intel: Extend BDW late-loading with a revision check
Jia Zhang
1
-2
/
+11
2018-01-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-05
x86: do not use print_symbol()
Sergey Senozhatsky
1
-2
/
+1
2018-01-03
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2018-01-03
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
2017-12-29
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+8
2017-12-23
x86/mm/pti: Force entry through trampoline when PTI active
Thomas Gleixner
1
-1
/
+4
2017-12-23
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
Thomas Gleixner
1
-0
/
+4
2017-12-23
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-110
/
+3
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
1
-94
/
+0
2017-12-22
x86/microcode: Dont abuse the TLB-flush interface
Peter Zijlstra
1
-13
/
+0
2017-12-22
x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stack
Dave Hansen
1
-7
/
+7
2017-12-18
Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
1
-46
/
+124
2017-12-18
x86/MCE: Make correctable error detection look at the Deferred bit
Yazen Ghannam
1
-1
/
+12
2017-12-18
x86/MCE: Report only DRAM ECC as memory errors on AMD systems
Yazen Ghannam
2
-3
/
+12
2017-12-18
x86/MCE/AMD: Define a function to get SMCA bank type
Yazen Ghannam
1
-0
/
+14
[prev]
[next]