aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/traps.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-07-23kgdb: support for ARCH=armJason Wessel1-0/+2
This patch adds the ARCH=arm specific a kgdb backend, originally written by Deepak Saxena <dsaxena@plexity.net> and George Davis <gdavis@mvista.com>. Geoff Levand <geoffrey.levand@am.sony.com>, Nicolas Pitre, Manish Lachwani, and Jason Wessel have contributed various fixups here as well. The KGDB patch makes one change to the core ARM architecture such that the traps are initialized early for use with the debugger or other subsystems. [ mingo@elte.hu: small cleanups. ] [ ben-linux@fluff.org: fixed early_trap_init ] Signed-off-by: Jason Wessel <jason.wessel@windriver.com> Acked-by: Deepak Saxena <dsaxena@plexity.net>
2008-01-26ARM kprobes: prevent some functions involved with kprobes from being probedNicolas Pitre1-0/+9
Signed-off-by: Nicolas Pitre <nico@marvell.com>
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+18
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!