Commit Graph

62 Commits (27d48be84477d2f0a2e2ac3738a3971dece631d5)

Author SHA1 Message Date
Robin Getz 0be5893914 Blackfin arch: Add a few more instructions that can cause the trace buffer to be discontiguous 16 years ago
Jie Zhang 881eb621fc Blackfin arch: Add one more check on `fp' to prevent double fault 16 years ago
Robin Getz 2f95d5bd84 Blackfin arch: don't accidently re-enable interrupts 16 years ago
David Howells 8feae13110 NOMMU: Make VMAs per MM as for MMU-mode linux 16 years ago
Jie Zhang b339dc79b4 Blackfin arch: Print FP at level KERN_NOTICE 16 years ago
Yi Li 6a01f23033 Blackfin arch: merge adeos blackfin part to arch/blackfin/ 16 years ago
Mike Frysinger 36f649a55a Blackfin arch: do not define decode_instruction if hwtrace is turned off 16 years ago
Graf Yang 8f65873e47 Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management code 16 years ago
Robin Getz 4ee1c45337 Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE 17 years ago
Tim Pepper 6a0bfff44e Blackfin arch: handle case of d_path() returning error in decode_address() 17 years ago
Robin Getz 9f06c38fb2 Blackfin arch: Add optional verbose debug 17 years ago
Robin Getz 1d5ff7e27d Blackfin arch: Fix bug - HW Errors never recover on BF548 17 years ago
Sonic Zhang 27707d3e43 Blackfin arch: Fix bug - kernel build with config kernel debugging with remote gdb fails 17 years ago
Robin Getz 9df10281e1 Blackfin arch: Use DTEST rather than DMA to poke at L1 SRAM during exception context 17 years ago
Robin Getz 7d98c881ee Blackfin arch: Make sure we protect except 2 properly, and print out memory properly 17 years ago
Robin Getz 5c64e0d510 Blackfin arch: Better error handling of unknown exceptions 17 years ago
Sonic Zhang a5ac012924 Blackfin arch: add supporting for kgdb 17 years ago
Robin Getz 0c7a6b2135 Blackfin arch: add supporting for double fault debug handling 17 years ago
Mike Frysinger f4585a0847 Blackfin arch: only include asm/cplb.h when it is truly used 17 years ago
Robin Getz d3d0ac23a3 Blackfin arch: Fix bug - when expanding the trace buffer, it does not print out the decoded instruction. 17 years ago
Mike Frysinger 07aa7be570 Blackfin arch: convert L2 defines to be the same as the L1 defines 17 years ago
Robin Getz f09630bff5 Blackfin arch: Add unwinding for stack info, and a little more detail on trace buffer 17 years ago
Mike Frysinger bd628bd085 Blackfin arch: fixup warnings with the new cplb saved values 17 years ago
Mike Frysinger c6c6f75d54 Blackfin arch: cleanup the icplb/dcplb multiple hit checks 17 years ago
Bernd Schmidt 5d750b9e4f [Blackfin] arch: Remove the circular buffering mechanism for exceptions 17 years ago
Robin Getz 7f1c906808 [Blackfin] arch: try to remove condition that causes double fault, by checking current before it gets dereferenced 17 years ago
Robin Getz 904656cda1 [Blackfin] arch: fix bug - grab locks when not atomic 17 years ago
Robin Getz 9a62ca40fd [Blackfin] arch: fix bug - when we crash, current is not valid 17 years ago
Mike Frysinger 0ddeeca25c [Blackfin] arch: add missing __user marking to ss_sp member of signalstack and a few userspace system functions 17 years ago
Jan Blunck cf28b4863f d_path: Make d_path() use a struct path 17 years ago
Mike Frysinger a3acf52885 [Blackfin] arch: fix typo in printk message 17 years ago
Mike Frysinger 49dce9124b Blackfin arch: split apart dump_bfin_regs and merge/remove show_regs from process.c, which was largely duplicated 17 years ago
Robin Getz fb322915a0 Blackfin arch: fix bug when sending signals with the wrong PC, cause gdb get confused 17 years ago
Robin Getz 569a50ca3f Blackfin arch: Ensure we printk out strings with the proper loglevel 17 years ago
Robin Getz 90c7f4686f Blackfin arch: cleanup kernel exception message, don't insult the customer. 17 years ago
Robin Getz 4c26c6c9bf Blackfin arch: print out modules that are loaded if we get a kernel oops 17 years ago
Robin Getz aee3a29240 [Blackfin] arch: print out list of modules if kernel is crashing and tell people if the kernel is tainted 17 years ago
Robin Getz 6b5eace2f1 [Blackfin] arch: Don't oops_in_progress if single step is comming from the kernel 17 years ago
Robin Getz b03b08ba9c [Blackfin] arch: Clean up dump_bfin_mem 17 years ago
Robin Getz d8f66c8c1e [Blackfin] arch: fix bug gdb testing on hardware has regression 17 years ago
Robin Getz 13fe24f37d [Blackfin] arch: fix bug - trap_tests fails to recover on some tests. 17 years ago
Robin Getz 6a3f0b460c Blackfin arch: fix bug cplbmgr.S does not exit properly on error condition 17 years ago
Robin Getz 4a589e1ef6 Blackfin arch: fix bux - only reset the PC when necessary, otherwise gdb gets confused 17 years ago
Robin Getz f26fbc48f1 Blackfin arch: ensure we work around ANOMALY_05000261 for null pointers 17 years ago
Robin Getz 226eb1ef52 Blackfin arch: cleanup arch/blackfin/kernel/traps.c handling code. 18 years ago
Robin Getz 885be03b06 Blackfin arch: fix bug: kernel prints out error message twice 18 years ago
Bernd Schmidt c1e7399da7 Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls 18 years ago
Bryan Wu d31c5ab147 Blackfin arch: after removing fs.h from mm.h, fix the broken on Blackfin arch 18 years ago
Robin Getz ce3afa1c04 Blackfin arch: Enable earlyprintk earlier - so any error after our interrupt tables are set up will print out 18 years ago
Robin Getz 2ebcade590 Blackfin arch: fix endless loop bug when a double fault happens 18 years ago