Age | Commit message (Expand) | Author | Files | Lines |
2015-03-11 | blackfin: Use common outgoing-CPU-notification code | Paul E. McKenney | 1 | -4/+2 |
2014-08-26 | blackfin: Replace __get_cpu_var uses | Christoph Lameter | 1 | -1/+1 |
2014-01-29 | 06/18] smp, blackfin: kill SMP single function call interrupt | Jiang Liu | 1 | -5/+1 |
2013-11-15 | smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receive | Steven Miao | 1 | -4/+8 |
2013-07-18 | Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+6 |
2013-07-16 | smp: blackfin: fix check error, using atomic_ops to handle atomic_t type | Steven Miao | 1 | -3/+3 |
2013-07-15 | blackfin: delete __cpuinit usage from all blackfin files | Paul Gortmaker | 1 | -6/+6 |
2013-07-09 | smp: refine bf561 smpboot code | Steven Miao | 1 | -10/+8 |
2013-04-08 | bfin: Use generic idle loop | Thomas Gleixner | 1 | -1/+1 |
2012-10-08 | Blackfin: smp: add smp_mb() to keep coherency | Steven Miao | 1 | -2/+2 |
2012-09-07 | blackfin: smp: adapt to generic smp helpers | Steven Miao | 1 | -157/+66 |
2012-04-26 | blackfin: Use generic idle thread allocation | Thomas Gleixner | 1 | -18/+1 |
2012-04-26 | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 1 | -1/+1 |
2012-01-09 | blackfin: smp: fix msg queue overflow issue | Steven Miao | 1 | -5/+3 |
2012-01-09 | blackfin: smp: cleanup smp code | Bob Liu | 1 | -12/+41 |
2011-10-26 | Blackfin: SMP: fix scheduling deadlock | Steven Miao | 1 | -1/+6 |
2011-07-27 | atomic: use <linux/atomic.h> | Arun Sharma | 1 | -1/+1 |
2011-07-23 | Blackfin: optimize double fault boot checking | Mike Frysinger | 1 | -8/+9 |
2011-05-25 | Blackfin: convert old cpumask API to new one | KOSAKI Motohiro | 1 | -13/+14 |
2011-05-25 | Blackfin: move internal irq prototypes out of global namespace | Mike Frysinger | 1 | -0/+1 |
2011-04-21 | Merge commit 'v2.6.39-rc4' into sched/core | Ingo Molnar | 1 | -3/+16 |
2011-04-14 | sched: Provide scheduler_ipi() callback in response to smp_send_reschedule() | Peter Zijlstra | 1 | -0/+3 |
2011-04-14 | Blackfin: SMP: fix cache flush loop | Sonic Zhang | 1 | -3/+16 |
2011-03-18 | Blackfin: SMP: work around anomaly 05000491 | Sonic Zhang | 1 | -0/+4 |
2011-03-18 | Blackfin: SMP: disable preempt with smp_processor_id to send messages | Sonic Zhang | 1 | -6/+8 |
2011-03-18 | Blackfin: SMP: delay enabling caches until CPU is initialized | steven miao | 1 | -2/+2 |
2011-03-18 | Blackfin: SMP: use standard cache functions | Mike Frysinger | 1 | -3/+3 |
2011-01-10 | Blackfin: SMP: rewrite IPI handling to avoid memory allocation | Yi Li | 1 | -119/+78 |
2011-01-10 | Blackfin: SMP: tweak platform_request_ipi() usage | Graf Yang | 1 | -1/+1 |
2011-01-10 | Blackfin: SMP: fix cpumask misbehavior | Graf Yang | 1 | -6/+1 |
2010-05-22 | Blackfin: SMP: fix continuation lines | Joe Perches | 1 | -2/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-09 | Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu data | Graf Yang | 1 | -2/+4 |
2010-03-09 | Blackfin: SMP: add PM/CPU hotplug support | Graf Yang | 1 | -3/+35 |
2010-03-09 | Blackfin: SMP: make core timers per-cpu clock events for HRT | Yi Li | 1 | -14/+3 |
2010-03-09 | Blackfin: flush caches on SMP when one core calls another via IPI | Yi Li | 1 | -2/+24 |
2009-12-15 | Blackfin: SMP: don't start up core b until its state has been completely onlined | Yi Li | 1 | -8/+8 |
2009-11-25 | Blackfin: fix memset in smp_send_reschedule() and -stop() | Roel Kluin | 1 | -4/+2 |
2009-10-07 | Blackfin: mass clean up of copyright/licensing info | Robin Getz | 1 | -18/+4 |
2009-07-16 | arch/blackfin: Add kmalloc NULL tests | Julia Lawall | 1 | -0/+8 |
2009-07-16 | Blackfin: drop per-cpu loops_per_jiffy tracking | Michael Hennerich | 1 | -1/+1 |
2009-06-13 | Blackfin: fix deadlock in SMP IPI handler | Sonic Zhang | 1 | -6/+7 |
2009-06-13 | Blackfin: add blackfin_invalidate_entire_icache for SMP systems | Sonic Zhang | 1 | -0/+11 |
2009-06-12 | Blackfin: drop unused reserve_pda() function | Graf Yang | 1 | -3/+0 |
2009-06-12 | Blackfin: add support for gptimer0 as a tick source | Graf Yang | 1 | -2/+3 |
2009-06-12 | Blackfin: annotate anomaly 05000120 | Graf Yang | 1 | -0/+4 |
2009-03-05 | Blackfin arch: fix bug - kgdb fails to continue after setting breakpoint on b... | Sonic Zhang | 1 | -1/+5 |
2009-01-07 | Blackfin arch: merge adeos blackfin part to arch/blackfin/ | Yi Li | 1 | -2/+2 |
2008-11-18 | Blackfin arch: rename irq_flags to bfin_irq_flags | Mike Frysinger | 1 | -1/+1 |
2009-01-07 | Blackfin arch: SMP supporting patchset: Blackfin header files and machine com... | Graf Yang | 1 | -0/+476 |