summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/calling.h
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko2015-04-061-0/+9
* x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpathDenys Vlasenko2015-03-101-6/+14
* x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko2015-03-041-0/+3
* x86/asm/entry/64: Use more readable constantsDenys Vlasenko2015-03-041-0/+2
* x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko2015-03-041-2/+0Star
* x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-041-114/+108Star
* x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko2015-03-041-28/+14Star
* x86: entry_64.S: delete unused codeDenys Vlasenko2015-01-131-1/+0Star
* x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski2014-09-081-1/+5
* sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-251-0/+50
* UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-021-1/+1
* x86_64: Work around old GAS bugTao Guo2012-09-261-25/+23Star
* x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-031-13/+8Star
* x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-031-5/+3Star
* x86, asm: Thin down SAVE/RESTORE_* asm macrosBorislav Petkov2011-06-031-60/+41Star
* x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-191-25/+27
* x86: document 64-bit and 32-bit function call convention ABIIngo Molnar2009-02-031-3/+53
* x86, um: ... and asm-x86 moveAl Viro2008-10-231-0/+170