| Commit message (Expand) | Author | Age | Files | Lines |
* | cpumask_set_cpu_local_first => cpumask_local_spread, lament | Rusty Russell | 2015-05-28 | 1 | -4/+2 |
* | cpumask: resurrect CPU_MASK_CPU0 | Rusty Russell | 2015-04-16 | 1 | -0/+5 |
* | linux/cpumask.h: add typechecking to cpumask_test_cpu | Rasmus Villemoes | 2015-03-31 | 1 | -4/+4 |
* | cpumask: only allocate nr_cpumask_bits. | Rusty Russell | 2015-03-10 | 1 | -3/+2 |
* | cpumask: remove deprecated functions. | Rusty Russell | 2015-03-10 | 1 | -151/+0 |
* | CPU_MASK_ALL/CPU_MASK_NONE: remove from deprecated region. | Rusty Russell | 2015-03-05 | 1 | -19/+12 |
* | bitmap, cpumask, nodemask: remove dedicated formatting functions | Tejun Heo | 2015-02-13 | 1 | -31/+0 |
* | cpumask, nodemask: implement cpumask/nodemask_pr_args() | Tejun Heo | 2015-02-13 | 1 | -0/+8 |
* | cpumask: always use nr_cpu_ids in formatting and parsing functions | Tejun Heo | 2015-02-13 | 1 | -7/+7 |
* | linux/cpumask.h: update bitmap wrappers to take unsigned int | Rasmus Villemoes | 2015-02-12 | 1 | -11/+11 |
* | cpumask: factor out show_cpumap into separate helper function | Sudeep Holla | 2014-11-07 | 1 | -0/+17 |
* | percpu: Resolve ambiguities in __get_cpu_var/cpumask_var_t | Christoph Lameter | 2014-08-28 | 1 | -0/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-06-12 | 1 | -0/+8 |
|\ |
|
| * | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai | 2014-06-11 | 1 | -0/+8 |
| * | net: Revert mlx4 cpumask changes. | David S. Miller | 2014-06-01 | 1 | -2/+0 |
| * | cpumask: Utility function to set n'th cpu - local cpu first | Amir Vadai | 2014-06-01 | 1 | -0/+2 |
* | | cpumask.h: silence warning with -Wsign-compare | Brian W Hart | 2014-05-14 | 1 | -1/+1 |
|/ |
|
* | cpumask: implement cpumask_parse() | Tejun Heo | 2013-03-12 | 1 | -0/+15 |
* | cpumask: cpulist_parse() comments correction | Alex Shi | 2012-07-27 | 1 | -2/+1 |
* | cpumask: add a few comments of cpumask functions | Alex Shi | 2012-07-27 | 1 | -0/+12 |
* | cpumask: remove old cpu_*_map. | Rusty Russell | 2012-03-29 | 1 | -6/+0 |
* | lib/cpumask.c: remove __any_online_cpu() | Srivatsa S. Bhat | 2012-03-28 | 1 | -2/+1 |
* | BUG: headers with BUG/BUG_ON etc. need linux/bug.h | Paul Gortmaker | 2012-03-04 | 1 | -0/+1 |
* | cpumask: add cpumask_var_t documentation | KOSAKI Motohiro | 2011-07-26 | 1 | -0/+14 |
* | bitmap, irq: add smp_affinity_list interface to /proc/irq | Mike Travis | 2011-05-25 | 1 | -0/+15 |
* | cpumask: let num_*_cpus() function always return unsigned values | Heiko Carstens | 2010-03-06 | 1 | -4/+4 |
* | rcu: Accelerate grace period if last non-dynticked CPU | Paul E. McKenney | 2010-02-25 | 1 | -0/+14 |
* | sched: Fix balance vs hotplug race | Peter Zijlstra | 2009-12-06 | 1 | -0/+2 |
* | cpumask: Move deprecated functions to end of header. | Rusty Russell | 2009-09-24 | 1 | -341/+252 |
* | cpumask: remove unused deprecated functions, avoid accusations of insanity | Rusty Russell | 2009-09-24 | 1 | -111/+1 |
* | cpumask: remove unused cpu_mask_all | Rusty Russell | 2009-09-24 | 1 | -3/+0 |
* | cpumask: remove dangerous CPU_MASK_ALL_PTR | Rusty Russell | 2009-09-24 | 1 | -3/+0 |
* | generic-ipi: make struct call_function_data lockless | Xiao Guangrong | 2009-09-23 | 1 | -0/+12 |
* | Make bitmask 'and' operators return a result code | Linus Torvalds | 2009-08-21 | 1 | -10/+10 |
* | cpumask: introduce zalloc_cpumask_var | Yinghai Lu | 2009-06-09 | 1 | -0/+15 |
* | cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS | Rusty Russell | 2009-01-01 | 1 | -1/+10 |
* | cpumask: make set_cpu_*/init_cpu_* out-of-line | Rusty Russell | 2008-12-30 | 1 | -46/+7 |
* | cpumask: make cpumask.h eat its own dogfood. | Rusty Russell | 2008-12-30 | 1 | -37/+38 |
* | cpumask: switch over to cpu_online/possible/active/present_mask: core | Rusty Russell | 2008-12-30 | 1 | -46/+29 |
* | cpumask: Add alloc_cpumask_var_node() | Mike Travis | 2008-12-19 | 1 | -0/+7 |
* | cpumask: Use all NR_CPUS bits unless CONFIG_CPUMASK_OFFSTACK | Rusty Russell | 2008-12-13 | 1 | -4/+7 |
* | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 1 | -30/+57 |
* | cpumask: introduce new API, without changing anything, v3 | Rusty Russell | 2008-11-09 | 1 | -6/+52 |
* | cpumask: new API, v2 | Rusty Russell | 2008-11-07 | 1 | -0/+11 |
* | cpumask: introduce new API, without changing anything | Rusty Russell | 2008-11-06 | 1 | -2/+500 |
* | cpumask: statement expressions confuse some versions of gcc | Stephen Rothwell | 2008-07-30 | 1 | -1/+1 |
* | cpu masks: optimize and clean up cpumask_of_cpu() | Linus Torvalds | 2008-07-28 | 1 | -3/+23 |
* | cpumask: make cpumask_of_cpu_map generic | Mike Travis | 2008-07-26 | 1 | -38/+3 |
* | Merge branch 'sched/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2008-07-23 | 1 | -1/+5 |
|\ |
|
| * | cpu hotplug, sched: Introduce cpu_active_map and redo sched domain managment ... | Max Krasnyansky | 2008-07-18 | 1 | -1/+5 |