aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-24sched/x86: Add 'struct inactive_task_frame' to better document the sleeping task stack frameBrian Gerst1-1/+2
2016-08-24sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst1-1/+1
2016-08-24sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst1-2/+1
2016-04-29x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski1-0/+1
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar1-2/+2
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder1-2/+2
2016-02-22x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook1-6/+2
2015-09-28x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko1-6/+11
2015-04-08Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar1-1/+1
2015-04-02kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld1-1/+1
2015-03-23x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski1-2/+2
2014-01-06x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-10-12kgdb,x86: fix warning about unused variableJason Wessel1-0/+2
2012-06-18x86: Fix kernel-doc warningsWanpeng Li1-4/+4
2012-04-04Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdbLinus Torvalds1-0/+60
2012-03-29x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel1-0/+60
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds1-1/+0
2012-03-28Disintegrate asm/system.h for X86David Howells1-1/+0
2012-03-22kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka1-2/+4
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-15/+45
2011-07-01perf: Add context field to perf_eventAvi Kivity1-1/+1
2011-07-01perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra1-1/+1
2011-03-25Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/linux-2.6-kgdbLinus Torvalds1-2/+2
2011-03-25kgdb,x86_64: fix compile warning found with sparseJason Wessel1-2/+2
2011-03-18x86: Fix common misspellingsLucas De Marchi1-1/+1
2011-02-18x86: Remove die_nmi()Jan Beulich1-9/+0
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-4/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+2
2010-11-17kgdb,x86: fix regression in detach handlingJason Wessel1-4/+8
2010-10-29debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng1-1/+2
2010-10-22x86,kgdb: remove unnecessary call to kgdb_correct_hw_break()Dongdong Deng1-2/+0
2010-10-22kdb,kgdb: fix sparse fixupsJason Wessel1-1/+1
2010-10-22x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35Jason Wessel1-1/+6
2010-08-16kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim1-1/+1
2010-08-05kgdb,x86: use macro HBP_NUM to replace magic number 4Dongdong Deng1-9/+9
2010-08-05KGDB: Remove set but unused newPCAndi Kleen1-3/+0
2010-08-05kgdb,x86: Individual register get/set for x86Jason Wessel1-85/+83
2010-07-28x86,kgdb: Fix hw breakpoint regressionJason Wessel1-2/+7
2010-05-20x86,kgdb: Implement early hardware breakpoint debuggingJason Wessel1-2/+28
2010-05-20x86, kgdb, init: Add early and late debug statesJason Wessel1-7/+10
2010-05-20x86,kgdb: Add low level debug hookJason Wessel1-1/+21
2010-05-20kgdb: remove post_primary_code referencesJason Wessel1-29/+0
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2010-04-01x86,kgdb: Always initialize the hw breakpoint attributeJason Wessel1-1/+1
2010-01-30perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel1-0/+51
2010-01-30x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel1-57/+114
2009-12-11kgdb,x86: do not set kgdb_single_step on x86Jason Wessel1-1/+0
2009-12-11kgdb,i386: Fix corner case access to ss with NMI watch dog exceptionJason Wessel1-2/+8
2009-12-11kgdb,x86: remove redundant testRoel Kluin1-2/+1
2009-12-05Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+1