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