xen.git
2020-03-09 Jan BeulichVT-d: fix and extend RMRR reservation check
2020-03-06 Paul DurrantMAINTAINERS: Update my entries (again again)
2020-03-06 Roger Pau Monnéx86/hvm: allow ASID flush when v != current
2020-03-06 Anthony PERARDbuild: move as-option-add to xen/
2020-03-06 Anthony PERARDbuild: make tests in test/ directly
2020-03-06 Anthony PERARDbuild: run targets csopes,tags,.. without Rules.mk
2020-03-06 Anthony PERARDbuild: extract clean target from Rules.mk
2020-03-06 Anthony PERARDbuild: use $(clean) shorthand for clean targets
2020-03-06 Anthony PERARDbuild: use obj-y += subdir/ instead of subdir-y
2020-03-05 Andrew Cooperx86/dom0: Fix build with clang
2020-03-05 Julien Grallxen/grant-table: Remove 'led' variable in map_grant_ref
2020-03-05 Julien Grallxen/grant-table: Remove outdated warning in gnttab_grow...
2020-03-05 Julien Grallxen/x86: hap: Clean-up and harden hap_enable()
2020-03-05 Julien Grallxen/x86: hap: Fix coding style in hap_enable()
2020-03-05 Roger Pau Monnéiommu: fix check for autotranslated hardware domain
2020-03-05 Roger Pau Monnéx86/dom0: improve PVH initrd and metadata placement
2020-03-05 Wei Liux86/mm: switch to new APIs in arch_init_memory
2020-03-05 Juergen Grossallow only sizeof(bool) variables for boolean_param()
2020-03-04 Paweł Marczewskilibxl: wait for console path before firing console_avai...
2020-03-04 Wei Liuautomation: document vsyscall=emulate for old glibc
2020-03-04 Julien Grallxen/arm: Workaround clang/armclang support for register...
2020-03-03 Konrad Rzeszutek... MAINTAINERS: remove myself from REST and Public interfaces
2020-03-03 Paul DurrantMAINTAINERS: update my email address (again)
2020-03-03 Jan BeulichMAINTAINERS: Paul to co-maintain vendor-independent...
2020-03-03 Juergen Grosssched: fix error path in cpupool_unassign_cpu_start()
2020-03-03 Jan Beulichcredit2: avoid NULL deref in csched2_res_pick() when...
2020-03-02 Juergen Grossxen: do live patching only from main idle loop
2020-03-02 Tony Luckx86/mce: fix logic and comments around MSR_PPIN_CTL
2020-03-02 Tony Luckx86/mce: add Xeon Icelake to list of CPUs that support...
2020-03-02 Roger Pau Monnéxen/guest: prepare hypervisor ops to use alternative...
2020-03-02 Juergen Grossxen: make sure stop_machine_run() is always called...
2020-03-02 Jan BeulichIOMMU/x86: don't bypass softirq processing in arch_iomm...
2020-02-28 Jan BeulichAMD/IOMMU: correct handling when XT's prereq features...
2020-02-28 Roger Pau Monnéx86/smp: use a dedicated CPU mask in send_IPI_mask
2020-02-27 Oleksandr Tyshchenkoiommu/arm: Don't allow the same micro-TLB to be shared...
2020-02-27 Andrew Coopertools/libxl: Simplify callback handling in libxl-save...
2020-02-27 Andrew Cooperx86/cpuid: Introduce and use default CPUID policies
2020-02-27 Andrew Cooperx86/cpuid: Compile out unused logic/objects
2020-02-27 Andrew Cooperx86/msr: Introduce and use default MSR policies
2020-02-27 Andrew Cooperx86/msr: Compile out unused logic/objects
2020-02-27 Andrew Cooperx86/gen-cpuid: Create max and default variations of...
2020-02-27 Andrew Cooperx86/gen-cpuid: Rework internal logic to ease future...
2020-02-27 Andrew Coopertools/libxc: Simplify xc_get_static_cpu_featuremask()
2020-02-27 Andrew Cooperx86/sysctl: Don't return cpu policy data for compiled...
2020-02-27 Anthony PERARDbuild: fix section-renaming of libfdt and libelf
2020-02-27 Anthony PERARDbuild: allow to test clang .include without asm symlink
2020-02-27 Jan Beulichlibxl/PCI: align reserved device memory boundary for...
2020-02-27 Jan Beulichlibxl/PCI: pass correct "hotplug" argument to libxl__de...
2020-02-27 Jan Beulichlibxl/PCI: make "rdm=" parsing comply with documentation
2020-02-27 Jan Beulichlibxl/PCI: establish per-device reserved memory policy...
2020-02-27 Jan Beulichlibxl/PCI: honor multiple per-device reserved memory...
2020-02-26 Paul Durrantlibxl: add initializers for libxl__domid_history
2020-02-26 Olaf Heringdomctl: fix typo in comment
2020-02-26 Anthony PERARDbuild: remove use of AFLAGS-y
2020-02-26 Anthony PERARDbuild: remove confusing comment on the %.s:%.S rule
2020-02-26 Anthony PERARDMakefile: fix install-tests
2020-02-26 Anthony PERARDxen/include: remove include of Config.mk
2020-02-26 Roger Pau Monnéx86/smp: do not use scratch_cpumask when in interrupt...
2020-02-26 Roger Pau Monnéx86: track when in #MC context
2020-02-26 Roger Pau Monnéx86: track when in NMI context
2020-02-26 Roger Pau Monnéx86: introduce a nmi_count tracking variable
2020-02-26 Jan Beulichx86/vPMU: don't blindly assume IA32_PERF_CAPABILITIES...
2020-02-26 Jan Beulichx86/mm: drop p2mt parameter from map_domain_gfn()
2020-02-26 Jan BeulichSVM: drop asm/hvm/emulate.h inclusion from vmcb.h
2020-02-26 Andrew Cooperx86/sysctl: Don't return cpu policy data for compiled...
2020-02-26 Andrew Cooperx86/gen-cpuid: Fix Py2/3 compatibility
2020-02-26 Wei Xuns16550: Re-order the serial port address checking
2020-02-26 Roger Pau Monnésmp: convert cpu_hotplug_begin into a blocking lock...
2020-02-26 Roger Pau Monnérwlock: allow recursive read locking when already locke...
2020-02-26 Roger Pau Monnéatomic: add atomic_and operations
2020-02-26 Juergen Grosssched: rework credit2 run-queue allocation
2020-02-25 Wei Liux86/pvh: drop v2 suffix from pvh.pandoc
2020-02-25 Paul Durrantlibxl: fix build with older glibc
2020-02-25 Wei Liux86/dom0_build: PVH ABI is now in pvh.pandoc
2020-02-24 Paul Durrantxl: allow domid to be preserved on save/restore or...
2020-02-24 Paul Durrantxl.conf: introduce 'domid_policy'
2020-02-24 Paul Durrantlibxl: allow creation of domains with a specified or...
2020-02-24 Paul Durrantpublic/xen.h: add a definition for a 'valid domid'...
2020-02-24 Paul Durrantlibxl: add infrastructure to track and query 'recent...
2020-02-24 Andrew Cooperx86/msr: Drop {pv,hvm}_max_vcpu_msrs objects
2020-02-21 Andrew Cooperx86/msr: Start cleaning up msr-index.h
2020-02-21 Wei Xuns16550: add ACPI support for ARM only
2020-02-21 Jan Beulichx86/p2m: drop p2m_access_t parameter from set_mmio_p2m_...
2020-02-21 Jan Beulichx86/p2m: p2m_flags_to_type() deals only with "unsigned...
2020-02-21 Jan Beulichx86/p2m: adjust non-PoD accounting in p2m_pod_decrease_...
2020-02-21 Jan Beulichx86/p2m: fix PoD accounting in guest_physmap_add_entry()
2020-02-21 Andrew Cooperxen/public: Obsolete HVM_PARAM_PAE_ENABLED
2020-02-21 Andrew Cooperxen/hvm: Fix handling of obsolete HVM_PARAMs
2020-02-21 Andrew Cooperx86/splitlock: CPUID and MSR details
2020-02-21 Tamas K Lengyelx86/p2m: Allow p2m_get_page_from_gfn to return shared...
2020-02-21 Andrew Cooperxen/arm: Restrict access to most HVM_PARAM's
2020-02-21 George DunlapMAINTAINERS: Step back to designated reviewer for mm/
2020-02-21 Paul Durrantlibxl: modify libxl__logv() to only log valid domid...
2020-02-20 Andrew Cooperxen: Move async_exception_* infrastructure into x86
2020-02-20 Andrew Cooperx86/nmi: Corrections and improvements to do_nmi_stats()
2020-02-20 Andrew Cooperx86/msr: Virtualise MSR_PLATFORM_ID properly
2020-02-20 Wei LiuMAINTAINERS: make Roger VPCI maintainer
2020-02-20 Wei Liux86: introduce a new set of APIs to manage Xen page...
2020-02-20 Sander Eikelenboomtools/xentop: Cleanup some trailing whitespace
2020-02-20 Sander Eikelenboomtools/xentop: Remove dead code
next