aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-07-23kprobes/x86: Call out into INT3 handler directly instead of using notifierJiri Kosina1-0/+4
2013-07-16x86: Make sure IDT is page alignedKees Cook1-6/+6
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-02Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-06-20x86: Rename variables for debuggingSeiji Aguchi1-1/+1
2013-06-19x86: Remove weird PTR_ERR() in do_debugRusty Russell1-1/+1
2013-05-13x86: Extend #DF debugging aid to 64-bitBorislav Petkov1-0/+3
2013-04-30Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+9
2013-04-11x86: Use a read-only IDT alias on all CPUsKees Cook1-0/+9
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker1-24/+41
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker1-2/+1
2013-01-29x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin1-0/+9
2012-12-19Merge branch 'x86/nuke386' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+0
2012-12-17x86, 386 removal: Remove support for IRQ 13 FPU error reportingH. Peter Anvin1-6/+0
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-1/+1
2012-10-01Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+29
2012-09-26x86: Exception hooks for userspace RCU extended QSFrederic Weisbecker1-26/+55
2012-09-26x86: Unspaghettize do_general_protection()Frederic Weisbecker1-22/+16
2012-09-26x86: Unspaghettize do_trap()Frederic Weisbecker1-31/+29
2012-09-18x86, fpu: decouple non-lazy/eager fpu restore from xsaveSuresh Siddha1-1/+1
2012-09-18x86, fpu: use non-lazy fpu restore for processors supporting xsaveSuresh Siddha1-1/+4
2012-06-06x86/debug: Add KERN_<LEVEL> to bare printks, convert printks to pr_<level>Joe Perches1-9/+10
2012-05-31ftrace: Synchronize variable setting with breakpointsSteven Rostedt1-2/+6
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-4/+0
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-4/+0
2012-04-27ftrace/x86: Have arch x86_64 use breakpoints instead of stop machineSteven Rostedt1-1/+7
2012-03-29Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-63/+70
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-13x86: Rename trap_no to trap_nr in thread_structSrikar Dronamraju1-8/+8
2012-03-09x86: Use enum instead of literals for trap valuesKees Cook1-58/+65