All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] adjust usage of certain cpumask_*() operations
@ 2013-08-23  7:51 Jan Beulich
  2013-08-23  7:52 ` [PATCH 1/5] un-alias cpumask_any() from cpumask_first() Jan Beulich
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Jan Beulich @ 2013-08-23  7:51 UTC (permalink / raw)
  To: xen-devel; +Cc: Keir Fraser

While originally the plan was only to have a distinct, random
cpumask_any(), in the course of that I spotted a few other places
having room for improvement.

1: un-alias cpumask_any() from cpumask_first()
2: x86: use cpumask_any() in mask-to-APIC-ID conversions
3: credit2: replace cpumask_first() uses
4: credit1: replace cpumask_empty() uses
5: domctl: replace cpumask_weight() uses

Signed-off-by: Jan Beulich <jbeulich@suse.com>

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2013-08-23 11:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-23  7:51 [PATCH 0/5] adjust usage of certain cpumask_*() operations Jan Beulich
2013-08-23  7:52 ` [PATCH 1/5] un-alias cpumask_any() from cpumask_first() Jan Beulich
2013-08-23 11:37   ` George Dunlap
2013-08-23  7:53 ` [PATCH 2/5] x86: use cpumask_any() in mask-to-APIC-ID conversions Jan Beulich
2013-08-23  7:54 ` [PATCH 3/5] credit2: replace cpumask_first() uses Jan Beulich
2013-08-23 11:49   ` George Dunlap
2013-08-23  7:54 ` [PATCH 4/5] credit1: replace cpumask_empty() uses Jan Beulich
2013-08-23 11:50   ` George Dunlap
2013-08-23  7:55 ` [PATCH 5/5] domctl: replace cpumask_weight() uses Jan Beulich
2013-08-23  8:43 ` [PATCH 0/5] adjust usage of certain cpumask_*() operations Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.