index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-11-01
4
-0
/
+29
|
\
|
*
x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscalls
Alexander Popov
2018-09-04
4
-0
/
+29
*
|
x86: convert vdso to use vm_fault_t
Matthew Wilcox
2018-10-27
1
-15
/
+9
*
|
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-10-24
1
-8
/
+1
|
\
\
|
*
|
signal/x86: Use force_sig_fault where appropriate
Eric W. Biederman
2018-09-21
1
-8
/
+1
|
|
/
*
|
Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2018-10-23
2
-173
/
+88
|
\
\
|
*
|
x86/vdso: Rearrange do_hres() to improve code generation
Andy Lutomirski
2018-10-05
1
-4
/
+8
|
*
|
x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
Andy Lutomirski
2018-10-05
1
-2
/
+2
|
*
|
x66/vdso: Add CLOCK_TAI support
Thomas Gleixner
2018-10-04
1
-0
/
+4
|
*
|
x86/vdso: Move cycle_last handling into the caller
Thomas Gleixner
2018-10-04
1
-32
/
+7
|
*
|
x86/vdso: Simplify the invalid vclock case
Thomas Gleixner
2018-10-04
1
-61
/
+21
|
*
|
x86/vdso: Replace the clockid switch case
Thomas Gleixner
2018-10-04
1
-20
/
+18
|
*
|
x86/vdso: Collapse coarse functions
Thomas Gleixner
2018-10-04
1
-16
/
+4
|
*
|
x86/vdso: Collapse high resolution functions
Thomas Gleixner
2018-10-04
1
-28
/
+7
|
*
|
x86/vdso: Introduce and use vgtod_ts
Thomas Gleixner
2018-10-04
2
-32
/
+39
|
*
|
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
Thomas Gleixner
2018-10-04
1
-4
/
+4
|
*
|
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2018-10-04
1
-1
/
+1
*
|
|
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
1
-72
/
+45
|
\
\
\
|
*
|
|
x86/pti/64: Remove the SYSCALL64 entry trampoline
Andy Lutomirski
2018-09-12
1
-67
/
+2
|
*
|
|
x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch space
Andy Lutomirski
2018-09-08
1
-7
/
+9
|
*
|
|
x86/entry/64: Document idtentry
Andy Lutomirski
2018-09-08
1
-0
/
+36
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
2
-6
/
+10
|
\
\
\
|
*
|
|
x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrella
Juergen Gross
2018-09-03
2
-6
/
+10
|
|
/
/
*
|
|
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-10-23
2
-44
/
+2
|
\
\
\
|
*
|
|
x86/fsgsbase/64: Clean up various details
Ingo Molnar
2018-10-08
1
-0
/
+1
|
*
|
|
x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...
Ingo Molnar
2018-10-08
1
-1
/
+1
|
*
|
|
x86/vdso: Initialize the CPU/node NR segment descriptor earlier
Chang S. Bae
2018-10-08
1
-32
/
+1
|
*
|
|
x86/vdso: Introduce helper functions for CPU and node number
Chang S. Bae
2018-10-08
2
-20
/
+8
|
*
|
|
x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBER
Chang S. Bae
2018-10-08
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2018-10-23
1
-1
/
+1
|
\
\
\
|
*
|
|
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2018-10-06
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
x86/entry/64: Further improve paranoid_entry comments
Andy Lutomirski
2018-10-17
1
-6
/
+4
*
|
|
x86/entry/32: Clear the CS high bits
Jan Kiszka
2018-10-17
1
-6
/
+7
*
|
|
x86/entry: Add some paranoid entry/exit CR3 handling comments
Dave Hansen
2018-10-14
1
-0
/
+15
|
|
/
|
/
|
*
|
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
2018-10-04
1
-4
/
+4
*
|
x86/vdso: Only enable vDSO retpolines when enabled and supported
Andy Lutomirski
2018-10-03
1
-2
/
+14
*
|
x86/vdso: Fix asm constraints on vDSO syscall fallbacks
Andy Lutomirski
2018-10-02
1
-8
/
+10
|
/
*
x86/vdso: Fix vDSO build if a retpoline is emitted
Andy Lutomirski
2018-08-20
1
-2
/
+4
*
Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
2018-08-15
2
-0
/
+6
|
\
|
*
x86: Add build salt to the vDSO
Laura Abbott
2018-07-17
2
-0
/
+6
*
|
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-08-14
1
-110
/
+522
|
\
\
|
*
\
Merge branch 'x86/pti-urgent' into x86/pti
Thomas Gleixner
2018-08-06
1
-14
/
+4
|
|
\
\
|
*
|
|
x86/entry/32: Check for VM86 mode in slow-path check
Joerg Roedel
2018-07-20
1
-2
/
+10
|
*
|
|
x86/entry/32: Add debug code to check entry/exit CR3
Joerg Roedel
2018-07-20
1
-0
/
+43
|
*
|
|
x86/entry/32: Add PTI CR3 switches to NMI handler code
Joerg Roedel
2018-07-20
1
-6
/
+33
|
*
|
|
x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
Joerg Roedel
2018-07-20
1
-4
/
+82
|
*
|
|
x86/entry/32: Simplify debug entry point
Joerg Roedel
2018-07-20
1
-32
/
+3
|
*
|
|
x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
Joerg Roedel
2018-07-20
1
-1
/
+115
|
*
|
|
x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
Joerg Roedel
2018-07-20
1
-4
/
+11
|
*
|
|
x86/entry/32: Leave the kernel via trampoline stack
Joerg Roedel
2018-07-20
1
-2
/
+77
[next]