summaryrefslogtreecommitdiffstats
path: root/arch/x86/ia32
Commit message (Expand)AuthorAgeFilesLines
* x86_64, asm: Work around AMD SYSRET SS descriptor attribute issueAndy Lutomirski2015-04-261-0/+7
* x86/asm/entry: Zero EXTRA_REGS for stub32_execve() tooDenys Vlasenko2015-04-091-2/+0
* x86/signal: Remove pax argument from restore_sigcontextBrian Gerst2015-04-061-11/+6
* 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: Fix execve() and sigreturn() syscalls to always return via IRETBrian Gerst2015-03-231-0/+2
* 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/+1
* 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
* Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041-1/+1
|\
| * all arches, signal: move restart_block to struct task_structAndy Lutomirski2015-02-121-1/+1
* | x86/compat: Remove sys32_vm86_warningBrian Gerst2015-03-041-14/+0
* | x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst2015-03-042-26/+0
* | x86/compat: Remove compat_ni_syscall()Brian Gerst2015-03-043-10/+3
|/
* x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSETDenys Vlasenko2015-01-131-2/+2
* x86: hook up execveat system callDavid Drysdale2014-12-132-0/+2
* Merge branch 'iov_iter' into for-nextAl Viro2014-12-081-1/+1
|\
| * x86_64, entry: Fix out of bounds read on sysenterAndy Lutomirski2014-10-311-1/+1
* | assorted conversions to %p[dD]Al Viro2014-11-191-4/+4
|/
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-10-191-6/+6
|\
| * audit: x86: drop arch from __audit_syscall_entry() interfaceRichard Guy Briggs2014-09-231-6/+6
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-141-1/+17
|\ \
| * | x86_64, entry: Filter RFLAGS.NT on entry from userspaceAndy Lutomirski2014-10-061-1/+17
| |/
* | handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-16/+5
|/
* x86, vdso: Reimplement vdso.so preparation in build-time CAndy Lutomirski2014-05-051-4/+4
* constify copy_siginfo_to_user{,32}()Al Viro2013-11-091-1/+1
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-1/+1
* aout: switch to dump_emitAl Viro2013-11-091-12/+8
* restore 32bit aout coredumpAl Viro2013-11-091-34/+36
* Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-041-1/+1
|\
| * Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-011-1/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-041-1/+1
|\ \ | |/ |/|
| * x86/ia32/asm: Remove unused argument in macroRamkumar Ramachandra2013-07-231-1/+1
* | mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-021-2/+0
|\ \
| * | x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa2013-05-281-2/+0
| |/
* | aout32 coredump compat fixAl Viro2013-06-221-1/+1
|/
* unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2013-05-091-9/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-24/+6
|\
| * new helper: read_code()Al Viro2013-04-291-24/+6
OpenPOWER on IntegriCloud