1. c65c0df xen/gntdev: Fix partial gntdev_mmap() cleanup by Ross Lagerwall · 6 years ago
  2. beaa7d1 xen/gntdev: Fix off-by-one error when unmapping with holes by Ross Lagerwall · 6 years ago
  3. d431d9f xen/gntdev: avoid out of bounds access in case of partial gntdev_mmap() by Juergen Gross · 7 years ago
  4. 45394bf xen/gntdev: Use VM_MIXEDMAP instead of VM_IO to avoid NUMA balancing by Boris Ostrovsky · 8 years ago
  5. c7ebf9d xen: use vma_pages(). by Muhammad Falak R Wani · 8 years ago
  6. 36ae220 xen/gntdev: reduce copy batch size to 16 by David Vrabel · 8 years ago
  7. a4cdb55 xen/gntdev: add ioctl for grant copy by David Vrabel · 9 years ago
  8. b9c0a92 xen/gntdev: constify mmu_notifier_ops structures by Julia Lawall · 9 years ago
  9. 9c17d96 xen/gntdev: Grant maps should not be subject to NUMA balancing by Boris Ostrovsky · 9 years ago
  10. 7cbea8d mm: mark most vm_operations_struct const by Kirill A. Shutemov · 9 years ago
  11. 30b03d0 xen/gntdevt: Fix race condition in gntdev_release() by Marek Marczykowski-Górecki · 9 years ago
  12. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 9 years ago
  13. b44166c xen/grant: introduce func gnttab_unmap_refs_sync() by Bob Liu · 9 years ago
  14. dab069c xen/gntdev: provide find_special_page VMA operation by David Vrabel · 9 years ago
  15. 923b291 xen/gntdev: mark userspace PTEs as special on x86 PV guests by David Vrabel · 9 years ago
  16. 7452822 xen/gntdev: safely unmap grants in case they are still in use by Jennifer Herbert · 9 years ago
  17. 1401c00 xen/gntdev: convert priv->lock to a mutex by David Vrabel · 9 years ago
  18. ff4b156 xen/grant-table: add helpers for allocating pages by David Vrabel · 9 years ago
  19. 853d028 xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() by David Vrabel · 9 years ago
  20. e85fc98 Revert "xen/grant-table: Avoid m2p_override during mapping" by Konrad Rzeszutek Wilk · 10 years ago
  21. 08ece5b xen/grant-table: Avoid m2p_override during mapping by Zoltan Kiss · 10 years ago
  22. 6926f6d xen/pvh: Piggyback on PVHVM for grant driver (v4) by Konrad Rzeszutek Wilk · 10 years ago
  23. ee07264 xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mapping by Stefano Stabellini · 11 years ago
  24. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  25. 1affa98 xen/gntdev: remove erronous use of copy_to_user by Daniel De Graaf · 11 years ago
  26. 16a1d02 xen/gntdev: correctly unmap unlinked maps in mmu notifier by Daniel De Graaf · 11 years ago
  27. 2512f29 xen/gntdev: fix unsafe vma access by Daniel De Graaf · 11 years ago
  28. a67baeb xen/gntdev: don't leak memory from IOCTL_GNTDEV_MAP_GRANT_REF by David Vrabel · 12 years ago
  29. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  30. 56d92aa Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  31. 2fc136e xen/m2p: do not reuse kmap_op->dev_bus_addr by Stefano Stabellini · 12 years ago
  32. b8b0f55 xen/apic/xenbus/swiotlb/pcifront/grant/tmem: Make functions or variables static. by Konrad Rzeszutek Wilk · 12 years ago
  33. e8e937b xen/gntdev: do not set VM_PFNMAP by Stefano Stabellini · 12 years ago
  34. 7d17e84 xen/grant-table: Support mappings required by blkback by Daniel De Graaf · 12 years ago
  35. cb85f12 Merge commit 'v3.2-rc3' into stable/for-linus-3.3 by Konrad Rzeszutek Wilk · 12 years ago
  36. 0cc678f xen/gnt{dev,alloc}: reserve event channels for notify by Daniel De Graaf · 13 years ago
  37. fc6e0c3 xen-gntdev: integer overflow in gntdev_alloc_map() by Dan Carpenter · 13 years ago
  38. daedd87 Merge branch 'stable/cleanups-3.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  39. 1f1503b xen/gntdev: Fix sleep-inside-spinlock by Daniel De Graaf · 13 years ago
  40. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  41. 693394b xen: add an "highmem" parameter to alloc_xenballooned_pages by Stefano Stabellini · 13 years ago
  42. 7b0ac95 Xen: fix braces coding style issue in gntdev.c and grant-table.c by Ruslan Pisarev · 13 years ago
  43. 5318991 Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 13 years ago
  44. a93e20a xen-gntdev: unlock on error path in gntdev_mmap() by Dan Carpenter · 13 years ago
  45. 12f0258 xen-gntdev: return -EFAULT on copy_to_user failure by Dan Carpenter · 13 years ago
  46. ca47cea xen-gntdev: Use ballooned pages for grant mappings by Daniel De Graaf · 13 years ago
  47. d79647a xen/gntdev,gntalloc: Remove unneeded VM flags by Daniel De Graaf · 13 years ago
  48. 38eaeb0 xen: gntdev: fix build warning by Ian Campbell · 13 years ago
  49. f4ee4af xen-gntdev: Add cast to pointer by Daniel De Graaf · 13 years ago
  50. 77c35ac xen-gntdev: Fix incorrect use of zero handle by Daniel De Graaf · 13 years ago
  51. 9960be9 xen-gntdev: prevent using UNMAP_NOTIFY_CLEAR_BYTE on read-only mappings by Daniel De Graaf · 13 years ago
  52. 12996fc xen-gntdev: Avoid double-mapping memory by Daniel De Graaf · 13 years ago
  53. b57c186 xen-gntdev: Avoid unmapping ranges twice by Daniel De Graaf · 13 years ago
  54. 84e4075 xen-gntdev: Use map->vma for checking map validity by Daniel De Graaf · 13 years ago
  55. 0ea22f0 xen-gntdev: Fix unmap notify on PV domains by Daniel De Graaf · 13 years ago
  56. 90b6f30 xen-gntdev: Fix memory leak when mmap fails by Daniel De Graaf · 13 years ago
  57. bdc612d xen/gntalloc,gntdev: Add unmap notify ioctl by Daniel De Graaf · 13 years ago
  58. aab8f11 xen-gntdev: Support mapping in HVM domains by Daniel De Graaf · 13 years ago
  59. 68b025c xen-gntdev: Add reference counting to maps by Daniel De Graaf · 13 years ago
  60. a879211 xen-gntdev: Use find_vma rather than iterating our vma list manually by Daniel De Graaf · 13 years ago
  61. ef91082 xen-gntdev: Change page limit to be global instead of per-open by Daniel De Graaf · 13 years ago
  62. a12b4eb xen gntdev: use gnttab_map_refs and gnttab_unmap_refs by Stefano Stabellini · 13 years ago
  63. f0a70c8 xen/gntdev: Fix circular locking dependency by Daniel De Graaf · 13 years ago
  64. ba5d101 xen/gntdev: stop using "token" argument by Jeremy Fitzhardinge · 13 years ago
  65. 9329e76 xen: gntdev: move use of GNTMAP_contains_pte next to the map_op by Ian Campbell · 13 years ago
  66. 8d3eaea xen/gntdev: add VM_PFNMAP to vma by Jeremy Fitzhardinge · 14 years ago
  67. ab31523 xen/gntdev: allow usermode to map granted pages by Gerd Hoffmann · 13 years ago