| Commit message (Expand) | Author | Age | Files | Lines |
* | blackfin: Cleanup linker script using new linker script macros. | Tim Abbott | 2009-09-24 | 1 | -50/+6 |
* | Blackfin: update ftrace for latest toolchain | Yi Li | 2009-09-16 | 1 | -11/+12 |
* | Blackfin: unify cache init functions | Mike Frysinger | 2009-09-16 | 4 | -144/+2 |
* | Blackfin: swap clocksource ratings for gptimer/cycles | Graf Yang | 2009-09-16 | 1 | -2/+2 |
* | Blackfin: update ftrace_push_return_trace() breakage | Mike Frysinger | 2009-09-16 | 1 | -1/+1 |
* | Blackfin: add ICPLB coverage for async banks | Bernd Schmidt | 2009-09-16 | 1 | -2/+9 |
* | Blackfin: use KERN_ALERT in all kgdb_test output | Mingquan Pan | 2009-09-16 | 1 | -1/+1 |
* | Blackfin: fix spelling in a few comments | Michael Hennerich | 2009-09-16 | 1 | -2/+2 |
* | Blackfin: use raw_smp_processor_id() in exception code | Yi Li | 2009-09-16 | 3 | -8/+8 |
* | Blackfin: remove useless duplicated assignment in gpio code | Michael Hennerich | 2009-09-16 | 1 | -1/+0 |
* | Blackfin: Fix link errors with binutils 2.19 and GCC 4.3 | Ingo Molnar | 2009-09-16 | 1 | -2/+2 |
* | Blackfin: optimize fixed code handling for the most common case | Mike Frysinger | 2009-09-16 | 1 | -8/+2 |
* | Blackfin: punt dead cache locking code | Mike Frysinger | 2009-09-16 | 1 | -51/+0 |
* | Blackfin: do not trace the exception handler | Yi Li | 2009-09-16 | 1 | -1/+1 |
* | Blackfin: cleanup sync handling when enabling/disabling cplbs | Yi Li | 2009-09-16 | 4 | -83/+23 |
* | Blackfin: fix read buffer overflow | Roel Kluin | 2009-09-16 | 1 | -4/+4 |
* | Blackfin: improve double fault debug handling | Graf Yang | 2009-09-16 | 2 | -4/+10 |
* | 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: catch hardware errors earlier during booting | Robin Getz | 2009-09-16 | 4 | -12/+122 |
* | Blackfin: add an early shadow console | Robin Getz | 2009-09-16 | 3 | -0/+81 |
* | Blackfin: add support for common FDPIC ptrace requests | Mike Frysinger | 2009-09-16 | 1 | -2/+24 |
* | Blackfin: clean up early memory setup code | Robin Getz | 2009-09-16 | 1 | -28/+32 |
* | Blackfin: fix module reloc handling for all memory regions | Mike Frysinger | 2009-09-16 | 1 | -28/+34 |
* | Blackfin: cleanup module section checking | Mike Frysinger | 2009-09-16 | 1 | -51/+60 |
* | Blackfin: convert malloc()/memset() to zalloc() in module code | Mike Frysinger | 2009-09-16 | 1 | -4/+2 |
* | Blackfin: cleanup printk() usage in module code | Mike Frysinger | 2009-09-16 | 1 | -34/+25 |
* | Blackfin: reject outdated/unused/wrong relocation types | Robin Getz | 2009-09-16 | 1 | -34/+8 |
* | Blackfin: convert ptrace to new memory functions | Mike Frysinger | 2009-09-16 | 1 | -57/+72 |
* | Blackfin: cleanup traps decode_address() a bit | Mike Frysinger | 2009-09-16 | 1 | -18/+30 |
* | Blackfin: inline I-pipe bypass code in ret_from_exception | Philippe Gerum | 2009-09-16 | 1 | -5/+0 |
* | Blackfin: allow high priority domains to preempt schedule_tail() | Philippe Gerum | 2009-09-16 | 1 | -2/+22 |
* | Blackfin: export show_stack() to modules | Philippe Gerum | 2009-09-16 | 1 | -0/+1 |
* | Blackfin: fix misnomer of some I-pipe helpers | Philippe Gerum | 2009-09-16 | 1 | -24/+20 |
* | Blackfin: checkpatch --file arch/blackfin/kernel/ipipe.c | Philippe Gerum | 2009-09-16 | 1 | -17/+19 |
* | Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4] | Robin Getz | 2009-09-16 | 2 | -9/+11 |
* | Merge branch 'percpu-for-linus' into percpu-for-next | Tejun Heo | 2009-08-14 | 8 | -99/+103 |
|\ |
|
| * | Blackfin: add CPLB entries for Core B on-chip L1 SRAM regions | Graf Yang | 2009-07-16 | 1 | -6/+17 |
| * | Blackfin: work around anomaly 05000189 | Robin Getz | 2009-07-16 | 1 | -1/+2 |
| * | Blackfin: drop per-cpu loops_per_jiffy tracking | Michael Hennerich | 2009-07-16 | 1 | -4/+3 |
| * | Blackfin: fix bugs in GPIO resume code | Michael Hennerich | 2009-07-16 | 1 | -4/+2 |
| * | Blackfin: drop duplicate runtime checking of anomaly 05000448 | Robin Getz | 2009-07-16 | 1 | -4/+0 |
| * | Blackfin: fix early_dma_memcpy() handling of busy channels | Mike Frysinger | 2009-07-16 | 1 | -15/+14 |
| * | Blackfin: handle BF561 Core B memory regions better when SMP=n | Mike Frysinger | 2009-07-16 | 1 | -7/+7 |
| * | Blackfin: fix silent crash when no uClinux MTD filesystem exists | Robin Getz | 2009-07-16 | 1 | -10/+16 |
| * | 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 |
| * | Blackfin: drop dead flash_probe call | Mike Frysinger | 2009-07-16 | 1 | -7/+0 |
| * | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 2 | -2/+0 |
| * | Remove multiple KERN_ prefixes from printk formats | Joe Perches | 2009-07-08 | 2 | -37/+38 |