xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: xen-devel@lists.xensource.com
Subject: Patches for Linux v3.5.. any missing?
Date: Mon, 21 May 2012 11:02:52 -0400	[thread overview]
Message-ID: <20120521150252.GA24448@phenom.dumpdata.com> (raw)

Linus released v3.4 over the weekend and I've these
patches in my queue which I am plan to send out on Tuesday:

I think the only patch that is missing is:

"xen: mark local pages as FOREIGN in the m2p_override"..


Ben Guthro (1):
      xen: implement apic ipi interface

Dan Carpenter (1):
      hvc_xen: NULL dereference on allocation failure

Daniel De Graaf (1):
      xenbus: Add support for xenbus backend in stub domain

David Vrabel (1):
      xen/setup: update VA mapping when releasing memory during setup

Jan Beulich (1):
      xen/gnttab: add deferred freeing logic

Jana Saout (1):
      xen: Add selfballoning memory reservation tunable.

Konrad Rzeszutek Wilk (9):
      xen/p2m: Move code around to allow for better re-usage.
      xen/p2m: Allow alloc_p2m_middle to call reserve_brk depending on argument
      xen/p2m: Collapse early_alloc_p2m_middle redundant checks.
      xen/p2m: An early bootup variant of set_phys_to_machine
      xen/setup: Only print "Freeing XXX-YYY pfn range: Z pages freed" if Z > 0
      xen/setup: Populate freed MFNs from non-RAM E820 entries and gaps to E820 RAM
      xen/setup: Combine the two hypercall functions - since they are quite similar.
      xen/acpi/sleep: Enable ACPI sleep via the __acpi_os_prepare_sleep
      xen/smp: unbind irqworkX when unplugging vCPUs.

Lin Ming (1):
      xen: implement IRQ_WORK_VECTOR handler

Srivatsa Vaddagiri (1):
      debugfs: Add support to print u32 array in debugfs

Stefano Stabellini (1):
      xen: enter/exit lazy_mmu_mode around m2p_override calls

 arch/x86/include/asm/xen/events.h       |    1 +
 arch/x86/include/asm/xen/page.h         |    1 +
 arch/x86/xen/debugfs.c                  |  104 -------------------
 arch/x86/xen/debugfs.h                  |    4 -
 arch/x86/xen/enlighten.c                |   13 ++-
 arch/x86/xen/mmu.c                      |   23 ----
 arch/x86/xen/p2m.c                      |  104 +++++++++++--------
 arch/x86/xen/setup.c                    |  171 ++++++++++++++++++++++++++-----
 arch/x86/xen/smp.c                      |  112 +++++++++++++++++++-
 arch/x86/xen/smp.h                      |   12 ++
 arch/x86/xen/spinlock.c                 |   12 +-
 arch/x86/xen/xen-ops.h                  |    1 -
 drivers/tty/hvc/hvc_xen.c               |    4 +-
 drivers/xen/Makefile                    |    2 +-
 drivers/xen/acpi.c                      |   62 +++++++++++
 drivers/xen/grant-table.c               |  125 +++++++++++++++++++++--
 drivers/xen/xen-selfballoon.c           |   34 ++++++-
 drivers/xen/xenbus/xenbus_comms.c       |    6 +
 drivers/xen/xenbus/xenbus_comms.h       |    1 +
 drivers/xen/xenbus/xenbus_dev_backend.c |   51 +++++++++
 fs/debugfs/file.c                       |  128 +++++++++++++++++++++++
 include/linux/debugfs.h                 |   11 ++
 include/xen/acpi.h                      |   58 +++++++++++
 include/xen/grant_table.h               |    2 +
 include/xen/xenbus_dev.h                |    3 +
 25 files changed, 819 insertions(+), 226 deletions(-)

                 reply	other threads:[~2012-05-21 15:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120521150252.GA24448@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).