1. 3f9f1c6 xen/grant-table: add a mechanism to safely unmap pages that are in use by Jennifer Herbert · 10 years ago
  2. 8da7633 xen: mark grant mapped pages as foreign by Jennifer Herbert · 10 years ago
  3. ff4b156 xen/grant-table: add helpers for allocating pages by David Vrabel · 10 years ago
  4. 853d028 xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() by David Vrabel · 10 years ago
  5. 46e3626 xen/grant-table: refactor error cleanup in grow_gnttab_list() by Chen Gang · 10 years ago
  6. 438b33c xen/grant-table: remove support for V2 tables by David Vrabel · 10 years ago
  7. 162e371 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago
  8. 13cd36a xen/grant-table: fix suspend for non-PV guests by David Vrabel · 10 years ago
  9. 1429d46 xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_override by Zoltan Kiss · 10 years ago
  10. e85fc98 Revert "xen/grant-table: Avoid m2p_override during mapping" by Konrad Rzeszutek Wilk · 10 years ago
  11. 08ece5b xen/grant-table: Avoid m2p_override during mapping by Zoltan Kiss · 11 years ago
  12. 47c5420 xen/gnttab: Use phys_addr_t to describe the grant frame base address by Julien Grall · 10 years ago
  13. 11c7ff1 xen/grant-table: Force to use v1 of grants. by Konrad Rzeszutek Wilk · 11 years ago
  14. 6926f6d xen/pvh: Piggyback on PVHVM for grant driver (v4) by Konrad Rzeszutek Wilk · 11 years ago
  15. efaf30a xen/grant: Implement an grant frame array struct (v3). by Konrad Rzeszutek Wilk · 11 years ago
  16. 4568475 xen/grant-table: Refactor gnttab_init by Konrad Rzeszutek Wilk · 11 years ago
  17. 7f25602 xen/grants: Remove gnttab_max_grant_frames dependency on gnttab_init. by Konrad Rzeszutek Wilk · 11 years ago
  18. c94cae5 XEN: Grant table address, xen_hvm_resume_frames, is a phys_addr not a pfn by Eric Trudeau · 11 years ago
  19. 14883a7 xen/gnttab: leave lazy MMU mode in the case of a m2p override failure by Matt Wilson · 11 years ago
  20. 3d24bbd grant-table: call set_phys_to_machine after mapping grant refs by Stefano Stabellini · 11 years ago
  21. 5f338d9 xen-gnt: prevent adding duplicate gnt callbacks by Roger Pau Monne · 11 years ago
  22. 283c097 xen: Convert printks to pr_<level> by Joe Perches · 11 years ago
  23. 3216dce xen: introduce xen_remap, use it instead of ioremap by Stefano Stabellini · 11 years ago
  24. 5c69bed Merge tag 'stable/for-linus-3.8-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  25. d0b4d64 xen/grant-table: correctly initialize grant table version 1 by Matt Wilson · 12 years ago
  26. 345a525 Drivers: xen: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  27. e05dacd Merge commit 'v3.7-rc1' into stable/for-linus-3.7 by Konrad Rzeszutek Wilk · 12 years ago
  28. ef32f89 xen: grant: use xen_pfn_t type for frame_list. by Ian Campbell · 12 years ago
  29. 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
  30. c571898 xen/gndev: Xen backend support for paged out grant targets V4. by Andres Lagar-Cavilla · 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. 4d9310e xen: missing includes by Stefano Stabellini · 12 years ago
  34. b5f4035 Merge tag 'stable/for-linus-3.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen by Linus Torvalds · 12 years ago
  35. f62805f xen: enter/exit lazy_mmu_mode around m2p_override calls by Stefano Stabellini · 12 years ago
  36. 681e4a5 Merge commit 'c104f1fa1ecf4ee0fc06e31b1f77630b2551be81' into stable/for-linus-3.4 by Konrad Rzeszutek Wilk · 12 years ago
  37. 569ca5b xen/gnttab: add deferred freeing logic by Jan Beulich · 12 years ago
  38. 6b5e7d9 xen/grant-table: add error-handling code on failure of gnttab_resume by Julia Lawall · 12 years ago
  39. 69e8f43 xen/granttable: Disable grant v2 for HVM domains. by Konrad Rzeszutek Wilk · 13 years ago
  40. 7d17e84 xen/grant-table: Support mappings required by blkback by Daniel De Graaf · 13 years ago
  41. 9438ce9 xen/granttable: Support transitive grants by Annie Li · 13 years ago
  42. 6666754 xen/granttable: Support sub-page grants by Annie Li · 13 years ago
  43. 9dbc71d xen/granttable: Improve comments for function pointers by Annie Li · 13 years ago
  44. c123799 xen/granttable: Keep code format clean by Annie Li · 13 years ago
  45. 85ff6ac xen/granttable: Grant tables V2 implementation by Annie Li · 13 years ago
  46. b1e495b xen/granttable: Refactor some code by Annie Li · 13 years ago
  47. 0f9f5a9 xen/granttable: Introducing grant table V2 stucture by Annie Li · 13 years ago
  48. 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
  49. 0930bba xen: modify kernel mappings corresponding to granted pages by Stefano Stabellini · 13 years ago
  50. 7b0ac95 Xen: fix braces coding style issue in gntdev.c and grant-table.c by Ruslan Pisarev · 13 years ago
  51. 272800d xen/grant: Fix compile warning. by Konrad Rzeszutek Wilk · 13 years ago
  52. cf8d916 xen/p2m/m2p/gnttab: Support GNTMAP_host_map in the M2P override. by Konrad Rzeszutek Wilk · 13 years ago
  53. dc4972a xen/p2m/m2p/gnttab: do not add failed grant maps to m2p override by Ian Campbell · 13 years ago
  54. aab8f11 xen-gntdev: Support mapping in HVM domains by Daniel De Graaf · 13 years ago
  55. 87f1d40 xen p2m: clear the old pte when adding a page to m2p_override by Jeremy Fitzhardinge · 14 years ago
  56. 289b777 xen: introduce gnttab_map_refs and gnttab_unmap_refs by Stefano Stabellini · 14 years ago
  57. 183d03c xen: Xen PCI platform device driver. by Stefano Stabellini · 14 years ago
  58. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  59. 1ccbf53 xen: move Xen-testing predicates to common header by Jeremy Fitzhardinge · 15 years ago
  60. ecbf29c xen: clean up asm/xen/hypervisor.h by Jeremy Fitzhardinge · 16 years ago
  61. 6e83358 xen: clean up domain mode predicates by Jeremy Fitzhardinge · 16 years ago
  62. 0e91398 xen: implement save/restore by Jeremy Fitzhardinge · 16 years ago
  63. 8d3d210 xen: make grant table arch portable by Isaku Yamahata · 16 years ago
  64. 5f0abab xen: replace callers of alloc_vm_area()/free_vm_area() with xen_ prefixed one by Isaku Yamahata · 16 years ago
  65. 87e27cf xen: add missing definitions for xen grant table which ia64/xen needs by Isaku Yamahata · 16 years ago
  66. bbc60c1 xen: fix grant table bug by Michael Abd-El-Malek · 16 years ago
  67. ad9a861 xen: Add grant table support by Jeremy Fitzhardinge · 17 years ago