aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-28/+0
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-2/+2
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-10-20powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy1-8/+35
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-2/+2
2016-02-18powerpc: Fix kgdb on little endian ppc64leBalbir Singh1-0/+4
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-18powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_infoTiejun Chen1-3/+3
2013-04-18powerpc/kgdb: Removed kmalloc returned value castAlex Grad1-1/+1
2013-01-29Merge branch 'merge' into nextBenjamin Herrenschmidt1-2/+3
2013-01-29powerpc: kernel/kgdb.c: Fix memory leakageCong Ding1-2/+3
2013-01-16powerpc: Fix typo in breakpoint kgdb code.Michael Neuling1-1/+1
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-5/+5
2012-08-24powerpc/kgdb: Restore current_thread_info properlyTiejun Chen1-2/+9
2012-08-24powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen1-0/+15
2012-08-24powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen1-1/+0
2012-04-02powerpc: Fix fallout from system.h split upStephen Rothwell1-0/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller1-1/+1
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2010-11-17kgdb,ppc: Fix regression in evr register handlingDongdong Deng1-2/+2
2010-10-29kgdb,ppc: Individual register get/set for ppcDongdong Deng1-63/+125
2010-08-05kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek1-1/+1
2010-05-20powerpc,kgdb: Introduce low level trap catchingJason Wessel1-2/+4
2010-05-20kgdb: core changes to support kdbJason Wessel1-0/+5
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-10-14powerpc/kgdb: Fix build failure caused by "kgdb.c: unused variable 'acc'"Anton Vorontsov1-6/+0
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel1-3/+2
2008-07-23kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel1-0/+410