xen.git
2018-11-26 Paul Durrantviridian: fix assertion failure
2018-11-26 Jan Beulichx86emul: suppress default test harness build with incap...
2018-11-26 Jan Beulichx86emul: fix test harness 32-bit "clean" target handling
2018-11-26 Jan Beulichcommon: make sure symbols-dummy.o gets rebuilt when...
2018-11-26 Jan BeulichEFI: don't repeatedly replace symlinks
2018-11-26 Roger Pau Monnépci: add a segment parameter to pci_hide_device
2018-11-26 Roger Pau Monnévpci/msix: carve p2m hole for MSIX MMIO regions
2018-11-26 Roger Pau Monnévpci: fix deferral of long operations
2018-11-26 Roger Pau Monnévpci: fix updating the command register
2018-11-23 Andrew Cooperx86/vvmx: Don't call vmsucceed() at the end of virtual_...
2018-11-23 Andrew Cooperx86/vvmx: Fixes to VMWRITE emulation
2018-11-23 Andrew Cooperx86/vvmx: Correct the INVALID_PADDR checks for VMPTRLD...
2018-11-23 Andrew Cooperx86/vvmx: Drop unused CASE_{GET,SET}_REG() macros
2018-11-23 Jan Beulichmm: disallow MEMF_no_refcount to be passed for domain...
2018-11-23 Razvan Cojocarux86/p2m: switch global_logdirty from bool_t to bool
2018-11-23 Razvan Cojocarux86/mm: introduce p2m_{init,free}_logdirty()
2018-11-23 Len Brownx86/mwait-idle: Graceful probe failure when MWAIT is...
2018-11-23 Razvan Cojocarux86/p2m: constify p2m_mem_access_sanity_check()
2018-11-22 Andrew Cooperx86/vendor: Renumber the X86_VENDOR_ constants
2018-11-22 Andrew Cooperxen/common: Drop unnecessary #ifdef CONFIG_KEXEC
2018-11-22 Andrew Cooperxen/gnttab: Simplify gnttab_map_frame()
2018-11-22 Andrew Cooperxen/gnttab: Drop gnttab_create_{shared,status}_page()
2018-11-22 Andrew Cooperx86/p2m: Switch the two_gfns infrastructure to using...
2018-11-22 Andrew Cooperxen/mm: Drop ARM put_gfn() stub
2018-11-22 Andrew Cooperx86/mem-sharing: Don't leave the altp2m lock held when...
2018-11-22 Andrew Cooperx86/soft-reset: Drop gfn reference after calling get_gf...
2018-11-22 Julien Grallxen/arm: p2m: Introduce a helper to generate P2M table...
2018-11-22 Julien Grallxen/arm: guest_walk_tables: Switch the return to bool
2018-11-22 Julien Grallxen/arm: Allow lpae_is_{table, mapping} helpers to...
2018-11-22 Julien Grallxen/arm: Introduce helpers to get/set an MFN from/to...
2018-11-22 Jan Beulichx86emul: suppress default test harness build with incap...
2018-11-22 Sergey Dyaslix86/dom0: use MEMF_no_scrub during Dom0 construction
2018-11-22 Dario Faggiolicredit2: during scheduling, update the idle mask before...
2018-11-21 Wei Liuautomation: make clean between builds
2018-11-21 Dario Faggiolixen: sched: Credit2: avoid looping too much (over runqu...
2018-11-21 Razvan Cojocarux86/mem_access: move p2m_mem_access_sanity_check()...
2018-11-21 Jan Beulichx86: correct instances of PGC_allocated clearing
2018-11-21 Jan Beulichx86/shadow: un-hide "full" auditing code
2018-11-21 Norbert Mantheyretpoline: disable jump tables
2018-11-21 Paul Durrantiommu / p2m: add a page_order parameter to iommu_map...
2018-11-20 Wei Liuautomation: add qemu smoke test
2018-11-20 Wei Liuautomation: also specify xen binary as artifact on...
2018-11-20 Wei Liuautomation: stash default config file for artifact...
2018-11-20 Wei Liuautomation: introduce CONTAINER_NO_PULL for containerize
2018-11-20 Wei Liuautomation: fix debian-{stretch,unstable}-32-gcc-debug
2018-11-20 Wei Liutools/helpers: make gen_stub_json_config accept an...
2018-11-20 Wei Liutools: update examples/README
2018-11-20 Olaf Heringbump XEN_DOMCTL_INTERFACE_VERSION
2018-11-20 Jan Beulichx86emul: use simd_128 also for legacy vector shift...
2018-11-20 Jan Beulichx86emul: support AVX512{F,BW} packed integer arithmetic...
2018-11-20 Jan Beulichx86emul: support AVX512{F,BW} packed integer compare...
2018-11-20 Jan Beulichx86emul: support AVX512F v{,u}comis{d,s} insns
2018-11-20 Jan Beulichx86emul: support AVX512{F,DQ} FP broadcast insns
2018-11-20 Jan Beulichx86emul: support AVX512F legacy-equivalent logic insns
2018-11-20 Jan Beulichx86emul: support AVX512F fused-multiply-add insns
2018-11-20 Jan Beulichx86emul: support AVX512F misc legacy-equivalent FP...
2018-11-20 Jan Beulichx86emul: support basic AVX512F FP compare insns
2018-11-20 Jan Beulichx86emul: support AVX512DQ logic FP insns
2018-11-20 Jan Beulichx86emul: support AVX512F legacy-equivalent arithmetic...
2018-11-20 Jan Beulichx86emul: use AVX512 logic for emulating V{,P}MASKMOV*
2018-11-20 Jan Beulichx86emul: also allow running the 32-bit harness on a...
2018-11-20 Jan Beulichx86emul: test for correct EVEX Disp8 scaling
2018-11-20 Jan Beulichx86emul: support basic AVX512 moves
2018-11-20 Jan Beulichx86emul: introduce EXPECT()
2018-11-20 Jan Beulichx86/shadow: shrink struct page_info's shadow_flags...
2018-11-20 Jan Beulichx86/shadow: move OOS flag bit positions
2018-11-20 Andrew Cooperx86/mm: Don't perform flush after failing to update...
2018-11-20 Andrew Cooperx86/mm: Put the gfn on all paths after get_gfn_query()
2018-11-20 Paul Durrantx86/hvm/ioreq: use ref-counted target-assigned shared...
2018-11-20 Paul Durrantx86/hvm/ioreq: fix page referencing
2018-11-20 Jan BeulichAMD/IOMMU: suppress PTE merging after initial table...
2018-11-20 Roger Pau Monnéamd/iommu: fix flush checks
2018-11-19 Andrew Cooperautomation: Add 32bit Debian Jessie builds
2018-11-19 Andrew Cooperautomation: Add a 32bit Debian Jessie dockerfile
2018-11-19 Wei Liuautomation: properly tag x86 jobs in Gitlab CI
2018-11-19 Wei Liuautomation: introduce some RANDCONFIG tests
2018-11-19 Wei Liuautomation: refactor gitlab-ci.yaml
2018-11-19 Andrew Cooperlibx86: Work around GCC being unable to spill the PIC...
2018-11-19 Andrew Cooperx86/msr: Handle MSR_AMD64_DR{0-3}_ADDRESS_MASK in the...
2018-11-19 Andrew Cooperxen/keyhandler: Drop keyhandler_scratch
2018-11-19 Wei Liux86: fix efi.lds dependency generation
2018-11-19 Wei LiuConfig.mk: update seabios
2018-11-19 Jan Beulichx86/HVM: grow MMIO cache data size to 64 bytes
2018-11-17 Dario Faggioliautomation: build on openSUSE Leap.
2018-11-17 Dario Faggioliautomation: add openSUSE Leap dockerfile.
2018-11-16 Andrew Cooperxen/bitmap: Drop all bitmap_scn{,list}printf() infrastr...
2018-11-16 Andrew Cooperxen/x86: Use %*pb[l] instead of cpumask_scn{,list}printf()
2018-11-16 Andrew Cooperxen/common: Use %*pb[l] instead of {cpu,node}mask_scn...
2018-11-16 Andrew Cooperxen/sched: Use %*pb[l] instead of cpumask_scn{,list...
2018-11-15 Jan Beulichx86/shadow: emulate_gva_to_mfn() should respect p2m_ior...
2018-11-15 Jan Beulichx86/HVM: hvm_map_guest_frame_rw() should respect p2m_io...
2018-11-15 Jan Beulichx86/HVM: __hvm_copy() should not write to p2m_ioreq_ser...
2018-11-15 Wei Liuxen: report PV capability in sysctl and use it in toolstack
2018-11-15 Jan Beulichx86/HVM: hvmemul_cmpxchg() should also use known_gla()
2018-11-15 Jan Beulichx86/HVM: make hvmemul_map_linear_addr() honor p2m_ioreq...
2018-11-15 Razvan Cojocarux86/altp2m: propagate ept.ad changes to all active...
2018-11-15 Jan BeulichIOMMU/x86: remove indirection from certain IOMMU hook...
2018-11-15 Jan BeulichIOMMU: move inclusion point of asm/iommu.h
2018-11-15 Andrew CooperRevert "xen/arm: vgic-v3: Delay the initialization...
2018-11-15 Andrew Cooperxen/domain: Allocate d->vcpu[] earlier during domain_cr...
next