| Age | Commit message (Expand) | Author | Files | Lines |
| 2014-08-28 | percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t |  Christoph Lameter | 1 | -0/+11 |
| 2014-06-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+8 |
| 2014-06-11 | cpumask: Utility function to set n'th cpu - local cpu first |  Amir Vadai | 1 | -0/+8 |
| 2014-06-01 | net: Revert mlx4 cpumask changes. |  David S. Miller | 1 | -2/+0 |
| 2014-06-01 | cpumask: Utility function to set n'th cpu - local cpu first |  Amir Vadai | 1 | -0/+2 |
| 2014-05-14 | cpumask.h: silence warning with -Wsign-compare |  Brian W Hart | 1 | -1/+1 |
| 2013-03-12 | cpumask: implement cpumask_parse() |  Tejun Heo | 1 | -0/+15 |
| 2012-07-27 | cpumask: cpulist_parse() comments correction |  Alex Shi | 1 | -2/+1 |
| 2012-07-27 | cpumask: add a few comments of cpumask functions |  Alex Shi | 1 | -0/+12 |
| 2012-03-29 | cpumask: remove old cpu_*_map. |  Rusty Russell | 1 | -6/+0 |
| 2012-03-28 | lib/cpumask.c: remove __any_online_cpu() |  Srivatsa S. Bhat | 1 | -2/+1 |
| 2012-03-04 | BUG: headers with BUG/BUG_ON etc. need linux/bug.h |  Paul Gortmaker | 1 | -0/+1 |
| 2011-07-26 | cpumask: add cpumask_var_t documentation |  KOSAKI Motohiro | 1 | -0/+14 |
| 2011-05-25 | bitmap, irq: add smp_affinity_list interface to /proc/irq |  Mike Travis | 1 | -0/+15 |
| 2010-03-06 | cpumask: let num_*_cpus() function always return unsigned values |  Heiko Carstens | 1 | -4/+4 |
| 2010-02-25 | rcu: Accelerate grace period if last non-dynticked CPU |  Paul E. McKenney | 1 | -0/+14 |
| 2009-12-06 | sched: Fix balance vs hotplug race |  Peter Zijlstra | 1 | -0/+2 |
| 2009-09-24 | cpumask: Move deprecated functions to end of header. |  Rusty Russell | 1 | -341/+252 |
| 2009-09-24 | cpumask: remove unused deprecated functions, avoid accusations of insanity |  Rusty Russell | 1 | -111/+1 |
| 2009-09-24 | cpumask: remove unused cpu_mask_all |  Rusty Russell | 1 | -3/+0 |
| 2009-09-24 | cpumask: remove dangerous CPU_MASK_ALL_PTR |  Rusty Russell | 1 | -3/+0 |
| 2009-09-23 | generic-ipi: make struct call_function_data lockless |  Xiao Guangrong | 1 | -0/+12 |
| 2009-08-21 | Make bitmask 'and' operators return a result code |  Linus Torvalds | 1 | -10/+10 |
| 2009-06-09 | cpumask: introduce zalloc_cpumask_var |  Yinghai Lu | 1 | -0/+15 |
| 2009-01-01 | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS |  Rusty Russell | 1 | -1/+10 |
| 2008-12-30 | cpumask: make set_cpu_*/init_cpu_* out-of-line |  Rusty Russell | 1 | -46/+7 |
| 2008-12-30 | cpumask: make cpumask.h eat its own dogfood. |  Rusty Russell | 1 | -37/+38 |
| 2008-12-30 | cpumask: switch over to cpu_online/possible/active/present_mask: core |  Rusty Russell | 1 | -46/+29 |
| 2008-12-19 | cpumask: Add alloc_cpumask_var_node() |  Mike Travis | 1 | -0/+7 |
| 2008-12-13 | cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK |  Rusty Russell | 1 | -4/+7 |
| 2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpulist_scnprintf to take pointers. |  Rusty Russell | 1 | -30/+57 |
| 2008-11-09 | cpumask: introduce new API, without changing anything, v3 |  Rusty Russell | 1 | -6/+52 |
| 2008-11-07 | cpumask: new API, v2 |  Rusty Russell | 1 | -0/+11 |
| 2008-11-06 | cpumask: introduce new API, without changing anything |  Rusty Russell | 1 | -2/+500 |
| 2008-07-30 | cpumask: statement expressions confuse some versions of gcc |  Stephen Rothwell | 1 | -1/+1 |
| 2008-07-28 | cpu masks: optimize and clean up cpumask_of_cpu() |  Linus Torvalds | 1 | -3/+23 |
| 2008-07-26 | cpumask: make cpumask_of_cpu_map generic |  Mike Travis | 1 | -38/+3 |
| 2008-07-23 | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 1 | -1/+5 |
| 2008-07-20 | cpumask: Provide a generic set of CPUMASK_ALLOC macros, FIXUP |  Mike Travis | 1 | -7/+26 |
| 2008-07-18 | cpumask: Provide a generic set of CPUMASK_ALLOC macros |  Mike Travis | 1 | -0/+21 |
| 2008-07-18 | cpumask: Replace cpumask_of_cpu with cpumask_of_cpu_ptr |  Mike Travis | 1 | -5/+27 |
| 2008-07-18 | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment (take 2) |  Max Krasnyansky | 1 | -1/+5 |
| 2008-07-06 | Revert "cpumask: introduce new APIs" |  Ingo Molnar | 1 | -4/+0 |
| 2008-07-06 | Merge commit 'v2.6.26-rc9' into cpus4096 |  Ingo Molnar | 1 | -0/+4 |
| 2008-07-04 | cpumask: introduce new APIs |  Stephen Rothwell | 1 | -0/+4 |
| 2008-05-23 | cpumask: make for_each_cpu_mask a bit smaller |  Alexander van Heukelum | 1 | -8/+8 |
| 2008-05-23 | x86: Add performance variants of cpumask operators |  Mike Travis | 1 | -30/+62 |
| 2008-05-13 | cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len |  Paul Jackson | 1 | -7/+0 |
| 2008-04-28 | mempolicy: add bitmap_onto() and bitmap_fold() operations |  Paul Jackson | 1 | -1/+21 |
| 2008-04-19 | x86: convert cpumask_of_cpu macro to allocated array |  Mike Travis | 1 | -3/+9 |