1. b3a7e98 smp: add func to IPI cpus based on parameter func by Gilad Ben-Yossef · 12 years ago
  2. 3fc498f smp: introduce a generic on_each_cpu_mask() function by Gilad Ben-Yossef · 12 years ago
  3. 9984de1 kernel: Map most files to use export.h instead of module.h by Paul Gortmaker · 13 years ago
  4. d8ad7d1 generic-ipi: Fix kexec boot crash by initializing call_single_queue before enabling interrupts by Takao Indoh · 13 years ago
  5. 34db18a0 smp: move smp setup functions to kernel/smp.c by Amerigo Wang · 13 years ago
  6. c8def55 smp_call_function_interrupt: use typedef and %pf by Milton Miller · 13 years ago
  7. 723aae2 smp_call_function_many: handle concurrent clearing of mask by Milton Miller · 13 years ago
  8. 45a5791 call_function_many: add missing ordering by Milton Miller · 13 years ago
  9. e6cd1e0 call_function_many: fix list delete vs add race by Milton Miller · 13 years ago
  10. 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
  11. 225c8e0 kernel/smp.c: consolidate writes in smp_call_function_interrupt() by Milton Miller · 13 years ago
  12. 6dc1989 kernel/smp.c: fix smp_call_function_many() SMP race by Anton Blanchard · 13 years ago
  13. 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
  14. 351f8f8 kernel: clean up USE_GENERIC_SMP_HELPERS by Amerigo Wang · 13 years ago
  15. 3a5f65d Typedef SMP call function pointer by David Howells · 14 years ago
  16. 27c379f generic-ipi: Fix deadlock in __smp_call_function_single by Heiko Carstens · 14 years ago
  17. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 14 years ago
  18. 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
  19. e03bcb6 generic-ipi: Optimize accesses by using DEFINE_PER_CPU_SHARED_ALIGNED for IPI data by Milton Miller · 14 years ago
  20. af2422c smp_call_function_any(): pass the node value to cpumask_of_node() by David John · 14 years ago
  21. 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 · 15 years ago
  22. c0f68c2 generic-ipi: cleanup for generic_smp_call_function_interrupt() by Xiao Guangrong · 15 years ago
  23. 9f5a562 smp: Convert smplocks to raw_spinlocks by Thomas Gleixner · 15 years ago
  24. 2ea6dec generic-ipi: Add smp_call_function_any() by Rusty Russell · 15 years ago
  25. 72f279b generic-ipi: Fix misleading smp_call_function*() description by Sheng Yang · 15 years ago
  26. 0748bd0 cpumask: remove arch_send_call_function_ipi by Rusty Russell · 15 years ago
  27. 54fdade generic-ipi: make struct call_function_data lockless by Xiao Guangrong · 15 years ago
  28. b855192 Merge branch 'x86/urgent' into x86/pat by H. Peter Anvin · 15 years ago
  29. 269c861 generic-ipi: Allow cpus not yet online to call smp_call_function with irqs disabled by Suresh Siddha · 15 years ago
  30. 69dd647 generic-ipi: fix hotplug_cfd() by Xiao Guangrong · 15 years ago
  31. eaa9584 cpumask: alloc zeroed cpumask for static cpumask_var_ts by Yinghai Lu · 15 years ago
  32. 641cd4c generic-ipi: eliminate WARN_ON()s during oops/panic by Ingo Molnar · 15 years ago
  33. 0b13fda generic-ipi: cleanups by Ingo Molnar · 15 years ago
  34. 6e27563 generic-ipi: remove CSD_FLAG_WAIT by Peter Zijlstra · 15 years ago
  35. 8969a5e generic-ipi: remove kmalloc() by Peter Zijlstra · 15 years ago
  36. 15d0d3b generic IPI: simplify barriers and locking by Nick Piggin · 15 years ago
  37. d7240b9 generic-ipi: use per cpu data for single cpu ipi calls by Steven Rostedt · 15 years ago
  38. 4f4b6c1 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: core by Rusty Russell · 15 years ago
  39. ce47d97 cpumask: arch_send_call_function_ipi_mask: core by Rusty Russell · 15 years ago
  40. 54b11e6 cpumask: smp_call_function_many() by Rusty Russell · 15 years ago
  41. 561920a0 generic-ipi: fix the smp_mb() placement by Suresh Siddha · 16 years ago
  42. f73be6d smp: have smp_call_function_single() detect invalid CPUs by H. Peter Anvin · 16 years ago
  43. c2fc119 generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask(), fix by Nick Piggin · 16 years ago
  44. cc7a486c generic-ipi: fix stack and rcu interaction bug in smp_call_function_mask() by Nick Piggin · 16 years ago
  45. 7babe8d Full conversion to early_initcall() interface, remove old interface by Eduard - Gabriel Munteanu · 16 years ago
  46. 63cf13b generic ipi function calls: wait on alloc failure fallback by Jeremy Fitzhardinge · 16 years ago
  47. 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
  48. ce0d1b6 fix: "smp_call_function: get rid of the unused nonatomic/retry argument" by Ingo Molnar · 16 years ago
  49. 8691e5a smp_call_function: get rid of the unused nonatomic/retry argument by Jens Axboe · 16 years ago
  50. 3d44223 Add generic helpers for arch IPI function calls by Jens Axboe · 16 years ago