aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-25/+2
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li1-6/+6
2009-09-16Blackfin: do not trace the exception handlerYi Li1-1/+1
2009-09-16Blackfin: improve double fault debug handlingGraf Yang1-4/+4
2009-09-16Blackfin: fix MPU handling of invalid memory accessesGraf Yang1-1/+1
2009-09-16Blackfin: do not try displaying the end of the stackSonic Zhang1-1/+1
2009-09-16Blackfin: cleanup traps decode_address() a bitMike Frysinger1-18/+30
2009-09-16Blackfin: export show_stack() to modulesPhilippe Gerum1-0/+1
2009-09-16Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]Robin Getz1-9/+10
2009-07-16Blackfin: work around anomaly 05000189Robin Getz1-1/+2
2009-07-16Blackfin: restore exception banner when dumping crash infoMike Frysinger1-2/+3
2009-07-16Blackfin: work around anomaly 05000281Robin Getz1-1/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-17/+17
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger1-43/+17
2009-06-13Blackfin: push down exception oops checkingMike Frysinger1-45/+43
2009-06-13Blackfin: fix trap_c() exit pathsMike Frysinger1-5/+5
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger1-0/+30
2009-06-12Blackfin: fix unused warnings after nommu updateMike Frysinger1-1/+0
2009-06-12Blackfin: export the last exception cause via debugfsRobin Getz1-0/+10
2009-06-12Blackfin: include system/processor info in dump messagesRobin Getz1-0/+23
2009-06-12Blackfin: add workaround for anomaly 05000461Robin Getz1-0/+3
2009-06-12Blackfin: make sure stack is accessible before dumping itRobin Getz1-0/+11
2009-06-12Blackfin: do not append newlines to panic() messagesMike Frysinger1-2/+2
2009-02-04Blackfin arch: Add a few more instructions that can cause the trace buffer to be discontiguousRobin Getz1-0/+12
2009-02-04Blackfin arch: Add one more check on `fp' to prevent double faultJie Zhang1-5/+3
2009-02-04Blackfin arch: don't accidently re-enable interruptsRobin Getz1-6/+13
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-5/+6
2009-01-07Blackfin arch: Print FP at level KERN_NOTICEJie Zhang1-1/+1
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li1-4/+9
2008-11-18Blackfin arch: do not define decode_instruction if hwtrace is turned offMike Frysinger1-2/+2
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management codeGraf Yang1-30/+26
2008-10-28Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSERobin Getz1-2/+2
2008-10-27Blackfin arch: handle case of d_path() returning error in decode_address()Tim Pepper1-2/+5
2008-10-10Blackfin arch: Add optional verbose debugRobin Getz1-100/+130
2008-10-09Blackfin arch: Fix bug - HW Errors never recover on BF548Robin Getz1-2/+13
2008-10-09Blackfin arch: Fix bug - kernel build with config kernel debugging with remote gdb failsSonic Zhang1-12/+9
2008-10-08Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception contextRobin Getz1-2/+1
2008-10-08Blackfin arch: Make sure we protect except 2 properly, and print out memory properlyRobin Getz1-1/+2
2008-10-08Blackfin arch: Better error handling of unknown exceptionsRobin Getz1-14/+29
2008-10-13Blackfin arch: add supporting for kgdbSonic Zhang1-19/+16
2008-10-08Blackfin arch: add supporting for double fault debug handlingRobin Getz1-4/+30
2008-10-13Blackfin arch: only include asm/cplb.h when it is truly usedMike Frysinger1-0/+1
2008-08-06Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction.Robin Getz1-35/+53
2008-08-13Blackfin arch: convert L2 defines to be the same as the L1 definesMike Frysinger1-1/+1
2008-07-26Blackfin arch: Add unwinding for stack info, and a little more detail on trace bufferRobin Getz1-55/+241
2008-06-03Blackfin arch: fixup warnings with the new cplb saved valuesMike Frysinger1-5/+3
2008-05-17Blackfin arch: cleanup the icplb/dcplb multiple hit checksMike Frysinger1-10/+10
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt1-8/+7
2008-04-25[Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferencedRobin Getz1-10/+24
2008-03-26[Blackfin] arch: fix bug - grab locks when not atomicRobin Getz1-4/+4