xen.git
2020-03-16 Juergen Grossspinlocks: fix placement of preempt_[dis|en]able()
2020-03-16 Juergen Grossrwlocks: call preempt_disable() when taking a rwlock
2020-03-16 Jan Beulichx86/APIC: adjust types and comments in calibrate_APIC_c...
2020-03-16 Jan Beulichkconfig: expose all{yes,no}config targets
2020-03-16 Jan BeulichAMD/IOMMU: fix off-by-one in amd_iommu_get_paging_mode...
2020-03-13 Paweł Marczewskilibxl: fix cleanup bug in initiate_domain_create()
2020-03-13 Roger Pau Monnelibfsimage: fix parentheses in macro parameters
2020-03-13 Roger Pau Monnelibfsimage: fix clang 10 build
2020-03-13 Julien Gralltools/helpers: xen-init-dom0: Mark clear_domid_history...
2020-03-13 Jason Andryukscripts: Replace tabs in locking.sh
2020-03-11 Juergen Grossrcu: fix rcu_lock_domain()
2020-03-11 Juergen Grossrcu: use rcu softirq for forcing quiescent state
2020-03-10 Jan Beulichmemaccess: reduce include dependencies
2020-03-10 Paul Durrantx86 / p2m: replace page_list check in p2m_alloc_table...
2020-03-10 Jan Beulichvmevent: reduce include dependencies
2020-03-10 Jan BeulichIOMMU: iommu_snoop is x86-only
2020-03-10 Jan BeulichIOMMU: iommu_qinval is x86-only
2020-03-10 Jan BeulichIOMMU: iommu_igfx is x86-only
2020-03-10 Jan BeulichIOMMU: iommu_intpost is x86/HVM-only
2020-03-10 Jan BeulichIOMMU: iommu_intremap is x86-only
2020-03-10 Roger Pau Monnéx86/hap: improve hypervisor assisted guest TLB flush
2020-03-10 Roger Pau Monnéx86/paging: add TLB flush hook
2020-03-10 Jan Beulichx86: refine APIC ID restriction
2020-03-10 Jan BeulichAMD/IOMMU: without XT, x2APIC needs to be forced into...
2020-03-09 George Dunlapgolang/xenlight: Fix handling of marshalling of empty...
2020-03-09 Nick Rosbrookgolang/xenlight: implement constructor generation
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
next