xen.git
2020-06-02 Andrew Cooperdocs/ucode: Extend runtime microcode loading documentation
2020-06-02 Andrew Cooperx86/ucode: Fix errors with start/end_update()
2020-06-02 Wei Liutools: update configure
2020-06-02 Wei Liu] m4: use test instead of []
2020-06-02 Juergen Grosstools: make libxenhypfs interface more future proof
2020-06-02 Juergen Grosstools: check return value of asprintf() in xenhypfs
2020-06-02 Jason AndryukCHANGELOG: Add qemu-xen linux device model stubdomains
2020-06-02 Dario Faggioliautomation: implement (rootless) podman support in...
2020-06-02 Dario Faggioliautomation: openSUSE distro names helpers for containerize
2020-06-02 Dario Faggioliautomation: update openSUSE Tumbleweed building depende...
2020-06-02 Paul Durrantlibxl: stop libxl_domain_info() consuming massive amoun...
2020-06-02 Olaf HeringINSTALL: remove TODO section
2020-06-02 Roger Pau Monnécompilers: always use _Static_assert with clang
2020-06-02 Roger Pau Monnéx86/cpu: fix build with clang 3.5
2020-06-02 Roger Pau Monnébuild32: don't discard .shstrtab in linker script
2020-06-02 Roger Pau Monnéx86/mm: do not attempt to convert _PAGE_GNTTAB to a...
2020-05-30 Andrew Cooperxen/credit2: Fix build following c/s 8e2aa76dc (take 2)
2020-05-30 Andrew Cooperx86/CET: Fix build following c/s 43b98e7190
2020-05-29 Andrew Cooperx86/shstk: Activate Supervisor Shadow Stacks
2020-05-29 Andrew Cooperx86/S3: Save and restore Shadow Stack configuration
2020-05-29 Andrew Cooperx86/entry: Adjust guest paths to be shadow stack compatible
2020-05-29 Andrew Cooperx86/EFI: Avoid mapping EFI system memory as shadow...
2020-05-29 Andrew Cooperx86/alt: Adjust _alternative_instructions() to not...
2020-05-29 Andrew Cooperx86/extable: Adjust extable handling to be shadow stack...
2020-05-29 Andrew Cooperx86/spec-ctrl: Adjust DO_OVERWRITE_RSB to be shadow...
2020-05-29 Andrew Cooperx86/cpu: Adjust reset_stack_and_jump() to be shadow...
2020-05-29 Andrew Cooperx86/cpu: Adjust enable_nmis() to be shadow stack compatible
2020-05-29 Andrew Cooperx86/shstk: Create shadow stacks
2020-05-29 Andrew Cooperx86/shstk: Rework the stack layout to support shadow...
2020-05-29 Andrew Cooperx86/traps: Implement #CP handler and extend #PF for...
2020-05-29 Andrew Cooperx86/shstk: Introduce Supervisor Shadow Stack support
2020-05-29 Andrew Cooperx86/traps: Factor out extable_fixup() and make printing...
2020-05-29 Andrew Cooperx86/traps: Clean up printing in {do_reserved,fatal...
2020-05-29 Juergen Grossxen/build: fix xen/tools/binfile
2020-05-29 Andrew Cooperarm: Fix build following c/s 8e2aa76dc
2020-05-29 Jan Beulichx86/pv: remove unnecessary toggle_guest_pt() overhead
2020-05-29 Anthony PERARDxen/build: introduce CLANG_FLAGS for testing other...
2020-05-29 Dario Faggiolixen: credit2: limit the max number of CPUs in a runqueue
2020-05-29 Dario Faggiolixen: cpupool: add a back-pointer from a scheduler to...
2020-05-29 Dario Faggiolixen: credit2: factor runqueue initialization in its...
2020-05-29 Dario Faggiolixen: credit2: factor cpu to runqueue matching in a...
2020-05-29 Andrew Cooperdocs/xl.cfg: Rewrite cpuid= section
2020-05-29 Andrew Coopertools/libxc: Restore CPUID/MSR data found in the migrat...
2020-05-29 Andrew Coopertools/libx[cl]: Plumb 'missing' through static_data_don...
2020-05-29 Andrew Cooperlibxc/save: Write X86_{CPUID,MSR}_DATA records
2020-05-29 Andrew Cooperlibxc/restore: Handle X86_{CPUID,MSR}_DATA records
2020-05-29 Andrew Cooperdocs/migration: Specify X86_{CPUID,MSR}_POLICY records
2020-05-29 Andrew Coopertools/libxl: Re-position CPUID handling during domain...
2020-05-29 Andrew Coopertools/libxl: Provide a static_data_done callback for...
2020-05-29 Andrew Cooperlibxc/save: Write a v3 stream
2020-05-29 Andrew Cooperlibxc/restore: STATIC_DATA_END inference for v2 compati...
2020-05-29 Andrew Cooperlibxc/restore: Support v3 streams and handle STATIC_DAT...
2020-05-29 Andrew Cooperpython/migration: Update validation logic to understand...
2020-05-29 Andrew Cooperdocs/migration Specify migration v3 and STATIC_DATA_END
2020-05-29 Andrew Coopertools/migration: Drop IHDR_VERSION constant from libxc...
2020-05-29 Tamas K Lengyeltools/libxl: fix setting altp2m param broken by 1e9bc407cf0
2020-05-29 Juergen Grossdocs: update xenstore-migration.md
2020-05-29 Roger Pau Monnéclang: don't define nocall
2020-05-29 Juergen Grosstools: fix Rules.mk library make variables
2020-05-29 Jan Beulichx86emul: support FXSAVE/FXRSTOR
2020-05-29 Jan Beulichx86emul: support FLDENV and FRSTOR
2020-05-29 Jan Beulichx86emul: support FNSTENV and FNSAVE
2020-05-29 Jan Beulichx86emul: support ENQCMD insns
2020-05-29 Jan Beulichx86emul: support MOVDIR{I,64B} insns
2020-05-29 Jan Beulichx86emul: disable FPU/MMX/SIMD insn emulation when !HVM
2020-05-29 Jan BeulichMerge branch 'staging' of xenbits.xen.org:/home/xen...
2020-05-29 Jan Beulichx86emul: also test decoding and mem access / write...
2020-05-29 Jan Beulichx86emul: rework CMP and TEST emulation
2020-05-29 Jan Beulichx86emul: address x86_insn_is_mem_{access,write}() omissions
2020-05-29 Andrew Cooperx86/hvm: Improve error information in handle_pio()
2020-05-29 Juergen GrossSUPPORT.md: add hypervisor file system
2020-05-29 Juergen GrossCHANGELOG: add hypervisor file system support
2020-05-29 Juergen Grossxen: remove XEN_SYSCTL_set_parameter support
2020-05-29 Juergen Grosstools/libxc: remove xc_set_parameters()
2020-05-29 Juergen Grosstools/libxl: use libxenhypfs for setting xen runtime...
2020-05-29 Juergen Grossxen: add runtime parameter access support to hypfs
2020-05-29 Juergen Grossxen: add /buildinfo/config entry to hypervisor filesystem
2020-05-29 Juergen Grossxen: provide version information in hypfs
2020-05-29 Juergen Grossxen/hypfs: make struct hypfs_entry_leaf initializers...
2020-05-29 Juergen Grosstools: add xenfs tool
2020-05-29 Juergen Grosslibs: add libxenhypfs
2020-05-29 Juergen Grossxen: add basic hypervisor filesystem support
2020-05-29 Juergen Grossdocs: add feature document for Xen hypervisor sysfs...
2020-05-29 Juergen Grossxen: add a generic way to include binary files as variables
2020-05-28 George Dunlapautomation/containerize: Add a shortcut for Debian...
2020-05-28 George Dunlapautomation: Add golang packages to various dockerfiles
2020-05-28 George Dunlapautomation/archlinux: Add 32-bit glibc headers
2020-05-28 George Dunlapgolang/xenlight: Get rid of GOPATH-based build artefacts
2020-05-28 George Dunlaplibxl: Generate golang bindings in libxl Makefile
2020-05-28 Jan BeulichVT-x: extend LBR Broadwell errata coverage
2020-05-28 Jan Beulichx86: relax LDT check in arch_set_info_guest()
2020-05-27 Stefano Stabellinixen/arm: call iomem_permit_access for passthrough devices
2020-05-27 Andrew Cooperx86/boot: Fix load_system_tables() to be NMI/#MC-safe
2020-05-27 Tamas K Lengyelx86/mem_sharing: gate enabling on cpu_has_vmx
2020-05-27 Jan Beulichx86: clear RDRAND CPUID bit on AMD family 15h/16h
2020-05-26 Andrew Cooperx86/ioemul: Rewrite stub generation to be shadow stack...
2020-05-26 George Dunlapgolang: Add a variable for the libxl source directory
2020-05-26 George Dunlapgolang: Add a minimum go version to go.mod
2020-05-25 Andrew Cooperx86/shadow: Reposition sh_remove_write_access_from_sl1p()
2020-05-25 Juergen Grossvmx: let opt_ept_ad always reflect the current setting
next