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