All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xen: some scheduler related simplifications
@ 2019-03-14  9:59 Juergen Gross
  2019-03-14  9:59 ` [PATCH 1/2] xen: introduce a cpumask with all bits set Juergen Gross
  2019-03-14  9:59 ` [PATCH 2/2] xen/sched: don't disable scheduler on cpus during suspend Juergen Gross
  0 siblings, 2 replies; 13+ messages in thread
From: Juergen Gross @ 2019-03-14  9:59 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Stefano Stabellini, Wei Liu, Konrad Rzeszutek Wilk,
	George Dunlap, Andrew Cooper, Ian Jackson, Tim Deegan,
	Julien Grall, Jan Beulich, Dario Faggioli, Roger Pau Monné

While working on the scheduler I needed to modify some bits which are
worth to be considered as a stand-alone improvement IMO.

Juergen Gross (2):
  xen: introduce a cpumask with all bits set
  xen/sched: don't disable scheduler on cpus during suspend

 xen/arch/x86/io_apic.c    |   4 +-
 xen/common/cpu.c          |   4 ++
 xen/common/cpupool.c      |   2 +-
 xen/common/schedule.c     | 163 +++++++++++++---------------------------------
 xen/include/xen/cpumask.h |   2 +
 5 files changed, 53 insertions(+), 122 deletions(-)

-- 
2.16.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

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

end of thread, other threads:[~2019-03-25 11:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-14  9:59 [PATCH 0/2] xen: some scheduler related simplifications Juergen Gross
2019-03-14  9:59 ` [PATCH 1/2] xen: introduce a cpumask with all bits set Juergen Gross
2019-03-14 10:04   ` Andrew Cooper
2019-03-14 10:08     ` Juergen Gross
2019-03-14 10:30   ` George Dunlap
2019-03-16  0:52     ` Dario Faggioli
2019-03-14 13:12   ` Jan Beulich
     [not found]   ` <5C8A534F020000780021E9C5@suse.com>
2019-03-14 13:25     ` Juergen Gross
2019-03-14 15:33   ` Jan Beulich
2019-03-14  9:59 ` [PATCH 2/2] xen/sched: don't disable scheduler on cpus during suspend Juergen Gross
2019-03-16  3:01   ` Dario Faggioli
2019-03-16 13:14     ` Juergen Gross
2019-03-25 11:49       ` Dario Faggioli

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.