summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy2019-02-231-28/+0
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-2/+2
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Christophe Leroy2018-10-201-8/+35
* powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy2017-08-101-2/+2
* powerpc: Fix kgdb on little endian ppc64leBalbir Singh2016-02-181-0/+4
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-1/+1
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0
* powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_infoTiejun Chen2013-10-181-3/+3
* powerpc/kgdb: Removed kmalloc returned value castAlex Grad2013-04-181-1/+1
* Merge branch 'merge' into nextBenjamin Herrenschmidt2013-01-291-2/+3
|\
| * powerpc: kernel/kgdb.c: Fix memory leakageCong Ding2013-01-291-2/+3
* | powerpc: Fix typo in breakpoint kgdb code.Michael Neuling2013-01-161-1/+1
* | powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-5/+5
|/
* powerpc/kgdb: Restore current_thread_info properlyTiejun Chen2012-08-241-2/+9
* powerpc/kgdb: Bail out of KGDB when we've been triggeredTiejun Chen2012-08-241-0/+15
* powerpc/kgdb: Do not set kgdb_single_step on ppcTiejun Chen2012-08-241-1/+0
* powerpc: Fix fallout from system.h split upStephen Rothwell2012-04-021-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
* | powerpc: Remove call sites of MSG_ALL_BUT_SELFMilton Miller2011-05-191-1/+1
|/
* kgdb,ppc: Fix regression in evr register handlingDongdong Deng2010-11-171-2/+2
* kgdb,ppc: Individual register get/set for ppcDongdong Deng2010-10-291-63/+125
* kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEMichal Simek2010-08-051-1/+1
* powerpc,kgdb: Introduce low level trap catchingJason Wessel2010-05-201-2/+4
* kgdb: core changes to support kdbJason Wessel2010-05-201-0/+5
* powerpc/booke: Introduce new CONFIG options for advanced debug registersDave Kleikamp2010-02-171-1/+1
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* powerpc/kgdb: Fix build failure caused by "kgdb.c: unused variable 'acc'"Anton Vorontsov2009-10-141-6/+0
* kgdb, x86, arm, mips, powerpc: ignore user space single steppingJason Wessel2008-09-261-3/+2
* kgdb, powerpc: arch specific powerpc kgdb supportJason Wessel2008-07-231-0/+410