| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/ | Ingo Molnar | 2015-06-03 | 1 | -522/+0 |
* | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 1 | -101/+32 |
* | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 2015-05-08 | 1 | -2/+2 |
* | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 2015-05-08 | 1 | -1/+1 |
* | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 2015-05-08 | 1 | -0/+7 |
|\ |
|
| * | x86_64, asm: Work around AMD SYSRET SS descriptor attribute issue | Andy Lutomirski | 2015-04-27 | 1 | -0/+7 |
* | | x86/asm/entry/32: Update -ENOSYS handling to match the 64-bit logic | Denys Vlasenko | 2015-04-22 | 1 | -28/+14 |
* | | x86, paravirt, xen: Remove the 64-bit ->irq_enable_sysexit() pvop | Andy Lutomirski | 2015-04-22 | 1 | -6/+0 |
|/ |
|
* | x86/asm/entry: Zero EXTRA_REGS for stub32_execve() too | Denys Vlasenko | 2015-04-09 | 1 | -2/+0 |
* | 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: 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 |
* | 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 | 1 | -0/+1 |
* | x86_64, entry: Fix out of bounds read on sysenter | Andy Lutomirski | 2014-11-01 | 1 | -1/+1 |
* | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 2014-10-20 | 1 | -6/+6 |
|\ |
|
| * | audit: x86: drop arch from __audit_syscall_entry() interface | Richard Guy Briggs | 2014-09-23 | 1 | -6/+6 |
* | | x86_64, entry: Filter RFLAGS.NT on entry from userspace | Andy Lutomirski | 2014-10-06 | 1 | -1/+17 |
|/ |
|
* | x86/ia32/asm: Remove unused argument in macro | Ramkumar Ramachandra | 2013-07-23 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 1 | -7/+5 |
|\ |
|
| * | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 2013-02-04 | 1 | -6/+5 |
| * | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 2013-02-04 | 1 | -1/+0 |
* | | x86-64: Replace left over sti/cli in ia32 audit exit code | Jan Beulich | 2013-01-31 | 1 | -2/+2 |
|/ |
|
* | generic compat_sys_sigaltstack() | Al Viro | 2012-12-20 | 1 | -1/+0 |
* | x86, um: switch to generic fork/vfork/clone | Al Viro | 2012-11-29 | 1 | -1/+6 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-10 | 1 | -1/+1 |
|\ |
|
| * | x86, um/x86: switch to generic sys_execve and kernel_execve | Al Viro | 2012-10-01 | 1 | -1/+1 |
* | | x86, smap: Add STAC and CLAC instructions to control user space access | H. Peter Anvin | 2012-09-21 | 1 | -0/+6 |
|/ |
|
* | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 2012-04-21 | 1 | -3/+1 |
* | x86, extable: Remove open-coded exception table entries in arch/x86/ia32/ia32... | H. Peter Anvin | 2012-04-20 | 1 | -3/+2 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-18 | 1 | -6/+8 |
|\ |
|
| * | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -1/+1 |
| * | audit: ia32entry.S sign extend error codes when calling 64 bit code | Eric Paris | 2012-01-17 | 1 | -1/+3 |
| * | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -5/+5 |
* | | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-01-17 | 1 | -359/+0 |
|\ \
| |/
|/| |
|
| * | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 2011-11-17 | 1 | -356/+0 |
| * | x86-64, ia32: Move compat_ni_syscall into C and its own file | H. Peter Anvin | 2011-11-17 | 1 | -3/+0 |
* | | x86-64: Cleanup some assembly entry points | Jan Beulich | 2011-12-05 | 1 | -3/+4 |