* Patches for Linux v3.5.. any missing?
@ 2012-05-21 15:02 Konrad Rzeszutek Wilk
0 siblings, 0 replies; only message in thread
From: Konrad Rzeszutek Wilk @ 2012-05-21 15:02 UTC (permalink / raw)
To: xen-devel
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(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-21 15:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 15:02 Patches for Linux v3.5.. any missing? Konrad Rzeszutek Wilk
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.