smp_call_function: get rid of the unused nonatomic/retry argument
[safe/jmp/linux-2.6] / arch / sparc64 / kernel / smp.c
2008-06-26 Jens Axboesmp_call_function: get rid of the unused nonatomic...
2008-06-26 Jens AxboeAdd generic helpers for arch IPI function calls
2008-05-20 David S. Millersparc64: Add global register dumping facility.
2008-05-04 David S. MillerRevert "[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_e...
2008-04-29 Huang Weiyisparc64: remove duplicated include
2008-04-29 David S. Millersparc: Add kgdb support.
2008-04-25 David S. Miller[SPARC64]: Wrap SMP IPIs with irq_enter()/irq_exit().
2008-04-24 David S. Miller[SPARC64]: Call real_setup_per_cpu_areas() earlier...
2008-03-26 David S. Miller[SPARC64]: Fix sparse warnings in arch/sparc64/kernel...
2008-03-22 David S. Miller[SPARC64]: Remove most limitations to kernel image...
2008-02-21 Sam Ravnborg[SPARC64]: Fix cpu trampoline et al. mismatch warnings.
2008-02-06 Adrian Bunkcalibrate_delay() must be __cpuinit
2007-12-12 David S. Miller[SPARC64]: Fix endless loop in cheetah_xcall_deliver().
2007-12-05 Joe Perches[SPARC64]: Add missing "space"
2007-10-27 David S. Miller[SPARC64]: __inline__ --> inline
2007-10-16 Mike TravisConvert cpu_sibling_map to be a per cpu variable
2007-10-04 Akinobu Mita[SPARC64]: check fork_idle() error
2007-08-09 David S. Miller[SPARC64]: Fix memory leak when cpu hotplugging.
2007-07-16 David S. Miller[SPARC64]: dr-cpu unconfigure support.
2007-07-16 David S. Miller[SPARC64]: Clear cpu_{core,sibling}_map[] in smp_fill_i...
2007-07-16 David S. Miller[SPARC64]: Fix leak when DR added cpu does not bootup.
2007-07-16 David S. Miller[SPARC64]: More sensible udelay implementation.
2007-07-16 David S. Miller[SPARC64]: SMP build fixes.
2007-07-16 David S. Miller[SPARC64]: Fix build regressions added by dr-cpu changes.
2007-07-16 David S. Miller[SPARC64]: Initial LDOM cpu hotplug support.
2007-07-09 Ingo Molnarsched: zap the migration init / cache-hot balancing...
2007-06-05 David S. Miller[SPARC64]: Fix {mc,smt}_capable().
2007-06-05 David S. Miller[SPARC64]: Proper multi-core scheduling support.
2007-05-29 David S. Miller[SPARC64]: Eliminate NR_CPUS limitations.
2007-05-29 David S. Miller[SPARC64]: Use machine description and OBP properly...
2007-05-14 David S. Miller[SPARC64]: Add missing cpus_empty() check in hypervisor...
2007-05-08 Randy Dunlapheader cleaning: don't include smp_lock.h when not...
2007-05-02 Jeremy Fitzhardinge[PATCH] x86: Allow percpu variables to be page-aligned
2007-04-26 David S. Miller[SPARC64]: Add clocksource/clockevents support.
2007-04-26 David S. Miller[SPARC64]: Unify timer interrupt handler.
2007-01-12 Gautham R Shenoy[PATCH] Change cpu_up and co from __devinit to __cpuinit
2006-12-17 David S. Miller[SPARC64]: Mirror x86_64's PERCPU_ENOUGH_ROOM definition.
2006-10-08 Al Viro[PATCH] sparc64 pt_regs fixes
2006-06-24 David S. Miller[SPARC64]: Convert cpu_find_by_*() interface to in...
2006-06-11 David S. Miller[SPARC64]: Set appropriate max_cache_size.
2006-05-31 David S. Miller[SPARC64]: Make smp_processor_id() functional before...
2006-04-11 KAMEZAWA Hiroyuki[PATCH] for_each_possible_cpu: sparc64
2006-04-10 David S. Miller[SPARC64]: smp_call_function() fixups...
2006-04-01 David S. Miller[SPARC64]: Make tsb_sync() mm comparison more precise.
2006-03-25 David S. Miller[SPARC64]: Keep cpu_present_map in sync with phys_cpu_p...
2006-03-23 Andrew Morton[PATCH] more for_each_cpu() conversions
2006-03-20 David S. Miller[SPARC64]: Add SMT scheduling support for Niagara.
2006-03-20 David S. Miller[SPARC64]: Fix new context version SMP handling.
2006-03-20 David S. Miller[SPARC64]: More SUN4V cpu mondo bug fixing.
2006-03-20 David S. Miller[SPARC64]: Fix bugs in SUN4V cpu mondo dispatch.
2006-03-20 David S. Miller[SPARC64]: Fix bugs in SMP TLB context version expirati...
2006-03-20 David S. Miller[SPARC64]: Report mondo error correctly in hypervisor_x...
2006-03-20 David S. Miller[SPARC64]: Fix TLB context allocation with SMT style...
2006-03-20 David S. Miller[SPARC64]: Kill cpudata->idle_volume.
2006-03-20 David S. Miller[SPARC64]: Pass multiple CPUs at once to hypervisor...
2006-03-20 David S. Miller[SPARC64]: Get SUN4V SMP working.
2006-03-20 David S. Miller[SPARC64]: Add prom_{start,stop}cpu_cpuid().
2006-03-20 David S. Miller[SPARC64]: Use different cache sizing defaults on SUN4V.
2006-03-20 David S. Miller[SPARC64]: Kill sun4v_register_fault_status() on SMP.
2006-03-20 David S. Miller[SPARC64]: Do not try to synchronize %stick registers...
2006-03-20 David S. Miller[SPARC64]: Fix mondo queue allocations.
2006-03-20 David S. Miller[SPARC64]: Register kernel TSB with hypervisor.
2006-03-20 David S. Miller[SPARC64]: Fix hypervisor call arg passing.
2006-03-20 David S. Miller[SPARC64]: Sun4v cross-call sending support.
2006-03-20 David S. Miller[SPARC64]: Register per-cpu fault status area with...
2006-03-20 David S. Miller[SPARC64]: Add some hypervisor tlb_type checks.
2006-03-20 David S. Miller[SPARC64]: Refine code sequences to get the cpu id.
2006-03-20 David S. Miller[SPARC64]: Kill PROM locked TLB entry preservation...
2006-03-20 David S. Miller[SPARC64]: Kill {save,restore}_alternate_globals()
2006-03-20 David S. Miller[SPARC64]: Dynamically grow TSB in response to RSS...
2006-03-20 David S. Miller[SPARC64]: Elminate all usage of hard-coded trap globals.
2006-03-20 David S. Miller[SPARC64]: Move away from virtual page tables, part 1.
2006-02-27 David S. Miller[SPARC64]: Make cpu_present_map available earlier.
2006-01-12 Al Viro[PATCH] sparc64: task_thread_info()
2005-11-11 David S. Miller[SPARC64]: Restore 2.4.x /proc/cpuinfo behavior for...
2005-11-09 Nick Piggin[PATCH] sched: resched and cpu_idle rework
2005-11-09 Nick Piggin[PATCH] sched: disable preempt in idle tasks
2005-11-07 David S. Miller[SPARC64] mm: Do not flush TLB mm in tlb_finish_mmu()
2005-11-07 Hugh Dickins[SPARC64] mm: context switch ptlock
2005-10-14 David S. Miller[SPARC64]: Fix powering off on SMP.
2005-09-26 David S. Miller[SPARC64]: Probe D/I/E-cache config and use.
2005-08-29 David S. Miller[SPARC64]: More fully work around Spitfire Errata 51.
2005-07-25 David S. Miller[SPARC64]: Move syscall success and newchild state...
2005-07-12 Andrew Morton[SPARC64]: Fix SMP build failure.
2005-07-10 David S. Miller[SPARC64]: Add __read_mostly support.
2005-05-23 David S. Miller[SPARC64]: Add boot option to force UltraSPARC-III...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2