aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/calling.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar1-243/+0
2015-06-02x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich1-2/+2
2015-06-02x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar1-49/+45
2015-04-06x86/asm/entry: Clear EXTRA_REGS for all executable formatsDenys Vlasenko1-0/+9
2015-03-10x86/asm/entry/64: Save R11 into pt_regs->flags on SYSCALL64 fastpathDenys Vlasenko1-6/+14
2015-03-04x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko1-0/+3
2015-03-04x86/asm/entry/64: Use more readable constantsDenys Vlasenko1-0/+2
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko1-2/+0
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stackDenys Vlasenko1-114/+108
2015-03-04x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko1-28/+14
2015-01-13x86: entry_64.S: delete unused codeDenys Vlasenko1-1/+0
2014-09-08x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski1-1/+5
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-0/+50
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel system headersDavid Howells1-1/+1
2012-09-26x86_64: Work around old GAS bugTao Guo1-25/+23
2011-06-03x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov1-13/+8
2011-06-03x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov1-5/+3
2011-06-03x86, asm: Thin down SAVE/RESTORE_* asm macrosBorislav Petkov1-60/+41
2010-10-19x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich1-25/+27
2009-02-03x86: document 64-bit and 32-bit function call convention ABIIngo Molnar1-3/+53
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+170