summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32/ia32entry.S
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar2015-06-031-522/+0Star
* x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-021-101/+32Star
* x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko2015-05-081-2/+2
* x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko2015-05-081-1/+1
* Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar2015-05-081-0/+7
|\
| * x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-271-0/+7
* | x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logicDenys Vlasenko2015-04-221-28/+14Star
* | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvopAndy Lutomirski2015-04-221-6/+0Star
|/
* x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko2015-04-091-2/+0Star
* x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTERAndy Lutomirski2015-04-031-13/+40
* x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_...Denys Vlasenko2015-04-011-36/+46
* x86/asm/entry/32: Make register zero-extension more prominentDenys Vlasenko2015-03-271-4/+10
* x86/asm/entry/32: Update "interrupt off" commentsDenys Vlasenko2015-03-271-18/+27
* x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO()Ingo Molnar2015-03-241-15/+15
* x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macroIngo Molnar2015-03-241-15/+15
* x86/asm/entry: Get rid of KERNEL_STACK_OFFSETDenys Vlasenko2015-03-241-2/+2
* x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL...Denys Vlasenko2015-03-241-15/+15
* x86/asm/entry: Rename 'init_tss' to 'cpu_tss'Andy Lutomirski2015-03-061-1/+1
* x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0Andy Lutomirski2015-03-061-2/+1Star
* x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko2015-03-041-1/+1
* x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko2015-03-041-14/+18
* x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko2015-03-041-50/+83
* x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko2015-03-041-71/+71
* x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-041-22/+25
* x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko2015-01-131-2/+2
* x86: hook up execveat system callDavid Drysdale2014-12-131-0/+1
* x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski2014-11-011-1/+1
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-201-6/+6
|\
| * audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-6/+6
* | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-061-1/+17
|/
* x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra2013-07-231-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-7/+5Star
|\
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-6/+5Star
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-1/+0Star
* | x86-64: Replace left over sti/cli in ia32 audit exit codeJan Beulich2013-01-311-2/+2
|/
* generic compat_sys_sigaltstack()Al Viro2012-12-201-1/+0Star
* x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-1/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+1
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-011-1/+1
* | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-0/+6
|/
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-211-3/+1Star
* x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32...H. Peter Anvin2012-04-201-3/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-181-6/+8
|\
| * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-1/+1
| * audit: ia32entry.S sign extend error codes when calling 64 bit codeEric Paris2012-01-171-1/+3
| * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-5/+5
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-01-171-359/+0Star
|\ \ | |/ |/|
| * x86: Generate system call tables and unistd_*.h from tablesH. Peter Anvin2011-11-171-356/+0Star
| * x86-64, ia32: Move compat_ni_syscall into C and its own fileH. Peter Anvin2011-11-171-3/+0Star
* | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-051-3/+4