pub/scm/linux/kernel/git/xen/tip.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git/
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  for-linus-6.10a xen/xenbus: Use *-y instead of *-objs in Makefile (2024-05-17)
  linux-next   xen/xenbus: Use *-y instead of *-objs in Makefile (2024-05-17)
* master       Linux 6.9 (2024-05-12)
  for-linus-6.10 xen/xenbus: Use *-y instead of *-objs in Makefile (2024-05-10)
  for-linus-6.9a x86/xen: return a sane initial apic id when running as PV guest (2024-05-02)
  for-linus-6.9 xen/events: increment refcnt only if event channel is refcounted (2024-03-17)
  for-linus-6.8a xen/events: close evtchn after mapping cleanup (2024-02-13)
  for-linus-6.8 xen/gntdev: Fix the abuse of underlying struct page in DMA-buf import (2024-01-10)
  for-linus-6.7a x86/xen: add CPU dependencies for 32-bit build (2023-12-21)
  for-linus-6.7 xen-pciback: Consider INTx disabled when MSI/MSI-X is enabled (2023-10-16)
  for-linus-6.6a xen/efi: refactor deprecated strncpy (2023-09-19)
  for-linus-6.6 xen: privcmd: Add support for irqfd (2023-08-22)
  for-linus-6.5a xen: speed up grant-table reclaim (2023-07-27)
  for-linus-6.5 xen/virtio: Fix NULL deref when a bridge of PCI root bus has no parent (2023-07-04)
  for-linus-6.4 x86/pci/xen: populate MSI sysfs entries (2023-05-24)
  for-linus-6.3 x86/PVH: avoid 32-bit build warning when obtaining VGA console info (2023-03-22)
  for-linus-6.2 xen/pvcalls: free active map buffer on pvcalls_front_free_map (2023-01-09)
  for-linus-xsa-6.1 xen/netback: fix build warning (2022-12-07)
  for-linus-6.1 xen/platform-pci: use define instead of literal number (2022-11-15)
  for-linus-6.0 xen/xenbus: fix xenbus_setup_ring() (2022-09-16)
  for-linus-5.19a xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE (2022-07-11)
  for-linus-5.19 xen: replace xen_remap() with memremap() (2022-06-01)
  for-linus-5.18 arm/xen: Fix some refcount leaks (2022-04-22)
  for-linus-5.17a xen/pci: Make use of the helper macro LIST_HEAD() (2022-02-10)
  for-linus-5.17 dt-bindings: xen: Clarify "reg" purpose (2022-01-06)
  for-linus-5.16c xen/gntdev: fix unmap notification order (2021-12-10)
  for-linus-5.16b xen/balloon: fix unused-variable warning (2021-11-08)
  for-linus-5.16 xen-pciback: allow compiling on other archs than x86 (2021-10-28)
  for-linus-5.15b xen/balloon: fix cancelled balloon action (2021-10-06)
  for-linus-5.15 swiotlb-xen: drop DEFAULT_NSLABS (2021-09-14)
  for-linus-5.14 xen/events: Fix race in set_evtchn_to_irq (2021-08-12)
  for-linus-5.13b xen/events: reset active flag for lateeoi events later (2021-06-24)
  for-linus-5.13 xen/arm: introduce XENFEAT_direct_mapped and XENFEAT_not_direct_mapped (2021-04-23)
  for-linus-5.12b xen/evtchn: Change irq_info lock to raw_spinlock_t (2021-04-07)
  for-linus-5.12 xen-blkback: fix error handling in xen_blkbk_map() (2021-02-15)
  __for-linus-5.11-rc8-tag Merge tag 'for-linus-5.11-rc8-tag' of gitolite.kernel.org:pub/scm/linux/kernel/git/xen/tip into __for-linus-5.11-rc8-tag (2021-02-11)
  for-linus-5.11 arm/xen: Don't probe xenbus as part of an early initcall (2021-02-11)
  for-linus-5.10c xen: don't use page->lru for ZONE_DEVICE memory (2020-12-09)
  for-linus-5.10b x86/xen: don't unbind uninitialized lock_kicker_irq (2020-11-09)
  for-linus-5.9b arm/arm64: xen: Fix to convert percpu address to gfn correctly (2020-10-07)
  for-linus-5.10 x86/xen: Fix typo in xen_pagetable_p2m_free() (2020-09-29)
  for-linus-5.9 xen: add helpers to allocate unpopulated memory (2020-09-04)
  for-linus-5.8b xen/xenbus: Fix a double free in xenbus_map_ring_pv() (2020-07-10)
  for-linus-5.8 MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE (2020-06-08)
  for-linus-5.7 arm/xen: make _xen_start_info static (2020-04-17)
  for-linus-5.6b xen/xenbus: remove unused xenbus_map_ring() (2020-03-09)
  for-linus-5.6 xenbus: req->err should be updated before req->state (2020-03-04)
  for-linus-5.5b xen/grant-table: remove multiple BUG_ON on gnttab_interface (2019-12-20)
  for-linus-5.5a xen: Fix Kconfig indentation (2019-11-24)
  for-linus-5.4 xen: issue deprecation warning for 32-bit pv guest (2019-10-25)
  for-linus-5.5 xen: mm: make xen_mm_init static (2019-10-23)
  for-linus-5.3a xen/swiotlb: remember having called xen_create_contiguous_region() (2019-08-01)
  for-linus-5.3 xen: remove tmem driver (2019-07-15)
  for-linus-5.2b xen-blkfront: switch kcalloc to kvcalloc for large array allocation (2019-06-03)
  for-linus-5.2 xenbus: drop useless LIST_HEAD in xenbus_write_watch() and xenbus_file_write() (2019-04-23)
  for-linus-5.1b xen: Prevent buffer overflow in privcmd ioctl (2019-04-05)
  for-linus-5.1a xen: fix dom0 boot on huge systems (2019-03-08)
  for-linus-5.1 x86/xen: dont add memory above max allowed allocation (2019-02-17)
  for-linus-5.0 xen-scsiback: mark expected switch fall-through (2019-02-12)
  for-linus-4.21b pvcalls-front: fix potential null dereference (2019-01-15)
  for-linus-4.21 pvcalls-front: fix potential null dereference (2019-01-15)
  for-linus-4.20a pvcalls-front: fixes incorrect error handling (2018-11-29)
  for-linus-4.20 xen/balloon: Support xend-based toolstack (2018-10-10)
  for-linus-4.19d xen/balloon: Grammar s/Is it/It is/ (2018-09-26)
  for-linus-4.19c xen: issue warning message when out of grant maptrack entries (2018-09-18)
  for-linus-4.19b xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usage (2018-09-13)
  for-linus-4.19 xen/ACPI: don't upload Px/Cx data for disabled processors (2018-08-15)
  for-linus-4.18 xen: setup pv irq ops vector earlier (2018-07-13)
  for-linus-4.17 xen/PVH: Make GDT selectors PVH-specific (2018-05-23)
  for-linus-4.16a xen: xenbus: use put_device() instead of kfree() (2018-03-08)
  for-linus-4.16 pvcalls-front: wait for other operations to return when release passive sockets (2018-02-15)
  for-linus-4.15 xen/gntdev: Fix partial gntdev_mmap() cleanup (2018-01-10)
  for-linus-4.14c maintainers: drop Chris Wright from pvops (2017-10-27)
  for-linus-4.14b xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping (2017-09-27)
  for-linus-4.14 xen/mmu: set MMU_NORMAL_PT_UPDATE in remap_area_mfn_pte_fn (2017-08-29)
  for-linus-4.13b xen/events: Fix interrupt lost during irq_disable and irq_enable (2017-08-11)
  for-linus-4.13 xen/balloon: don't online new memory initially (2017-07-18)
  for-linus-4.12b xen/privcmd: Support correctly 64KB page granularity when mapping memory (2017-06-07)
  for-linus-4.12-rc2 xen/9pfs: fix return value check in xen_9pfs_front_probe() (2017-05-16)
  for-linus-4.12 xen/x86: Call xen_smp_intr_init_pv() on BSP (2017-04-28)
  for-linus-4.11b xenbus: remove transaction holder from list before freeing (2017-04-04)
  for-linus-4.12-pre x86/xen: remove unused static function from smp_pv.c (2017-03-28)
  for-linus-4.11 xenbus: Remove duplicate inclusion of linux/init.h (2017-02-27)
  for-linus-4.10 partially revert "xen: Remove event channel notification through Xen PCI platform device" (2017-01-13)
  for-linus-4.9 xenbus: check return value of xenbus_scanf() (2016-10-24)
  for-linus-4.8b arm/xen: fix SMP guests boot (2016-09-14)
  for-linus-4.8c-rc5 arm/xen: fix SMP guests boot (2016-09-08)
  for-linus-4.8 xen: add static initialization of steal_clock op to xen_time_ops (2016-07-26)
  for-linus-4.7b xenbus: simplify xenbus_dev_request_and_reply() (2016-07-08)
  for-linus-4.7 xen: use same main loop for counting and remapping pages (2016-05-24)
  for-linus-4.6 xen/evtchn: fix ring resize when binding new events (2016-05-04)
  for-linus-4.5 xen/pcifront: Fix mysterious crashes when NUMA locality information was extracted. (2016-02-15)
  for-linus-4.4 xen-pciback: fix up cleanup path when alloc fails (2015-12-18)
  for-linus-4.3b x86/xen/p2m: hint at the last populated P2M entry (2015-10-06)
  for-linus-4.3 xen/xenbus: Rename the variable xen_store_mfn to xen_store_gfn (2015-09-08)
  for-linus-4.2 xen/xenbus: Don't leak memory when unmapping the ring on HVM backend (2015-08-11)
  for-linus-4.1b x86/xen: don't reset vcpu_info on a cancelled suspend (2015-05-28)
  devel/for-linus-4.1 xen: Add __GFP_DMA flag when xen_swiotlb_init gets free pages on ARM (2015-04-27)
  stable/for-linus-4.1 xen/pci: Try harder to get PXM information for Xen (2015-04-15)
  stable/for-linus-4.0 xen/balloon: before adding hotplugged memory, set frames to invalid (2015-03-23)
  stable/for-linus-3.20 x86/xen: Initialize cr4 shadow for 64-bit PV(H) guests (2015-02-23)
  for-jens-3.20 xen-blkback: default to X86_32 ABI on x86 (2015-02-10)
  devel/for-linus-3.20 xen/manage: Fix USB interaction issues when resuming (2015-02-06)
  stable/for-linus-3.19 xen/manage: Fix USB interaction issues when resuming (2015-01-19)
  devel/for-linus-3.19 xen: switch to post-init routines in xen mmu.c earlier (2014-12-11)
  stable/for-linus-3.18-b xen/pci: Allocate memory for physdev_pci_device_add's optarr (2014-10-23)
  stable/for-linus-3.18 xen: avoid race in p2m handling (2014-10-17)
  devel/for-linus-3.18 xen: remove DEFINE_XENBUS_DRIVER() macro (2014-10-03)
  stable/for-linus-3.17-b xen/arm: remove mach_to_phys rbtree (2014-09-11)
  devel/for-linus-3.17 xen/pciback: Remove tons of dereferences (2014-08-01)
  stable/for-linus-3.16 x86/xen: safely map and unmap grant frames when in atomic context (2014-07-30)
  stable/for-jens-3.16 xen-blkback: defer freeing blkif to avoid blocking xenwatch (2014-05-28)
  devel/for-linus-3.16 x86/xen: map foreign pfns for autotranslated guests (2014-05-27)
  devel/for-jens-3.16 xen-blkback: defer freeing blkif to avoid blocking xenwatch (2014-05-23)
  stable/for-linus-3.15 arm64: introduce virt_to_pfn (2014-05-12)
  devel/for-linus-3.15 arm/xen: Remove definiition of virt_to_pfn in asm/xen/page.h (2014-04-24)
  stable/for-linus-3.14 Revert "xen: properly account for _PAGE_NUMA during xen pte translations" (2014-03-25)
  stable/for-jens-3.14 xen-blkfront: handle backend CLOSED without CLOSING (2014-02-07)
  devel/for-linus-3.14 xen/pvh: Set X86_CR0_WP and others in CR0 (v2) (2014-01-21)
  stable/for-linus-3.13 xen/balloon: Seperate the auto-translate logic properly (v2) (2013-12-13)
  stable/for-jens-3.13-take-two block: xen-blkfront: Fix possible NULL ptr dereference (2013-11-26)
  stable/for-jens-3.13 block: xen-blkfront: Fix possible NULL ptr dereference (2013-11-19)
  devel/for-linus-3.13 xen: delete new instances of added __cpuinit (2013-11-08)
  stable/for-linus-3.12 xen: Fix possible user space selector corruption (2013-10-10)
  stable/for-jens-3.12 xen/blkback: fix reference counting (2013-09-06)
  devel/for-linus-3.12 drivers/xen-tpmfront: Fix compile issue with missing option. (2013-08-30)
  stable/for-linus-3.11 ARM: xen: only set pm function ptrs for Xen guests (2013-08-29)
  devel/for-jens-3.12 xen-blkfront: improve aproximation of required grants per request (2013-08-13)
  xen-fixes-3.11 Enable lifecyle management (reboot, shutdown...) from the toolstack for ARM guests. (2013-07-29)

git clone https://yhbt.net/pub/scm/linux/kernel/git/xen/tip.git