xen.git
2022-02-08 Andrew Cooperx86/tsx: Cope with TSX deprecation on WHL-R/CFL-R
2022-02-08 Andrew Cooperx86/tsx: Move has_rtm_always_abort to an outer scope
2022-02-08 Andrew Cooperx86/spec-ctrl: Clean up MSR_MCU_OPT_CTRL handling
2022-02-08 Michal Orzeltools/configure.ac: Replace macro AC_HELP_STRING
2022-02-08 Anthony PERARDtools/libs: Fix build dependencies
2022-02-08 Juergen Grosstools/include: remove xen-external directory
2022-02-08 Juergen Grosstools/libs/evtchn: use _xen_list.h
2022-02-08 Juergen Grosstools/libs/toolcore: replace _xentoolcore_list.h with...
2022-02-08 Juergen Grosstools/libs/light: replace _libxl_list.h with _xen_list.h
2022-02-08 Juergen Grosstools/include: generate a _xen_list.h file
2022-02-07 Roger Pau Monnedom0/pvh: fix processing softirqs during memory map...
2022-02-07 Andrew Cooperxen/smp: Speed up on_selected_cpus()
2022-02-07 Andrew Cooperx86/hvm: Fix boot on systems where HVM isn't available
2022-02-04 Andrew Coopertools/guest: Fix comment regarding CPUID compatibility
2022-02-03 Roger Pau Monnéxen/pci: detect when BARs are not suitably positioned
2022-02-03 Roger Pau Monnévpci: shrink critical section in vpci_{read/write}
2022-02-02 Artem Bityutskiyx86/mwait-idle: enable interrupts before C1 on Xeons
2022-02-02 Jan Beulichmemory: XENMEM_add_to_physmap (almost) wrapping checks
2022-02-02 Sergey TemerkhanovEFI: always map EfiRuntimeServices{Code,Data}
2022-02-01 Andrew Cooperx86/vmx: Drop spec_ctrl load in VMEntry path
2022-02-01 Andrew Cooperx86/cpuid: Enable MSR_SPEC_CTRL in SVM guests by default
2022-02-01 Andrew Cooperx86/msr: AMD MSR_SPEC_CTRL infrastructure
2022-02-01 Andrew Cooperx86/svm: VMEntry/Exit logic for MSR_SPEC_CTRL
2022-02-01 Andrew Cooperx86/spec-ctrl: Use common MSR_SPEC_CTRL logic for AMD
2022-02-01 Andrew Cooperx86/spec-ctrl: Record the last write to MSR_SPEC_CTRL
2022-02-01 Andrew Cooperx86/spec-ctrl: Don't use spec_ctrl_{enter,exit}_idle...
2022-02-01 Andrew Cooperx86/spec-ctrl: Introduce new has_spec_ctrl boolean
2022-02-01 Andrew Cooperx86/spec-ctrl: Drop use_spec_ctrl boolean
2022-02-01 Andrew Cooperx86/cpuid: Advertise SSB_NO to guests by default
2022-01-31 Oleksandr Tyshchenkoiommu/arm: Remove code duplication in all IOMMU drivers
2022-01-31 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Use refcount for the micro-TLBs
2022-01-31 Juergen Grossgitignore: remove stale entries
2022-01-31 Dario Faggiolitools/libs/light: don't touch nr_vcpus_out if listing...
2022-01-31 Jan BeulichIOMMU/x86: switch to alternatives-call patching in...
2022-01-31 Jan BeulichVMX: sync VM-exit perf counters with known VM-exit...
2022-01-28 Juergen Grosspublic: add XEN_RING_NR_UNCONSUMED_*() macros to ring.h
2022-01-28 Anthony PERARDbuild: fix exported variable name CFLAGS_stack_boundary
2022-01-28 Anthony PERARDbuild: avoid re-executing the main Makefile by introduc...
2022-01-28 Anthony PERARDbuild: set XEN_BUILD_EFI earlier
2022-01-28 Stefano Stabelliniautomation: remove python-dev from debian unstable...
2022-01-27 Andrew Cooperx86/msr: Fix migration compatibility issue with MSR_SPE...
2022-01-27 Jan Beulichx86/Intel: use CPUID bit to determine PPIN availability
2022-01-27 Jan Beulichx86/cpuid: Infrastructure for leaf 7:1.ebx
2022-01-27 Andrew Cooperx86/cpuid: Disentangle logic for new feature leaves
2022-01-27 Andrew Cooperx86/vmx: Fold VMCS logic in vmx_{get,set}_segment_regis...
2022-01-27 Roger Pau Monnélibxl: force netback to wait for hotplug execution...
2022-01-27 Jan Beulichx86/Intel: IceLake D + Sapphire Rapids Xeons also suppo...
2022-01-27 Julien Grallxen: Replace arch_mfn_in_directmap() with arch_mfns_in_...
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Set IPMMU bit IMSCTLR_USE_SECGRP...
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Add Renesas R8A779F0 (R-Car S4) support
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Add utlb_offset_base
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Calculate context registers' offset...
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Add light version of Linux's ipmmu_fe...
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Add helper functions for "uTLB" registers
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Add helper functions for MMU "context...
2022-01-27 Oleksandr Tyshchenkoiommu/ipmmu-vmsa: Remove all unused register definitions
2022-01-25 Julien Grallpassthrough/x86: stop pirq iteration immediately in...
2022-01-25 Julien Grallxen/grant-table: Only decrement the refcounter when...
2022-01-25 Julien Grallxen/arm: p2m: Always clear the P2M entry when the mappi...
2022-01-25 Roger Pau Monnex86/pvh: print dom0 memory map
2022-01-25 Roger Pau Monnex86/pvh: fix population of the low 1MB for dom0
2022-01-24 Jan Beulichx86/time: drop pmt_scale_r
2022-01-24 Artem BityutskiyFrom: Artem Bityutskiy <artem.bityutskiy@linux.intel...
2022-01-24 Jan Beulichx86/mwait-idle: switch to using bool
2022-01-24 Jan Beulichx86/mwait-idle: stop exposing platform acronyms
2022-01-24 Jan Beulichx86/time: minor adjustments to init_pit()
2022-01-24 Jan Beulichx86/APIC: drop 32-bit days remnants
2022-01-24 Jan Beulichx86/APIC: no need for timer calibration when using TDT
2022-01-21 Juergen Grosstools/xenstore: fix error handling of check_store()
2022-01-21 Juergen Grosstools/xenstore: drop DEFINE_HASHTABLE_* macros and...
2022-01-21 Juergen Grosstools/xenstore: fix hashtable_expand() zeroing new...
2022-01-21 Juergen Grosstools/xenstore: merge hashtable_private.h into hashtable.c
2022-01-21 Roger Pau Monnexen/x86: import intel-family.h from Linux
2022-01-21 Juergen Grosstools/xenstore: use talloc_asprintf_append() in do_cont...
2022-01-21 Andrew Cooperx86: Fix build with the get/set_reg() infrastructure
2022-01-20 Andrew Cooperx86/hvm: Drop hvm_{get,set}_guest_bndcfgs() and use...
2022-01-20 Andrew Cooperx86/spec-ctrl: Fix NMI race condition with VT-x MSR_SPE...
2022-01-20 Andrew Cooperx86/spec-ctrl: Drop SPEC_CTRL_{ENTRY_FROM,EXIT_TO}_HVM
2022-01-20 Andrew Cooperx86/msr: Split MSR_SPEC_CTRL handling
2022-01-20 Andrew Cooperx86/guest: Introduce {get,set}_reg() infrastructure
2022-01-20 Andrew Cooperx86/hvm: Drop .is_singlestep_supported() callback
2022-01-19 Wei LiuConfig.mk: update seabios to 1.15.0
2022-01-19 Roger Pau Monnélibs/guest: move cpu policy related prototypes to xengu...
2022-01-19 Chen Yux86/mwait-idle: Adjust the SKX C6 parameters if PC6...
2022-01-19 Jan BeulichMerge branch 'staging' of xenbits.xen.org:/home/xen...
2022-01-19 Artem Bityutskiyx86/mwait-idle: add Icelake-D support
2022-01-19 Artem Bityutskiyx86/mwait-idle: update ICX C6 data
2022-01-19 Alexander Monakovx86/mwait-idle: mention assumption that WBINVD is not...
2022-01-19 Juergen Grosstools/libs/gnttab: remove old mini-os callback
2022-01-19 Juergen Grosstools/libs/evtchn: remove old mini-os callback
2022-01-19 Juergen Grossconfig: use more recent mini-os commit
2022-01-18 Juergen Grosstools/libs/ctrl: remove file related handling
2022-01-18 Juergen Grosstools/libs/gnttab: decouple more from mini-os
2022-01-18 Juergen Grosstools/libs/evtchn: decouple more from mini-os
2022-01-18 Juergen Grossconfig: use more recent mini-os commit
2022-01-17 Jan Beulichx86/APIC: mark wait_tick_pvh() __init
2022-01-17 Lukasz HawrylkoMAINTAINERS: email address update in TXT section
2022-01-17 Nick RosbrookMAINTAINERS: update my email address
2022-01-17 Jan Beulichx86/HVM: convert remaining hvm_funcs hook invocations...
2022-01-14 Jan Beulichbuild: adjust include/xen/compile.h generation
next