aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/traps.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-03-26[Blackfin] arch: fix bug - when we crash, current is not validRobin Getz1-14/+23
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functionsMike Frysinger1-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-7/+5
2008-02-02[Blackfin] arch: fix typo in printk messageMike Frysinger1-1/+1
2008-01-11[Blackfin] arch: print out list of modules if kernel is crashing and tell people if the kernel is tainted Robin Getz1-1/+2
2008-01-10[Blackfin] arch: Don't oops_in_progress if single step is comming from the kernelRobin Getz1-2/+2
2007-12-23[Blackfin] arch: Clean up dump_bfin_memRobin Getz1-48/+84
2007-12-24[Blackfin] arch: fix bug gdb testing on hardware has regressionRobin Getz1-7/+30
2008-01-27[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz1-8/+46
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicatedMike Frysinger1-31/+54
2007-11-21Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confusedRobin Getz1-6/+8
2007-11-21Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz1-15/+15
2007-11-18Blackfin arch: cleanup kernel exception message, don't insult the customer.Robin Getz1-2/+2
2007-11-18Blackfin arch: print out modules that are loaded if we get a kernel oopsRobin Getz1-0/+1
2007-11-15Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz1-2/+2
2007-11-12Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confusedRobin Getz1-2/+3
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz1-6/+4
2007-10-29Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code.Robin Getz1-139/+179
2007-10-29Blackfin arch: fix bug: kernel prints out error message twiceRobin Getz1-12/+18
2007-10-21Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput callsBernd Schmidt1-0/+2
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print outRobin Getz1-4/+4
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz1-0/+8
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger1-2/+36
2007-08-05Blackfin arch: remove spurious KERN_EMERG log level in outputMike Frysinger1-2/+1
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz1-7/+46
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu1-0/+1
2007-07-25Blackfin arch: fix KGDB bug, dont forget last parameter.Sonic Zhang1-1/+1
2007-07-12Blackfin arch: scrub dead codeMike Frysinger1-3/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger1-24/+22