index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
entry
/
calling.h
Age
Commit message (
Expand
)
Author
2018-04-05
syscalls/x86: Extend register clearing on syscall entry to lower registers
Dominik Brodowski
2018-02-21
x86/entry/64: Simplify ENCODE_FRAME_POINTER
Josh Poimboeuf
2018-02-17
x86/entry/64: Use 'xorl' for faster register clearing
Dominik Brodowski
2018-02-17
x86/entry: Reduce the code footprint of the 'idtentry' macro
Dominik Brodowski
2018-02-13
x86/entry/64: Remove the unused 'icebp' macro
Borislav Petkov
2018-02-13
x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
Dominik Brodowski
2018-02-13
x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and SAVE_AND_CLEAR_REGS...
Dominik Brodowski
2018-02-13
x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
Dominik Brodowski
2018-02-13
x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
Dominik Brodowski
2018-02-13
x86/entry/64: Interleave XOR register clearing with PUSH instructions
Dominik Brodowski
2018-02-13
x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single PO...
Dominik Brodowski
2018-02-13
x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused extensions
Dominik Brodowski
2018-02-06
x86/entry/64: Clear registers for exceptions/interrupts, to reduce speculatio...
Dan Williams
2018-01-14
x86/pti: Fix !PCID and sanitize defines
Thomas Gleixner
2017-12-23
x86/mm: Optimize RESTORE_CR3
Peter Zijlstra
2017-12-23
x86/mm: Use/Fix PCID to optimize user/kernel switches
Peter Zijlstra
2017-12-23
x86/mm/pti: Add infrastructure for page table isolation
Thomas Gleixner
2017-12-23
x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switching
Dave Hansen
2017-12-17
Merge commit 'upstream-x86-entry' into WIP.x86/mm
Ingo Molnar
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
x86/entry/64: Remove the RESTORE_..._REGS infrastructure
Andy Lutomirski
2017-11-02
x86/entry/64: Simplify reg restore code in the standard IRET paths
Andy Lutomirski
2017-07-18
x86/entry/64: Add unwind hint annotations
Josh Poimboeuf
2016-10-21
x86/entry/unwind: Create stack frames for saved interrupt registers
Josh Poimboeuf
2016-10-21
entry/64: Remove unused ZERO_EXTRA_REGS macro
Alexander Kuleshov
2016-10-20
x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...
Alexander Kuleshov
2016-01-19
x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64
Alexander Kuleshov
2015-11-24
x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots
Andy Lutomirski
2015-07-07
x86/asm/entry/64: Save all regs on interrupt entry
Andy Lutomirski
2015-07-06
x86/asm/entry/32: Replace RESTORE_RSI_RDI with open-coded 32-bit reads
Denys Vlasenko
2015-06-04
x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/
Ingo Molnar