aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAge
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-01
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-04
* | x86: convert vdso to use vm_fault_tMatthew Wilcox2018-10-26
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-10-24
|\ \
| * | signal/x86: Use force_sig_fault where appropriateEric W. Biederman2018-09-21
| |/
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-10-23
|\ \
| * | x86/vdso: Rearrange do_hres() to improve code generationAndy Lutomirski2018-10-05
| * | x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacksAndy Lutomirski2018-10-05
| * | x66/vdso: Add CLOCK_TAI supportThomas Gleixner2018-10-04
| * | x86/vdso: Move cycle_last handling into the callerThomas Gleixner2018-10-04
| * | x86/vdso: Simplify the invalid vclock caseThomas Gleixner2018-10-04
| * | x86/vdso: Replace the clockid switch caseThomas Gleixner2018-10-04
| * | x86/vdso: Collapse coarse functionsThomas Gleixner2018-10-04
| * | x86/vdso: Collapse high resolution functionsThomas Gleixner2018-10-04
| * | x86/vdso: Introduce and use vgtod_tsThomas Gleixner2018-10-04
| * | x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: SeqThomas Gleixner2018-10-04
| * | x86/vdso: Enforce 64bit clocksourceThomas Gleixner2018-10-04
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-23
|\ \ \
| * | | x86/pti/64: Remove the SYSCALL64 entry trampolineAndy Lutomirski2018-09-12
| * | | x86/entry/64: Use the TSS sp2 slot for SYSCALL/SYSRET scratch spaceAndy Lutomirski2018-09-08
| * | | x86/entry/64: Document idtentryAndy Lutomirski2018-09-08
| | |/ | |/|
* | | Merge branch 'x86-paravirt-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-23
|\ \ \
| * | | x86/xen: Move pv irq related functions under CONFIG_XEN_PV umbrellaJuergen Gross2018-09-03
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-10-23
|\ \ \
| * | | x86/fsgsbase/64: Clean up various detailsIngo Molnar2018-10-08
| * | | x86/segments: Introduce the 'CPUNODE' naming to better document the segment l...Ingo Molnar2018-10-08
| * | | x86/vdso: Initialize the CPU/node NR segment descriptor earlierChang S. Bae2018-10-08
| * | | x86/vdso: Introduce helper functions for CPU and node numberChang S. Bae2018-10-08
| * | | x86/segments/64: Rename the GDT PER_CPU entry to CPU_NUMBERChang S. Bae2018-10-08
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-10-23
|\ \ \
| * | | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-06
| | |/ | |/|
* | | x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski2018-10-17
* | | x86/entry/32: Clear the CS high bitsJan Kiszka2018-10-17
* | | x86/entry: Add some paranoid entry/exit CR3 handling commentsDave Hansen2018-10-14
| |/ |/|
* | x86/vdso: Fix vDSO syscall fallback asm constraint regressionAndy Lutomirski2018-10-04
* | x86/vdso: Only enable vDSO retpolines when enabled and supportedAndy Lutomirski2018-10-03
* | x86/vdso: Fix asm constraints on vDSO syscall fallbacksAndy Lutomirski2018-10-02
|/
* x86/vdso: Fix vDSO build if a retpoline is emittedAndy Lutomirski2018-08-20
* Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2018-08-15
|\
| * x86: Add build salt to the vDSOLaura Abbott2018-07-17
* | Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2018-08-13
|\ \
| * \ Merge branch 'x86/pti-urgent' into x86/ptiThomas Gleixner2018-08-06
| |\ \
| * | | x86/entry/32: Check for VM86 mode in slow-path checkJoerg Roedel2018-07-20
| * | | x86/entry/32: Add debug code to check entry/exit CR3Joerg Roedel2018-07-19
| * | | x86/entry/32: Add PTI CR3 switches to NMI handler codeJoerg Roedel2018-07-19
| * | | x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit pointsJoerg Roedel2018-07-19
| * | | x86/entry/32: Simplify debug entry pointJoerg Roedel2018-07-19
| * | | x86/entry/32: Handle Entry from Kernel-Mode on Entry-StackJoerg Roedel2018-07-19
| * | | x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMIJoerg Roedel2018-07-19
| * | | x86/entry/32: Leave the kernel via trampoline stackJoerg Roedel2018-07-19