summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\
| * context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-04-131-2/+2
|\ \
| * | x86/fpu: Rename drop_init_fpu() to fpu_reset_state()Borislav Petkov2015-03-231-1/+1
| * | Merge tag 'v4.0-rc5' into x86/fpu, to prevent conflictsIngo Molnar2015-03-231-2/+2
| |\ \
| * \ \ Merge branch 'tip-x86-fpu' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar2015-02-191-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | x86/fpu: Change math_error() to use unlazy_fpu(), kill (now) unused save_init...Oleg Nesterov2015-02-191-1/+1
* | | | x86/asm/entry: Remove user_mode_ignore_vm86()Ingo Molnar2015-03-311-3/+3
* | | | x86/asm/entry: Replace some open-coded VM86 checks with v8086_mode() checksAndy Lutomirski2015-03-231-7/+4
* | | | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-8/+8
* | | | x86/asm/entry: Use user_mode_ignore_vm86() where appropriateAndy Lutomirski2015-03-231-3/+3
* | | | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflictsIngo Molnar2015-03-231-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/asm/entry/32: Fix user_mode() misusesAndy Lutomirski2015-03-101-2/+2
| |/ /
* | | x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...Andy Lutomirski2015-03-071-2/+2
* | | x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()Andy Lutomirski2015-03-061-2/+2
* | | x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan2015-03-051-8/+12
* | | x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BPWang Nan2015-02-261-2/+19
|/ /
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-02-091-7/+5
|\ \
| * | x86, fpu: Fix math_state_restore() race with kernel_fpu_begin()Oleg Nesterov2015-01-201-7/+5
| |/
* | x86, traps: Fix ist_enter from userspaceAndy Lutomirski2015-02-011-7/+18
* | x86, traps: Add ist_begin_non_atomic and ist_end_non_atomicAndy Lutomirski2015-01-021-0/+38
* | x86, traps: Track entry into and exit from IST contextAndy Lutomirski2015-01-021-6/+41
* | x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski2015-01-021-18/+5
|/
* Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-191-1/+1
|\
| * x86_64/traps: Fix always true conditionDan Carpenter2014-12-081-1/+1
* | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-101-1/+84
|\ \ | |/
| * x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-181-1/+84
* | x86/asm/traps: Disable tracing and kprobes in fixup_bad_iret and sync_regsAndy Lutomirski2014-11-251-2/+3
* | x86_64, traps: Rework bad_iretAndy Lutomirski2014-11-231-0/+29
* | x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-231-17/+1
* | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-11-231-0/+24
|/
* x86/kprobes: Fix build errors and blacklist context_track_userMasami Hiramatsu2014-06-141-3/+4
* Merge branch 'perf/urgent' into perf/core, to resolve conflict and to prepare...Ingo Molnar2014-06-061-3/+3
|\
| * asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-3/+3
* | Merge branch 'perf/kprobes' into perf/coreIngo Molnar2014-06-051-10/+25
|\ \
| * | kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-7/+13
| * | kprobes, x86: Call exception_enter after kprobes handledMasami Hiramatsu2014-04-241-3/+2
| * | kprobes/x86: Call exception handlers directly from do_int3/do_debugMasami Hiramatsu2014-04-241-0/+10
| |/
* | uprobes/x86: Fix the wrong ->si_addr when xol triggers a trapOleg Nesterov2014-05-141-3/+4
* | x86/traps: Kill DO_ERROR_INFO()Oleg Nesterov2014-05-141-15/+9
* | x86/traps: Shift fill_trap_info() from DO_ERROR_INFO() to do_error_trap()Oleg Nesterov2014-05-141-9/+12
* | x86/traps: Introduce fill_trap_info(), simplify DO_ERROR_INFO()Oleg Nesterov2014-05-141-15/+38
* | x86/traps: Introduce do_error_trap()Oleg Nesterov2014-05-141-21/+17
* | x86/traps: Use SEND_SIG_PRIV instead of force_sig()Oleg Nesterov2014-05-141-6/+3
* | x86/traps: Make math_error() staticOleg Nesterov2014-05-141-1/+1
|/
* x86/traps: Clean up error exception handler definitionsIngo Molnar2013-12-121-13/+9
* Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-141-14/+14
|\
| * x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-14/+14
* | x86: move fpu_counter into ARCH specific thread_structVineet Gupta2013-11-131-1/+1
* | sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-251-2/+2
|/
OpenPOWER on IntegriCloud