tree-wide: fix assorted typos all over the place
[safe/jmp/linux-2.6] / arch / blackfin / kernel / traps.c
2009-12-04 André Goddard Rosatree-wide: fix assorted typos all over the place
2009-10-07 Robin GetzBlackfin: mass clean up of copyright/licensing info
2009-09-17 Yi LiBlackfin: use raw_smp_processor_id() in exception code
2009-09-17 Yi LiBlackfin: do not trace the exception handler
2009-09-17 Graf YangBlackfin: improve double fault debug handling
2009-09-17 Graf YangBlackfin: fix MPU handling of invalid memory accesses
2009-09-17 Sonic ZhangBlackfin: do not try displaying the end of the stack
2009-09-17 Mike FrysingerBlackfin: cleanup traps decode_address() a bit
2009-09-17 Philippe GerumBlackfin: export show_stack() to modules
2009-09-17 Robin GetzBlackfin: make EVT3->EVT5 lowering more robust wrt...
2009-07-16 Robin GetzBlackfin: work around anomaly 05000189
2009-07-16 Mike FrysingerBlackfin: restore exception banner when dumping crash...
2009-07-16 Robin GetzBlackfin: work around anomaly 05000281
2009-07-08 Joe PerchesRemove multiple KERN_ prefixes from printk formats
2009-06-23 Mike FrysingerBlackfin: unify memory region checks between kgdb and...
2009-06-13 Mike FrysingerBlackfin: push down exception oops checking
2009-06-13 Mike FrysingerBlackfin: fix trap_c() exit paths
2009-06-13 Mike FrysingerBlackfin: add support for GENERIC_BUG
2009-06-12 Mike FrysingerBlackfin: fix unused warnings after nommu update
2009-06-12 Robin GetzBlackfin: export the last exception cause via debugfs
2009-06-12 Robin GetzBlackfin: include system/processor info in dump messages
2009-06-12 Robin GetzBlackfin: add workaround for anomaly 05000461
2009-06-12 Robin GetzBlackfin: make sure stack is accessible before dumping it
2009-06-12 Mike FrysingerBlackfin: do not append newlines to panic() messages
2009-02-04 Robin GetzBlackfin arch: Add a few more instructions that can...
2009-02-04 Jie ZhangBlackfin arch: Add one more check on `fp' to prevent...
2009-02-04 Robin GetzBlackfin arch: don't accidently re-enable interrupts
2009-01-08 David HowellsNOMMU: Make VMAs per MM as for MMU-mode linux
2009-01-07 Jie ZhangBlackfin arch: Print FP at level KERN_NOTICE
2009-01-07 Yi LiBlackfin arch: merge adeos blackfin part to arch/blackfin/
2008-11-18 Mike FrysingerBlackfin arch: do not define decode_instruction if...
2008-11-18 Graf YangBlackfin arch: SMP supporting patchset: Blackfin kernel...
2008-10-28 Robin GetzBlackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE
2008-10-27 Tim PepperBlackfin arch: handle case of d_path() returning error...
2008-10-10 Robin GetzBlackfin arch: Add optional verbose debug
2008-10-09 Robin GetzBlackfin arch: Fix bug - HW Errors never recover on...
2008-10-09 Sonic ZhangBlackfin arch: Fix bug - kernel build with config kerne...
2008-10-08 Robin GetzBlackfin arch: Use DTEST rather than DMA to poke at...
2008-10-08 Robin GetzBlackfin arch: Make sure we protect except 2 properly...
2008-10-08 Robin GetzBlackfin arch: Better error handling of unknown exceptions
2008-10-13 Sonic ZhangBlackfin arch: add supporting for kgdb
2008-10-08 Robin GetzBlackfin arch: add supporting for double fault debug...
2008-10-13 Mike FrysingerBlackfin arch: only include asm/cplb.h when it is truly...
2008-08-06 Robin GetzBlackfin arch: Fix bug - when expanding the trace buffe...
2008-08-13 Mike FrysingerBlackfin arch: convert L2 defines to be the same as...
2008-07-26 Robin GetzBlackfin arch: Add unwinding for stack info, and a...
2008-06-03 Mike FrysingerBlackfin arch: fixup warnings with the new cplb saved...
2008-05-17 Mike FrysingerBlackfin arch: cleanup the icplb/dcplb multiple hit...
2008-04-24 Bernd Schmidt[Blackfin] arch: Remove the circular buffering mechanis...
2008-04-24 Robin Getz[Blackfin] arch: try to remove condition that causes...
2008-03-26 Robin Getz[Blackfin] arch: fix bug - grab locks when not atomic
2008-03-26 Robin Getz[Blackfin] arch: fix bug - when we crash, current is...
2008-03-06 Mike Frysinger[Blackfin] arch: add missing __user marking to ss_sp...
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-02 Mike Frysinger[Blackfin] arch: fix typo in printk message
2007-11-21 Mike FrysingerBlackfin arch: split apart dump_bfin_regs and merge...
2007-11-21 Robin GetzBlackfin arch: fix bug when sending signals with the...
2007-11-21 Robin GetzBlackfin arch: Ensure we printk out strings with the...
2007-11-17 Robin GetzBlackfin arch: cleanup kernel exception message, don...
2007-11-17 Robin GetzBlackfin arch: print out modules that are loaded if...
2008-01-11 Robin Getz[Blackfin] arch: print out list of modules if kernel...
2008-01-10 Robin Getz[Blackfin] arch: Don't oops_in_progress if single step...
2007-12-23 Robin Getz[Blackfin] arch: Clean up dump_bfin_mem
2007-12-24 Robin Getz[Blackfin] arch: fix bug gdb testing on hardware has...
2008-01-27 Robin Getz[Blackfin] arch: fix bug - trap_tests fails to recover...
2007-11-15 Robin GetzBlackfin arch: fix bug cplbmgr.S does not exit properly...
2007-11-12 Robin GetzBlackfin arch: fix bux - only reset the PC when necessa...
2007-11-12 Robin GetzBlackfin arch: ensure we work around ANOMALY_05000261...
2007-10-29 Robin GetzBlackfin arch: cleanup arch/blackfin/kernel/traps.c...
2007-10-29 Robin GetzBlackfin arch: fix bug: kernel prints out error message...
2007-10-21 Bernd SchmidtBlackfin arch: Fixing Bug: balance calls to get_task_mm...
2007-08-11 Bryan WuBlackfin arch: after removing fs.h from mm.h, fix the...
2007-10-09 Robin GetzBlackfin arch: Enable earlyprintk earlier - so any...
2007-10-09 Robin GetzBlackfin arch: fix endless loop bug when a double fault...
2007-08-05 Mike FrysingerBlackfin arch: add an exception request/free api
2007-08-05 Mike FrysingerBlackfin arch: remove spurious KERN_EMERG log level...
2007-07-25 Robin GetzBlackfin arch: Add ability to expend the hardware trace...
2007-07-25 Sonic ZhangBlackfin arch: fix KGDB bug, dont forget last parameter.
2007-07-12 Mike FrysingerBlackfin arch: scrub dead code
2007-07-12 Mike FrysingerBlackfin arch: cleanup warnings from checkpatch --...
2007-06-25 Robin GetzBlackfin arch: Fix up remaining printks with proper...
2007-06-21 Robin GetzBlackfin arch: Clean up trace buffer handling, No major...
2007-06-21 Robin GetzBlackfin arch: update printk to use KERN_EMERG and...
2007-06-11 Simon ArlottBlackfin arch: spelling fixes
2007-05-21 Mike FrysingerBlackfin arch: fix trace output for FLAT binaries
2007-05-07 Bryan Wublackfin architecture