All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH 0/4] xen/percpu: Cleanup
@ 2019-07-26 21:08 Andrew Cooper
  2019-07-26 21:08 ` [Xen-devel] [PATCH 1/4] arm/percpu: Move {get, set}_processor_id() into smp.h Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 21+ messages in thread
From: Andrew Cooper @ 2019-07-26 21:08 UTC (permalink / raw)
  To: Xen-devel
  Cc: Stefano Stabellini, Wei Liu, Andrew Cooper, Julien Grall,
	Jan Beulich, Volodymyr Babchuk, Roger Pau Monné

This is all cleanup which I got tangled in as part of the TSS xpti v2 fix,
before deciding that this is far too invasive to backport, whereas the TSS fix
itself really does want backporting.

This series is based on:
  https://lore.kernel.org/xen-devel/20190726203222.4833-1-andrew.cooper3@citrix.com/T/#t

but is not intended for backport to previous versions of Xen.

Andrew Cooper (4):
  arm/percpu: Move {get,set}_processor_id() into smp.h
  xen/percpu: Drop unused xen/percpu.h includes
  xen/percpu: Drop unused asm/percpu.h includes
  xen/percpu: Make DECLARE_PER_CPU() and __DEFINE_PER_CPU() common

 xen/arch/arm/xen.lds.S               |  1 -
 xen/arch/x86/acpi/cpufreq/cpufreq.c  |  1 -
 xen/arch/x86/acpi/cpufreq/powernow.c |  1 -
 xen/arch/x86/cpu/mcheck/mce.h        |  3 ++-
 xen/arch/x86/crash.c                 |  1 -
 xen/arch/x86/xen.lds.S               |  1 -
 xen/common/core_parking.c            |  2 +-
 xen/drivers/cpufreq/cpufreq.c        |  2 +-
 xen/include/asm-arm/percpu.h         | 11 -----------
 xen/include/asm-arm/smp.h            |  8 ++++++++
 xen/include/asm-x86/asm_defns.h      |  1 -
 xen/include/asm-x86/cpuid.h          |  2 +-
 xen/include/asm-x86/i387.h           |  1 -
 xen/include/asm-x86/irq.h            |  2 +-
 xen/include/asm-x86/percpu.h         |  5 -----
 xen/include/xen/kexec.h              |  1 -
 xen/include/xen/multicall.h          |  1 -
 xen/include/xen/percpu.h             |  6 ++++++
 xen/include/xen/rcupdate.h           |  1 -
 xen/include/xen/rwlock.h             |  1 +
 xen/include/xen/spinlock.h           |  1 -
 xen/xsm/flask/include/avc.h          |  3 ++-
 22 files changed, 23 insertions(+), 33 deletions(-)

-- 
2.11.0


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

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

end of thread, other threads:[~2019-07-31  4:58 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-26 21:08 [Xen-devel] [PATCH 0/4] xen/percpu: Cleanup Andrew Cooper
2019-07-26 21:08 ` [Xen-devel] [PATCH 1/4] arm/percpu: Move {get, set}_processor_id() into smp.h Andrew Cooper
2019-07-26 22:30   ` Julien Grall
2019-07-26 22:37     ` Andrew Cooper
2019-07-27 12:41       ` Julien Grall
2019-07-26 21:08 ` [Xen-devel] [PATCH 2/4] xen/percpu: Drop unused xen/percpu.h includes Andrew Cooper
2019-07-29  8:55   ` Roger Pau Monné
2019-07-29 12:50     ` Jan Beulich
2019-07-26 21:08 ` [Xen-devel] [PATCH 3/4] xen/percpu: Drop unused asm/percpu.h includes Andrew Cooper
2019-07-26 22:32   ` Julien Grall
2019-07-29  8:56   ` Roger Pau Monné
2019-07-29 12:53   ` Jan Beulich
2019-07-26 21:08 ` [Xen-devel] [PATCH 4/4] xen/percpu: Make DECLARE_PER_CPU() and __DEFINE_PER_CPU() common Andrew Cooper
2019-07-26 22:34   ` Julien Grall
2019-07-29  8:58   ` Roger Pau Monné
2019-07-29 13:00   ` Jan Beulich
2019-07-29 13:23     ` Andrew Cooper
2019-07-29 13:54       ` Jan Beulich
2019-07-29 18:03         ` Andrew Cooper
2019-07-30  8:11           ` Jan Beulich
2019-07-31  4:58           ` Juergen Gross

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.