summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/calling.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch master from git://git.kernel.org/pub/scm/linux/kernel/git/torval...Thomas Gleixner2019-07-281-0/+6
|\
| * x86/paravirt: Make read_cr2() CALLEE_SAVEPeter Zijlstra2019-07-171-0/+6
* | x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf2019-07-091-0/+17
|/
* x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra2019-06-251-15/+0Star
* jump_label: move 'asm goto' support test to KconfigMasahiro Yamada2019-01-061-1/+1
* Revert "x86/jump-labels: Macrofy inline assembly code to work around GCC inli...Ingo Molnar2018-12-191-1/+1
* Merge tag 'stackleak-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-11-011-0/+14
|\
| * x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov2018-09-041-0/+14
* | x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugsNadav Amit2018-10-061-1/+1
|/
* syscalls/x86: Extend register clearing on syscall entry to lower registersDominik Brodowski2018-04-051-0/+2
* x86/entry/64: Simplify ENCODE_FRAME_POINTERJosh Poimboeuf2018-02-211-6/+1Star
* x86/entry/64: Use 'xorl' for faster register clearingDominik Brodowski2018-02-171-8/+8
* x86/entry: Reduce the code footprint of the 'idtentry' macroDominik Brodowski2018-02-171-1/+10
* x86/entry/64: Remove the unused 'icebp' macroBorislav Petkov2018-02-131-4/+0Star
* x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properlyDominik Brodowski2018-02-131-4/+4
* x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...Dominik Brodowski2018-02-131-41/+1Star
* x86/entry/64: Use PUSH_AND_CLEAN_REGS in more casesDominik Brodowski2018-02-131-3/+3
* x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macroDominik Brodowski2018-02-131-0/+36
* x86/entry/64: Interleave XOR register clearing with PUSH instructionsDominik Brodowski2018-02-131-21/+19Star
* x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...Dominik Brodowski2018-02-131-4/+11
* x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensionsDominik Brodowski2018-02-131-42/+15Star
* x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...Dan Williams2018-02-061-0/+19
* x86/pti: Fix !PCID and sanitize definesThomas Gleixner2018-01-141-17/+19
* x86/mm: Optimize RESTORE_CR3Peter Zijlstra2017-12-231-2/+28
* x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-13/+59
* x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner2017-12-231-0/+7
* x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen2017-12-231-0/+66
* Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-50/+19Star
|\
| * x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski2017-11-021-52/+0Star
| * x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski2017-11-021-0/+21
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* x86/entry/64: Add unwind hint annotationsJosh Poimboeuf2017-07-181-0/+5
* x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-211-0/+20
* entry/64: Remove unused ZERO_EXTRA_REGS macroAlexander Kuleshov2016-10-211-9/+0Star
* x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...Alexander Kuleshov2016-10-201-2/+2
* x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov2016-01-191-31/+0Star
* x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski2015-11-241-0/+15
* x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski2015-07-071-3/+0Star
* x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko2015-07-061-6/+0Star
* x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-041-0/+243