summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* sched/x86: Add 'struct inactive_task_frame' to better document the sleeping t...Brian Gerst2016-08-241-1/+2
* sched/x86/64, kgdb: Clear GDB_PS on 64-bitBrian Gerst2016-08-241-1/+1
* sched/x86/32, kgdb: Don't use thread.ip in sleeping_thread_to_gdb_regs()Brian Gerst2016-08-241-2/+1
* x86/asm: Stop depending on ptrace.h in alternative.hAndy Lutomirski2016-04-291-0/+1
* Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-2/+2
|\
| * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-2/+2
* | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig optionKees Cook2016-02-221-6/+2
|/
* x86/kgdb: Replace bool_int_array[NR_CPUS] with bitmapDenys Vlasenko2015-09-281-6/+11
* Merge tag 'v4.0-rc7' into x86/asm, to resolve conflictsIngo Molnar2015-04-081-1/+1
|\
| * kgdb/x86: Fix reporting of 'si' in kgdb on x86_64Steffen Liebergeld2015-04-021-1/+1
* | x86/asm/entry: Change all 'user_mode_vm()' calls to 'user_mode()'Andy Lutomirski2015-03-231-2/+2
|/
* x86: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-061-1/+0
* kgdb,x86: fix warning about unused variableJason Wessel2012-10-121-0/+2
* x86: Fix kernel-doc warningsWanpeng Li2012-06-181-4/+4
* Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-0/+60
|\
| * x86,kgdb: Fix DEBUG_RODATA limitation using text_poke()Jason Wessel2012-03-291-0/+60
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \ | |/ |/|
| * Disintegrate asm/system.h for X86David Howells2012-03-281-1/+0
* | kgdb: x86: Return all segment registers also in 64-bit modeJan Kiszka2012-03-221-2/+4
|/
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-15/+45
* perf: Add context field to perf_eventAvi Kivity2011-07-011-1/+1
* perf: Remove the nmi parameter from the swevent and overflow interfacePeter Zijlstra2011-07-011-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2011-03-251-2/+2
|\
| * kgdb,x86_64: fix compile warning found with sparseJason Wessel2011-03-251-2/+2
* | x86: Fix common misspellingsLucas De Marchi2011-03-181-1/+1
* | x86: Remove die_nmi()Jan Beulich2011-02-181-9/+0
|/
* x86, NMI: Remove DIE_NMI_IPIDon Zickus2011-01-071-4/+0
* x86, NMI: Add priorities to handlersDon Zickus2011-01-071-1/+2
* kgdb,x86: fix regression in detach handlingJason Wessel2010-11-171-4/+8
* debug_core,x86,blackfin: Clean up hw debug disable APIDongdong Deng2010-10-291-1/+2
* x86,kgdb: remove unnecessary call to kgdb_correct_hw_break()Dongdong Deng2010-10-221-2/+0
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-1/+1
* x86,kgdb: fix debugger hw breakpoint test regression in 2.6.35Jason Wessel2010-10-221-1/+6
* kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim2010-08-161-1/+1
* kgdb,x86: use macro HBP_NUM to replace magic number 4Dongdong Deng2010-08-051-9/+9
* KGDB: Remove set but unused newPCAndi Kleen2010-08-051-3/+0
* kgdb,x86: Individual register get/set for x86Jason Wessel2010-08-051-85/+83
* x86,kgdb: Fix hw breakpoint regressionJason Wessel2010-07-281-2/+7
* x86,kgdb: Implement early hardware breakpoint debuggingJason Wessel2010-05-201-2/+28
* x86, kgdb, init: Add early and late debug statesJason Wessel2010-05-201-7/+10
* x86,kgdb: Add low level debug hookJason Wessel2010-05-201-1/+21
* kgdb: remove post_primary_code referencesJason Wessel2010-05-201-29/+0
* kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
* x86,kgdb: Always initialize the hw breakpoint attributeJason Wessel2010-04-011-1/+1
* perf, hw_breakpoint, kgdb: Do not take mutex for kernel debuggerJason Wessel2010-01-301-0/+51
* x86, hw_breakpoints, kgdb: Fix kgdb to use hw_breakpoint APIJason Wessel2010-01-301-57/+114
* kgdb,x86: do not set kgdb_single_step on x86Jason Wessel2009-12-111-1/+0
* kgdb,i386: Fix corner case access to ss with NMI watch dog exceptionJason Wessel2009-12-111-2/+8
* kgdb,x86: remove redundant testRoel Kluin2009-12-111-2/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-2/+1
|\
OpenPOWER on IntegriCloud