|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Patches that are going to be proposed for 2.6.40.
. which are on the light side.
These are the branches that I am going to ask Linus to pull:
- 'stable/general.cleanup' and 'stable/balloon.cleanup'
- 'stable/irq', 'stable/p2m-e820-pci.v2', 'stable/gntalloc.v7' and
'stable/backend.base.v3'
And will ask the block maintainer (Jens) to pull this one:
- 'stable/blkfront'
There aren't any big features - mostly just bug-fixes and more nice cleanups.
If it looks that I've missed something - please poke me immediately.
Daniel De Graaf (1):
xen/gntdev,gntalloc: Remove unneeded VM flags
Daniel Kiper (4):
xen/balloon: Use PageHighMem() for high memory page detection
xen/balloon: Simplify HVM integration
xen/balloon: Clarify credit calculation
xen/balloon: Move dec_totalhigh_pages() from __balloon_append() to
balloon_append()
Ian Campbell (1):
xen: tidy up whitespace in drivers/xen/Makefile
Konrad Rzeszutek Wilk (14):
xen/setup: Ignore E820_UNUSABLE when setting 1-1 mappings.
xen:p2m: Create entries in the P2M_MFN trees's to track 1-1 mappings
xen/pci: Add xen_[find|register|unregister]_device_domain_owner functions.
xen/irq: Check if the PCI device is owned by a domain different than
DOMID_SELF.
xen/irq: Add support to check if IRQ line is shared with other domains.
xen/irq: Export 'xen_pirq_from_irq' function.
xen/irq: The Xen hypervisor cleans up the PIRQs if the other domain
forgot.
xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override.
xen/p2m: Add EXPORT_SYMBOL_GPL to the M2P override functions.
xen-blkfront: Provide for 'feature-flush-cache' the
BLKIF_OP_WRITE_FLUSH_CACHE operation.
xen-blkfront: Introduce BLKIF_OP_FLUSH_DISKCACHE support.
Merge branches 'stable/general.cleanup' and 'stable/balloon.cleanup'
Merge branches 'stable/irq', 'stable/p2m-e820-pci.v2',
'stable/gntalloc.v7' and 'stable/backend.base.v3'
Merge branches 'stable/blkfront'
Marek Marczykowski (1):
xen-blkfront: fix data size for xenbus_gather in blkfront_connect
Stefano Stabellini (2):
xen: do not clear and mask evtchns in __xen_evtchn_do_upcall
xen: do not implement irq_mask and irq_unmask in xen_percpu_chip
And the full diff stat.
arch/x86/include/asm/xen/page.h | 5 +-
arch/x86/include/asm/xen/pci.h | 16 ++++
arch/x86/pci/xen.c | 94 +++++++++++++++++++++-
arch/x86/xen/p2m.c | 43 ++++++++--
arch/x86/xen/setup.c | 2 +-
drivers/block/xen-blkfront.c | 51 +++++++++----
drivers/xen/Makefile | 24 +++---
drivers/xen/balloon.c | 25 +++----
drivers/xen/events.c | 158 ++++++++++++++++++++++++++-----------
drivers/xen/gntalloc.c | 14 +++-
drivers/xen/gntdev.c | 16 ++++-
drivers/xen/grant-table.c | 31 ++++++--
include/xen/events.h | 9 ++-
include/xen/interface/io/blkif.h | 13 +++
14 files changed, 385 insertions(+), 116 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] Patches that are going to be proposed for 2.6.40.,
Konrad Rzeszutek Wilk <=
|
|
|
|
|