pch_gbe: fix transmit races
[linux-flexiantxendom0-3.2.10.git] / drivers / xen / gntdev.c
2012-04-17 Stefano Stabellinixen/gntdev: do not set VM_PFNMAP
2011-12-20 Daniel De Graafxen/grant-table: Support mappings required by blkback
2011-12-20 Konrad Rzeszutek... Merge commit 'v3.2-rc3' into stable/for-linus-3.3
2011-11-21 Daniel De Graafxen/gnt{dev,alloc}: reserve event channels for notify
2011-11-16 Dan Carpenterxen-gntdev: integer overflow in gntdev_alloc_map()
2011-11-07 Linus TorvaldsMerge branch 'stable/cleanups-3.2' of git://git./linux...
2011-10-14 Daniel De Graafxen/gntdev: Fix sleep-inside-spinlock
2011-09-29 Stefano Stabellinixen: modify kernel mappings corresponding to granted...
2011-09-29 Stefano Stabellinixen: add an "highmem" parameter to alloc_xenballooned_pages
2011-07-26 Ruslan PisarevXen: fix braces coding style issue in gntdev.c and...
2011-05-19 Linus TorvaldsMerge branches 'stable/backend.base.v3' and 'stable...
2011-03-24 Dan Carpenterxen-gntdev: unlock on error path in gntdev_mmap()
2011-03-24 Dan Carpenterxen-gntdev: return -EFAULT on copy_to_user failure
2011-03-16 Daniel De Graafxen-gntdev: Use ballooned pages for grant mappings
2011-03-10 Daniel De Graafxen/gntdev,gntalloc: Remove unneeded VM flags
2011-03-10 Ian Campbellxen: gntdev: fix build warning
2011-02-23 Daniel De Graafxen-gntdev: Add cast to pointer
2011-02-23 Daniel De Graafxen-gntdev: Fix incorrect use of zero handle
2011-02-14 Daniel De Graafxen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on...
2011-02-14 Daniel De Graafxen-gntdev: Avoid double-mapping memory
2011-02-14 Daniel De Graafxen-gntdev: Avoid unmapping ranges twice
2011-02-14 Daniel De Graafxen-gntdev: Use map->vma for checking map validity
2011-02-14 Daniel De Graafxen-gntdev: Fix unmap notify on PV domains
2011-02-14 Daniel De Graafxen-gntdev: Fix memory leak when mmap fails
2011-02-14 Daniel De Graafxen/gntalloc,gntdev: Add unmap notify ioctl
2011-02-14 Daniel De Graafxen-gntdev: Support mapping in HVM domains
2011-02-14 Daniel De Graafxen-gntdev: Add reference counting to maps
2011-02-14 Daniel De Graafxen-gntdev: Use find_vma rather than iterating our...
2011-02-14 Daniel De Graafxen-gntdev: Change page limit to be global instead...
2011-01-11 Stefano Stabellinixen gntdev: use gnttab_map_refs and gnttab_unmap_refs
2011-01-11 Daniel De Graafxen/gntdev: Fix circular locking dependency
2011-01-11 Jeremy Fitzhardingexen/gntdev: stop using "token" argument
2011-01-11 Ian Campbellxen: gntdev: move use of GNTMAP_contains_pte next to...
2011-01-11 Jeremy Fitzhardingexen/gntdev: add VM_PFNMAP to vma
2011-01-11 Gerd Hoffmannxen/gntdev: allow usermode to map granted pages