index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
x86/cpu: Change type of x86_cache_size variable to unsigned int
Gustavo A. R. Silva
3
-4
/
+4
2018-02-16
x86/microcode: Do the family check first
Borislav Petkov
1
-9
/
+18
2018-02-16
x86/microcode/AMD: Do not load when running on a hypervisor
Borislav Petkov
1
-9
/
+19
2018-02-03
kaiser: fix intel_bts perf crashes
Hugh Dickins
1
-11
/
+33
2018-02-03
x86/pti: Make unpoison of pgd for trusted boot work for real
Dave Hansen
1
-0
/
+10
2018-01-31
x86/microcode/intel: Extend BDW late-loading further with LLC size check
Jia Zhang
1
-2
/
+18
2018-01-31
x86/ioapic: Fix incorrect pointers in ioapic_setup_resources()
Rui Wang
1
-1
/
+1
2018-01-31
drivers: base: cacheinfo: fix x86 with CONFIG_OF enabled
Sudeep Holla
1
-0
/
+2
2018-01-31
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+36
2018-01-31
x86/microcode/intel: Fix BDW late-loading revision check
Ben Hutchings
1
-0
/
+1
2018-01-23
kprobes/x86: Disable optimizing on the function jumps to indirect thunk
Masami Hiramatsu
1
-1
/
+22
2018-01-23
retpoline: Introduce start/end markers of indirect thunk
Masami Hiramatsu
1
-0
/
+7
2018-01-23
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-0
/
+5
2018-01-23
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
2018-01-23
x86/apic/vector: Fix off by one in error path
Thomas Gleixner
1
-2
/
+5
2018-01-23
x86/retpoline/irq32: Convert assembler indirect jumps
Andi Kleen
1
-4
/
+5
2018-01-23
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
1
-3
/
+4
2018-01-23
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
2
-5
/
+157
2018-01-23
x86/retpoline: Add initial retpoline support
David Woodhouse
1
-0
/
+4
2018-01-23
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2
-4
/
+4
2018-01-23
x86/mm/32: Move setup_clear_cpu_cap(X86_FEATURE_PCID) earlier
Andy Lutomirski
2
-8
/
+8
2018-01-23
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
1
-2
/
+16
2018-01-23
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
1
-0
/
+10
2018-01-17
x86/alternatives: Fix optimize_nops() checking
Borislav Petkov
1
-2
/
+5
2018-01-17
x86/cpu: Implement CPU vulnerabilites sysfs functions
Thomas Gleixner
1
-0
/
+29
2018-01-17
x86/cpu: Merge bugs.c and bugs_64.c
Borislav Petkov
3
-40
/
+23
2018-01-17
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+3
2018-01-17
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-17
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
Thomas Gleixner
1
-0
/
+4
2018-01-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
1
-3
/
+3
2018-01-17
x86/cpu: Factor out application of forced CPU caps
Andy Lutomirski
1
-9
/
+13
2018-01-17
x86/microcode/intel: Extend BDW late-loading with a revision check
Jia Zhang
1
-3
/
+11
2018-01-17
x86/acpi: Reduce code duplication in mp_override_legacy_irq()
Vikas C Sajjan
1
-22
/
+5
2018-01-17
x86/acpi: Handle SCI interrupts above legacy space gracefully
Vikas C Sajjan
1
-1
/
+33
2018-01-10
x86/microcode/AMD: Add support for fam17h microcode loading
Tom Lendacky
1
-0
/
+4
2018-01-05
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
1
-0
/
+5
2018-01-05
KPTI: Rename to PAGE_TABLE_ISOLATION
Kees Cook
2
-3
/
+3
2018-01-05
x86/kaiser: Move feature detection up
Borislav Petkov
1
-0
/
+7
2018-01-05
x86/paravirt: Dont patch flush_tlb_single
Thomas Gleixner
1
-2
/
+0
2018-01-05
x86/kaiser: Rename and simplify X86_FEATURE_KAISER handling
Borislav Petkov
1
-18
/
+0
2018-01-05
kaiser: add "nokaiser" boot option, using ALTERNATIVE
Hugh Dickins
3
-4
/
+31
2018-01-05
kaiser: fix unlikely error in alloc_ldt_struct()
Hugh Dickins
1
-1
/
+1
2018-01-05
kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
Hugh Dickins
1
-21
/
+1
2018-01-05
kaiser: enhanced by kernel and user PCIDs
Dave Hansen
1
-0
/
+34
2018-01-05
kaiser: fix perf crashes
Hugh Dickins
1
-12
/
+45
2018-01-05
kaiser: fix build and FIXME in alloc_ldt_struct()
Hugh Dickins
1
-6
/
+4
2018-01-05
kaiser: merged update
Dave Hansen
4
-11
/
+50
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
5
-8
/
+22
2018-01-02
x86/smpboot: Remove stale TLB flush invocations
Thomas Gleixner
1
-9
/
+0
2018-01-02
x86/mm/64: Fix reboot interaction with CR4.PCIDE
Andy Lutomirski
1
-0
/
+4
[next]