aboutsummaryrefslogtreecommitdiff
path: root/arch/sparc/kernel/smp_64.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Gravatar Justin P. Mattock 1-1/+1
2011-10-31sparc: move symbol exporters to use export.h not module.hGravatar Paul Gortmaker 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-20Merge commit '317f394160e9beb97d19a84c39b7e5eb3d7815a8'Gravatar David S. Miller 1-0/+1
2011-05-16sparc: convert old cpumask API into new oneGravatar KOSAKI Motohiro 1-29/+29
2011-04-14sched: Provide scheduler_ipi() callback in response to smp_send_reschedule()Gravatar Peter Zijlstra 1-0/+1
2011-03-16sparc64: Fix build errors with gcc-4.6.0Gravatar David S. Miller 1-7/+4
2011-02-15sparc64: Fix NMI startup bug which also breaks perf.Gravatar David S. Miller 1-0/+2
2010-04-13Merge branch 'master' of /home/davem/src/GIT/linux-2.6/Gravatar David S. Miller 1-0/+1
2010-04-12sparc64: Add function graph tracer support.Gravatar David S. Miller 1-5/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-28of: unify phandle name in struct device_nodeGravatar Grant Likely 1-1/+1
2009-09-29sparc64: implement page mapping percpu first chunk allocatorGravatar Tejun Heo 1-9/+44
2009-08-14sparc64: use embedding percpu first chunk allocatorGravatar Tejun Heo 1-110/+18
2009-08-14percpu: add pcpu_unit_offsets[]Gravatar Tejun Heo 1-5/+7
2009-08-14percpu: introduce pcpu_alloc_info and pcpu_group_infoGravatar Tejun Heo 1-7/+17
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextGravatar Tejun Heo 1-2/+2
2009-08-14percpu, sparc64: fix sparse possible cpu map handlingGravatar Tejun Heo 1-2/+2
2009-07-04percpu: allow non-linear / sparse cpu -> unit mappingGravatar Tejun Heo 1-1/+1
2009-07-04percpu: drop pcpu_chunk->page[]Gravatar Tejun Heo 1-27/+15
2009-07-04percpu: simplify pcpu_setup_first_chunk()Gravatar Tejun Heo 1-1/+1
2009-06-16sparc: replace uses of CPU_MASK_ALL_PTRGravatar Stephen Rothwell 1-1/+1
2009-06-16sparc64: fix and optimize irq distributionGravatar Hong H. Pham 1-0/+4
2009-06-16sparc64: Use new dynamic per-cpu allocator.Gravatar David S. Miller 1-9/+156
2009-06-16sparc64: Only allocate per-cpu areas for possible cpus.Gravatar David S. Miller 1-16/+6
2009-06-16sparc64: Get rid of real_setup_per_cpu_areas().Gravatar David S. Miller 1-6/+5
2009-06-16sparc64: Defer cpu_data() setup until end of per-cpu data initialization.Gravatar David S. Miller 1-0/+4
2009-06-16sparc64: Store per-cpu offset in trap_block[]Gravatar David S. Miller 1-11/+7
2009-06-16sparc64: Reclaim trap_block[]->hdescGravatar David S. Miller 1-8/+6
2009-04-14sparc64: Fix smp_callin() locking.Gravatar David S. Miller 1-2/+2
2009-03-29Merge branch 'master' of ssh://master.kernel.org/home/ftp/pub/scm/linux/kerne...Gravatar David S. Miller 1-7/+7
2009-03-27sparc64: Fix MM refcount check in smp_flush_tlb_pending().Gravatar David S. Miller 1-2/+2
2009-03-16cpumask: use mm_cpumask() wrapper: sparcGravatar Rusty Russell 1-5/+5
2009-03-16cpumask: arch_send_call_function_ipi_mask: sparcGravatar Rusty Russell 1-2/+2
2009-03-16cpumask: Use smp_call_function_many(): sparc64Gravatar Rusty Russell 1-1/+1
2009-01-06sparc64: Use unsigned long long for u64.Gravatar Sam Ravnborg 1-2/+2
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+0
2008-12-08sparc: replace for_each_cpu_mask_nr with for_each_cpuGravatar Rusty Russell 1-1/+1
2008-12-04sparc,sparc64: unify kernel/Gravatar Sam Ravnborg 1-0/+1412