Age | Commit message (Expand) | Author | Files | Lines |
2015-02-09 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -7/+5 |
2015-02-01 | x86, traps: Fix ist_enter from userspace | Andy Lutomirski | 1 | -7/+18 |
2015-01-20 | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov | 1 | -7/+5 |
2015-01-02 | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski | 1 | -0/+38 |
2015-01-02 | x86, traps: Track entry into and exit from IST context | Andy Lutomirski | 1 | -6/+41 |
2015-01-02 | x86, entry: Switch stacks on a paranoid entry from userspace | Andy Lutomirski | 1 | -18/+5 |
2014-12-19 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+84 |
2014-12-08 | x86_64/traps: Fix always true condition | Dan Carpenter | 1 | -1/+1 |
2014-11-25 | x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs | Andy Lutomirski | 1 | -2/+3 |
2014-11-23 | x86_64, traps: Rework bad_iret | Andy Lutomirski | 1 | -0/+29 |
2014-11-23 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 1 | -17/+1 |
2014-11-23 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 1 | -0/+24 |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen | 1 | -1/+84 |
2014-06-14 | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu | 1 | -3/+4 |
2014-06-06 | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar | 1 | -3/+3 |
2014-06-05 | Merge branch 'perf/kprobes' into perf/core | Ingo Molnar | 1 | -10/+25 |
2014-05-14 | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov | 1 | -3/+4 |
2014-05-14 | x86/traps: Kill DO_ERROR_INFO() | Oleg Nesterov | 1 | -15/+9 |
2014-05-14 | x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() | Oleg Nesterov | 1 | -9/+12 |
2014-05-14 | x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() | Oleg Nesterov | 1 | -15/+38 |
2014-05-14 | x86/traps: Introduce do_error_trap() | Oleg Nesterov | 1 | -21/+17 |
2014-05-14 | x86/traps: Use SEND_SIG_PRIV instead of force_sig() | Oleg Nesterov | 1 | -6/+3 |
2014-05-14 | x86/traps: Make math_error() static | Oleg Nesterov | 1 | -1/+1 |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 1 | -3/+3 |
2014-04-24 | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu | 1 | -7/+13 |
2014-04-24 | kprobes, x86: Call exception_enter after kprobes handled | Masami Hiramatsu | 1 | -3/+2 |
2014-04-24 | kprobes/x86: Call exception handlers directly from do_int3/do_debug | Masami Hiramatsu | 1 | -0/+10 |
2013-12-12 | x86/traps: Clean up error exception handler definitions | Ingo Molnar | 1 | -13/+9 |
2013-11-14 | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -14/+14 |
2013-11-13 | x86: move fpu_counter into ARCH specific thread_struct | Vineet Gupta | 1 | -1/+1 |
2013-11-08 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 1 | -14/+14 |
2013-09-25 | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra | 1 | -2/+2 |
2013-07-23 | kprobes/x86: Call out into INT3 handler directly instead of using notifier | Jiri Kosina | 1 | -0/+4 |
2013-07-16 | x86: Make sure IDT is page aligned | Kees Cook | 1 | -6/+6 |
2013-07-02 | Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2013-07-02 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2013-06-20 | x86: Rename variables for debugging | Seiji Aguchi | 1 | -1/+1 |
2013-06-19 | x86: Remove weird PTR_ERR() in do_debug | Rusty Russell | 1 | -1/+1 |
2013-05-13 | x86: Extend #DF debugging aid to 64-bit | Borislav Petkov | 1 | -0/+3 |
2013-04-30 | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+9 |
2013-04-11 | x86: Use a read-only IDT alias on all CPUs | Kees Cook | 1 | -0/+9 |
2013-03-07 | context_tracking: Restore correct previous context state on exception exit | Frederic Weisbecker | 1 | -24/+41 |
2013-03-07 | context_tracking: Move exception handling to generic code | Frederic Weisbecker | 1 | -2/+1 |
2013-01-29 | x86, 64bit: Use a #PF handler to materialize early mappings on demand | H. Peter Anvin | 1 | -0/+9 |
2012-12-19 | Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 1 | -6/+0 |
2012-12-17 | x86, 386 removal: Remove support for IRQ 13 FPU error reporting | H. Peter Anvin | 1 | -6/+0 |
2012-11-30 | context_tracking: New context tracking susbsystem | Frederic Weisbecker | 1 | -1/+1 |
2012-10-01 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+4 |
2012-10-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -31/+29 |