xen.git
2020-10-14 Jan Beulichtools/include: drop remaining -f from ln invocations
2020-10-14 Jan Beulichtools/include: adjust x86-specific population of xen/
2020-10-14 Jan Beulichtools/include: properly install Arm public headers
2020-10-14 Jan Beulichtools/include: adjust population of public headers...
2020-10-14 Jan Beulichtools/include: fix (drop) dependencies of when to popul...
2020-10-14 Jan Beulichtools/include: adjust population of acpi/
2020-10-13 Bertrand Marquisbuild: always use BASEDIR for xen sub-directory
2020-10-13 Nick Rosbrookgolang/xenlight: standardize generated code comment
2020-10-13 Nick Rosbrookgolang/xenlight: do not hard code libxl dir in gengotyp...
2020-10-11 Juergen Grosstools/libs/store: add disclaimer to header file regardi...
2020-10-11 Jason Andryuklibxl: only query VNC when enabled
2020-10-09 Jan Beulichx86/vLAPIC: don't leak regs page from vlapic_init(...
2020-10-09 Trammell Hudsonefi: Enable booting unified hypervisor/kernel/initrd...
2020-10-09 Trammell Hudsonefi/boot.c: add handle_file_info()
2020-10-09 Trammell Hudsonefi/boot.c: add file.need_to_free
2020-10-09 Andrew Cooperx86/ucode: Trivial further cleanup
2020-10-09 Andrew Cooperx86/hvm: Correct error message in check_segment()
2020-10-09 Stefano Stabellinixen/rpi4: implement watchdog-based reset
2020-10-08 Bertrand Marquistool/libs/light: Fix libxenlight gcc warning
2020-10-08 Edwin Töröktools/ocaml/xenstored: drop the creation of the RO...
2020-10-08 Juergen Grosstools/xenstore: drop creation of read-only socket in...
2020-10-08 Juergen Grosstools: drop all deprecated usages of xs_*_open() and...
2020-10-08 Juergen Grosstools/libs/store: drop read-only functionality
2020-10-08 Juergen Grosstools/libs/store: ignore XS_OPEN_SOCKETONLY flag
2020-10-08 Juergen Grosstools/xenstore: remove socket-only option from xenstore...
2020-10-07 Wei LiuRevert "build: always use BASEDIR for xen sub-directory"
2020-10-07 Bertrand Marquisbuild: always use BASEDIR for xen sub-directory
2020-10-06 Roger Pau Monnex86/vpic: also execute dpci callback for non-specific EOI
2020-10-06 Andrew Cooperx86/S3: Restore CR4 earlier during resume
2020-10-06 Jan Beulichx86/mm: remove some indirection from {paging,sh}_cmpxch...
2020-10-06 Jan Beulichx86/mm: {paging, sh}_{cmpxchg, write}_guest_entry(...
2020-10-06 Andrew Cooperx86/cpuid: Move VMX/SVM out of the default policy
2020-10-06 Andrew Cooperx86/hvm: Drop restore boolean from hvm_cr4_guest_valid_...
2020-10-06 Andrew Cooperxen/xsm: Drop xsm_hvm_param_nested()
2020-10-06 Andrew Cooperx86/hvm: Obsolete the use of HVM_PARAM_NESTEDHVM
2020-10-06 Andrew Cooperxen/domctl: Introduce and use XEN_DOMCTL_CDF_nested_virt
2020-10-06 Andrew Cooperxen/domctl: Simplify DOMCTL_CDF_ checking logic
2020-10-06 Andrew Coopertools/libxl: Simplify DOMCTL_CDF_ flags handling in...
2020-10-02 Andrew Coopertools/libxl: Work around libvirt breakage in libxl__cpu...
2020-10-02 Laurentiu Tudorarm,smmu: match start level of page table walk with P2M
2020-10-02 Roger Pau Monnéxen/domain: check IOMMU options doesn't contain unknown...
2020-10-02 Jan Beulichevtchn: move FIFO-private struct declarations
2020-10-02 Jan Beulichevtchn/fifo: use stable fields when recording "last...
2020-10-02 Jan Beulichevtchn: cut short evtchn_reset()'s loop in the common...
2020-10-02 Jan Beulichevtchn/Flask: pre-allocate node on send path
2020-10-02 Jan Beulichx86/shim: adjust Kconfig defaults
2020-10-02 Jan Beulichx86/shim: fix build with PV_SHIM_EXCLUSIVE and SHADOW_P...
2020-10-01 Juergen Grosstools/lixenguest: hide struct elf_dom_parms layout...
2020-10-01 Juergen Grosstools/libxenguest: make xc_dom_loader interface private...
2020-10-01 Juergen Grosstools/libs: merge xenctrl_dom.h into xenguest.h
2020-10-01 Juergen Grosstools: move libxlutil to tools/libs/util
2020-10-01 Juergen Grosstools/libs: add option for library names not starting...
2020-10-01 Juergen Grosstools: rename global libxlutil make variables
2020-10-01 Juergen Grosstools/libxl: move libxenlight to tools/libs/light
2020-10-01 Andrew Cooperx86: Use LOCK ADD instead of MFENCE for smp_mb()
2020-10-01 Paul Durrantxl: implement documented '--force' option for block...
2020-10-01 Paul Durrantlibxl: provide a mechanism to define a device 'safe...
2020-09-30 Juergen Grosstools/xenstore: set maximum number of grants needed
2020-09-30 Andrew Coopertools/cpuid: Plumb nested_virt down into xc_cpuid_apply...
2020-09-30 Olaf Heringlibxc/bitops: increase potential size of bitmaps
2020-09-30 Anthony PERARDtools: Fix configure of upstream QEMU
2020-09-30 Olaf Heringtools/libxc: report malloc errors in writev_exact
2020-09-30 Trammell Hudsonefi/boot: wrap PrintStr/PrintErr to allow const CHAR16...
2020-09-30 Jan Beulichevtchn: ECS_CLOSED => ECS_FREE
2020-09-30 Jan Beulichevtchn: don't bypass unlinking pIRQ when closing port
2020-09-30 Jan Beulichevtchn/sched: reject poll requests for unusable ports
2020-09-30 Jan Beulichevtchn: refuse EVTCHNOP_status for Xen-bound event...
2020-09-29 Andrew Cooperx86/pv: Simplify emulation for the 64bit base MSRs
2020-09-29 Andrew Cooperx86/pv: Optimise to the segment context switching paths
2020-09-29 Andrew Cooperx86/pv: Optimise prefetching in svm_load_segs()
2020-09-29 Andrew Cooperx86/asm: Split __wr{fs,gs}base() out of write_{fs,gs...
2020-09-29 Andrew Cooperx86/asm: Rename FS/GS base helpers
2020-09-29 Jan Beulichx86/ELF: drop unnecessary volatile from asm()-s in...
2020-09-29 Jan Beulichx86/ELF: eliminate pointless local variable from elf_co...
2020-09-29 Jan Beulichx86/ELF: also record FS/GS bases in elf_core_save_regs()
2020-09-29 Jan Beulichx86/ELF: don't store function pointer in elf_core_save_...
2020-09-29 Jan Beulichx86/ELF: don't open-code read_sreg()
2020-09-29 Jan Beulichx86: introduce read_sregs() to allow storing to memory...
2020-09-28 Julien GrallSUPPORT.MD: Clarify the support state for the Arm SMMUv...
2020-09-28 Julien Grallxen/arm: sched: Ensure the vCPU context is seen before...
2020-09-28 Marek Marczykowski... x86/S3: fix shadow stack resume path
2020-09-28 Roger Pau Monnéx86/iommu: remove code to fetch MSI message from remap...
2020-09-28 Roger Pau Monnéx86/hpet: remove hpet_msi_read
2020-09-28 Jan Beulichcommon/Kconfig: sort HAS_*
2020-09-28 Jan BeulichEFI: some easy constification
2020-09-24 Andrew Cooperx86/pv: Don't clobber NT on return-to-guest
2020-09-24 Andrew Cooperx86/pv: Don't deliver #GP for a SYSENTER with NT set
2020-09-24 Andrew Cooperx86/msi: Fold pci_conf_write16() calls in write_msi_msg()
2020-09-23 Julien Grallxen/arm: bootfdt: Ignore empty memory bank
2020-09-23 Oleksandr TyshchenkoSUPPORT.md: Update status of Renesas IPMMU-VMSA (Arm)
2020-09-22 Jan Beulichevtchn: arrange for preemption in evtchn_reset()
2020-09-22 Jan Beulichevtchn: arrange for preemption in evtchn_destroy()
2020-09-22 Jan Beulichevtchn: address races with evtchn_reset()
2020-09-22 Jan Beulichevtchn: convert per-channel lock to be IRQ-safe
2020-09-22 Jan Beulichevtchn: evtchn_reset() shouldn't succeed with still...
2020-09-22 Jan Beulichevtchn/x86: enforce correct upper limit for 32-bit...
2020-09-22 Julien Grallxen/evtchn: Add missing barriers when accessing/allocat...
2020-09-22 Andrew Cooperx86/pv: Avoid double exception injection
2020-09-22 Jan Beulichevtchn: relax port_is_valid()
2020-09-22 Jan Beulichx86/MSI-X: restrict reading of table/PBA bases from...
next