Age | Commit message (Expand) | Author | Files | Lines |
2012-06-01 | x86: get rid of calling do_notify_resume() when returning to kernel mode | Al Viro | 1 | -3/+10 |
2012-04-21 | x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en... | H. Peter Anvin | 1 | -33/+14 |
2012-03-23 | x86-32: Fix endless loop when processing signals for kernel tasks | Dmitry Adamushko | 1 | -7/+10 |
2012-01-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -5/+5 |
2012-01-18 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -1/+1 |
2012-01-18 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -4/+4 |
2012-01-17 | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -23/+14 |
2011-12-06 | x86: Call do_notify_resume() with interrupts enabled | Srikar Dronamraju | 1 | -0/+4 |
2011-11-18 | x86: Generate system call tables and unistd_*.h from tables | H. Peter Anvin | 1 | -23/+14 |
2011-08-26 | x86-32: Fix boot with CONFIG_X86_INVD_BUG | Andy Lutomirski | 1 | -6/+2 |
2011-03-16 | Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -1/+1 |
2011-03-16 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -3/+2 |
2011-03-09 | x86: Fix binutils-2.21 symbol related build failures | Sedat Dilek | 1 | -1/+1 |
2011-03-08 | x86: Separate out entry text section | Jiri Olsa | 1 | -2/+4 |
2011-02-28 | x86: Use {push,pop}_cfi in more places | Jan Beulich | 1 | -2/+1 |
2011-02-26 | x86, asm: Cleanup unnecssary macros in asm-offsets.c | Stratos Psomadakis | 1 | -1/+1 |
2011-01-12 | KVM: Handle async PF in a guest. | Gleb Natapov | 1 | -0/+10 |
2010-11-18 | x86, asm: Fix binutils 2.15 build failure | Tetsuo Handa | 1 | -1/+1 |
2010-10-22 | x86, asm: Restore parentheses around one pushl_cfi argument | Jan Beulich | 1 | -1/+1 |
2010-10-20 | x86, asm: Fix CFI macro invocations to deal with shortcomings in gas | Jan Beulich | 1 | -3/+3 |
2010-09-03 | x86: Use {push,pop}{l,q}_cfi in more places | Jan Beulich | 1 | -196/+98 |
2010-09-03 | i386: Add unwind directives to syscall ptregs stubs | Jan Beulich | 1 | -4/+12 |
2010-08-07 | Merge branch 'x86-alternatives-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+1 |
2010-08-06 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+5 |
2010-08-02 | x86-32, asm: Directly access per-cpu GDT | Brian Gerst | 1 | -6/+5 |
2010-07-23 | x86/xen: event channels delivery on HVM. | Sheng Yang | 1 | -0/+3 |
2010-07-07 | x86, alternatives: Use 16-bit numbers for cpufeature index | H. Peter Anvin | 1 | -1/+1 |
2010-05-04 | x86-32: Rework cache flush denied handler | Brian Gerst | 1 | -0/+19 |
2009-12-11 | x86, 32-bit: Use same regs as 64-bit for kernel_thread_helper | Brian Gerst | 1 | -6/+2 |
2009-12-10 | x86-32: Avoid pipeline serialization in PTREGSCALL1 and 2 | H. Peter Anvin | 1 | -3/+3 |
2009-12-10 | x86: Merge sys_clone | Brian Gerst | 1 | -1/+13 |
2009-12-10 | x86, 32-bit: Convert sys_vm86 & sys_vm86old | Brian Gerst | 1 | -2/+2 |
2009-12-10 | x86: Merge sys_sigaltstack | Brian Gerst | 1 | -1/+1 |
2009-12-10 | x86: Merge sys_execve | Brian Gerst | 1 | -1/+1 |
2009-12-10 | x86: Merge sys_iopl | Brian Gerst | 1 | -1/+1 |
2009-12-10 | x86-32: Add new pt_regs stubs | Brian Gerst | 1 | -11/+38 |
2009-10-23 | Merge branch 'perf/core' into perf/probes | Ingo Molnar | 1 | -5/+2 |
2009-10-14 | function-graph/x86: Replace unbalanced ret with jmp | Steven Rostedt | 1 | -5/+2 |
2009-09-11 | kprobes/x86-32: Move irq-exit functions to kprobes section | Masami Hiramatsu | 1 | -0/+24 |
2009-06-20 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+2 |
2009-06-19 | function-graph: add stack frame test | Steven Rostedt | 1 | -0/+2 |
2009-06-18 | x86: de-assembler-ize asm/desc.h | Alexander van Heukelum | 1 | -1/+0 |
2009-06-18 | i386: fix/simplify espfix stack switching, move it into assembly | Alexander van Heukelum | 1 | -15/+34 |
2009-06-18 | i386: fix return to 16-bit stack from NMI handler | Alexander van Heukelum | 1 | -6/+8 |
2009-03-14 | x86: entry_32.S fix compile warnings - fix work mask bit width | Jaswinder Singh Rajput | 1 | -10/+8 |
2009-02-23 | x86: minor cleanup in the espfix code | Stas Sergeev | 1 | -1/+1 |
2009-02-13 | x86: use _types.h headers in asm where available | Jeremy Fitzhardinge | 1 | -1/+1 |
2009-02-13 | Merge branch 'core/percpu' into x86/core | Ingo Molnar | 1 | -160/+283 |
2009-02-11 | x86: pass in pt_regs pointer for syscalls that need it | Brian Gerst | 1 | -0/+20 |
2009-02-10 | x86: implement x86_32 stack protector | Tejun Heo | 1 | -1/+1 |