1. 74d6790 Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb by Linus Torvalds · 3 years, 8 months ago
  2. f5079a9 xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped by Stefano Stabellini · 3 years, 9 months ago
  3. a98f565 xen-swiotlb: split xen_swiotlb_init by Christoph Hellwig · 3 years, 10 months ago
  4. bce21a2 Xen/gnttab: introduce common INVALID_GRANT_{HANDLE,REF} by Jan Beulich · 3 years, 10 months ago
  5. 0f9b05b9 Xen: drop exports of {set,clear}_foreign_p2m_mapping() by Jan Beulich · 3 years, 10 months ago
  6. 8310b77 Xen/gnttab: handle p2m update errors on a per-slot basis by Jan Beulich · 3 years, 10 months ago
  7. 36bf1df xen/arm: don't ignore return errors from set_phys_to_machine by Stefano Stabellini · 3 years, 10 months ago
  8. c4295ab arm/xen: Don't probe xenbus as part of an early initcall by Julien Grall · 3 years, 11 months ago
  9. 3499ba8 xen: Fix event channel callback via INTX/GSI by David Woodhouse · 4 years ago
  10. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
  11. a09b1d7 Merge tag 'for-linus-5.10b-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 2 months ago
  12. b10d6bc arch, drivers: replace for_each_membock() with for_each_mem_range() by Mike Rapoport · 4 years, 2 months ago
  13. 5a06771 arm/arm64: xen: Fix to convert percpu address to gfn correctly by Masami Hiramatsu · 4 years, 3 months ago
  14. 9f4df96b dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  15. f88af72 xen/arm: do not setup the runstate info page if kpti is enabled by Stefano Stabellini · 4 years, 3 months ago
  16. d7b461ca xen/arm: call dma_to_phys on the dma_addr_t parameter of dma_cache_maint by Stefano Stabellini · 4 years, 6 months ago
  17. 63f0620 xen/arm: introduce phys/dma translations in xen_dma_sync_for_* by Stefano Stabellini · 4 years, 6 months ago
  18. 995d355 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device by Stefano Stabellini · 4 years, 6 months ago
  19. 297f7f8 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu by Stefano Stabellini · 4 years, 6 months ago
  20. caef73c arm/xen: remove the unused macro GRANT_TABLE_PHYSADDR by Xiaofei Tan · 4 years, 6 months ago
  21. 74f4c43 arm/xen: make _xen_start_info static by Jason Yan · 4 years, 8 months ago
  22. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  23. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  24. 88920dd xen: mm: make xen_mm_init static by Ben Dooks (Codethink) · 5 years ago
  25. e8d255e xen: mm: include <xen/xen-ops.h> for missing declarations by Ben Dooks (Codethink) · 5 years ago
  26. 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
  27. 0951570 xen/efi: have a common runtime setup function by Juergen Gross · 5 years ago
  28. ec066de arm: xen: mm: use __GPF_DMA32 for arm64 by Peng Fan · 5 years ago
  29. ade77a2 ARM: xen: unexport HYPERVISOR_platform_op function by Stefano Stabellini · 5 years ago
  30. df359f0 xen/efi: Set nonblocking callbacks by Ross Lagerwall · 5 years ago
  31. b4dca15 swiotlb-xen: simplify cache maintainance by Christoph Hellwig · 5 years ago
  32. 7b7a577 xen: remove the exports for xen_{create,destroy}_contiguous_region by Christoph Hellwig · 5 years ago
  33. 0e0d26e xen/arm: remove xen_dma_ops by Christoph Hellwig · 5 years ago
  34. efcd572 xen/arm: simplify dma_cache_maint by Christoph Hellwig · 5 years ago
  35. a8e6d95 xen/arm: use dev_is_dma_coherent by Christoph Hellwig · 5 years ago
  36. 1ccea77 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 by Thomas Gleixner · 6 years ago
  37. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  38. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  39. fe84697 xen/arm: Use p2m entry with lock protection by Hillf Danton · 6 years ago
  40. 425f1cc xen/arm: Free p2m entry if fail to add it to RB tree by Hillf Danton · 6 years ago
  41. 736706b get rid of legacy 'get_ds()' function by Linus Torvalds · 6 years ago
  42. 8d2df8a arch/arm/xen: Remove duplicate header by Souptick Joarder · 6 years ago
  43. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  44. f030aad x86/xen: Move pv specific parts of arch/x86/xen/mmu.c to mmu_pv.c by Juergen Gross · 6 years ago
  45. 1fe8388 xen: share start flags between PV and PVH by Roger Pau Monne · 7 years ago
  46. 3ad0876 xen/privcmd: add IOCTL_PRIVCMD_MMAP_RESOURCE by Paul Durrant · 7 years ago
  47. b988b8f xen: re-introduce support for grant v2 interface by Juergen Gross · 7 years ago
  48. a494ee6 arm/xen: don't inclide rwlock.h directly. by Sebastian Andrzej Siewior · 7 years ago
  49. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  50. dceb1a6 xen-swiotlb: consolidate xen_swiotlb_dma_ops by Christoph Hellwig · 8 years ago
  51. 84a0a96 arm/xen: Adjust one function call together with a variable assignment by Markus Elfring · 8 years ago
  52. d6bb4ec arm/xen: Delete an error message for a failed memory allocation in __set_phys_to_machine_multi() by Markus Elfring · 8 years ago
  53. 031229b arm/xen: Improve a size determination in __set_phys_to_machine_multi() by Markus Elfring · 8 years ago
  54. e371fd7 xen: Implement EFI reset_system callback by Julien Grall · 8 years ago
  55. fa12a87 arm/xen: Consolidate calls to shutdown hypercall in a single helper by Julien Grall · 8 years ago
  56. 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
  57. 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
  58. ab520be xen/privcmd: Add IOCTL_PRIVCMD_DM_OP by Paul Durrant · 8 years ago
  59. 69369f5 swiotlb-xen: implement xen_swiotlb_get_sgtable callback by Andrii Anisov · 8 years ago
  60. 7e91c7d swiotlb-xen: implement xen_swiotlb_dma_mmap callback by Stefano Stabellini · 8 years ago
  61. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  62. 73c1b41 cpu/hotplug: Cleanup state names by Thomas Gleixner · 8 years ago
  63. 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
  64. 24d5373 arm/xen: Use alloc_percpu rather than __alloc_percpu by Julien Grall · 8 years ago
  65. 7641842 swiotlb-xen: Enforce return of DMA_ERROR_CODE in mapping function by Alexander Duyck · 8 years ago
  66. de75abb arm/xen: fix SMP guests boot by Vitaly Kuznetsov · 8 years ago
  67. 55467de xen: change the type of xen_vcpu_id to uint32_t by Vitaly Kuznetsov · 8 years ago
  68. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  69. 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
  70. ad5475f x86/xen: use xen_vcpu_id mapping for HYPERVISOR_vcpu_op by Vitaly Kuznetsov · 8 years ago
  71. 88e957d xen: introduce xen_vcpu_id mapping by Vitaly Kuznetsov · 8 years ago
  72. 4761adb arm/xen: Convert to hotplug state machine by Richard Cochran · 8 years ago
  73. 4b5ae01 arm/xen: add support for vm_assist hypercall by Juergen Gross · 8 years ago
  74. ecb23dc xen: add steal_clock support on x86 by Juergen Gross · 9 years ago
  75. 0cac5c3 Xen: EFI: Parse DT parameters for Xen specific UEFI by Shannon Zhao · 9 years ago
  76. be1aaf4 ARM64: XEN: Add a function to initialize Xen specific UEFI runtime services by Shannon Zhao · 9 years ago
  77. 9b08aaa ARM: XEN: Move xen_early_init() before efi_init() by Shannon Zhao · 9 years ago
  78. d22cbe6 arm/xen: Get event-channel irq through HVM_PARAM when booting with ACPI by Shannon Zhao · 9 years ago
  79. 3cf4095 arm/xen: Use xen_xlate_map_ballooned_pages to setup grant table by Shannon Zhao · 9 years ago
  80. 7d5f6f8 xen/arm: set the system time in Xen via the XENPF_settime64 hypercall by Stefano Stabellini · 9 years ago
  81. e709fba xen/arm: introduce xen_read_wallclock by Stefano Stabellini · 9 years ago
  82. 72d39c6 xen/arm: introduce HYPERVISOR_platform_op on arm and arm64 by Stefano Stabellini · 9 years ago
  83. 34e3852 xen/arm: account for stolen ticks by Stefano Stabellini · 9 years ago
  84. d0164ad mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd by Mel Gorman · 9 years ago
  85. cb9644b xen/arm: don't try to re-register vcpu_info on cpu_hotplug. by Stefano Stabellini · 9 years ago
  86. d5f985c xen/arm: correct comment in enlighten.c by Juergen Gross · 9 years ago
  87. 9435cce xen/swiotlb: Add support for 64KB page granularity by Julien Grall · 9 years ago
  88. 291be10 xen/swiotlb: Pass addresses rather than frame numbers to xen_arch_need_swiotlb by Julien Grall · 9 years ago
  89. 250c9af arm/xen: Add support for 64KB page granularity by Julien Grall · 10 years ago
  90. 5ed5451 xen/grant-table: Make it running on 64KB granularity by Julien Grall · 10 years ago
  91. 57e6bbc Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm by Linus Torvalds · 9 years ago
  92. 0b61f2c arm/xen: Enable user access to the kernel before issuing a privcmd call by Julien Grall · 9 years ago
  93. a13d720 xen/privcmd: Further s/MFN/GFN/ clean-up by Julien Grall · 9 years ago
  94. 32e0987 xen: Make clear that swiotlb and biomerge are dealing with DMA address by Julien Grall · 9 years ago
  95. 7ed208e arm/xen: Drop the definition of xen_pci_platform_unplug by Julien Grall · 9 years ago
  96. 4a5b694 xen/events: Support event channel rebind on ARM by Julien Grall · 9 years ago
  97. a9fd60e xen: Include xen/page.h rather than asm/xen/page.h by Julien Grall · 10 years ago
  98. f1dddd1 xen/arm: allow console=hvc0 to be omitted for guests by Ard Biesheuvel · 10 years ago
  99. 5882bfe arm,arm64/xen: move Xen initialization earlier by Stefano Stabellini · 10 years ago
  100. 81e863c arm/xen: Correctly check if the event channel interrupt is present by Julien Grall · 10 years ago