| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE | Robin Getz | 2008-10-28 | 1 | -2/+2 |
* | Blackfin arch: handle case of d_path() returning error in decode_address() | Tim Pepper | 2008-10-27 | 1 | -2/+5 |
* | Blackfin arch: Add optional verbose debug | Robin Getz | 2008-10-10 | 1 | -100/+130 |
* | Blackfin arch: Fix bug - HW Errors never recover on BF548 | Robin Getz | 2008-10-09 | 1 | -2/+13 |
* | Blackfin arch: Fix bug - kernel build with config kernel debugging with remot... | Sonic Zhang | 2008-10-09 | 1 | -12/+9 |
* | Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception ... | Robin Getz | 2008-10-08 | 1 | -2/+1 |
* | Blackfin arch: Make sure we protect except 2 properly, and print out memory p... | Robin Getz | 2008-10-08 | 1 | -1/+2 |
* | Blackfin arch: Better error handling of unknown exceptions | Robin Getz | 2008-10-08 | 1 | -14/+29 |
* | Blackfin arch: add supporting for kgdb | Sonic Zhang | 2008-10-13 | 1 | -19/+16 |
* | Blackfin arch: add supporting for double fault debug handling | Robin Getz | 2008-10-08 | 1 | -4/+30 |
* | Blackfin arch: only include asm/cplb.h when it is truly used | Mike Frysinger | 2008-10-13 | 1 | -0/+1 |
* | Blackfin arch: Fix bug - when expanding the trace buffer, it does not print o... | Robin Getz | 2008-08-06 | 1 | -35/+53 |
* | Blackfin arch: convert L2 defines to be the same as the L1 defines | Mike Frysinger | 2008-08-13 | 1 | -1/+1 |
* | Blackfin arch: Add unwinding for stack info, and a little more detail on trac... | Robin Getz | 2008-07-26 | 1 | -55/+241 |
* | Blackfin arch: fixup warnings with the new cplb saved values | Mike Frysinger | 2008-06-03 | 1 | -5/+3 |
* | Blackfin arch: cleanup the icplb/dcplb multiple hit checks | Mike Frysinger | 2008-05-17 | 1 | -10/+10 |
* | [Blackfin] arch: Remove the circular buffering mechanism for exceptions | Bernd Schmidt | 2008-04-25 | 1 | -8/+7 |
* | [Blackfin] arch: try to remove condition that causes double fault, by checkin... | Robin Getz | 2008-04-25 | 1 | -10/+24 |
* | [Blackfin] arch: fix bug - grab locks when not atomic | Robin Getz | 2008-03-26 | 1 | -4/+4 |
* | [Blackfin] arch: fix bug - when we crash, current is not valid | Robin Getz | 2008-03-26 | 1 | -14/+23 |
* | [Blackfin] arch: add missing __user marking to ss_sp member of signalstack an... | Mike Frysinger | 2008-03-07 | 1 | -1/+1 |
* | d_path: Make d_path() use a struct path | Jan Blunck | 2008-02-14 | 1 | -7/+5 |
* | [Blackfin] arch: fix typo in printk message | Mike Frysinger | 2008-02-02 | 1 | -1/+1 |
* | [Blackfin] arch: print out list of modules if kernel is crashing and tell peo... | Robin Getz | 2008-01-11 | 1 | -1/+2 |
* | [Blackfin] arch: Don't oops_in_progress if single step is comming from the ke... | Robin Getz | 2008-01-10 | 1 | -2/+2 |
* | [Blackfin] arch: Clean up dump_bfin_mem | Robin Getz | 2007-12-23 | 1 | -48/+84 |
* | [Blackfin] arch: fix bug gdb testing on hardware has regression | Robin Getz | 2007-12-24 | 1 | -7/+30 |
* | [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. | Robin Getz | 2008-01-27 | 1 | -8/+46 |
* | Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from pro... | Mike Frysinger | 2007-11-21 | 1 | -31/+54 |
* | Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get ... | Robin Getz | 2007-11-21 | 1 | -6/+8 |
* | Blackfin arch: Ensure we printk out strings with the proper loglevel | Robin Getz | 2007-11-21 | 1 | -15/+15 |
* | Blackfin arch: cleanup kernel exception message, don't insult the customer. | Robin Getz | 2007-11-18 | 1 | -2/+2 |
* | Blackfin arch: print out modules that are loaded if we get a kernel oops | Robin Getz | 2007-11-18 | 1 | -0/+1 |
* | Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition | Robin Getz | 2007-11-15 | 1 | -2/+2 |
* | Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets... | Robin Getz | 2007-11-12 | 1 | -2/+3 |
* | Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers | Robin Getz | 2007-11-12 | 1 | -6/+4 |
* | Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. | Robin Getz | 2007-10-29 | 1 | -139/+179 |
* | Blackfin arch: fix bug: kernel prints out error message twice | Robin Getz | 2007-10-29 | 1 | -12/+18 |
* | Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mm... | Bernd Schmidt | 2007-10-21 | 1 | -0/+2 |
* | Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt ... | Robin Getz | 2007-10-09 | 1 | -4/+4 |
* | Blackfin arch: fix endless loop bug when a double fault happens | Robin Getz | 2007-10-09 | 1 | -0/+8 |
* | Blackfin arch: add an exception request/free api | Mike Frysinger | 2007-08-05 | 1 | -2/+36 |
* | Blackfin arch: remove spurious KERN_EMERG log level in output | Mike Frysinger | 2007-08-05 | 1 | -2/+1 |
* | Blackfin arch: Add ability to expend the hardware trace buffer | Robin Getz | 2007-07-25 | 1 | -7/+46 |
* | Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch | Bryan Wu | 2007-08-11 | 1 | -0/+1 |
* | Blackfin arch: fix KGDB bug, dont forget last parameter. | Sonic Zhang | 2007-07-25 | 1 | -1/+1 |
* | Blackfin arch: scrub dead code | Mike Frysinger | 2007-07-12 | 1 | -3/+2 |
* | Blackfin arch: cleanup warnings from checkpatch -- no functional changes | Mike Frysinger | 2007-07-12 | 1 | -24/+22 |
* | Blackfin arch: Clean up trace buffer handling, No major functional changes. | Robin Getz | 2007-06-21 | 1 | -10/+1 |
* | Blackfin arch: Fix up remaining printks with proper log levels | Robin Getz | 2007-06-25 | 1 | -1/+2 |