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
/
include
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
1
-1
/
+1
2018-02-16
kaiser: fix compile error without vsyscall
Hugh Dickins
1
-1
/
+1
2018-02-16
x86/asm: Fix inline asm call constraints for GCC 4.4
Josh Poimboeuf
1
-1
/
+3
2018-02-03
KVM: x86: Don't re-execute instruction when not passing CR2 value
Liran Alon
1
-1
/
+2
2018-01-31
vsyscall: Fix permissions for emulate mode with KAISER/PTI
Ben Hutchings
1
-0
/
+1
2018-01-31
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
2
-0
/
+39
2018-01-31
x86/cpu/intel: Introduce macros for Intel family numbers
Dave Hansen
1
-0
/
+68
2018-01-31
x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernels
Andy Lutomirski
1
-1
/
+1
2018-01-23
x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
Andi Kleen
1
-3
/
+4
2018-01-23
retpoline: Introduce start/end markers of indirect thunk
Masami Hiramatsu
1
-0
/
+3
2018-01-23
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-0
/
+1
2018-01-23
x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
Tom Lendacky
1
-1
/
+5
2018-01-23
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
1
-1
/
+75
2018-01-23
x86/retpoline/xen: Convert Xen hypercall indirect jumps
David Woodhouse
1
-2
/
+3
2018-01-23
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
1
-0
/
+10
2018-01-23
x86/retpoline: Add initial retpoline support
David Woodhouse
3
-0
/
+133
2018-01-23
x86/asm: Make asm/alternative.h safe from assembly
Andy Lutomirski
1
-0
/
+4
2018-01-23
x86/kbuild: enable modversions for symbols exported from asm
Adam Borowski
1
-0
/
+16
2018-01-23
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
2
-11
/
+11
2018-01-23
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
1
-0
/
+1
2018-01-23
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
1
-0
/
+2
2018-01-17
x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
David Woodhouse
1
-2
/
+2
2018-01-17
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+2
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
/
+1
2018-01-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
2
-2
/
+4
2018-01-17
x86/pti/efi: broken conversion from efi to kernel page table
Pavel Tatashin
1
-0
/
+10
2018-01-17
x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=n
Andy Lutomirski
1
-1
/
+1
2018-01-10
Map the vsyscall page with _PAGE_USER
Borislav Petkov
1
-0
/
+2
2018-01-05
x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap
Andy Lutomirski
2
-0
/
+10
2018-01-05
KPTI: Rename to PAGE_TABLE_ISOLATION
Kees Cook
6
-13
/
+13
2018-01-05
x86/kaiser: Move feature detection up
Borislav Petkov
1
-0
/
+2
2018-01-05
kaiser: kaiser_flush_tlb_on_return_to_user() check PCID
Hugh Dickins
1
-2
/
+2
2018-01-05
kaiser: asm/tlbflush.h handle noPGE at lower level
Hugh Dickins
1
-24
/
+3
2018-01-05
kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
Hugh Dickins
1
-3
/
+3
2018-01-05
kaiser: add "nokaiser" boot option, using ALTERNATIVE
Hugh Dickins
6
-40
/
+66
2018-01-05
kaiser: paranoid_entry pass cr3 need to paranoid_exit
Hugh Dickins
1
-8
/
+0
2018-01-05
kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
Hugh Dickins
1
-6
/
+5
2018-01-05
kaiser: PCID 0 for kernel and 128 for user
Hugh Dickins
2
-10
/
+16
2018-01-05
kaiser: load_new_mm_cr3() let SWITCH_USER_CR3 flush user
Hugh Dickins
2
-25
/
+51
2018-01-05
kaiser: enhanced by kernel and user PCIDs
Dave Hansen
5
-11
/
+86
2018-01-05
kaiser: delete KAISER_REAL_SWITCH option
Hugh Dickins
1
-4
/
+0
2018-01-05
kaiser: name that 0x1000 KAISER_SHADOW_PGD_OFFSET
Hugh Dickins
1
-2
/
+5
2018-01-05
kaiser: cleanups while trying for gold link
Hugh Dickins
2
-6
/
+1
2018-01-05
kaiser: tidied up asm/kaiser.h somewhat
Hugh Dickins
1
-19
/
+13
2018-01-05
kaiser: do not set _PAGE_NX on pgd_none
Hugh Dickins
1
-38
/
+13
2018-01-05
kaiser: merged update
Dave Hansen
4
-33
/
+82
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
6
-4
/
+155
2018-01-05
x86/boot: Add early cmdline parsing for options with arguments
Tom Lendacky
1
-0
/
+2
2018-01-02
x86/mm: Enable CR4.PCIDE on supported systems
Andy Lutomirski
1
-0
/
+8
[next]