summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2012-03-21Disintegrate asm/system.h for Blackfin [ver #2]David Howells-0/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2010-05-22Blackfin: add support for the DBG (debug output) pseudo insnRobin Getz-0/+2
2010-05-22Blackfin: add support for the DBGA (debug assert) pseudo insnRobin Getz-0/+15
2010-05-21Blackfin: make hardware trace output a little more usefulRobin Getz-1/+1
2010-05-21Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.cRobin Getz-0/+8
2010-05-21Blackfin: split kernel/traps.cRobin Getz-835/+40
2010-03-09Blackfin: remove trailing space in messagesFrans Pop-1/+1
2010-03-09Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGVBarry Song-3/+11
2010-03-09Blackfin: fix up mm locking in address dumpingGraf Yang-1/+13
2010-03-09Blackfin: fix decoding of opcodes 41-47 in decode_instruction()Roel Kluin-1/+1
2009-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap...Linus Torvalds-3/+42
2009-12-15Blackfin: workaround anomaly 05000310Barry Song-0/+30
2009-12-15Blackfin: don't walk VMAs when oopsingRobin Getz-0/+9
2009-12-15Blackfin: don't give CPU its own line in traps outputMike Frysinger-3/+3
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner-2/+2
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz-25/+2
2009-09-16Blackfin: use raw_smp_processor_id() in exception codeYi Li-6/+6
2009-09-16Blackfin: do not trace the exception handlerYi Li-1/+1
2009-09-16Blackfin: improve double fault debug handlingGraf Yang-4/+4
2009-09-16Blackfin: fix MPU handling of invalid memory accessesGraf Yang-1/+1
2009-09-16Blackfin: do not try displaying the end of the stackSonic Zhang-1/+1
2009-09-16Blackfin: cleanup traps decode_address() a bitMike Frysinger-18/+30
2009-09-16Blackfin: export show_stack() to modulesPhilippe Gerum-0/+1
2009-09-16Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4]Robin Getz-9/+10
2009-07-16Blackfin: work around anomaly 05000189Robin Getz-1/+2
2009-07-16Blackfin: restore exception banner when dumping crash infoMike Frysinger-2/+3
2009-07-16Blackfin: work around anomaly 05000281Robin Getz-1/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches-17/+17
2009-06-22Blackfin: unify memory region checks between kgdb and trapsMike Frysinger-43/+17
2009-06-13Blackfin: push down exception oops checkingMike Frysinger-45/+43
2009-06-13Blackfin: fix trap_c() exit pathsMike Frysinger-5/+5
2009-06-13Blackfin: add support for GENERIC_BUGMike Frysinger-0/+30
2009-06-12Blackfin: fix unused warnings after nommu updateMike Frysinger-1/+0
2009-06-12Blackfin: export the last exception cause via debugfsRobin Getz-0/+10
2009-06-12Blackfin: include system/processor info in dump messagesRobin Getz-0/+23
2009-06-12Blackfin: add workaround for anomaly 05000461Robin Getz-0/+3
2009-06-12Blackfin: make sure stack is accessible before dumping itRobin Getz-0/+11
2009-06-12Blackfin: do not append newlines to panic() messagesMike Frysinger-2/+2
2009-02-04Blackfin arch: Add a few more instructions that can cause the trace buffer to...Robin Getz-0/+12
2009-02-04Blackfin arch: Add one more check on `fp' to prevent double faultJie Zhang-5/+3
2009-02-04Blackfin arch: don't accidently re-enable interruptsRobin Getz-6/+13
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells-5/+6
2009-01-07Blackfin arch: Print FP at level KERN_NOTICEJie Zhang-1/+1
2009-01-07Blackfin arch: merge adeos blackfin part to arch/blackfin/Yi Li-4/+9
2008-11-18Blackfin arch: do not define decode_instruction if hwtrace is turned offMike Frysinger-2/+2
2008-11-18Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management...Graf Yang-30/+26
2008-10-28Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSERobin Getz-2/+2
2008-10-27Blackfin arch: handle case of d_path() returning error in decode_address()Tim Pepper-2/+5