]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branches 'stable/xen-block.rebase' and 'stable/vmalloc-3.2.rebased' into uek2...
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 13 Dec 2011 16:15:27 +0000 (11:15 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 13 Dec 2011 16:15:27 +0000 (11:15 -0500)
commit307f80d5bf10744e71ea52c977d1c76d700983b4
tree8a746b82c6f016f2580c2fbe0a163c28c492b301
parent88a09b5dcdc22c6ed320c57e9b62f59013489353
parent9ffe1d533a94fb232479cd30331577089831ca7f
parent2747e3d0a5687430dfd6a2628dbba1327b567096
Merge branches 'stable/xen-block.rebase' and 'stable/vmalloc-3.2.rebased' into uek2-merge

* stable/xen-block.rebase:
  xen-blkback: Don't disconnect backend until state switched to XenbusStateClosed.
  block: xen-blkback: use API provided by xenbus module to map rings
  xen-blkback: convert hole punching to discard request on loop devices
  xen/blkback: Move processing of BLKIF_OP_DISCARD from dispatch_rw_block_io
  xen/blk[front|back]: Enhance discard support with secure erasing support.
  xen/blk[front|back]: Squash blkif_request_rw and blkif_request_discard together

* stable/vmalloc-3.2.rebased:
  xen: map foreign pages for shared rings by updating the PTEs directly
  net: xen-netback: use API provided by xenbus module to map rings
  block: xen-blkback: use API provided by xenbus module to map rings
  xen: use generic functions instead of xen_{alloc, free}_vm_area()
drivers/block/xen-blkback/blkback.c
drivers/block/xen-blkback/xenbus.c
drivers/block/xen-blkfront.c
drivers/net/xen-netback/netback.c
include/xen/grant_table.h
mm/vmalloc.c