1. 46a87b3 sched/core: Distribute tasks within affinity masks by Paul Turner · 4 years, 10 months ago
  2. 190535f include/linux/cpumask.h: don't calculate length of the input string by Yury Norov · 5 years ago
  3. 2a4a408 cpumask: nicer for_each_cpumask_and() signature by Alexey Dobriyan · 5 years ago
  4. 0c09ab9 cpu/hotplug: Cache number of online CPUs by Thomas Gleixner · 5 years ago
  5. b9fa644 cpumask: Implement cpumask_or_equal() by Thomas Gleixner · 5 years ago
  6. e797bda smp/hotplug: Track booted once CPUs in a cpumask by Thomas Gleixner · 5 years ago
  7. 3713a4e include/linux/cpumask.h: fix double string traverse in cpumask_parse by Yury Norov · 6 years ago
  8. 9af18e5 cpumask: make cpumask_next_wrap available without smp by Willem de Bruijn · 6 years ago
  9. 80d1966 net: Refactor XPS for CPUs and Rx queues by Amritha Nambiar · 7 years ago
  10. d207af2 cpumask: Make for_each_cpu_wrap() available on UP as well by Michael Kelley · 7 years ago
  11. 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
  12. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  13. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  14. e22cdc3 sched/isolcpus: Fix "isolcpus=" boot parameter handling when !CONFIG_CPUMASK_OFFSTACK by Rakib Mullick · 7 years ago
  15. f22ef33 cpumask: make cpumask_next() out-of-line by Alexey Dobriyan · 7 years ago
  16. 9b130ad treewide: make "nr_cpu_ids" unsigned by Alexey Dobriyan · 7 years ago
  17. 6c8557b smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu() by Peter Zijlstra · 8 years ago
  18. c743f0a sched/fair, cpumask: Export for_each_cpu_wrap() by Peter Zijlstra · 8 years ago
  19. c311c79 cpumask: make "nr_cpumask_bits" unsigned by Alexey Dobriyan · 8 years ago
  20. f7e30f0 cpumask: Add helper cpumask_available() by Matthias Kaehlcke · 8 years ago
  21. 20dcfe1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  22. 4d59b6c cpumask: use nr_cpumask_bits for parsing functions by Tejun Heo · 8 years ago
  23. 668802c tick/broadcast: Reduce lock cacheline contention by Waiman Long · 8 years ago
  24. 427d77a x86/smpboot: Prevent false positive out of bounds cpumask access warning by Thomas Gleixner · 8 years ago
  25. b06fb41 cpumask: fix code comment by Geliang Tang · 8 years ago
  26. e9d867a sched: Allow per-cpu kernel threads to run on online && !active by Peter Zijlstra (Intel) · 9 years ago
  27. 95f2735 cpumask: remove incorrect information from comment by Eric Biggers · 9 years ago
  28. 9425676 kernel/cpu.c: make set_cpu_* static inlines by Rasmus Villemoes · 9 years ago
  29. 5aec01b kernel/cpu.c: eliminate cpu_*_mask by Rasmus Villemoes · 9 years ago
  30. 4b804c8 kernel/cpu.c: export __cpu_*_mask by Rasmus Villemoes · 9 years ago
  31. f36963c cpumask_set_cpu_local_first => cpumask_local_spread, lament by Rusty Russell · 10 years ago
  32. 1527781 cpumask: resurrect CPU_MASK_CPU0 by Rusty Russell · 10 years ago
  33. 3bbf7f4 linux/cpumask.h: add typechecking to cpumask_test_cpu by Rasmus Villemoes · 10 years ago
  34. cdfdef7 cpumask: only allocate nr_cpumask_bits. by Rusty Russell · 10 years ago
  35. 2f0f267 cpumask: remove deprecated functions. by Rusty Russell · 10 years ago
  36. 9941a38 CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region. by Rusty Russell · 10 years ago
  37. 4638532 bitmap, cpumask, nodemask: remove dedicated formatting functions by Tejun Heo · 10 years ago
  38. f1bbc03 cpumask, nodemask: implement cpumask/nodemask_pr_args() by Tejun Heo · 10 years ago
  39. 513e3d2 cpumask: always use nr_cpu_ids in formatting and parsing functions by Tejun Heo · 10 years ago
  40. f5ac1f5 linux/cpumask.h: update bitmap wrappers to take unsigned int by Rasmus Villemoes · 10 years ago
  41. 5aaba36 cpumask: factor out show_cpumap into separate helper function by Sudeep Holla · 10 years ago
  42. 4ba2968 percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t by Christoph Lameter · 10 years ago
  43. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  44. da91309 cpumask: Utility function to set n'th cpu - local cpu first by Amir Vadai · 11 years ago
  45. ee39facb net: Revert mlx4 cpumask changes. by David S. Miller · 11 years ago
  46. c8865b6 cpumask: Utility function to set n'th cpu - local cpu first by Amir Vadai · 11 years ago
  47. cea092c cpumask.h: silence warning with -Wsign-compare by Brian W Hart · 11 years ago
  48. ba630e4 cpumask: implement cpumask_parse() by Tejun Heo · 12 years ago
  49. 231daf0 cpumask: cpulist_parse() comments correction by Alex Shi · 12 years ago
  50. c777ad6 cpumask: add a few comments of cpumask functions by Alex Shi · 13 years ago
  51. 615399c cpumask: remove old cpu_*_map. by Rusty Russell · 13 years ago
  52. 38b9378 lib/cpumask.c: remove __any_online_cpu() by Srivatsa S. Bhat · 13 years ago
  53. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  54. a64a26e cpumask: add cpumask_var_t documentation by KOSAKI Motohiro · 13 years ago
  55. 4b060420 bitmap, irq: add smp_affinity_list interface to /proc/irq by Mike Travis · 14 years ago
  56. 221e3eb cpumask: let num_*_cpus() function always return unsigned values by Heiko Carstens · 15 years ago
  57. 8bd93a2 rcu: Accelerate grace period if last non-dynticked CPU by Paul E. McKenney · 15 years ago
  58. 6ad4c18 sched: Fix balance vs hotplug race by Peter Zijlstra · 15 years ago
  59. 6ba2ef7 cpumask: Move deprecated functions to end of header. by Rusty Russell · 15 years ago
  60. 4b805b1 cpumask: remove unused deprecated functions, avoid accusations of insanity by Rusty Russell · 15 years ago
  61. 72d78d0 cpumask: remove unused cpu_mask_all by Rusty Russell · 15 years ago
  62. a0219d9 cpumask: remove dangerous CPU_MASK_ALL_PTR by Rusty Russell · 15 years ago
  63. 54fdade generic-ipi: make struct call_function_data lockless by Xiao Guangrong · 15 years ago
  64. f4b0373 Make bitmask 'and' operators return a result code by Linus Torvalds · 15 years ago
  65. 0281b5d cpumask: introduce zalloc_cpumask_var by Yinghai Lu · 16 years ago
  66. 8c384cd cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS by Rusty Russell · 16 years ago
  67. 3fa4152 cpumask: make set_cpu_*/init_cpu_* out-of-line by Rusty Russell · 16 years ago
  68. ae7a47e cpumask: make cpumask.h eat its own dogfood. by Rusty Russell · 16 years ago
  69. b3199c0 cpumask: switch over to cpu_online/possible/active/present_mask: core by Rusty Russell · 16 years ago
  70. 7b4967c cpumask: Add alloc_cpumask_var_node() by Mike Travis · 16 years ago
  71. 7be7585 cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK by Rusty Russell · 16 years ago
  72. 29c0177 cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. by Rusty Russell · 16 years ago
  73. 984f2f3 cpumask: introduce new API, without changing anything, v3 by Rusty Russell · 16 years ago
  74. cd83e42 cpumask: new API, v2 by Rusty Russell · 16 years ago
  75. 2d3854a cpumask: introduce new API, without changing anything by Rusty Russell · 16 years ago
  76. 3dd730f cpumask: statement expressions confuse some versions of gcc by Stephen Rothwell · 16 years ago
  77. e56b3bc cpu masks: optimize and clean up cpumask_of_cpu() by Linus Torvalds · 16 years ago
  78. b8d317d cpumask: make cpumask_of_cpu_map generic by Mike Travis · 16 years ago
  79. 7f9dce3 Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  80. 80422d3 cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP by Mike Travis · 16 years ago
  81. 77586c2 cpumask: Provide a generic set of CPUMASK_ALLOC macros by Mike Travis · 16 years ago
  82. 65c0118 cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr by Mike Travis · 16 years ago
  83. e761b77 cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) by Max Krasnyansky · 16 years ago
  84. 9982fbf Revert "cpumask: introduce new APIs" by Ingo Molnar · 17 years ago
  85. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 17 years ago
  86. acb7669 cpumask: introduce new APIs by Stephen Rothwell · 17 years ago
  87. 7baac8b cpumask: make for_each_cpu_mask a bit smaller by Alexander van Heukelum · 17 years ago
  88. 41df0d61 x86: Add performance variants of cpumask operators by Mike Travis · 17 years ago
  89. f4ed0de cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len by Paul Jackson · 17 years ago
  90. 7ea931c mempolicy: add bitmap_onto() and bitmap_fold() operations by Paul Jackson · 17 years ago
  91. 9f0e8d0 x86: convert cpumask_of_cpu macro to allocated array by Mike Travis · 17 years ago
  92. 321a8e9 cpumask: add CPU_MASK_ALL_PTR macro by Mike Travis · 17 years ago
  93. 30ca60c cpumask: add cpumask_scnprintf_len function by Mike Travis · 17 years ago
  94. 2355188 x86: avoid build warning by Ingo Molnar · 17 years ago
  95. a263898 CPU hotplug: fix cpu_is_offline() on !CONFIG_HOTPLUG_CPU by Ingo Molnar · 17 years ago
  96. 53b8a31 [PATCH] Convert highest_possible_processor_id to nr_cpu_ids by Christoph Lameter · 18 years ago
  97. 01a3ee2 [PATCH] bitmap: parse input from kernel and user buffers by Reinette Chatre · 18 years ago
  98. 9de9adb6 [PATCH] for_each_cpu_mask() warning fix by Andrew Morton · 19 years ago
  99. fb1bb34 [PATCH] remove for_each_cpu() by Andrew Morton · 19 years ago
  100. 631d674 [PATCH] for_each_possible_cpu: defines for_each_possible_cpu by KAMEZAWA Hiroyuki · 19 years ago