xen.git
2019-11-25 George Dunlapx86/mm: Adjust linear uses / entries when a page loses...
2019-11-25 Oleksandr Grytsovlibxl: make default path to add/remove all PV devices
2019-11-25 Oleksandr Grytsovlibxl: introduce new backend type VINPUT
2019-11-23 Andrew Cooperx86/vvmx: Fix livelock with XSA-304 fix
2019-11-22 Andrew Cooperx86/livepatch: Prevent patching with active waitqueues
2019-11-22 Roger Pau Monnéx86/vlapic: allow setting APIC_SPIV_FOCUS_DISABLED...
2019-11-21 Julien Grallxen: Add missing va_end() in hypercall_create_continuat...
2019-11-21 Sergey Dyaslix86/e820: fix 640k - 1M region reservation logic
2019-11-21 Andrew Cooperx86/boot: Cache cpu_has_hypervisor very early on boot
2019-11-21 Andrew Cooperx86/boot: Remove cached CPUID data from the trampoline
2019-11-20 Anthony PERARDx86/Makefile: remove $(guard) use from $(TARGET).efi...
2019-11-20 Marek Marczykowski... efi: do not use runtime services table with efi=no-rs
2019-11-20 Andrew Cooperx86/cpuid: Fix Lisbon/Magny-Cours Opterons WRT SSSE3...
2019-11-20 Anthony PERARDconfigure: Fix test for python 3.8
2019-11-20 Ian Jacksontools/configure: Honour XEN_COMPILE_ARCH and _TARGET_...
2019-11-19 Oleksandr Grytsovlibxl: gentypes: initialise array elements in json
2019-11-19 Ian Jacksonlibxl: gentypes.py: Break out libxl_C_type_do_init
2019-11-19 Ian Jacksonlibxl: gentypes.py: Break out field_pass in ..._copy_de...
2019-11-19 Ian Jacksontools/libxl: gentypes.py: Prefer init_val to init_fn
2019-11-18 Anthony PERARDlibxl_pci: Don't hold QMP connection while waiting
2019-11-18 Anthony PERARDlibxl_qmp: Have a lock for QMP socket access
2019-11-18 Anthony PERARDlibxl: Introduce libxl__ev_immediate
2019-11-18 Anthony PERARDlibxl: libxl__ev_qmp_send now takes an egc
2019-11-18 Anthony PERARDlibxl: Introduce libxl__ev_slowlock_dispose
2019-11-18 Anthony PERARDlibxl: Rename ev_devlock to ev_slowlock
2019-11-18 Anthony PERARDlibxl: Move libxl__ev_devlock declaration
2019-11-18 Anthony PERARDlibxl: Introduce libxl__ev_child_kill_deregister
2019-11-15 Wei Liudocs: adjust xen release cycle text
2019-11-15 Anthony PERARDx86: fix race to build arch/x86/efi/relocs-dummy.o
2019-11-15 Jan BeulichAMD/IOMMU: restore DTE fields in amd_iommu_setup_domain...
2019-11-15 Jan Beulichx86emul: 16-bit XBEGIN does not truncate rIP
2019-11-15 Juergen Grosslibxl: fix device model timeout in libxl__dm_resume()
2019-11-15 George Dunlapgolang/xenlight: Fix libxl_domain_shutdown and libxl_do...
2019-11-14 Andrew Cooperxen/sched: Render sibling/core masks with %pbl to impro...
2019-11-13 Andrew CooperAMD/IOMMU: Fix crash in 'V' debugkey
2019-11-13 Andrew Cooperxen/passthrough: Render domains with %pd in the 'Q...
2019-11-12 Andrew Cooperx86/spec-ctrl: Mitigate the TSX Asynchronous Abort...
2019-11-12 Andrew Cooperx86/tsx: Introduce tsx= to use MSR_TSX_CTRL when available
2019-11-12 Andrew Cooperx86/vtx: Allow runtime modification of the exec-sp...
2019-11-12 Andrew Cooperx86/vtx: Disable executable EPT superpages to work...
2019-11-12 Andrew Cooperx86/vtd: Hide superpage support for SandyBridge IOMMUs
2019-11-12 Dario Faggiolisched: fix dom0less boot with the null scheduler
2019-11-12 Anthony PERARDlibxl: Fix libxl_retrieve_domain_configuration error...
2019-11-12 Andrew CooperAMD/IOMMU: Fix passthrough following c/s d7cfeb7c13e
2019-11-12 Paul Durranttools/hotplug: only attempt to call 'ip route' if there...
2019-11-12 Anthony PERARDlibxl: Fix setting vncpasswd to empty string
2019-11-12 Andrew Coopertools: Fix local variable block
2019-11-12 Juergen Grosssched: fix a potential issue with core scheduling
2019-11-12 Jan BeulichAMD/IOMMU: don't needlessly trigger errors/crashes...
2019-11-12 Roger Pau Monnéx86/ioapic: fix clear_IO_APIC_pin write of raw entries
2019-11-12 Roger Pau Monnéx86/ioapic: remove usage of TRUE and FALSE in clear_IO_...
2019-11-12 Stewart HildebrandMAINTAINERS: ARINC 653 scheduler maintainer updates
2019-11-01 Julien Grallxen/arm: entry: Ensure the guest state is synced when...
2019-11-01 Julien Grallxen/arm: Update the ASSERT() in SYNCHRONIZE_SERROR()
2019-11-01 Julien Grallxen/arm: asm: Replace use of ALTERNATIVE with alternati...
2019-11-01 Mark Rutlandxen/arm: alternative: add auto-nop infrastructure
2019-11-01 Julien Grallxen/arm: Allow insn.h to be called from assembly
2019-11-01 Julien Grallxen/arm: Move ARCH_PATCH_INSN_SIZE out of the header...
2019-11-01 Julien Grallxen/arm: alternative: Remove unused parameter for alter...
2019-11-01 Julien Grallxen/arm: traps: Don't ignore invalid value for serrors=
2019-11-01 Julien Grallxen/arm: Ensure the SSBD workaround is re-enabled right...
2019-11-01 Julien Grallxen/arm32: entry: Rename save_guest_regs()
2019-11-01 Julien Grallxen/arm: traps: Rework entry/exit from the guest path
2019-11-01 Julien Grallxen/arm64: entry: Check if an SError is pending when...
2019-11-01 Julien Grallxen/arm64: entry: Introduce a macro to generate guest...
2019-11-01 Julien Grallxen/arm64: entry: Avoid open-coding interrupt flags
2019-11-01 Julien Grallxen/arm: traps: Update the correct PC when inject a...
2019-11-01 Julien Gralldocs/misc: xen-command-line: Rework documentation of...
2019-11-01 Julien Grallxen/arm: traps: Rework __do_serror() documentation
2019-11-01 Julien Grallxen/arm: Remove serrors=forward
2019-11-01 Julien Gralldocs/misc: xen-command-line: Remove wrong statement...
2019-11-01 Roger Pau Monnex86/shim: copy back the result of EVTCHNOP_status
2019-11-01 Alexandru Stefan... x86/hvm: Update code in HVMOP_altp2m_set_suppress_ve
2019-11-01 Andrew Cooperx86/pv: Fix !CONFIG_PV build following XSA-299
2019-10-31 Julien Grallxen/arm64: Don't blindly unmask interrupts on trap...
2019-10-31 Julien Grallxen/arm32: Don't blindly unmask interrupts on trap...
2019-10-31 Julien Grallxen/arm32: entry: Fold the macro SAVE_ALL in the macro...
2019-10-31 Julien Grallxen/arm32: entry: Split __DEFINE_ENTRY_TRAP in two
2019-10-31 Paul Durrantpassthrough: quarantine PCI devices
2019-10-31 Julien Grallxen/arm: p2m: Don't check the return of p2m_get_root_po...
2019-10-31 Julien Grallxen/arm: p2m: Avoid off-by-one check on p2m->max_mapped_gfn
2019-10-31 Julien Grallxen/arm: p2m: Avoid aliasing guest physical frame
2019-10-31 George Dunlapx86/mm: Don't drop a type ref unless you held a ref...
2019-10-31 George Dunlapx86/mm: Fix nested de-validation on error
2019-10-31 George Dunlapx86/mm: Properly handle linear pagetable promotion...
2019-10-31 George Dunlapx86/mm: Collapse PTF_partial_set and PTF_partial_genera...
2019-10-31 George Dunlapx86/mm: Always retain a general ref on partial
2019-10-31 George Dunlapx86/mm: Have alloc_l[23]_table clear partial_flags...
2019-10-31 George Dunlapx86/mm: Rework get_page_and_type_from_mfn conditional
2019-10-31 George Dunlapx86/mm: Use flags for _put_page_type rather than a...
2019-10-31 George Dunlapx86/mm: Separate out partial_pte tristate into individu...
2019-10-31 George Dunlapx86/mm: Don't re-set PGT_pinned on a partially de-valid...
2019-10-31 George Dunlapx86/mm: L1TF checks don't leave a partial entry
2019-10-31 Jan Beulichx86/PV: check GDT/LDT limits during emulation
2019-10-31 Andrew Cooperxen/hypercall: Don't use BUG() for parameter checking...
2019-10-30 Ross Lagerwallx86/livepatch: Fail the build if duplicate symbols...
2019-10-30 Andrew Cooperx86/nospec: Rename and rework l1tf-barrier as branch...
2019-10-30 Andrew Cooperx86/nospec: Introduce CONFIG_SPECULATIVE_HARDEN_BRANCH
2019-10-30 Andrew Cooperx86/nospec: Use always_inline to fix code gen for evalu...
2019-10-29 Andrew Cooperx86/vtx: Fixes to Haswell/Broadwell LBR TSX errata
next