1. 50dfd03 Merge tag 'for-linus-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 5 years ago
  2. 0951570 xen/efi: have a common runtime setup function by Juergen Gross · 5 years ago
  3. ec066de arm: xen: mm: use __GPF_DMA32 for arm64 by Peng Fan · 5 years ago
  4. ade77a2 ARM: xen: unexport HYPERVISOR_platform_op function by Stefano Stabellini · 5 years ago
  5. df359f0 xen/efi: Set nonblocking callbacks by Ross Lagerwall · 5 years ago
  6. b4dca15 swiotlb-xen: simplify cache maintainance by Christoph Hellwig · 5 years ago
  7. 7b7a577 xen: remove the exports for xen_{create,destroy}_contiguous_region by Christoph Hellwig · 5 years ago
  8. 0e0d26e xen/arm: remove xen_dma_ops by Christoph Hellwig · 5 years ago
  9. efcd572 xen/arm: simplify dma_cache_maint by Christoph Hellwig · 5 years ago
  10. a8e6d95 xen/arm: use dev_is_dma_coherent by Christoph Hellwig · 5 years ago
  11. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  12. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  13. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  14. fe84697 xen/arm: Use p2m entry with lock protection by Hillf Danton · 6 years ago
  15. 425f1cc xen/arm: Free p2m entry if fail to add it to RB tree by Hillf Danton · 6 years ago
  16. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  17. 8d2df8a arch/arm/xen: Remove duplicate header by Souptick Joarder · 6 years ago
  18. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  19. f030aad x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c by Juergen Gross · 6 years ago
  20. 1fe8388 xen: share start flags between PV and PVH by Roger Pau Monne · 6 years ago
  21. 3ad0876 xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE by Paul Durrant · 7 years ago
  22. b988b8f xen: re-introduce support for grant v2 interface by Juergen Gross · 7 years ago
  23. a494ee6 arm/xen: don't inclide rwlock.h directly. by Sebastian Andrzej Siewior · 7 years ago
  24. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  25. dceb1a6 xen-swiotlb: consolidate xen_swiotlb_dma_ops by Christoph Hellwig · 7 years ago
  26. 84a0a96 arm/xen: Adjust one function call together with a variable assignment by Markus Elfring · 7 years ago
  27. d6bb4ec arm/xen: Delete an error message for a failed memory allocation in __set_phys_to_machine_multi() by Markus Elfring · 7 years ago
  28. 031229b arm/xen: Improve a size determination in __set_phys_to_machine_multi() by Markus Elfring · 7 years ago
  29. e371fd7 xen: Implement EFI reset_system callback by Julien Grall · 8 years ago
  30. fa12a87 arm/xen: Consolidate calls to shutdown hypercall in a single helper by Julien Grall · 8 years ago
  31. 8c2c8ed Merge branch 'stable/for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 8 years ago
  32. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  33. ab520be xen/privcmd: Add IOCTL_PRIVCMD_DM_OP by Paul Durrant · 8 years ago
  34. 69369f5 swiotlb-xen: implement xen_swiotlb_get_sgtable callback by Andrii Anisov · 8 years ago
  35. 7e91c7d swiotlb-xen: implement xen_swiotlb_dma_mmap callback by Stefano Stabellini · 8 years ago
  36. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  37. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  38. aa3ecf3 Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 8 years ago
  39. 24d5373 arm/xen: Use alloc_percpu rather than __alloc_percpu by Julien Grall · 8 years ago
  40. 7641842 swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function by Alexander Duyck · 8 years ago
  41. de75abb arm/xen: fix SMP guests boot by Vitaly Kuznetsov · 8 years ago
  42. 55467de xen: change the type of xen_vcpu_id to uint32_t by Vitaly Kuznetsov · 8 years ago
  43. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  44. a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  45. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 8 years ago
  46. 88e957d xen: introduce xen_vcpu_id mapping by Vitaly Kuznetsov · 8 years ago
  47. 4761adb arm/xen: Convert to hotplug state machine by Richard Cochran · 8 years ago
  48. 4b5ae01 arm/xen: add support for vm_assist hypercall by Juergen Gross · 8 years ago
  49. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 9 years ago
  50. 0cac5c3 Xen: EFI: Parse DT parameters for Xen specific UEFI by Shannon Zhao · 9 years ago
  51. be1aaf4 ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services by Shannon Zhao · 9 years ago
  52. 9b08aaa ARM: XEN: Move xen_early_init() before efi_init() by Shannon Zhao · 9 years ago
  53. d22cbe6 arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI by Shannon Zhao · 9 years ago
  54. 3cf4095 arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table by Shannon Zhao · 9 years ago
  55. 7d5f6f8 xen/arm: set the system time in Xen via the XENPF_settime64 hypercall by Stefano Stabellini · 9 years ago
  56. e709fba xen/arm: introduce xen_read_wallclock by Stefano Stabellini · 9 years ago
  57. 72d39c6 xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 by Stefano Stabellini · 9 years ago
  58. 34e3852 xen/arm: account for stolen ticks by Stefano Stabellini · 9 years ago
  59. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  60. cb9644b xen/arm: don't try to re-register vcpu_info on cpu_hotplug. by Stefano Stabellini · 9 years ago
  61. d5f985c xen/arm: correct comment in enlighten.c by Juergen Gross · 9 years ago
  62. 9435cce xen/swiotlb: Add support for 64KB page granularity by Julien Grall · 9 years ago
  63. 291be10 xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb by Julien Grall · 9 years ago
  64. 250c9af arm/xen: Add support for 64KB page granularity by Julien Grall · 10 years ago
  65. 5ed5451 xen/grant-table: Make it running on 64KB granularity by Julien Grall · 10 years ago
  66. 57e6bbc Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  67. 0b61f2c arm/xen: Enable user access to the kernel before issuing a privcmd call by Julien Grall · 9 years ago
  68. a13d720 xen/privcmd: Further s/MFN/GFN/ clean-up by Julien Grall · 9 years ago
  69. 32e0987 xen: Make clear that swiotlb and biomerge are dealing with DMA address by Julien Grall · 9 years ago
  70. 7ed208e arm/xen: Drop the definition of xen_pci_platform_unplug by Julien Grall · 9 years ago
  71. 4a5b694 xen/events: Support event channel rebind on ARM by Julien Grall · 9 years ago
  72. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 9 years ago
  73. f1dddd1 xen/arm: allow console=hvc0 to be omitted for guests by Ard Biesheuvel · 10 years ago
  74. 5882bfe arm,arm64/xen: move Xen initialization earlier by Stefano Stabellini · 10 years ago
  75. 81e863c arm/xen: Correctly check if the event channel interrupt is present by Julien Grall · 10 years ago
  76. ffb7dbe xen/arm: Define xen_arch_suspend() by Boris Ostrovsky · 10 years ago
  77. 8746515 xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM by Stefano Stabellini · 10 years ago
  78. 4e8c0c8 xen/privcmd: improve performance of MMAPBATCH_V2 by David Vrabel · 10 years ago
  79. 628c28e xen: unify foreign GFN map/unmap for auto-xlated physmap guests by David Vrabel · 10 years ago
  80. 853d028 xen/grant-table: pre-populate kernel unmap ops for xen_gnttab_unmap_refs() by David Vrabel · 10 years ago
  81. 35c8ab4 arm64: Relax licensing of arm64 Xen DMA operations by Chuck Tuffli · 10 years ago
  82. da095a9 xen/arm: introduce GNTTABOP_cache_flush by Stefano Stabellini · 10 years ago
  83. a4dba13 xen/arm/arm64: introduce xen_arch_need_swiotlb by Stefano Stabellini · 10 years ago
  84. 5121872 xen/arm/arm64: merge xen/mm32.c into xen/mm.c by Stefano Stabellini · 10 years ago
  85. 3567258 xen/arm: use hypercall to flush caches in map_page by Stefano Stabellini · 10 years ago
  86. 2e2a781 xen/arm: use is_device_dma_coherent by Stefano Stabellini · 10 years ago
  87. 2f91fc3 xen/arm: if(pfn_valid(pfn)) call native dma_ops by Stefano Stabellini · 10 years ago
  88. 35e0be8 xen/arm: remove outer_*_range call by Stefano Stabellini · 10 years ago
  89. e9e87eb xen/arm: remove handling of XENFEAT_grant_map_identity by Stefano Stabellini · 10 years ago
  90. d50582e xen/arm: remove mach_to_phys rbtree by Stefano Stabellini · 10 years ago
  91. 340720b xen/arm: reimplement xen_dma_unmap_page & friends by Stefano Stabellini · 10 years ago
  92. 5ebc77d xen/arm: introduce XENFEAT_grant_map_identity by Stefano Stabellini · 10 years ago
  93. ac80c77 arm/xen: remove duplicate arch_gnttab_init() function by David Vrabel · 10 years ago
  94. e306e3b Merge tag 'stable/for-linus-3.17-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 10 years ago
  95. c489d98 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 10 years ago
  96. b7dd0e3 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago
  97. a91c777 xen/arm: use BUG_ON by Himangi Saraogi · 10 years ago
  98. 6ebbf2c ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+ by Russell King · 10 years ago
  99. 438b33c xen/grant-table: remove support for V2 tables by David Vrabel · 10 years ago
  100. 162e371 x86/xen: safely map and unmap grant frames when in atomic context by David Vrabel · 10 years ago