1. 9fbaddd xen/gntdev: fix unmap notification order by Oleksandr Andrushchenko · 3 years, 1 month ago
  2. bfed9c2 xen: detect uninitialized xenbus in xenbus_init by Stefano Stabellini · 3 years, 1 month ago
  3. e1d492c xen: don't continue xenstore initialization in case of errors by Stefano Stabellini · 3 years, 1 month ago
  4. 111f775 xen-pciback: Fix return in pm_ctrl_init() by YueHaibing · 3 years, 3 months ago
  5. af7d25d xen/balloon: add late_initcall_sync() for initial ballooning done by Juergen Gross · 3 years, 2 months ago
  6. f9a855d xen/balloon: fix cancelled balloon action by Juergen Gross · 3 years, 3 months ago
  7. 13d17cc xen/privcmd: fix error handling in mmap-resource processing by Jan Beulich · 3 years, 3 months ago
  8. 35c0dfb xen/balloon: fix balloon kthread freezing by Juergen Gross · 3 years, 3 months ago
  9. 372d3e6 xen/balloon: use a kernel thread instead a workqueue by Juergen Gross · 3 years, 4 months ago
  10. dff830e xen/events: Fix race in set_evtchn_to_irq by Maximilian Heyne · 3 years, 5 months ago
  11. 064b57a xen/events: reset active flag for lateeoi events later by Juergen Gross · 3 years, 6 months ago
  12. 63a5b38 xen-pciback: reconfigure also from backend watch handler by Jan Beulich · 3 years, 7 months ago
  13. c196031 xen-pciback: redo VF placement in the virtual topology by Jan Beulich · 3 years, 7 months ago
  14. 8a7027f xen/gntdev: fix gntdev_mmap() error exit path by Juergen Gross · 3 years, 8 months ago
  15. 1d8d7e0 xen/unpopulated-alloc: fix error return code in fill_list() by Zhen Lei · 3 years, 8 months ago
  16. 0581225 xen/unpopulated-alloc: consolidate pgmap manipulation by Dan Williams · 4 years ago
  17. ceee49c xen/events: fix setting irq affinity by Juergen Gross · 3 years, 9 months ago
  18. 005c5af xen/evtchn: Change irq_info lock to raw_spinlock_t by Luca Fancellu · 3 years, 9 months ago
  19. b740e58 xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUG by Roger Pau Monne · 3 years, 9 months ago
  20. f67e524 xen/events: avoid handling the same event on two cpus at the same time by Juergen Gross · 3 years, 10 months ago
  21. 30cdb86 xen/events: don't unmask an event channel when an eoi is pending by Juergen Gross · 3 years, 10 months ago
  22. bb815894 xen/events: reset affinity of 2-level event when tearing it down by Juergen Gross · 3 years, 10 months ago
  23. 9bea436 xen-scsiback: don't "handle" error by BUG() by Jan Beulich · 3 years, 11 months ago
  24. be89a03 Xen/gntdev: correct error checking in gntdev_map_grant_pages() by Jan Beulich · 3 years, 11 months ago
  25. 1a5c227 Xen/gntdev: correct dev_bus_addr handling in gntdev_map_grant_pages() by Jan Beulich · 3 years, 11 months ago
  26. 89b0c20 arm/xen: Don't probe xenbus as part of an early initcall by Julien Grall · 3 years, 11 months ago
  27. 5f3d54c xen: Fix XenStore initialisation for XS_LOCAL by David Woodhouse · 4 years ago
  28. fa5f2e0 xen: Fix event channel callback via INTX/GSI by David Woodhouse · 4 years ago
  29. 047ea5a xen/privcmd: allow fetching resource sizes by Roger Pau Monne · 4 years ago
  30. c88347a xenbus/xenbus_backend: Disallow pending watch messages by SeongJae Park · 4 years ago
  31. 1a72241 xen/xenbus: Count pending messages for each watch by SeongJae Park · 4 years ago
  32. 6835334 xen/xenbus/xen_bus_type: Support will_handle watch callback by SeongJae Park · 4 years ago
  33. 9ae6d2f xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() by SeongJae Park · 4 years ago
  34. b4898bd xen/xenbus: Allow watches discard events before queueing by SeongJae Park · 4 years ago
  35. ee32f32 xen: don't use page->lru for ZONE_DEVICE memory by Juergen Gross · 4 years, 1 month ago
  36. ca33479 xen: add helpers for caching grant mapping pages by Juergen Gross · 4 years, 1 month ago
  37. fc0021a swiotlb: remove the tbl_dma_addr argument to swiotlb_tbl_map_single by Christoph Hellwig · 4 years, 2 months ago
  38. bd6aabc Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 2 months ago
  39. eabe741 xen/events: unmask a fifo event channel only if it was masked by Juergen Gross · 4 years, 2 months ago
  40. d04b1ae xen/events: only register debug interrupt for 2-level events by Juergen Gross · 4 years, 2 months ago
  41. 7e14cde xen/events: make struct irq_info private to events_base.c by Juergen Gross · 4 years, 2 months ago
  42. 5894048 xen: remove no longer used functions by Juergen Gross · 4 years, 2 months ago
  43. 4a5bb97 Merge tag 'for-linus-5.10b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 2 months ago
  44. 5f7f774 xen/events: block rogue events for some time by Juergen Gross · 4 years, 4 months ago
  45. e99502f xen/events: defer eoi in case of excessive number of events by Juergen Gross · 4 years, 4 months ago
  46. 7beb290 xen/events: use a common cpu hotplug hook for event channels by Juergen Gross · 4 years, 4 months ago
  47. c44b849 xen/events: switch user event channels to lateeoi model by Juergen Gross · 4 years, 4 months ago
  48. c271144 xen/pciback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  49. c8d647a xen/pvcallsback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  50. 86991b6 xen/scsiback: use lateeoi irq binding by Juergen Gross · 4 years, 4 months ago
  51. 54c9de8 xen/events: add a new "late EOI" evtchn framework by Juergen Gross · 4 years, 4 months ago
  52. f013371 xen/events: fix race in evtchn_fifo_unmask() by Juergen Gross · 4 years, 2 months ago
  53. 4d3fe31 xen/events: add a proper barrier to 2-level uevent unmasking by Juergen Gross · 4 years, 4 months ago
  54. 073d055 xen/events: avoid removing an event channel while handling it by Juergen Gross · 4 years, 4 months ago
  55. b723cae xen/xenbus: use apply_to_page_range directly in xenbus_map_ring_pv by Christoph Hellwig · 4 years, 2 months ago
  56. 1b989d5 xen/balloon: try to merge system ram resources by David Hildenbrand · 4 years, 2 months ago
  57. b611719 mm/memory_hotplug: prepare passing flags to add_memory() and friends by David Hildenbrand · 4 years, 2 months ago
  58. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
  59. 93b694d Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 4 years, 2 months ago
  60. 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, 3 months ago
  61. b7b3c01 mm/memremap_pages: support multiple ranges per invocation by Dan Williams · 4 years, 3 months ago
  62. a4574f6 mm/memremap_pages: convert to 'struct range' by Dan Williams · 4 years, 3 months ago
  63. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  64. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 3 months ago
  65. bba91dd xen: remove redundant initialization of variable ret by Jing Xiangfeng · 4 years, 3 months ago
  66. d6bbc2f xen/gntdev.c: Convert get_user_pages*() to pin_user_pages*() by Souptick Joarder · 4 years, 4 months ago
  67. 7790558 xen/gntdev.c: Mark pages as dirty by Souptick Joarder · 4 years, 4 months ago
  68. 0891fb3 xen/events: don't use chip_data for legacy IRQs by Juergen Gross · 4 years, 3 months ago
  69. efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 4 months ago
  70. b40be05 Merge branch 'for-5.10-drm-sg-fix' of https://github.com/mszyprow/linux into drm-next by Dave Airlie · 4 years, 3 months ago
  71. d1749eb xen: gntdev: fix common struct sg_table related issues by Marek Szyprowski · 4 years, 8 months ago
  72. 68beef5 Merge tag 'for-linus-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
  73. 9e2369c xen: add helpers to allocate unpopulated memory by Roger Pau Monne · 4 years, 4 months ago
  74. c8b5563 Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 4 months ago
  75. d742db7 xen/xenbus: Fix granting of vmalloc'd memory by Simon Leiner · 4 years, 4 months ago
  76. c330fb1 XEN uses irqdesc::irq_data_common::handler_data to store a per interrupt by Thomas Gleixner · 4 years, 4 months ago
  77. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  78. 0520058 Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
  79. 5fa4e6f xen/gntdev: Fix dmabuf import with non-zero sgt offset by Oleksandr Andrushchenko · 4 years, 5 months ago
  80. a13f2ef x86/xen: remove 32-bit Xen PV guest support by Juergen Gross · 4 years, 6 months ago
  81. fc80c51 Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 5 months ago
  82. 81e1133 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 5 months ago
  83. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  84. e514181 Merge tag 'for-linus-5.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 4 years, 5 months ago
  85. 63f0620 xen/arm: introduce phys/dma translations in xen_dma_sync_for_* by Stefano Stabellini · 4 years, 6 months ago
  86. 91ffe4a swiotlb-xen: introduce phys_to_dma/dma_to_phys translations by Stefano Stabellini · 4 years, 6 months ago
  87. e9aab7e swiotlb-xen: remove XEN_PFN_PHYS by Stefano Stabellini · 4 years, 6 months ago
  88. 38ba51d swiotlb-xen: add struct device * parameter to is_xen_swiotlb_buffer by Stefano Stabellini · 4 years, 6 months ago
  89. 995d355 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_device by Stefano Stabellini · 4 years, 6 months ago
  90. 297f7f8 swiotlb-xen: add struct device * parameter to xen_dma_sync_for_cpu by Stefano Stabellini · 4 years, 6 months ago
  91. d900781 swiotlb-xen: add struct device * parameter to xen_bus_to_phys by Stefano Stabellini · 4 years, 6 months ago
  92. 2cf6a91 swiotlb-xen: add struct device * parameter to xen_phys_to_bus by Stefano Stabellini · 4 years, 6 months ago
  93. ae4f0a1 swiotlb-xen: remove start_dma_addr by Stefano Stabellini · 4 years, 6 months ago
  94. 8b1e868 swiotlb-xen: use vmalloc_to_page on vmalloc virt addresses by Boris Ostrovsky · 4 years, 6 months ago
  95. f5ec672 Revert "xen/balloon: Fix crash when ballooning on x86 32 bit PAE" by Roger Pau Monne · 4 years, 5 months ago
  96. 88a479f xen/balloon: make the balloon wait interruptible by Roger Pau Monne · 4 years, 5 months ago
  97. 1951fa3 xen/balloon: fix accounting in alloc_xenballooned_pages error path by Roger Pau Monne · 4 years, 5 months ago
  98. ff669aa xen/privcmd: Convert get_user_pages*() to pin_user_pages*() by Souptick Joarder · 4 years, 6 months ago
  99. a0c34d2 xen/privcmd: Mark pages as dirty by Souptick Joarder · 4 years, 6 months ago
  100. e398fb4 xen/privcmd: Corrected error handling path by Souptick Joarder · 4 years, 6 months ago