| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 2015-04-22 | 1 | -6/+0 |
* | | | x86/fpu: Split out fpu/signal.h from fpu/internal.h for signal frame handling... | Ingo Molnar | 2015-05-19 | 1 | -0/+1 |
* | | | x86/fpu: Move the signal frame handling code closer to each other | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | | x86/fpu: Rename restore_xstate_sig() to fpu__restore_sig() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | | x86/fpu: Rename save_xstate_sig() to copy_fpstate_to_sigframe() | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | | x86/fpu: Rename fpu-internal.h to fpu/internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | | x86/fpu: Get rid of PF_USED_MATH usage, convert it to fpu->fpstate_active | Ingo Molnar | 2015-05-19 | 1 | -1/+2 |
* | | | x86/fpu: Open code PF_USED_MATH usages | Ingo Molnar | 2015-05-19 | 1 | -1/+1 |
* | | | x86/fpu: Fix header file dependencies of fpu-internal.h | Ingo Molnar | 2015-05-19 | 1 | -1/+0 |
| |/
|/| |
|
* | | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 2015-04-26 | 1 | -0/+7 |
|/ |
|
* | x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too | Denys Vlasenko | 2015-04-09 | 1 | -2/+0 |
* | x86/signal: Remove pax argument from restore_sigcontext | Brian Gerst | 2015-04-06 | 1 | -11/+6 |
* | x86/asm/entry/64/compat: Use SYSRETL to return from compat mode SYSENTER | Andy Lutomirski | 2015-04-03 | 1 | -13/+40 |
* | x86/asm/entry/32: Use smaller PUSH instructions instead of MOV, to build 'pt_... | Denys Vlasenko | 2015-04-01 | 1 | -36/+46 |
* | x86/asm/entry/32: Make register zero-extension more prominent | Denys Vlasenko | 2015-03-27 | 1 | -4/+10 |
* | x86/asm/entry/32: Update "interrupt off" comments | Denys Vlasenko | 2015-03-27 | 1 | -18/+27 |
* | x86/asm/entry/64: Rename THREAD_INFO() to ASM_THREAD_INFO() | Ingo Molnar | 2015-03-24 | 1 | -15/+15 |
* | x86/asm/entry/64: Merge the field offset into the THREAD_INFO() macro | Ingo Molnar | 2015-03-24 | 1 | -15/+15 |
* | x86/asm/entry: Get rid of KERNEL_STACK_OFFSET | Denys Vlasenko | 2015-03-24 | 1 | -2/+2 |
* | x86/asm/entry/64: Change the THREAD_INFO() definition to not depend on KERNEL... | Denys Vlasenko | 2015-03-24 | 1 | -15/+15 |
* | x86/asm/entry: Fix execve() and sigreturn() syscalls to always return via IRET | Brian Gerst | 2015-03-23 | 1 | -0/+2 |
* | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 2015-03-06 | 1 | -1/+1 |
* | x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0 | Andy Lutomirski | 2015-03-06 | 1 | -2/+1 |
* | x86/asm/entry/64/compat: Use more readable constant | Denys Vlasenko | 2015-03-04 | 1 | -1/+1 |
* | x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers | Denys Vlasenko | 2015-03-04 | 1 | -14/+18 |
* | x86/asm/entry: Add comments about various syscall instructions | Denys Vlasenko | 2015-03-04 | 1 | -50/+83 |
* | x86/asm/entry: Do mass removal of 'ARGOFFSET' | Denys Vlasenko | 2015-03-04 | 1 | -71/+71 |
* | x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s... | Denys Vlasenko | 2015-03-04 | 1 | -22/+25 |
* | Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree | Ingo Molnar | 2015-03-04 | 1 | -1/+1 |
|\ |
|
| * | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -1/+1 |
* | | x86/compat: Remove sys32_vm86_warning | Brian Gerst | 2015-03-04 | 1 | -14/+0 |
* | | x86/compat: Merge native and compat 32-bit syscall tables | Brian Gerst | 2015-03-04 | 2 | -26/+0 |
* | | x86/compat: Remove compat_ni_syscall() | Brian Gerst | 2015-03-04 | 3 | -10/+3 |
|/ |
|
* | x86: ia32entry.S: fix wrong symbolic constant usage: R11->ARGOFFSET | Denys Vlasenko | 2015-01-13 | 1 | -2/+2 |
* | x86: hook up execveat system call | David Drysdale | 2014-12-13 | 2 | -0/+2 |
* | Merge branch 'iov_iter' into for-next | Al Viro | 2014-12-08 | 1 | -1/+1 |
|\ |
|
| * | x86_64, entry: Fix out of bounds read on sysenter | Andy Lutomirski | 2014-10-31 | 1 | -1/+1 |
* | | assorted conversions to %p[dD] | Al Viro | 2014-11-19 | 1 | -4/+4 |
|/ |
|
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-19 | 1 | -6/+6 |
|\ |
|
| * | audit: x86: drop arch from __audit_syscall_entry() interface | Richard Guy Briggs | 2014-09-23 | 1 | -6/+6 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2014-10-14 | 1 | -1/+17 |
|\ \ |
|
| * | | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 2014-10-06 | 1 | -1/+17 |
| |/ |
|
* / | handle suicide on late failure exits in execve() in search_binary_handler() | Al Viro | 2014-10-09 | 1 | -16/+5 |
|/ |
|
* | x86, vdso: Reimplement vdso.so preparation in build-time C | Andy Lutomirski | 2014-05-05 | 1 | -4/+4 |
* | constify copy_siginfo_to_user{,32}() | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | dump_skip(): dump_seek() replacement taking coredump_params | Al Viro | 2013-11-09 | 1 | -1/+1 |
* | aout: switch to dump_emit | Al Viro | 2013-11-09 | 1 | -12/+8 |
* | restore 32bit aout coredump | Al Viro | 2013-11-09 | 1 | -34/+36 |
* | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2013-09-04 | 1 | -1/+1 |
|\ |
|
| * | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAP | Al Viro | 2013-09-01 | 1 | -1/+1 |