summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina2013-07-231-0/+4
* x86: Make sure IDT is page alignedKees Cook2013-07-161-6/+6
* Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-021-1/+1
|\
| * x86: Rename variables for debuggingSeiji Aguchi2013-06-201-1/+1
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-07-021-1/+1
|\ \
| * | x86: Remove weird PTR_ERR() in do_debugRusty Russell2013-06-191-1/+1
| |/
* | x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-131-0/+3
|/
* Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-04-301-0/+9
|\
| * x86: Use a read-only IDT alias on all CPUsKees Cook2013-04-111-0/+9
* | context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker2013-03-071-24/+41
* | context_tracking: Move exception handling to generic codeFrederic Weisbecker2013-03-071-2/+1
|/
* x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-291-0/+9
* Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2012-12-191-6/+0
|\
| * x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin2012-12-171-6/+0
* | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-1/+1
|/
* Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-1/+4
|\
| * x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha2012-09-181-1/+1
| * x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha2012-09-181-1/+4
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-31/+29
|\ \
| * | x86: Unspaghettize do_trap()Frederic Weisbecker2012-09-261-31/+29
| |/
* | x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker2012-09-261-26/+55
* | x86: Unspaghettize do_general_protection()Frederic Weisbecker2012-09-261-22/+16
|/
* x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches2012-06-061-9/+10
OpenPOWER on IntegriCloud