aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-13Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-03-31x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar1-3/+3
2015-03-23x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski1-7/+4
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-8/+8
2015-03-23x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski1-3/+3
2015-03-23Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar1-2/+2
2015-03-23x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov1-1/+1
2015-03-23Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar1-2/+2
2015-03-10x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski1-2/+2
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker1-1/+1
2015-03-07x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it on x86_32Andy Lutomirski1-2/+2
2015-03-06x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski1-2/+2
2015-03-05x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan1-8/+12
2015-02-26x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BPWang Nan1-2/+19
2015-02-19Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/fpuIngo Molnar1-1/+1
2015-02-19x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init_fpu()Oleg Nesterov1-1/+1
2015-02-09Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+5
2015-02-01x86, traps: Fix ist_enter from userspaceAndy Lutomirski1-7/+18
2015-01-20x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov1-7/+5
2015-01-02x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski1-0/+38
2015-01-02x86, traps: Track entry into and exit from IST contextAndy Lutomirski1-6/+41
2015-01-02x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski1-18/+5
2014-12-19Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-12-10Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+84
2014-12-08x86_64/traps: Fix always true conditionDan Carpenter1-1/+1
2014-11-25x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski1-2/+3
2014-11-23x86_64, traps: Rework bad_iretAndy Lutomirski1-0/+29
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski1-17/+1
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski1-0/+24
2014-11-18x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen1-1/+84
2014-06-14x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu1-3/+4
2014-06-06Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare for new patchesIngo Molnar1-3/+3
2014-06-05Merge branch 'perf/kprobes' into perf/coreIngo Molnar1-10/+25
2014-05-14uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov1-3/+4
2014-05-14x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov1-15/+9
2014-05-14x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov1-9/+12
2014-05-14x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov1-15/+38
2014-05-14x86/traps: Introduce do_error_trap()Oleg Nesterov1-21/+17
2014-05-14x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov1-6/+3
2014-05-14x86/traps: Make math_error() staticOleg Nesterov1-1/+1
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen1-3/+3
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-7/+13
2014-04-24kprobes, x86: Call exception_enter after kprobes handledMasami Hiramatsu1-3/+2
2014-04-24kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu1-0/+10
2013-12-12x86/traps: Clean up error exception handler definitionsIngo Molnar1-13/+9
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+14
2013-11-13x86: move fpu_counter into ARCH specific thread_structVineet Gupta1-1/+1
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-14/+14
2013-09-25sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra1-2/+2