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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-13
Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
David Woodhouse
2
-7
/
+9
2018-02-02
x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
Darren Kenny
1
-1
/
+1
2018-01-30
x86/speculation: Use Indirect Branch Prediction Barrier in context switch
Tim Chen
1
-0
/
+2
2018-01-30
x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
3
-12
/
+12
2018-01-30
x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
Dan Williams
1
-0
/
+9
2018-01-30
x86: Introduce barrier_nospec
Dan Williams
2
-2
/
+5
2018-01-30
x86: Implement array_index_mask_nospec
Dan Williams
1
-0
/
+24
2018-01-30
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
3
-6
/
+5
2018-01-30
x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
William Grant
2
-4
/
+7
2018-01-30
Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes
Ingo Molnar
58
-523
/
+716
2018-01-28
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2018-01-27
x86/speculation: Simplify indirect_branch_prediction_barrier()
Borislav Petkov
2
-9
/
+7
2018-01-27
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
2
-63
/
+10
2018-01-27
x86/cpufeatures: Clean up Spectre v2 related CPUID flags
David Woodhouse
2
-10
/
+10
2018-01-26
x86/nospec: Fix header guards names
Borislav Petkov
1
-3
/
+3
2018-01-26
x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
David Woodhouse
2
-0
/
+15
2018-01-26
x86/msr: Add definitions for new speculation control MSRs
David Woodhouse
1
-0
/
+12
2018-01-26
x86/cpufeatures: Add AMD feature bits for Speculation Control
David Woodhouse
1
-0
/
+3
2018-01-26
x86/cpufeatures: Add Intel feature bits for Speculation Control
David Woodhouse
1
-0
/
+3
2018-01-26
x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
David Woodhouse
4
-7
/
+14
2018-01-24
x86/retpoline: Remove the esp/rsp thunk
Waiman Long
1
-1
/
+0
2018-01-21
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-3
/
+8
2018-01-19
x86/retpoline: Optimize inline assembler for vmexit_fill_RSB
Andi Kleen
1
-3
/
+4
2018-01-19
retpoline: Introduce start/end markers of indirect thunk
Masami Hiramatsu
1
-0
/
+3
2018-01-19
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-0
/
+1
2018-01-17
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+3
2018-01-17
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-2
/
+7
2018-01-17
x86/cpufeature: Move processor tracing out of scattered features
Paolo Bonzini
1
-1
/
+1
2018-01-16
x86/mm: Encrypt the initrd earlier for BSP microcode update
Tom Lendacky
1
-2
/
+2
2018-01-15
x86/retpoline: Add LFENCE to the retpoline/RSB filling RSB macros
Tom Lendacky
1
-1
/
+5
2018-01-15
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
1
-0
/
+1
2018-01-14
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
8
-14
/
+263
2018-01-14
Revert "x86/apic: Remove init_bsp_APIC()"
Ville Syrjälä
1
-0
/
+1
2018-01-14
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
2
-4
/
+4
2018-01-13
Merge tag 'pci-v4.15-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2018-01-12
x86/retpoline: Fill return stack buffer on vmexit
David Woodhouse
1
-1
/
+77
2018-01-12
x86/retpoline/xen: Convert Xen hypercall indirect jumps
David Woodhouse
1
-2
/
+3
2018-01-12
x86/retpoline/hyperv: Convert assembler indirect jumps
David Woodhouse
1
-8
/
+10
2018-01-12
x86/spectre: Add boot time option to select Spectre v2 mitigation
David Woodhouse
1
-0
/
+10
2018-01-12
x86/retpoline: Add initial retpoline support
David Woodhouse
3
-0
/
+155
2018-01-11
x86/PCI: Add "pci=big_root_window" option for AMD 64-bit windows
=?UTF-8?q?Christian=20K=C3=B6nig?=
1
-0
/
+1
2018-01-09
x86/cpu/AMD: Use LFENCE_RDTSC in preference to MFENCE_RDTSC
Tom Lendacky
1
-0
/
+1
2018-01-09
x86/cpu/AMD: Make LFENCE a serializing instruction
Tom Lendacky
1
-0
/
+2
2018-01-06
x86/cpufeatures: Add X86_BUG_SPECTRE_V[12]
David Woodhouse
1
-0
/
+2
2018-01-05
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
3
-7
/
+13
2018-01-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-05
x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
David Woodhouse
1
-2
/
+2
2018-01-05
x86/kaslr: Fix the vaddr_end mess
Thomas Gleixner
1
-1
/
+7
2018-01-04
x86/mm: Map cpu_entry_area at the same place on 4/5 level
Thomas Gleixner
1
-2
/
+2
2018-01-04
x86/mm: Set MODULES_END to 0xffffffffff000000
Andrey Ryabinin
1
-1
/
+1
[next]