aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-common/smp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16arch: remove blackfin portArnd Bergmann1-432/+0
2017-03-03sched/headers: Move task->mm handling methods to <linux/sched/mm.h>Ingo Molnar1-1/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+1
2017-02-27mm: add new mmget() helperVegard Nossum1-1/+1
2017-02-27mm: add new mmgrab() helperVegard Nossum1-1/+1
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-1/+1
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra1-1/+1
2015-03-11blackfin: Use common outgoing-CPU-notification codePaul E. McKenney1-4/+2
2014-08-26blackfin: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-01-2906/18] smp, blackfin: kill SMP single function call interruptJiang Liu1-5/+1
2013-11-15smp: bf561: and smb_wmb()/smp_rmb() at ipi send/receiveSteven Miao1-4/+8
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-6/+6
2013-07-16smp: blackfin: fix check error, using atomic_ops to handle atomic_t typeSteven Miao1-3/+3
2013-07-14blackfin: delete __cpuinit usage from all blackfin filesPaul Gortmaker1-6/+6
2013-07-09smp: refine bf561 smpboot codeSteven Miao1-10/+8
2013-04-08bfin: Use generic idle loopThomas Gleixner1-1/+1
2012-10-08Blackfin: smp: add smp_mb() to keep coherencySteven Miao1-2/+2
2012-09-07blackfin: smp: adapt to generic smp helpersSteven Miao1-157/+66
2012-04-26blackfin: Use generic idle thread allocationThomas Gleixner1-18/+1
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner1-1/+1
2012-01-09blackfin: smp: fix msg queue overflow issueSteven Miao1-5/+3
2012-01-09blackfin: smp: cleanup smp codeBob Liu1-12/+41
2011-10-25Blackfin: SMP: fix scheduling deadlockSteven Miao1-1/+6
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-23Blackfin: optimize double fault boot checkingMike Frysinger1-8/+9
2011-05-25Blackfin: convert old cpumask API to new oneKOSAKI Motohiro1-13/+14
2011-05-25Blackfin: move internal irq prototypes out of global namespaceMike Frysinger1-0/+1
2011-04-21Merge commit 'v2.6.39-rc4' into sched/coreIngo Molnar1-3/+16
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Peter Zijlstra1-0/+3
2011-04-13Blackfin: SMP: fix cache flush loopSonic Zhang1-3/+16
2011-03-18Blackfin: SMP: work around anomaly 05000491Sonic Zhang1-0/+4
2011-03-18Blackfin: SMP: disable preempt with smp_processor_id to send messagesSonic Zhang1-6/+8
2011-03-18Blackfin: SMP: delay enabling caches until CPU is initializedsteven miao1-2/+2
2011-03-18Blackfin: SMP: use standard cache functionsMike Frysinger1-3/+3
2011-01-10Blackfin: SMP: rewrite IPI handling to avoid memory allocationYi Li1-119/+78
2011-01-10Blackfin: SMP: tweak platform_request_ipi() usageGraf Yang1-1/+1
2011-01-10Blackfin: SMP: fix cpumask misbehaviorGraf Yang1-6/+1
2010-05-22Blackfin: SMP: fix continuation linesJoe Perches1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-09Blackfin: rewrite resync_core_{i,d}cache() SMP logic to avoid per_cpu dataGraf Yang1-2/+4
2010-03-09Blackfin: SMP: add PM/CPU hotplug supportGraf Yang1-3/+35
2010-03-09Blackfin: SMP: make core timers per-cpu clock events for HRTYi Li1-14/+3
2010-03-09Blackfin: flush caches on SMP when one core calls another via IPIYi Li1-2/+24
2009-12-15Blackfin: SMP: don't start up core b until its state has been completely onlinedYi Li1-8/+8
2009-11-25Blackfin: fix memset in smp_send_reschedule() and -stop()Roel Kluin1-4/+2
2009-10-07Blackfin: mass clean up of copyright/licensing infoRobin Getz1-18/+4
2009-07-16arch/blackfin: Add kmalloc NULL testsJulia Lawall1-0/+8
2009-07-16Blackfin: drop per-cpu loops_per_jiffy trackingMichael Hennerich1-1/+1
2009-06-13Blackfin: fix deadlock in SMP IPI handlerSonic Zhang1-6/+7
2009-06-13Blackfin: add blackfin_invalidate_entire_icache for SMP systemsSonic Zhang1-0/+11