| Commit message (Expand) | Author | Age | Files | Lines |
* | Blackfin: mass clean up of copyright/licensing info | Robin Getz | 2009-10-07 | 11 | -203/+36 |
* | perf: Do the big rename: Performance Counters -> Performance Events | Ingo Molnar | 2009-09-21 | 1 | -1/+1 |
* | Blackfin: unify cache init functions | Mike Frysinger | 2009-09-16 | 1 | -1/+43 |
* | Blackfin: workaround anomaly 05000283 | Robin Getz | 2009-09-16 | 2 | -32/+5 |
* | Blackfin: handle the core timer interrupt with handle_percpu_irq on SMP | Graf Yang | 2009-09-16 | 1 | -7/+10 |
* | Blackfin: optimize fixed code handling for the most common case | Mike Frysinger | 2009-09-16 | 1 | -0/+6 |
* | Blackfin: punt dead cache locking code | Mike Frysinger | 2009-09-16 | 2 | -224/+0 |
* | Blackfin: cleanup sync handling when enabling/disabling cplbs | Yi Li | 2009-09-16 | 2 | -66/+12 |
* | Blackfin: improve double fault debug handling | Graf Yang | 2009-09-16 | 2 | -13/+17 |
* | Blackfin: catch hardware errors earlier during booting | Robin Getz | 2009-09-16 | 1 | -0/+11 |
* | Blackfin: inline I-pipe bypass code in ret_from_exception | Philippe Gerum | 2009-09-16 | 1 | -7/+7 |
* | Blackfin: sanitize manual control of IPEND[4] | Philippe Gerum | 2009-09-16 | 1 | -14/+11 |
* | Blackfin: document __ipipe_call_irqtail | Philippe Gerum | 2009-09-16 | 1 | -0/+25 |
* | Blackfin: allow EVT5 to preempt irqtail prologue (CONFIG_DEBUG_HWERR) | Philippe Gerum | 2009-09-16 | 1 | -1/+9 |
* | Blackfin: reuse evt_evt14 handler to perform irqtail epilogue | Philippe Gerum | 2009-09-16 | 1 | -23/+1 |
* | Blackfin: use generic name for EVT14 handler | Philippe Gerum | 2009-09-16 | 2 | -5/+5 |
* | Blackfin: make EVT3->EVT5 lowering more robust wrt IPEND[4] | Robin Getz | 2009-09-16 | 1 | -32/+54 |
* | arch/blackfin: Add kmalloc NULL tests | Julia Lawall | 2009-07-16 | 1 | -0/+8 |
* | Blackfin: drop per-cpu loops_per_jiffy tracking | Michael Hennerich | 2009-07-16 | 1 | -1/+1 |
* | Blackfin: cleanup code a bit with comments and defines | Robin Getz | 2009-07-16 | 1 | -5/+7 |
* | Blackfin: hook up new perf_counter_open syscall | Mike Frysinger | 2009-06-22 | 1 | -0/+1 |
* | Blackfin: decouple unrelated cache settings to get exact behavior | Jie Zhang | 2009-06-22 | 3 | -5/+5 |
* | Blackfin: allow CONFIG_TICKSOURCE_GPTMR0 with interrupt pipeline | Philippe Gerum | 2009-06-22 | 1 | -25/+22 |
* | Blackfin: only build irqpanic.c when needed | Mike Frysinger | 2009-06-18 | 2 | -10/+4 |
* | Blackfin: use common test_bit() rather than __test_bit() | Mike Frysinger | 2009-06-18 | 1 | -2/+2 |
* | Blackfin: hook up new rt_tgsigqueueinfo syscall | Mike Frysinger | 2009-06-13 | 1 | -0/+1 |
* | Blackfin: fix deadlock in SMP IPI handler | Sonic Zhang | 2009-06-13 | 1 | -6/+7 |
* | Blackfin: add blackfin_invalidate_entire_icache for SMP systems | Sonic Zhang | 2009-06-13 | 2 | -1/+24 |
* | Blackfin: only handle CPLB protection violations when MPU is enabled | Robin Getz | 2009-06-13 | 1 | -4/+7 |
* | Blackfin: check SIC defines rather than variant names | Mike Frysinger | 2009-06-12 | 1 | -9/+8 |
* | Blackfin: fix command line corruption with DEBUG_DOUBLEFAULT | Mike Frysinger | 2009-06-12 | 1 | -8/+8 |
* | Blackfin: drop unused reserve_pda() function | Graf Yang | 2009-06-12 | 1 | -3/+0 |
* | Blackfin: make deferred hardware errors more exact | Robin Getz | 2009-06-12 | 2 | -18/+68 |
* | Blackfin: add note about anomaly 05000242 being worked around | Mike Frysinger | 2009-06-12 | 1 | -0/+1 |
* | Blackfin: work around anomaly 05000220 | Graf Yang | 2009-06-12 | 1 | -0/+7 |
* | Blackfin: add support for gptimer0 as a tick source | Graf Yang | 2009-06-12 | 2 | -19/+9 |
* | Blackfin: annotate anomaly 05000120 | Graf Yang | 2009-06-12 | 1 | -0/+4 |
* | Blackfin: detect anomaly 05000274 | Sonic Zhang | 2009-06-12 | 1 | -1/+2 |
* | Blackfin: workaround anomaly 05000227 | Mike Frysinger | 2009-06-12 | 1 | -7/+11 |
* | Blackfin: simplify the do_flush macro | Mike Frysinger | 2009-06-12 | 1 | -15/+15 |
* | Blackfin: merge Philippe's recent ipipe patch | Philippe Gerum | 2009-06-12 | 1 | -7/+0 |
* | Blackfin: fix data cache flushing when doing icache flushing | Mike Frysinger | 2009-06-12 | 1 | -16/+0 |
* | Blackfin: fix link failure due to CONFIG_EXCEPTION_L1_SCRATCH | Graf Yang | 2009-06-12 | 1 | -17/+0 |
* | Blackfin: add comment for anomaly 05000171 to init code | Michael Hennerich | 2009-06-12 | 1 | -0/+3 |
* | Blackfin: hook up preadv/pwritev syscalls | Mike Frysinger | 2009-05-27 | 1 | -0/+2 |
* | Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as well | Michael Hennerich | 2009-03-28 | 1 | -1/+1 |
* | Blackfin arch: remove duplicated ANOMALY_05000448 ifdef check | Mike Frysinger | 2009-03-06 | 1 | -4/+2 |
* | Blackfin arch: fix bug - On bf548-ezkit, ethernet fails to work after wakeup ... | Michael Hennerich | 2009-03-05 | 1 | -0/+24 |
* | Blackfin arch: Random read/write errors are a bad thing | Robin Getz | 2009-03-05 | 1 | -0/+6 |
* | Blackfin arch: Fix bug - KGDB single step into the middle of a 4 bytes instru... | Sonic Zhang | 2009-03-05 | 1 | -0/+22 |