aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/kgdb.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameGravatar Nicholas Piggin 1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEGravatar Christophe Leroy 1-6/+6
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULEGravatar Thomas Gleixner 1-4/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xGravatar Christophe Leroy 1-2/+2
2021-06-25powerpc/64s: avoid reloading (H)SRR registers if they are still validGravatar Nicholas Piggin 1-5/+5
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-5/+4
2021-03-29powerpc/kernel: Trivial typo fix in kgdb.cGravatar Bhaskar Chowdhury 1-1/+1
2020-06-18maccess: make get_kernel_nofault() check for minimal type compatibilityGravatar Linus Torvalds 1-1/+1
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultGravatar Christoph Hellwig 1-1/+1
2020-05-19powerpc: Use a datatype for instructionsGravatar Jordan Niethe 1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sGravatar Jordan Niethe 1-2/+3
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKGravatar Christophe Leroy 1-28/+0
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsGravatar Christophe Leroy 1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Gravatar Douglas Anderson 1-2/+2
2018-12-30kgdb: Remove irq flags from roundupGravatar Douglas Anderson 1-1/+1
2018-10-20powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()Gravatar Christophe Leroy 1-8/+35
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxGravatar Christophe Leroy 1-2/+2
2016-02-18powerpc: Fix kgdb on little endian ppc64leGravatar Balbir Singh 1-0/+4
2014-11-03powerpc: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-10-18powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_infoGravatar Tiejun Chen 1-3/+3
2013-04-18powerpc/kgdb: Removed kmalloc returned value castGravatar Alex Grad 1-1/+1
2013-01-29Merge branch 'merge' into nextGravatar Benjamin Herrenschmidt 1-2/+3
2013-01-29powerpc: kernel/kgdb.c: Fix memory leakageGravatar Cong Ding 1-2/+3
2013-01-16powerpc: Fix typo in breakpoint kgdb code.Gravatar Michael Neuling 1-1/+1
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersGravatar Michael Neuling 1-5/+5
2012-08-24powerpc/kgdb: Restore current_thread_info properlyGravatar Tiejun Chen 1-2/+9
2012-08-24powerpc/kgdb: Bail out of KGDB when we've been triggeredGravatar Tiejun Chen 1-0/+15
2012-08-24powerpc/kgdb: Do not set kgdb_single_step on ppcGravatar Tiejun Chen 1-1/+0
2012-04-02powerpc: Fix fallout from system.h split upGravatar Stephen Rothwell 1-0/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2011-05-19powerpc: Remove call sites of MSG_ALL_BUT_SELFGravatar Milton Miller 1-1/+1
2011-05-10treewide: fix a few typos in commentsGravatar Justin P. Mattock 1-1/+1
2010-11-17kgdb,ppc: Fix regression in evr register handlingGravatar Dongdong Deng 1-2/+2
2010-10-29kgdb,ppc: Individual register get/set for ppcGravatar Dongdong Deng 1-63/+125
2010-08-05kgdb,powerpc: Replace hardcoded offset by BREAK_INSTR_SIZEGravatar Michal Simek 1-1/+1
2010-05-20powerpc,kgdb: Introduce low level trap catchingGravatar Jason Wessel 1-2/+4
2010-05-20kgdb: core changes to support kdbGravatar Jason Wessel 1-0/+5
2010-02-17powerpc/booke: Introduce new CONFIG options for advanced debug registersGravatar Dave Kleikamp 1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeGravatar André Goddard Rosa 1-1/+1
2009-10-14powerpc/kgdb: Fix build failure caused by "kgdb.c: unused variable 'acc'"Gravatar Anton Vorontsov 1-6/+0
2008-09-26kgdb, x86, arm, mips, powerpc: ignore user space single steppingGravatar Jason Wessel 1-3/+2
2008-07-23kgdb, powerpc: arch specific powerpc kgdb supportGravatar Jason Wessel 1-0/+410