Age | Commit message (Expand) | Author | Files | Lines |
2014-11-24 | x86_64, traps: Rework bad_iret | Andy Lutomirski | 1 | -26/+19 |
2014-11-24 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 1 | -1/+1 |
2014-11-24 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 1 | -32/+2 |
2014-09-09 | x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls | Andy Lutomirski | 1 | -23/+15 |
2014-09-09 | x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls | Andy Lutomirski | 1 | -9/+4 |
2014-08-05 | Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug... | Linus Torvalds | 1 | -26/+26 |
2014-07-29 | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 1 | -18/+10 |
2014-07-16 | x86/debug: Drop several unnecessary CFI annotations | Jan Beulich | 1 | -26/+26 |
2014-06-13 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -21/+0 |
2014-06-10 | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -204/+0 |
2014-06-05 | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -4/+77 |
2014-05-22 | x86_64, entry: Merge paranoidzeroentry_ist into idtentry | Andy Lutomirski | 1 | -25/+22 |
2014-05-22 | x86_64, entry: Merge most 64-bit asm entry macros | Andy Lutomirski | 1 | -88/+64 |
2014-05-22 | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations | Andy Lutomirski | 1 | -0/+2 |
2014-05-14 | ftrace/x86: Move the mcount/fentry code out of entry_64.S | Steven Rostedt | 1 | -204/+0 |
2014-05-04 | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 1 | -0/+8 |
2014-05-01 | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 1 | -4/+69 |
2014-04-24 | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu | 1 | -20/+0 |
2014-01-10 | ftrace/x86: Load ftrace_ops in parameter not the variable holding it | Steven Rostedt | 1 | -1/+1 |
2013-11-14 | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+12 |
2013-11-12 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+1 |
2013-11-09 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 1 | -1/+12 |
2013-10-09 | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 1 | -15/+0 |
2013-10-01 | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 1 | -2/+2 |
2013-09-25 | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 1 | -3/+1 |
2013-09-10 | x86: Remove now-unused save_rest() | Borislav Petkov | 1 | -15/+0 |
2013-07-03 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+29 |
2013-06-26 | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXED | H. Peter Anvin | 1 | -1/+1 |
2013-06-23 | x86/tracing: Add config option checking to the definitions of mce handlers | Seiji Aguchi | 1 | -0/+5 |
2013-06-21 | x86, trace: Add irq vector tracepoints | Seiji Aguchi | 1 | -7/+24 |
2013-04-16 | KVM: VMX: Register a new IPI for posted interrupt | Yang Zhang | 1 | -0/+5 |
2013-02-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -21/+13 |
2013-02-13 | X86: Handle Hyper-V vmbus interrupts as special hypervisor interrupts | K. Y. Srinivasan | 1 | -1/+6 |
2013-02-04 | x86: get rid of pt_regs argument in sigreturn variants | Al Viro | 1 | -2/+0 |
2013-02-04 | x86: get rid of pt_regs argument of iopl(2) | Al Viro | 1 | -18/+13 |
2013-02-04 | amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve() | Al Viro | 1 | -1/+0 |
2013-01-24 | x86-64: Fix unwind annotations in recent NMI changes | Jan Beulich | 1 | -4/+3 |
2012-12-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+0 |
2012-12-20 | generic compat_sys_sigaltstack() | Al Viro | 1 | -2/+0 |
2012-12-20 | introduce generic sys_sigaltstack(), switch x86 and um to it | Al Viro | 1 | -1/+0 |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -3/+19 |
2012-12-12 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -14/+27 |
2012-12-03 | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul... | Ingo Molnar | 1 | -1/+1 |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 1 | -1/+1 |
2012-11-29 | x86, um: switch to generic fork/vfork/clone | Al Viro | 1 | -3/+19 |
2012-11-21 | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions | Jan Beulich | 1 | -7/+7 |
2012-11-02 | x86: Don't clobber top of pt_regs in nested NMI | Salman Qazi | 1 | -14/+27 |
2012-10-19 | Merge commit 'v3.7-rc1' into stable/for-linus-3.7 | Konrad Rzeszutek Wilk | 1 | -80/+152 |
2012-10-19 | xen/x86: don't corrupt %eip when returning from a signal handler | David Vrabel | 1 | -1/+1 |
2012-10-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -20/+4 |