aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/calling.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-06jump_label: move 'asm goto' support test to KconfigMasahiro Yamada1-1/+1
2018-12-19Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs"Ingo Molnar1-1/+1
2018-11-01Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+14
2018-10-06x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit1-1/+1
2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov1-0/+14
2018-04-05syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski1-0/+2
2018-02-21x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf1-6/+1
2018-02-17x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski1-8/+8
2018-02-17x86/entry: Reduce the code footprint of the 'idtentry' macroDominik Brodowski1-1/+10
2018-02-13x86/entry/64: Remove the unused 'icebp' macroBorislav Petkov1-4/+0
2018-02-13x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properlyDominik Brodowski1-4/+4
2018-02-13x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS macrosDominik Brodowski1-41/+1
2018-02-13x86/entry/64: Use PUSH_AND_CLEAN_REGS in more casesDominik Brodowski1-3/+3
2018-02-13x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macroDominik Brodowski1-0/+36
2018-02-13x86/entry/64: Interleave XOR register clearing with PUSH instructionsDominik Brodowski1-21/+19
2018-02-13x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single POP_REGS macroDominik Brodowski1-4/+11
2018-02-13x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensionsDominik Brodowski1-42/+15
2018-02-06x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculation attack surfaceDan Williams1-0/+19
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner1-17/+19
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra1-2/+28
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra1-13/+59
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner1-0/+7
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen1-0/+66
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar1-50/+19
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-02x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski1-52/+0
2017-11-02x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski1-0/+21
2017-07-18x86/entry/64: Add unwind hint annotationsJosh Poimboeuf1-0/+5
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf1-0/+20
2016-10-21entry/64: Remove unused ZERO_EXTRA_REGS macroAlexander Kuleshov1-9/+0
2016-10-20x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STACK macroAlexander Kuleshov1-2/+2
2016-01-19x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov1-31/+0
2015-11-24x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski1-0/+15
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski1-3/+0
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko1-6/+0
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar1-0/+243