summaryrefslogtreecommitdiff
path: root/arch/blackfin/kernel/traps.c
AgeCommit message (Expand)Author
2007-11-21Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro...Mike Frysinger
2007-11-21Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ...Robin Getz
2007-11-21Blackfin arch: Ensure we printk out strings with the proper loglevelRobin Getz
2007-11-18Blackfin arch: cleanup kernel exception message, don't insult the customer.Robin Getz
2007-11-18Blackfin arch: print out modules that are loaded if we get a kernel oopsRobin Getz
2007-11-15Blackfin arch: fix bug cplbmgr.S does not exit properly on error conditionRobin Getz
2007-11-12Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets...Robin Getz
2007-11-12Blackfin arch: ensure we work around ANOMALY_05000261 for null pointersRobin Getz
2007-10-29Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code.Robin Getz
2007-10-29Blackfin arch: fix bug: kernel prints out error message twiceRobin Getz
2007-10-21Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm...Bernd Schmidt
2007-10-09Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ...Robin Getz
2007-10-09Blackfin arch: fix endless loop bug when a double fault happensRobin Getz
2007-08-05Blackfin arch: add an exception request/free apiMike Frysinger
2007-08-05Blackfin arch: remove spurious KERN_EMERG log level in outputMike Frysinger
2007-07-25Blackfin arch: Add ability to expend the hardware trace bufferRobin Getz
2007-08-11Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin archBryan Wu
2007-07-25Blackfin arch: fix KGDB bug, dont forget last parameter.Sonic Zhang
2007-07-12Blackfin arch: scrub dead codeMike Frysinger
2007-07-12Blackfin arch: cleanup warnings from checkpatch -- no functional changesMike Frysinger
2007-06-21Blackfin arch: Clean up trace buffer handling, No major functional changes.Robin Getz
2007-06-25Blackfin arch: Fix up remaining printks with proper log levelsRobin Getz
2007-06-21Blackfin arch: update printk to use KERN_EMERG and reformat crash outputRobin Getz
2007-06-11Blackfin arch: spelling fixesSimon Arlott
2007-05-21Blackfin arch: fix trace output for FLAT binariesMike Frysinger
2007-05-07blackfin architectureBryan Wu