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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-12
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
2
-6
/
+8
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-11
x86/pti: Make unpoison of pgd for trusted boot work for real
Dave Hansen
1
-1
/
+11
2018-01-10
x86/alternatives: Fix optimize_nops() checking
Borislav Petkov
1
-2
/
+5
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/tboot: Unbreak tboot with PTI enabled
Dave Hansen
1
-0
/
+1
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-05
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
Thomas Gleixner
1
-1
/
+1
2018-01-03
x86/process: Define cpu_tss_rw in same section as declaration
Nick Desaulniers
1
-1
/
+1
2018-01-03
x86/dumpstack: Print registers for first stack frame
Josh Poimboeuf
1
-1
/
+2
2018-01-03
x86/dumpstack: Fix partial register dumps
Josh Poimboeuf
2
-9
/
+21
2018-01-03
x86/cpu, x86/pti: Do not enable PTI on AMD processors
Tom Lendacky
1
-2
/
+2
2017-12-31
x86/ldt: Make LDT pgtable free conditional
Thomas Gleixner
1
-1
/
+2
2017-12-31
x86/ldt: Plug memory leak in error path
Thomas Gleixner
1
-1
/
+7
2017-12-31
x86/smpboot: Remove stale TLB flush invocations
Thomas Gleixner
1
-9
/
+0
2017-12-23
x86/ldt: Make the LDT mapping RO
Thomas Gleixner
2
-10
/
+8
2017-12-23
x86/dumpstack: Indicate in Oops whether PTI is configured and enabled
Vlastimil Babka
1
-2
/
+4
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
1
-0
/
+4
2017-12-23
x86/pti: Put the LDT in its own PGD if PTI is on
Andy Lutomirski
1
-3
/
+136
2017-12-23
x86/entry: Align entry text section to PMD boundary
Thomas Gleixner
1
-0
/
+8
2017-12-23
x86/mm/pti: Force entry through trampoline when PTI active
Thomas Gleixner
1
-1
/
+4
2017-12-23
x86/mm/pti: Allocate a separate user PGD
Dave Hansen
1
-3
/
+27
2017-12-23
x86/cpufeatures: Add X86_BUG_CPU_INSECURE
Thomas Gleixner
1
-0
/
+4
2017-12-22
init: Invoke init_espfix_bsp() from mm_init()
Thomas Gleixner
1
-5
/
+1
2017-12-22
x86/cpu_entry_area: Move it out of the fixmap
Thomas Gleixner
2
-2
/
+4
2017-12-22
x86/cpu_entry_area: Move it to a separate unit
Thomas Gleixner
2
-94
/
+1
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
6
-21
/
+27
2017-12-22
x86/ldt: Prevent LDT inheritance on exec
Thomas Gleixner
1
-13
/
+5
2017-12-22
x86/ldt: Rework locking
Peter Zijlstra
1
-12
/
+21
2017-12-17
x86/cpufeatures: Make CPU bugs sticky
Thomas Gleixner
1
-3
/
+3
2017-12-17
x86/paravirt: Dont patch flush_tlb_single
Thomas Gleixner
1
-2
/
+0
2017-12-17
x86/entry/64: Make cpu_entry_area.tss read-only
Andy Lutomirski
8
-23
/
+31
2017-12-17
x86/entry: Clean up the SYSENTER_stack code
Andy Lutomirski
3
-19
/
+8
2017-12-17
x86/entry/64: Remove the SYSENTER stack canary
Andy Lutomirski
3
-10
/
+1
2017-12-17
x86/entry/64: Move the IST stacks into struct cpu_entry_area
Andy Lutomirski
2
-32
/
+45
2017-12-17
x86/entry/64: Create a per-CPU SYSCALL entry trampoline
Andy Lutomirski
3
-1
/
+24
2017-12-17
x86/entry/64: Use a per-CPU trampoline stack for IDT entries
Andy Lutomirski
2
-12
/
+15
2017-12-17
x86/espfix/64: Stop assuming that pt_regs is on the entry stack
Andy Lutomirski
1
-9
/
+28
2017-12-17
x86/entry/64: Separate cpu_current_top_of_stack from TSS.sp0
Andy Lutomirski
3
-0
/
+12
2017-12-17
x86/entry: Remap the TSS into the CPU entry area
Andy Lutomirski
3
-7
/
+40
2017-12-17
x86/entry: Move SYSENTER_stack to the beginning of struct tss_struct
Andy Lutomirski
1
-0
/
+21
2017-12-17
x86/dumpstack: Handle stack overflow on all stacks
Andy Lutomirski
1
-10
/
+14
2017-12-17
x86/entry: Fix assumptions that the HW TSS is at the beginning of cpu_tss
Andy Lutomirski
2
-23
/
+21
2017-12-17
x86/mm/fixmap: Generalize the GDT fixmap mechanism, introduce struct cpu_entr...
Andy Lutomirski
1
-7
/
+7
2017-12-17
x86/dumpstack: Add get_stack_info() support for the SYSENTER stack
Andy Lutomirski
3
-0
/
+31
2017-12-17
x86/entry/64: Allocate and enable the SYSENTER stack
Andy Lutomirski
5
-10
/
+9
[next]