1. 723aae2 smp_call_function_many: handle concurrent clearing of mask by Milton Miller · 13 years ago
  2. 45a5791 call_function_many: add missing ordering by Milton Miller · 13 years ago
  3. e6cd1e0 call_function_many: fix list delete vs add race by Milton Miller · 13 years ago
  4. 2b1caf6 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 13 years ago
  5. 225c8e0 kernel/smp.c: consolidate writes in smp_call_function_interrupt() by Milton Miller · 13 years ago
  6. 6dc1989 kernel/smp.c: fix smp_call_function_many() SMP race by Anton Blanchard · 13 years ago
  7. bd924e8 smp: Allow on_each_cpu() to be called while early_boot_irqs_disabled status to init/main.c by Tejun Heo · 13 years ago
  8. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  9. 3a5f65d Typedef SMP call function pointer by David Howells · 14 years ago
  10. 27c379f generic-ipi: Fix deadlock in __smp_call_function_single by Heiko Carstens · 14 years ago
  11. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  12. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  13. e03bcb6 generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data by Milton Miller · 14 years ago
  14. af2422c smp_call_function_any(): pass the node value to cpumask_of_node() by David John · 14 years ago
  15. 8f0ddf9 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  16. c0f68c2 generic-ipi: cleanup for generic_smp_call_function_interrupt() by Xiao Guangrong · 14 years ago
  17. 9f5a562 smp: Convert smplocks to raw_spinlocks by Thomas Gleixner · 15 years ago
  18. 2ea6dec generic-ipi: Add smp_call_function_any() by Rusty Russell · 15 years ago
  19. 72f279b generic-ipi: Fix misleading smp_call_function*() description by Sheng Yang · 15 years ago
  20. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  21. 54fdade generic-ipi: make struct call_function_data lockless by Xiao Guangrong · 15 years ago
  22. b855192 Merge branch 'x86/urgent' into x86/pat by H. Peter Anvin · 15 years ago
  23. 269c861 generic-ipi: Allow cpus not yet online to call smp_call_function with irqs disabled by Suresh Siddha · 15 years ago
  24. 69dd647 generic-ipi: fix hotplug_cfd() by Xiao Guangrong · 15 years ago
  25. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  26. 641cd4c generic-ipi: eliminate WARN_ON()s during oops/panic by Ingo Molnar · 15 years ago
  27. 0b13fda generic-ipi: cleanups by Ingo Molnar · 15 years ago
  28. 6e27563 generic-ipi: remove CSD_FLAG_WAIT by Peter Zijlstra · 15 years ago
  29. 8969a5e generic-ipi: remove kmalloc() by Peter Zijlstra · 15 years ago
  30. 15d0d3b generic IPI: simplify barriers and locking by Nick Piggin · 15 years ago
  31. d7240b9 generic-ipi: use per cpu data for single cpu ipi calls by Steven Rostedt · 15 years ago
  32. 4f4b6c1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core by Rusty Russell · 15 years ago
  33. ce47d97 cpumask: arch_send_call_function_ipi_mask: core by Rusty Russell · 15 years ago
  34. 54b11e6 cpumask: smp_call_function_many() by Rusty Russell · 15 years ago
  35. 561920a0 generic-ipi: fix the smp_mb() placement by Suresh Siddha · 16 years ago
  36. f73be6d smp: have smp_call_function_single() detect invalid CPUs by H. Peter Anvin · 16 years ago
  37. c2fc119 generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix by Nick Piggin · 16 years ago
  38. cc7a486c generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask() by Nick Piggin · 16 years ago
  39. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  40. 63cf13b generic ipi function calls: wait on alloc failure fallback by Jeremy Fitzhardinge · 16 years ago
  41. 59190f4 Merge branch 'generic-ipi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  42. ce0d1b6 fix: "smp_call_function: get rid of the unused nonatomic/retry argument" by Ingo Molnar · 16 years ago
  43. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  44. 3d44223 Add generic helpers for arch IPI function calls by Jens Axboe · 16 years ago