index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
Age
Commit message (
Expand
)
Author
Files
Lines
2020-02-28
x86/vdso: Provide missing include file
Valdis Klētnieks
1
-0
/
+1
2019-08-11
x86/entry/64: Use JMP instead of JMPQ
Josh Poimboeuf
1
-1
/
+1
2019-08-11
x86/speculation: Prepare entry code for Spectre v1 swapgs mitigations
Josh Poimboeuf
2
-2
/
+37
2019-05-21
sched/x86: Save [ER]FLAGS on context switch
Peter Zijlstra
2
-0
/
+4
2019-05-16
x86/vdso: Pass --eh-frame-hdr to the linker
Alistair Strachan
1
-1
/
+2
2019-05-16
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
1
-2
/
+2
2019-05-16
x86: vdso: Use $LD instead of $CC to link
Alistair Strachan
1
-13
/
+9
2019-05-16
Revert "x86: vdso: Use $LD instead of $CC to link"
Sasha Levin
1
-9
/
+13
2019-05-16
Revert "x86/vdso: Drop implicit common-page-size linker flag"
Sasha Levin
1
-2
/
+2
2019-05-14
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
1
-0
/
+3
2019-04-17
x86/vdso: Drop implicit common-page-size linker flag
Nick Desaulniers
1
-2
/
+2
2019-04-17
x86: vdso: Use $LD instead of $CC to link
Alistair Strachan
1
-13
/
+9
2018-10-13
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
1
-4
/
+4
2018-10-13
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Andy Lutomirski
1
-8
/
+10
2018-10-04
x86/entry/64: Add two more instruction suffixes
Jan Beulich
1
-2
/
+2
2018-08-24
x86/entry/64: Remove %ebx handling from error_entry/exit
Andy Lutomirski
1
-16
/
+4
2018-03-28
x86/entry/64: Don't use IST entry for #BP stack
Andy Lutomirski
1
-1
/
+1
2018-03-18
Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
David Woodhouse
2
-4
/
+2
2018-02-28
x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...
Dan Williams
1
-0
/
+13
2018-02-22
x86/entry/64/compat: Clear registers for compat syscalls, to reduce speculati...
Dan Williams
1
-0
/
+30
2018-02-13
x86/syscall: Sanitize syscall table de-references under speculation
Dan Williams
1
-1
/
+4
2018-02-13
x86/asm: Move 'status' from thread_struct to thread_info
Andy Lutomirski
1
-2
/
+2
2018-02-13
x86/entry/64: Push extra regs right away
Andy Lutomirski
1
-2
/
+6
2018-02-13
x86/entry/64: Remove the SYSCALL64 fast path
Andy Lutomirski
2
-127
/
+3
2018-02-13
x86/retpoline: Simplify vmexit_fill_RSB()
Borislav Petkov
2
-2
/
+4
2018-01-31
vsyscall: Fix permissions for emulate mode with KAISER/PTI
Ben Hutchings
1
-3
/
+4
2018-01-23
x86/mce: Make machine check speculation protected
Thomas Gleixner
1
-1
/
+1
2018-01-23
x86/retpoline: Fill RSB on context switch for affected CPUs
David Woodhouse
2
-0
/
+22
2018-01-17
x86/retpoline/ftrace: Convert ftrace assembler indirect jumps
David Woodhouse
1
-2
/
+3
2018-01-17
x86/retpoline/entry: Convert entry assembler indirect jumps
David Woodhouse
2
-4
/
+11
2018-01-10
Map the vsyscall page with _PAGE_USER
Borislav Petkov
1
-0
/
+5
2018-01-05
KPTI: Rename to PAGE_TABLE_ISOLATION
Kees Cook
1
-6
/
+6
2018-01-05
kaiser: use ALTERNATIVE instead of x86_cr3_pcid_noflush
Hugh Dickins
1
-3
/
+4
2018-01-05
kaiser: add "nokaiser" boot option, using ALTERNATIVE
Hugh Dickins
1
-7
/
+8
2018-01-05
kaiser: paranoid_entry pass cr3 need to paranoid_exit
Hugh Dickins
2
-11
/
+37
2018-01-05
kaiser: x86_cr3_pcid_noflush and x86_cr3_pcid_user
Hugh Dickins
1
-4
/
+4
2018-01-05
kaiser: enhanced by kernel and user PCIDs
Hugh Dickins
2
-2
/
+9
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
/
+2
2018-01-05
kaiser: fix regs to do_nmi() ifndef CONFIG_KAISER
Hugh Dickins
1
-5
/
+6
2018-01-05
kaiser: merged update
Dave Hansen
1
-13
/
+92
2018-01-05
KAISER: Kernel Address Isolation
Richard Fellner
2
-1
/
+23
2017-12-05
Revert "x86/entry/64: Add missing irqflags tracing to native_load_gs_index()"
Greg Kroah-Hartman
1
-8
/
+2
2017-11-30
x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
Andy Lutomirski
1
-2
/
+8
2017-08-25
x86/asm/64: Clear AC on NMI entries
Andy Lutomirski
1
-0
/
+2
2017-04-21
x86/vdso: Ensure vdso32_enabled gets set to valid values only
Mathias Krause
1
-2
/
+9
2017-01-09
ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...
Steven Rostedt (Red Hat)
1
-2
/
+2
2016-10-25
x86/build: Fix build with older GCC versions
Jan Beulich
1
-2
/
+2
2016-10-18
x86, pkeys: remove cruft from never-merged syscalls
Dave Hansen
2
-4
/
+0
2016-10-15
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
4
-0
/
+10
[next]