xen.git
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...
2018-11-15 Andrew Cooperxen/domain: Move guest type checks into the arch_saniti...
2018-11-15 Andrew Cooperxen/domain: Introduce a new arch_sanitise_domain_config...
2018-11-15 Andrew Cooperxen/domain: Introduce a new sanitise_domain_config...
2018-11-14 Stefano Stabellinixen/arm: split domain_build.c
2018-11-14 Stefano Stabellinixen/arm: move kernel.h to asm-arm/
2018-11-14 Stefano Stabellinixen/arm: Allow vpl011 to be used by DomU
2018-11-14 Stefano Stabellinixen: support console_switching between Dom0 and DomUs...
2018-11-14 Stefano Stabellinixen/arm: refactor vpl011_data_avail
2018-11-14 Stefano Stabellinixen/arm: introduce a union in vpl011
2018-11-14 Stefano Stabellinixen/arm: generate vpl011 node on device tree for domU
2018-11-14 Stefano Stabellinixen/arm: make set_interrupt_ppi able to handle non-PPI
2018-11-14 Stefano Stabellinixen/arm: generate a simple device tree for domUs
2018-11-14 Stefano Stabellinixen/arm: implement construct_domU
2018-11-14 Stefano Stabellinixen/arm: introduce create_domUs
2018-11-14 Stefano Stabellinixen/arm: move unregister_init_virtual_region to init_done
2018-11-14 Stefano Stabellinixen/arm: refactor construct_dom0
2018-11-14 Stefano Stabellinixen/arm: introduce allocate_memory
2018-11-14 Stefano Stabellinixen/arm: rename allocate_memory to allocate_memory_11
2018-11-14 Stefano Stabellinixen/arm: rename get_11_allocation_size to get_allocatio...
2018-11-14 Stefano Stabellinixen/arm: add start to struct bootcmdline
2018-11-14 Stefano Stabellinixen/arm: probe domU kernels and initrds
2018-11-14 Stefano Stabellinixen/arm: don't add duplicate boot modules, introduce...
2018-11-14 Stefano Stabellinixen/arm: introduce bootcmdlines
2018-11-14 Stefano Stabellinixen/arm: check for multiboot nodes only under /chosen
2018-11-14 Stefano Stabellinixen/arm: increase MAX_MODULES
2018-11-14 Stefano Stabellinixen/arm: document dom0less
2018-11-14 Stefano Stabellinixen/arm: extend device tree based multiboot protocol
2018-11-14 Stefano Stabellinixen: allow console_io hypercalls from certain DomUs
2018-11-14 Sergey Dyaslix86/vvmx: fix I/O and MSR bitmaps mapping
2018-11-14 Sergey Dyaslix86/vvmx: correctly report vvmcs size
2018-11-14 Sergey Dyaslix86/vvmx: refactor nvmx_handle_vmclear()
2018-11-14 Sergey Dyaslix86/vvmx: add VMX_INSN_VMPTRLD_WITH_VMXON_PTR errno
2018-11-14 Sergey Dyaslix86/vvmx: correct vmfail() usage for vmptrld and vmclear
2018-11-14 Sergey Dyaslix86/vvmx: add VMX_INSN_INVEPT_INVVPID_INVALID_OP errno
2018-11-14 Sergey Dyaslix86/nestedhvm: introduce vvmcx_valid()
2018-11-14 Sergey Dyaslix86/nestedhvm: init nv_vvmcxaddr in hvm_vcpu_initialise()
2018-11-14 Andrew Cooperxen/keyhandler: Restore missing parenthesis in dump_dom...
2018-11-14 Andrew Cooperx86/hvm: Unify hvm_event_pending()'s API with the ...
2018-11-14 Roger Pau Monnex86: add myself as reviewer
2018-11-14 Sergey Dyaslimm/page_alloc: fix a typo in printk for idle scrub
2018-11-14 Christian Lindigtools/ocaml: cleanup to reduce compiler warnings
2018-11-14 Alexandru Stefan... arch/x86: Add registers to vm_event
2018-11-13 Wei Liuautomation: lift tools build restriction in build script
2018-11-13 Wei Liuautomation: add two Arm64 builds to Gitlab CI
2018-11-13 Wei Liuautomation: add debian unstable arm64v8 image
2018-11-13 Andrew Cooperlibx86: Fix 32bit stubdom build of x86_cpuid_policy_fil...
2018-11-12 Andrew Cooperx86/badpage: Fix badpage->order overflow
2018-11-12 Daniel De Graafflask/policy: allow dom0 to use PHYSDEVOP_pci_mmcfg_res...
2018-11-12 Andrew Cooperx86/cpuid: Tie SMAP to NX, for the shadow pagetable...
2018-11-12 Andrew Coopertools/x86emul: Use struct cpuid_policy in the userspace...
2018-11-12 Andrew Cooperlibx86: Split x86_cpuid_policy_fill_native() out of...
2018-11-12 Roger Pau Monnéguest/pvh: special case the low 1MB
2018-11-12 Roger Pau Monnéguest/pvh: fix handling of multiboot module list
2018-11-12 Wei Liux86: fix hvm_migrate_irq assertion
2018-11-12 Julien Grallxen/arm: gic: Relax barrier when sending an SGI
2018-11-12 George Dunlaplibxl/depriv: Remove RLIMIT_NPROC restriction
2018-11-12 Andrew Cooperx86/dom0: Avoid using 1G superpages if shadowing may...
2018-11-12 Wei Liux86: eliminate pv_post_outb_hook
2018-11-09 Julien Grallxen/arm: gic: Remove duplicated comment in do_sgi
2018-11-09 Julien Grallxen/arm: gic: Ensure ordering between read of INTACK...
2018-11-09 Julien Grallxen/arm: gic: Ensure we have an ISB between ack and...
2018-11-09 Julien Grallxen/arm: Move vgic_* helpers from gic.h to vgic.h
2018-11-09 Julien Grallxen/arm: platform: Don't include p2m.h in exynos5 and...
2018-11-09 Julien Grallxen/arm: Remove unnecessary includes in asm/current.h
2018-11-09 Julien Grallxen/arm: Remove unnecessary includes in asm-arm/acpi.h
2018-11-09 Julien Grallxen/arm: Remove unnecessary includes in asm/p2m.h
2018-11-09 Julien Grallxen/arm: Remove unnecessary includes in traps.c
next