summaryrefslogtreecommitdiffstats
path: root/arch/blackfin/kernel/traps.c
AgeCommit message (Expand)AuthorLines
2008-05-17Blackfin arch: cleanup the icplb/dcplb multiple hit checksMike Frysinger-10/+10
2008-04-25[Blackfin] arch: Remove the circular buffering mechanism for exceptionsBernd Schmidt-8/+7
2008-04-25[Blackfin] arch: try to remove condition that causes double fault, by checkin...Robin Getz-10/+24
2008-03-26[Blackfin] arch: fix bug - grab locks when not atomicRobin Getz-4/+4
2008-03-26[Blackfin] arch: fix bug - when we crash, current is not validRobin Getz-14/+23
2008-03-07[Blackfin] arch: add missing __user marking to ss_sp member of signalstack an...Mike Frysinger-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck-7/+5
2008-02-02[Blackfin] arch: fix typo in printk messageMike Frysinger-1/+1
2008-01-11[Blackfin] arch: print out list of modules if kernel is crashing and tell peo...Robin Getz-1/+2
2008-01-10[Blackfin] arch: Don't oops_in_progress if single step is comming from the ke...Robin Getz-2/+2
2007-12-23[Blackfin] arch: Clean up dump_bfin_memRobin Getz-48/+84
2007-12-24[Blackfin] arch: fix bug gdb testing on hardware has regressionRobin Getz-7/+30
2008-01-27[Blackfin] arch: fix bug - trap_tests fails to recover on some tests.Robin Getz-8/+46
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger-31/+54
2007-11-21Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ...Robin Getz-6/+8
2007-11-21Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz-15/+15
2007-11-18Blackfin arch: cleanup kernel exception message, don't insult the customer.Robin Getz-2/+2
2007-11-18Blackfin arch: print out modules that are loaded if we get a kernel oopsRobin Getz-0/+1
2007-11-15Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz-2/+2
2007-11-12Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets...Robin Getz-2/+3
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz-6/+4
2007-10-29Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code.Robin Getz-139/+179
2007-10-29Blackfin arch: fix bug: kernel prints out error message twiceRobin Getz-12/+18
2007-10-21Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt-0/+2
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz-4/+4
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz-0/+8
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger-2/+36
2007-08-05Blackfin arch: remove spurious KERN_EMERG log level in outputMike Frysinger-2/+1
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz-7/+46
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu-0/+1
2007-07-25Blackfin arch: fix KGDB bug, dont forget last parameter.Sonic Zhang-1/+1
2007-07-12Blackfin arch: scrub dead codeMike Frysinger-3/+2
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger-24/+22
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz-10/+1
2007-06-25Blackfin arch: Fix up remaining printks with proper log levelsRobin Getz-1/+2
2007-06-21Blackfin arch: update printk to use KERN_EMERG and reformat crash outputRobin Getz-55/+86
2007-06-11Blackfin arch: spelling fixesSimon Arlott-1/+1
2007-05-21Blackfin arch: fix trace output for FLAT binariesMike Frysinger-5/+13
2007-05-07blackfin architectureBryan Wu-0/+649