All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Futher work after XSA-150
@ 2015-10-30 18:33 Andrew Cooper
  2015-10-30 18:33 ` [PATCH 1/4] x86/PoD: Make p2m_pod_empty_cache() restartable Andrew Cooper
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Andrew Cooper @ 2015-10-30 18:33 UTC (permalink / raw)
  To: Xen-devel; +Cc: Andrew Cooper

These 4 patches were developed during the analysis and fixing of XSA-150

Andrew Cooper (4):
  x86/PoD: Make p2m_pod_empty_cache() restartable
  x86/PoD: Identify when a domain has already been killed from PoD
    exhaustion
  x86/mm: Return -ESRCH for an invalid foreign domid
  x86/PoD: Command line option to prohibit any PoD operations

 docs/misc/xen-command-line.markdown |  8 ++++++++
 xen/arch/x86/hvm/hvm.c              |  3 +++
 xen/arch/x86/mm.c                   |  8 +++++++-
 xen/arch/x86/mm/p2m-pod.c           | 19 +++++++++++++------
 xen/arch/x86/mm/paging.c            |  2 +-
 xen/common/memory.c                 |  4 ++++
 xen/include/asm-x86/hvm/hvm.h       |  2 ++
 xen/include/asm-x86/p2m.h           |  4 +++-
 8 files changed, 41 insertions(+), 9 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2015-11-24 16:51 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-30 18:33 [PATCH 0/4] Futher work after XSA-150 Andrew Cooper
2015-10-30 18:33 ` [PATCH 1/4] x86/PoD: Make p2m_pod_empty_cache() restartable Andrew Cooper
2015-11-02 12:17   ` George Dunlap
2015-10-30 18:33 ` [PATCH 2/4] x86/PoD: Identify when a domain has already been killed from PoD exhaustion Andrew Cooper
2015-11-02 14:07   ` George Dunlap
2015-11-02 14:32     ` Andrew Cooper
2015-11-23 14:50       ` Jan Beulich
2015-11-24 16:51       ` George Dunlap
2015-10-30 18:33 ` [PATCH 3/4] x86/mm: Return -ESRCH for an invalid foreign domid Andrew Cooper
2015-11-02 14:10   ` George Dunlap
2015-10-30 18:33 ` [PATCH 4/4] x86/PoD: Command line option to prohibit any PoD operations Andrew Cooper
2015-11-02 13:53   ` Jan Beulich
2015-11-02 14:32     ` Ian Campbell
2015-11-02 14:37       ` Andrew Cooper
2015-11-02 14:38       ` Jan Beulich
2015-11-02 15:19   ` George Dunlap

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.