aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32entry.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski1-0/+7
2015-04-09x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko1-2/+0
2015-04-03x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski1-13/+40
2015-04-01x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_regs' on stackDenys Vlasenko1-36/+46
2015-03-27x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko1-4/+10
2015-03-27x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko1-18/+27
2015-03-24x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar1-15/+15
2015-03-24x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar1-15/+15
2015-03-24x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko1-2/+2
2015-03-24x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL_STACK_OFFSETDenys Vlasenko1-15/+15
2015-03-06x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski1-1/+1
2015-03-06x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski1-2/+1
2015-03-04x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko1-1/+1
2015-03-04x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko1-14/+18
2015-03-04x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko1-50/+83
2015-03-04x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko1-71/+71
2015-03-04x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel stackDenys Vlasenko1-22/+25
2015-01-13x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko1-2/+2
2014-12-13x86: hook up execveat system callDavid Drysdale1-0/+1
2014-10-31x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski1-1/+1
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds1-6/+6
2014-10-06x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski1-1/+17
2014-09-23audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs1-6/+6
2013-07-23x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-7/+5
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-6/+5
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-1/+0
2013-01-31x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich1-2/+2
2012-12-19generic compat_sys_sigaltstack()Al Viro1-1/+0
2012-11-28x86, um: switch to generic fork/vfork/cloneAl Viro1-1/+6
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-1/+1
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-0/+6
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+1
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32entry.SH. Peter Anvin1-3/+2
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-6/+8
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-1/+1
2012-01-17audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris1-1/+3
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-5/+5
2012-01-16Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-359/+0
2011-12-05x86-64: Cleanup some assembly entry pointsJan Beulich1-3/+4
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich1-21/+15
2011-11-17x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin1-356/+0
2011-11-17x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin1-3/+0
2011-10-31Cross Memory AttachChristopher Yeoh1-0/+2
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+1
2011-06-03x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov1-2/+2
2011-06-03x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov1-3/+3
2011-05-28ns: Wire up the setns system callEric W. Biederman1-0/+1
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+1