aboutsummaryrefslogtreecommitdiff
path: root/arch/ia64/kernel/smp.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2010-12-28[IA64] eliminate race condition in smp_flush_tlb_mmGravatar Dimitri Sivanich 1-3/+10
2009-09-24ia64: convert last user of smp_call_function_maskGravatar Rusty Russell 1-1/+1
2009-06-24percpu: use DEFINE_PER_CPU_SHARED_ALIGNED()Gravatar Tejun Heo 1-1/+2
2009-06-24percpu: cleanup percpu array definitionsGravatar Tejun Heo 1-1/+1
2009-06-17[IA64] Convert ia64 to use int-ll64.hGravatar Matthew Wilcox 1-1/+1
2009-04-16[IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_maskGravatar Dimitri Sivanich 1-8/+5
2009-04-16[IA64] export smp_send_rescheduleGravatar Marcelo Tosatti 1-0/+1
2009-03-16cpumask: arch_send_call_function_ipi_mask: ia64Gravatar Rusty Russell 1-3/+3
2008-08-18[IA64] Shrink shadow_flush_counts to a short array to save 8k of per_cpu area.Gravatar Robin Holt 1-4/+4
2008-06-26on_each_cpu(): kill unused 'retry' parameterGravatar Jens Axboe 1-2/+2
2008-06-26ia64: convert to generic helpers for IPI function callsGravatar Jens Axboe 1-237/+13
2008-05-01[IA64] smp.c coding style fixGravatar Hidetoshi Seto 1-33/+35
2008-04-03[IA64] Implement smp_call_function_mask for ia64Gravatar Xiantao Zhang 1-0/+82
2007-07-30[IA64] Allow smp_call_function_single() to current cpuGravatar Avi Kivity 1-3/+5
2007-07-25[IA64] Nail two more simple section mismatch errorsGravatar Tony Luck 1-1/+1
2007-07-19use the new percpu interface for shared dataGravatar Fenghua Yu 1-1/+1
2007-05-11[IA64] spelling fixes: arch/ia64/Gravatar Simon Arlott 1-6/+6
2007-05-08[IA64] Optional method to purge the TLB on SN systemsGravatar Jack Steiner 1-0/+68
2007-02-09[PATCH] arch/ia64: ansifyGravatar Al Viro 1-2/+2
2006-12-12[IA64] CONFIG_KEXEC/CONFIG_CRASH_DUMP permutationsGravatar Horms 1-2/+2
2006-12-07[IA64] IA64 Kexec/kdumpGravatar Zou Nan hai 1-1/+27
2006-10-31[IA64] Correct definition of handle_IPIGravatar Keith Owens 1-1/+1
2006-10-31[IA64] cpu-hotplug: Fixing confliction between CPU hot-add and IPIGravatar Kenji Kaneshige 1-4/+6
2005-10-25[IA64] wider use of for_each_cpu_mask() in arch/ia64Gravatar hawkes@sgi.com 1-5/+5
2005-06-28[IA64] Fix another IA64 preemption problemGravatar Peter Chubb 1-0/+3
2005-06-21[IA64] printk needs KERN_INFO arch/ia64/kernel/smp.cGravatar Christophe Lucas 1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+376