xen.git
2021-02-04 Edwin Töröktools/oxenstored: mkdir conflicts were sometimes missed
2021-02-04 Edwin Töröktools/oxenstored: Reject invalid watch paths early
2021-02-04 Edwin Töröktools/oxenstored: Fix quota calculation for mkdir EEXIST
2021-02-04 Roger Pau Monnéx86/efi: enable MS ABI attribute on clang
2021-02-04 Jan BeulichIOREQ: fix waiting for broadcast completion
2021-02-04 Jan Beulichx86/string: correct memmove()'s forwarding to memcpy()
2021-02-03 Andrew Cooperlibs/foreignmem: Fix/simplify errno handling for map_re...
2021-02-03 Andrew Cooperlibs/foreignmem: Drop useless and/or misleading logging
2021-02-02 Jan Beulichx86/build: correctly record dependencies of asm-offsets.s
2021-02-02 Jan BeulichMerge branch 'staging' of xenbits.xen.org:/home/xen...
2021-02-02 Julien Grallmemory: fix build with COVERAGE but !HVM
2021-02-02 Andrew Cooperxenstore: Fix all builds
2021-02-02 Andrew Cooperxenstore: Fix all builds
2021-02-01 Roger Pau Monnexenstore: fix build on {Net/Free}BSD
2021-02-01 Ian Jacksonxenpmd.c: Remove hard tab
2021-02-01 Manuel Bouyerxenpmd.c: use dynamic allocation
2021-01-30 Tamas K Lengyelx86/debug: fix page-overflow bug in dbg_rw_guest_mem
2021-01-30 Andrew Cooperxen+tools: Introduce XEN_SYSCTL_PHYSCAP_vmtrace
2021-01-30 Andrew Cooperxen/memory: Indent part of acquire_resource()
2021-01-30 Andrew Cooperxen/memory: Improve compat XENMEM_acquire_resource...
2021-01-30 Andrew Cooperxen/memory: Fix acquire_resource size semantics
2021-01-30 Andrew Cooperxen/gnttab: Rework resource acquisition
2021-01-30 Andrew Cooperxen/memory: Reject out-of-range resource 'frame' values
2021-01-29 Manuel Bouyerlibs/store: make build without PTHREAD_STACK_MIN
2021-01-29 Manuel Bouyerlibs/light: pass some infos to qemu
2021-01-29 Manuel Bouyerlibs/light: make it build without setresuid()
2021-01-29 Manuel Bouyerlibs/light: fix uuid on NetBSD
2021-01-29 Manuel Bouyerlibs/light: fix tv_sec printf format
2021-01-29 Manuel Bouyerlibs/light: Switch NetBSD to QEMU_XEN
2021-01-29 Manuel Bouyerlibs/gnttab: implement on NetBSD
2021-01-29 Manuel Bouyerlibs/call: fix build on NetBSD
2021-01-29 Manuel BouyerNetBSD hotplug: fix block unconfigure on destroy
2021-01-29 Manuel BouyerNetBSD hotplug: Introduce locking functions
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make the IOREQ feature selectable on Arm
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Do not let bufioreq to be used on other...
2021-01-29 Oleksandr Tyshchenkoxen/arm: Add mapcache invalidation handling
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make x86's send_invalidate_req() common
2021-01-29 Oleksandr Tyshchenkoxen/arm: io: Harden sign extension check
2021-01-29 Oleksandr Tyshchenkoxen/arm: io: Abstract sign-extension
2021-01-29 Oleksandr Tyshchenkoxen/dm: Introduce xendevicemodel_set_irq_level DM op
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Introduce domain_has_ioreq_server()
2021-01-29 Oleksandr Tyshchenkoxen/mm: Handle properly reference in set_foreign_p2m_en...
2021-01-29 Oleksandr Tyshchenkoxen/arm: Call vcpu_ioreq_handle_completion() in check_f...
2021-01-29 Julien Grallarm/ioreq: Introduce arch specific bits for IOREQ/DM...
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Use guest_cmpxchg64() instead of cmpxchg()
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Remove "hvm" prefixes from involved function...
2021-01-29 Julien Grallxen/mm: Make x86's XENMEM_resource_ioreq_server handlin...
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Move x86's io_completion/io_req fields to...
2021-01-29 Julien Grallxen/ioreq: Make x86's IOREQ related dm-op handling...
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Move x86's ioreq_server to struct domain
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make x86's hvm_ioreq_(page/vcpu/server)...
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make x86's hvm_mmio_first(last)_byte() common
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make x86's hvm_ioreq_needs_completion()...
2021-01-29 Oleksandr Tyshchenkoxen/ioreq: Make x86's IOREQ feature common
2021-01-29 Oleksandr Tyshchenkox86/ioreq: Provide out-of-line wrapper for the handle_m...
2021-01-29 Oleksandr Tyshchenkox86/ioreq: Add IOREQ_STATUS_* #define-s and update...
2021-01-29 Oleksandr Tyshchenkox86/ioreq: Prepare IOREQ feature for making it common
2021-01-29 Rahul Singhxen/arm: smmuv3: Disable the SMMUv3 driver when ACPI...
2021-01-29 Roger Pau Monnéx86/pvh: pass module command line to dom0
2021-01-29 Igor Druzhininviridian: allow vCPU hotplug for Windows VMs
2021-01-29 Igor Druzhininviridian: remove implicit limit of 64 VPs per partition
2021-01-29 Norbert Kamińskix86: Support booting under Secure Startup via SKINIT
2021-01-29 Andrew Cooperx86/svm: Reimplement VMRUN/STGI/CLGI with new asm-defns...
2021-01-29 Andrew Cooperx86/smpboot: Allow making an INIT IPI conditional
2021-01-29 Andrew Cooperx86/smpboot: Re-position the call to tboot_wake_ap()
2021-01-29 Jan Beulichx86/HVM: re-order error path of hvm_domain_initialise()
2021-01-29 Jan Beulichmemory: bail from page scrubbing when CPU is no longer...
2021-01-29 Roger Pau Monnélibs/foreignmemory: fix MiniOS build
2021-01-29 Stefano Stabellinixen: add (EXPERT) to one-line description of XEN_SHSTK
2021-01-29 Stefano Stabellinixen: EXPERT clean-up and introduce UNSUPPORTED
2021-01-28 Andrew Cooperx86/boot: Drop 'noapic' suggestion from check_timer()
2021-01-28 Ian Jacksonxen-release-management doc: More info on schedule
2021-01-28 Manuel BouyerFix error: array subscript has type 'char'
2021-01-28 Andrew Cooperxen/memory: Clarify the XENMEM_acquire_resource ABI...
2021-01-28 Andrew Coopertools/foreignmem: Support querying the size of a resource
2021-01-28 Manuel Bouyerlibs/foreignmemory: Implement on NetBSD
2021-01-27 Andrew Cooperx86/ucode: Introduce ucode=allow-same for testing purposes
2021-01-27 Andrew Cooperx86/ucode/intel: Fix handling of microcode revision
2021-01-27 Andrew Cooperx86/ucode: Break out compare_revisions() from existing...
2021-01-27 Andrew Cooperx86/timer: Fix boot on Intel systems using ITSSPRC...
2021-01-27 Juergen GrossMAINTAINERS: fix entry for LIBXENLIGHT
2021-01-27 Jan Beulichxenstored: fix build on libc without O_CLOEXEC
2021-01-27 Jan Beulichlibxlutil: avoid almost-undefined behavior
2021-01-27 Jan Beulichlibxenguest: drop now unused le32_to_cpup() from lz4...
2021-01-27 Jan Beulichx86/PV: use 64-bit subtract to adjust guest RIP upon...
2021-01-27 Jan Beulichevtchn: don't pointlessly use get_domain()
2021-01-26 Roger Pau Monnéx86/vmsi: tolerate unsupported MSI address/data fields
2021-01-26 Jan Beulichtools/libs: honor build dependencies for recently moved...
2021-01-26 Jan Beulichxen/include: compat/xlat.h may change with .config...
2021-01-26 Jan Beulichlibxenguest: "standardize" LZO kernel decompression...
2021-01-26 Jan Beulichlibxenguest: support zstd compressed kernels
2021-01-26 Jan Beulichlibxenguest: add get_unaligned_le32()
2021-01-26 Jan Beulichx86/shadow: use __put_user() instead of __copy_to_user()
2021-01-26 Roger Pau Monnex86/msr: Don't inject #GP when trying to read FEATURE_C...
2021-01-26 Andrew Cooperx86/pv: Inject #UD for missing SYSCALL callbacks
2021-01-25 Paul Durrantdocs/migration: add missing definitions to libxc-migrat...
2021-01-25 Juergen Grosstools/xenstore: fix use after free bug in xenstore_control
2021-01-23 Rahul Singhxen/arm: smmuv3: Add support for SMMUv3 driver
2021-01-23 Rahul Singhxen/arm: smmuv3: Replace linux functions with xen funct...
2021-01-23 Rahul Singhxen/arm: smmuv3: Use fallthrough pseudo-keyword
next