summaryrefslogtreecommitdiff
path: root/arch/x86/entry/calling.h
AgeCommit message (Expand)Author
2018-01-14x86/pti: Fix !PCID and sanitize definesThomas Gleixner
2017-12-23x86/mm: Optimize RESTORE_CR3Peter Zijlstra
2017-12-23x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra
2017-12-23x86/mm/pti: Add infrastructure for page table isolationThomas Gleixner
2017-12-23x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen
2017-12-17Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-11-02x86/entry/64: Remove the RESTORE_..._REGS infrastructureAndy Lutomirski
2017-11-02x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski
2017-07-18x86/entry/64: Add unwind hint annotationsJosh Poimboeuf
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf
2016-10-21entry/64: Remove unused ZERO_EXTRA_REGS macroAlexander Kuleshov
2016-10-20x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...Alexander Kuleshov
2016-01-19x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov
2015-11-24x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski
2015-07-06x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit readsDenys Vlasenko
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar