Age | Commit message (Expand) | Author | Files | Lines |
2012-03-21 | Disintegrate asm/system.h for Blackfin [ver #2] | David Howells | 1 | -0/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 1 | -1/+1 |
2010-05-22 | Blackfin: add support for the DBG (debug output) pseudo insn | Robin Getz | 1 | -0/+2 |
2010-05-22 | Blackfin: add support for the DBGA (debug assert) pseudo insn | Robin Getz | 1 | -0/+15 |
2010-05-21 | Blackfin: make hardware trace output a little more useful | Robin Getz | 1 | -1/+1 |
2010-05-21 | Blackfin: remove CONFIG_DEBUG_VERBOSE from trace.c | Robin Getz | 1 | -0/+8 |
2010-05-21 | Blackfin: split kernel/traps.c | Robin Getz | 1 | -835/+40 |
2010-03-09 | Blackfin: remove trailing space in messages | Frans Pop | 1 | -1/+1 |
2010-03-09 | Blackfin: fill out the signal si_addr when sending a SIGBUS/SIGSEGV | Barry Song | 1 | -3/+11 |
2010-03-09 | Blackfin: fix up mm locking in address dumping | Graf Yang | 1 | -1/+13 |
2010-03-09 | Blackfin: fix decoding of opcodes 41-47 in decode_instruction() | Roel Kluin | 1 | -1/+1 |
2009-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 1 | -3/+42 |
2009-12-15 | Blackfin: workaround anomaly 05000310 | Barry Song | 1 | -0/+30 |
2009-12-15 | Blackfin: don't walk VMAs when oopsing | Robin Getz | 1 | -0/+9 |
2009-12-15 | Blackfin: don't give CPU its own line in traps output | Mike Frysinger | 1 | -3/+3 |
2009-12-15 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner | 1 | -2/+2 |
2009-12-04 | tree-wide: fix assorted typos all over the place | André Goddard Rosa | 1 | -1/+1 |
2009-10-07 | Blackfin: mass clean up of copyright/licensing info | Robin Getz | 1 | -25/+2 |
2009-09-17 | Blackfin: use raw_smp_processor_id() in exception code | Yi Li | 1 | -6/+6 |
2009-09-17 | Blackfin: do not trace the exception handler | Yi Li | 1 | -1/+1 |
2009-09-17 | Blackfin: improve double fault debug handling | Graf Yang | 1 | -4/+4 |
2009-09-17 | Blackfin: fix MPU handling of invalid memory accesses | Graf Yang | 1 | -1/+1 |
2009-09-17 | Blackfin: do not try displaying the end of the stack | Sonic Zhang | 1 | -1/+1 |
2009-09-17 | Blackfin: cleanup traps decode_address() a bit | Mike Frysinger | 1 | -18/+30 |
2009-09-17 | Blackfin: export show_stack() to modules | Philippe Gerum | 1 | -0/+1 |
2009-09-17 | Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4] | Robin Getz | 1 | -9/+10 |
2009-07-16 | Blackfin: work around anomaly 05000189 | Robin Getz | 1 | -1/+2 |
2009-07-16 | Blackfin: restore exception banner when dumping crash info | Mike Frysinger | 1 | -2/+3 |
2009-07-16 | Blackfin: work around anomaly 05000281 | Robin Getz | 1 | -1/+2 |
2009-07-08 | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 1 | -17/+17 |
2009-06-23 | Blackfin: unify memory region checks between kgdb and traps | Mike Frysinger | 1 | -43/+17 |
2009-06-13 | Blackfin: push down exception oops checking | Mike Frysinger | 1 | -45/+43 |
2009-06-13 | Blackfin: fix trap_c() exit paths | Mike Frysinger | 1 | -5/+5 |
2009-06-13 | Blackfin: add support for GENERIC_BUG | Mike Frysinger | 1 | -0/+30 |
2009-06-12 | Blackfin: fix unused warnings after nommu update | Mike Frysinger | 1 | -1/+0 |
2009-06-12 | Blackfin: export the last exception cause via debugfs | Robin Getz | 1 | -0/+10 |
2009-06-12 | Blackfin: include system/processor info in dump messages | Robin Getz | 1 | -0/+23 |
2009-06-12 | Blackfin: add workaround for anomaly 05000461 | Robin Getz | 1 | -0/+3 |
2009-06-12 | Blackfin: make sure stack is accessible before dumping it | Robin Getz | 1 | -0/+11 |
2009-06-12 | Blackfin: do not append newlines to panic() messages | Mike Frysinger | 1 | -2/+2 |
2009-02-04 | Blackfin arch: Add a few more instructions that can cause the trace buffer to... | Robin Getz | 1 | -0/+12 |
2009-02-04 | Blackfin arch: Add one more check on `fp' to prevent double fault | Jie Zhang | 1 | -5/+3 |
2009-02-04 | Blackfin arch: don't accidently re-enable interrupts | Robin Getz | 1 | -6/+13 |
2009-01-08 | NOMMU: Make VMAs per MM as for MMU-mode linux | David Howells | 1 | -5/+6 |
2009-01-07 | Blackfin arch: Print FP at level KERN_NOTICE | Jie Zhang | 1 | -1/+1 |
2009-01-07 | Blackfin arch: merge adeos blackfin part to arch/blackfin/ | Yi Li | 1 | -4/+9 |
2008-11-18 | Blackfin arch: do not define decode_instruction if hwtrace is turned off | Mike Frysinger | 1 | -2/+2 |
2008-11-18 | Blackfin arch: SMP supporting patchset: Blackfin kernel and memory management... | Graf Yang | 1 | -30/+26 |
2008-10-28 | Blackfin arch: Fix typo when adding CONFIG_DEBUG_VERBOSE | Robin Getz | 1 | -2/+2 |
2008-10-27 | Blackfin arch: handle case of d_path() returning error in decode_address() | Tim Pepper | 1 | -2/+5 |