xen.git
2021-04-13 Jan BeulichVT-d: avoid pointless use of 64-bit constants
2021-04-13 Jan BeulichVT-d: qinval indexes are only up to 19 bits wide
2021-04-13 Jan BeulichVT-d: bring print_qi_regs() in line with print_iommu_regs()
2021-04-13 Jan BeulichVT-d: don't open-code dmar_readl()
2021-04-13 Jan BeulichVT-d: improve save/restore of registers across S3
2021-04-12 Jan Beulichx86/shadow: adjust is_pv_*() checks
2021-04-12 Jan Beulichx86/shadow: only 4-level guest code needs building...
2021-04-12 Jan Beulichx86/shadow: drop SH_type_l2h_pae_shadow
2021-04-12 Jan Beulichx86/shadow: SH_type_l2h_shadow is PV-only
2021-04-12 Jan Beulichx86/shadow: don't open-code SHF_* shorthands
2021-04-12 Jan Beulichx86/shadow: move shadow_set_l<N>e() to their own source...
2021-04-12 Jan Beulichx86/shadow: polish shadow_write_entries()
2021-04-12 Jan Beulichx86/shadow: use get_unsafe() instead of copy_from_unsafe()
2021-04-12 Jan Beulichgunzip: drop INIT{,DATA} and STATIC
2021-04-12 Jan Beulichlibxenguest: simplify kernel decompression
2021-04-12 Jan Beulichlibxenguest: drop redundant decompression declarations
2021-04-09 Andrew Cooperxen/xsm: Improve alloc/free of evtchn buckets
2021-04-09 Andrew Coopertools/libs: Simplify internal *.pc files
2021-04-09 Andrew Coopertools: Drop gettext as a build dependency
2021-04-09 Julien Grallxen/gunzip: Fix build with clang after 33bc2a8495f7
2021-04-09 Jan BeulichRevert "x86: guard against straight-line speculation...
2021-04-09 Jan Beulichhypfs: avoid effectively open-coding xzalloc_array()
2021-04-09 Jan Beulichx86/vPMU: avoid effectively open-coding xzalloc_flex_st...
2021-04-09 Jan Beulichx86/HVM: avoid effectively open-coding xzalloc_flex_str...
2021-04-09 Juergen GrossMAINTAINERS: add myself as hypfs maintainer
2021-04-09 Rahul Singhpci: move ATS code to common directory
2021-04-09 Boris Ostrovskyx86/vpt: simplify locking argument to write_{,un}lock
2021-04-09 Boris Ostrovskyx86/vpt: do not take pt_migrate rwlock in some cases
2021-04-09 Roger Pau Monnéx86/irq: simplify loop in unmap_domain_pirq
2021-04-09 Jan Beulichx86/shadow: encode full GFN in magic MMIO entries
2021-04-09 Jan Beulichx86/PV32: avoid TLB flushing after mod_l3_entry()
2021-04-09 Jan Beulichx86/PV: restrict TLB flushing after mod_l[234]_entry()
2021-04-09 Jan Beulichx86/PV: _PAGE_RW changes may take fast path of mod_l...
2021-04-09 Jan Beulichx86: limit amount of INT3 in IND_THUNK_*
2021-04-09 Jan Beulichx86: guard against straight-line speculation past RET
2021-04-09 Jan Beulichx86/PV: make post-migration page state consistent
2021-04-09 Jan Beulichlibxg: don't use max policy in xc_cpuid_xend_policy()
2021-04-09 Jan Beulichx86/CPUID: move some static masks into .init
2021-04-09 Jan Beulichx86: refine guest_mode()
2021-04-07 Julien Grallxen/page_alloc: Don't hold the heap_lock when clearing...
2021-04-07 Jan Beulichfix for_each_cpu() again for NR_CPUS=1
2021-04-06 Julien Gralltools/firmware: hvmloader: Use const in __bug() and...
2021-04-06 Julien Gralltools/xentrace: Use const whenever we point to literal...
2021-04-06 Julien Gralltools/kdd: Use const whenever we point to literal strings
2021-04-06 Julien Grallxen/x86: shadow: The return type of sh_audit_flags...
2021-04-06 Julien Grallxen/sched: Constify name and opt_name in struct scheduler
2021-04-06 Julien Grallxen: Constify the second parameter of rangeset_new()
2021-04-06 Julien Grallxen/gunzip: Allow perform_gunzip() to be called multipl...
2021-04-06 George DunlapCHANGELOG.md: irq-max-guests
2021-04-06 George DunlapCHANGELOG.md: Various entries, mostly xenstore
2021-04-06 George DunlapCHANGELOG.md: Various new entries, mostly x86
2021-04-06 George DunlapCHANGELOG.md: Mention various ARM errata
2021-04-06 George DunlapCHANGELOG.md: Some additional affordances in various...
2021-04-06 George DunlapCHANGELOG.md: xl PCI configuration doc, xenstore MTU...
2021-04-06 George DunlapCHANGELOG.md: Mention XEN_SCRIPT_DIR
2021-04-06 Jan Beulichrangeset: no need to use snprintf()
2021-04-06 Jan Beulichcommon: map_vcpu_info() cosmetics
2021-04-01 Rahul Singhxen/arm: smmuv1: Intelligent SMR allocation
2021-04-01 Rahul Singhxen/arm: smmuv1: Add a stream map entry iterator
2021-04-01 Rahul Singhxen/arm: smmuv1: Keep track of S2CR state
2021-04-01 Rahul Singhxen/arm: smmuv1: Consolidate stream map entry state
2021-04-01 Rahul Singhxen/arm: smmuv1: Handle stream IDs more dynamically
2021-04-01 Michal Orzelarm: Add Kconfig entry to select CONFIG_DTB_FILE
2021-04-01 Stefano Stabellinixen: introduce XENFEAT_direct_mapped and XENFEAT_not_di...
2021-04-01 Bertrand Marquisxen/arm: Use register_t type of cpuinfo entries
2021-04-01 Norbert Mantheyxenstore: handle daemon creation errors
2021-04-01 Norbert Mantheyxenstore_client: handle memory on error
2021-04-01 Julien Grallxen/arm: mm: flush_page_to_ram() only need to clean...
2021-04-01 Jan Beulichx86/EFI: drop stale section special casing when generat...
2021-04-01 Jan Beulichx86/ucode: log blob date also for AMD
2021-04-01 Roger Pau Monnéx86/vioapic: issue EOI to dpci when switching pin to...
2021-04-01 Roger Pau Monnéx86/vioapic: top word redir entry writes don't trigger...
2021-04-01 George DunlapCHANGELOG.md: Make PV shim smaller by factoring out...
2021-04-01 George DunlapCHANGELOG.md: Add entries for emulation
2021-04-01 George DunlapCHANGELOG.md: Add entries for CI loop
2021-04-01 George DunlapCHANGELOG.md: NetBSD lib/gnttab support
2021-04-01 George DunlapCHANGELOG.md: Add dom0/domU zstd compression support
2021-04-01 George DunlapCHANGELOG.md: Add named PCI devices
2021-04-01 George DunlapIntel Processor Trace Support: Add CHANGELOG.md and...
2021-03-30 Jan Beulichx86/shadow: replace stale literal numbers in hash_...
2021-03-30 Jan BeulichRevert "x86/shadow: replace stale literal numbers in...
2021-03-30 Jan BeulichVT-d: restore flush hooks when disabling qinval
2021-03-30 Jan BeulichVT-d: re-order register restoring in vtd_resume()
2021-03-30 Jan BeulichVT-d: leave FECTL write to vtd_resume()
2021-03-30 Jan Beulichx86: fix build when NR_CPUS == 1
2021-03-30 Roger Pau Monnéhvm/mtrr: remove unnecessary is_hvm_domain check
2021-03-30 Marek Marczykowski... public: add RING_COPY_RESPONSE()
2021-03-30 Jan Beulichxen/decompress: make helper symbols static
2021-03-30 Jan Beulichx86/shadow: replace stale literal numbers in hash_...
2021-03-29 Julien Gralltools/xenstored: Remove unnecessary define XC_WANT_COMP...
2021-03-26 Jan Beulichx86/HPET: don't enable legacy replacement mode uncondit...
2021-03-26 Ian JacksonCHANGELOG: Correct sub-section headings
2021-03-26 Andrew Coopertools/libfsimage: Bump SONAME to 4.16
2021-03-26 Tamas K Lengyelx86/mem_sharing: copy parent VM's hostp2m's max_mapped_...
2021-03-26 Roger Pau Monnéchangelog: note MSR access change
2021-03-26 Andrew CooperRevert "x86/msr: drop compatibility #GP handling in...
2021-03-26 Julien Gralldocs/misc: xenstored: Re-instate and tweak the document...
2021-03-26 Julien Gralldocs/design: Update xenstore-migration.md
2021-03-25 Andrew Cooperxen: Drop "-rc" suffix from XEN_EXTRAVERSION
2021-03-24 Ian JacksonBranching: Rerun autoconf to put version right
next