| Commit message (Expand) | Author | Age | Files | Lines |
* | 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: kgdb: mark all local funcs/structs static | Mike Frysinger | 2010-03-09 | 1 | -5/+5 |
* | Blackfin: fix decoding of opcodes 41-47 in decode_instruction() | Roel Kluin | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: initial XIP support | Barry Song | 2010-03-09 | 5 | -7/+92 |
* | Blackfin: fix the section name of init_thread_union | Barry Song | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: replace harcoded define with proper THREAD_SIZE macro | Barry Song | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: fix relocation errors with large initramfs images | Jie Zhang | 2010-03-09 | 1 | -5/+8 |
* | Blackfin: SMP: make core timers per-cpu clock events for HRT | Yi Li | 2010-03-09 | 1 | -92/+105 |
* | Blackfin: gpio: use shorter name | Michael Hennerich | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: dma-mapping: fix thinko in constant optimization | Sonic Zhang | 2010-03-09 | 1 | -1/+1 |
* | Blackfin: MPU: handle caches for reserved memory | Sonic Zhang | 2010-03-09 | 1 | -1/+5 |
* | Blackfin: fix MPU page permission masks overflow when dealing with async memory | Barry Song | 2010-03-09 | 2 | -8/+27 |
* | Blackfin: allow boards to register early devices | Sonic Zhang | 2010-03-09 | 1 | -0/+7 |
* | blackfin,kgdb: Do not put PC in gdb_regs into retx. | Sonic Zhang | 2010-01-07 | 1 | -1/+1 |
* | blackfin,kgdb,probe_kernel: Cleanup probe_kernel_read/write | Jason Wessel | 2010-01-07 | 1 | -205/+0 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vap... | Linus Torvalds | 2009-12-16 | 18 | -274/+474 |
|\ |
|
| * | Blackfin: drop duplicate sched_clock | Mike Frysinger | 2009-12-15 | 1 | -8/+0 |
| * | Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant | Mike Frysinger | 2009-12-15 | 1 | -5/+6 |
| * | Blackfin: MPU: add missing __init markings | Mike Frysinger | 2009-12-15 | 1 | -1/+1 |
| * | Blackfin: add support for TIF_NOTIFY_RESUME | Barry Song | 2009-12-15 | 1 | -0/+18 |
| * | Blackfin: kgdb_test: clean up code a bit | Mike Frysinger | 2009-12-15 | 1 | -23/+21 |
| * | Blackfin: convert kgdbtest to proc_fops | Alexey Dobriyan | 2009-12-15 | 1 | -27/+12 |
| * | Blackfin: convert cyc2ns() to clocksource_cyc2ns() | Mike Frysinger | 2009-12-15 | 1 | -2/+4 |
| * | Blackfin: dma-mapping.h: flesh out missing DMA mapping functions | Barry Song | 2009-12-15 | 1 | -37/+17 |
| * | Blackfin: workaround anomaly 05000310 | Barry Song | 2009-12-15 | 1 | -0/+30 |
| * | Blackfin: drop ptrace() write support for fixed code/bootrom | Mike Frysinger | 2009-12-15 | 1 | -13/+0 |
| * | Blackfin: MPU: support XIP in async flash memory | Barry Song | 2009-12-15 | 1 | -4/+9 |
| * | Blackfin: drop 4KB reserve at end of memory | Barry Song | 2009-12-15 | 1 | -5/+0 |
| * | Blackfin: support smaller uncached DMA chunks for memory constrained systems | Barry Song | 2009-12-15 | 1 | -7/+13 |
| * | Blackfin: finish_atomic_sections: optimize the RTS step | Mike Frysinger | 2009-12-15 | 1 | -7/+11 |
| * | Blackfin: kgdb: punt dead code | Sonic Zhang | 2009-12-15 | 1 | -17/+0 |
| * | Blackfin: reject NULL callback in set_dma_callback() | Mike Frysinger | 2009-12-15 | 1 | -11/+10 |
| * | Blackfin: gptimers: use unsigned timer/group ids | Mike Frysinger | 2009-12-15 | 1 | -16/+16 |
| * | Blackfin: don't walk VMAs when oopsing | Robin Getz | 2009-12-15 | 1 | -0/+9 |
| * | Blackfin/ipipe: prepare status bitops for SMP support | Philippe Gerum | 2009-12-15 | 1 | -0/+67 |
| * | Blackfin: don't give CPU its own line in traps output | Mike Frysinger | 2009-12-15 | 1 | -3/+3 |
| * | Blackfin: announce current cpu rev when booting | Robin Getz | 2009-12-15 | 1 | -1/+1 |
| * | Blackfin: convert DMA mutex to an atomic and drop redundant code | Mike Frysinger | 2009-12-15 | 1 | -21/+10 |
| * | Blackfin: push down asm/ includes and out of bfin-global.h | Mike Frysinger | 2009-12-15 | 1 | -0/+1 |
| * | Blackfin: bf538: add support for extended GPIO banks | Michael Hennerich | 2009-12-15 | 1 | -0/+97 |
| * | Blackfin: calculate on-chip lengths at link time rather than run time | Mike Frysinger | 2009-12-15 | 2 | -35/+32 |
| * | Blackfin: improve async bank access checking (for cross-banks & XIP) | Bernd Schmidt | 2009-12-15 | 1 | -15/+62 |
| * | Blackfin: convert DMA code to a proper bitmap | Michael Hennerich | 2009-12-15 | 1 | -7/+8 |
| * | Blackfin: add some bounds checking to peripheral_request | Barry Song | 2009-12-15 | 1 | -0/+2 |
| * | Blackfin: use common code for cycle->nanosecond conversion | Yi Li | 2009-12-15 | 1 | -22/+4 |
| * | Blackfin: unify sched_clock() handling between clock sources | Yi Li | 2009-12-15 | 1 | -10/+33 |
| * | Blackfin: fix gptimer0 clock source compile warning | Yi Li | 2009-12-15 | 1 | -1/+1 |
* | | Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Linus Torvalds | 2009-12-16 | 1 | -2/+0 |
|\ \ |
|
| * | | module: make MODULE_SYMBOL_PREFIX into a CONFIG option | Alan Jenkins | 2009-12-15 | 1 | -2/+0 |
| |/ |
|