Age | Commit message (Expand) | Author |
2015-04-14 | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2015-04-13 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-03-31 | x86/asm/entry: Remove user_mode_ignore_vm86() | Ingo Molnar |
2015-03-23 | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checks | Andy Lutomirski |
2015-03-23 | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()' | Andy Lutomirski |
2015-03-23 | x86/asm/entry: Use user_mode_ignore_vm86() where appropriate | Andy Lutomirski |
2015-03-23 | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts | Ingo Molnar |
2015-03-23 | x86/fpu: Rename drop_init_fpu() to fpu_reset_state() | Borislav Petkov |
2015-03-23 | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflicts | Ingo Molnar |
2015-03-10 | x86/asm/entry/32: Fix user_mode() misuses | Andy Lutomirski |
2015-03-09 | context_tracking: Rename context symbols to prepare for transition state | Frederic Weisbecker |
2015-03-07 | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ... | Andy Lutomirski |
2015-03-06 | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0() | Andy Lutomirski |
2015-03-05 | x86/traps: Separate set_intr_gate() and clean up early_trap_init() | Wang Nan |
2015-02-26 | x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP | Wang Nan |
2015-02-19 | Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Ingo Molnar |
2015-02-19 | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init... | Oleg Nesterov |
2015-02-09 | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2015-02-01 | x86, traps: Fix ist_enter from userspace | Andy Lutomirski |
2015-01-20 | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin() | Oleg Nesterov |
2015-01-02 | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomic | Andy Lutomirski |
2015-01-02 | x86, traps: Track entry into and exit from IST context | Andy Lutomirski |
2015-01-02 | x86, entry: Switch stacks on a paranoid entry from userspace | Andy Lutomirski |
2014-12-19 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-12-10 | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-12-08 | x86_64/traps: Fix always true condition | Dan Carpenter |
2014-11-25 | x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regs | Andy Lutomirski |
2014-11-23 | x86_64, traps: Rework bad_iret | Andy Lutomirski |
2014-11-23 | x86_64, traps: Stop using IST for #SS | Andy Lutomirski |
2014-11-23 | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski |
2014-11-18 | x86, mpx: On-demand kernel allocation of bounds tables | Dave Hansen |
2014-06-14 | x86/kprobes: Fix build errors and blacklist context_track_user | Masami Hiramatsu |
2014-06-06 | Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare... | Ingo Molnar |
2014-06-05 | Merge branch 'perf/kprobes' into perf/core | Ingo Molnar |
2014-05-14 | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trap | Oleg Nesterov |
2014-05-14 | x86/traps: Kill DO_ERROR_INFO() | Oleg Nesterov |
2014-05-14 | x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap() | Oleg Nesterov |
2014-05-14 | x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO() | Oleg Nesterov |
2014-05-14 | x86/traps: Introduce do_error_trap() | Oleg Nesterov |
2014-05-14 | x86/traps: Use SEND_SIG_PRIV instead of force_sig() | Oleg Nesterov |
2014-05-14 | x86/traps: Make math_error() static | Oleg Nesterov |
2014-05-05 | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen |
2014-04-24 | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation | Masami Hiramatsu |
2014-04-24 | kprobes, x86: Call exception_enter after kprobes handled | Masami Hiramatsu |
2014-04-24 | kprobes/x86: Call exception handlers directly from do_int3/do_debug | Masami Hiramatsu |
2013-12-12 | x86/traps: Clean up error exception handler definitions | Ingo Molnar |
2013-11-14 | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-11-13 | x86: move fpu_counter into ARCH specific thread_struct | Vineet Gupta |
2013-11-08 | x86, trace: Register exception handler to trace IDT | Seiji Aguchi |
2013-09-25 | sched: Extract the basic add/sub preempt_count modifiers | Peter Zijlstra |