xen.git
2017-12-12 Julien Grallxen/arm: domain_build: Rework initrd_load to use the...
2017-12-12 Julien Grallxen/arm: kernel: Rework kernel_zimage_load to use the...
2017-12-12 Julien Grallxen/arm: Introduce copy_to_guest_phys_flush_dcache
2017-12-12 Julien Grallxen/arm: Extend copy_to_guest to support copying from...
2017-12-12 Julien Grallxen/arm: guest_copy: Extend the prototype to pass the...
2017-12-12 Julien Grallxen/arm: Extend copy_to_guest to support zeroing guest...
2017-12-12 Julien Grallxen/arm: Extend copy_to_guest to support copying from...
2017-12-12 Julien Grallxen/arm: raw_copy_to_guest_helper: Rework the prototype...
2017-12-12 Julien Grallxen/arm: raw_copy_to_guest_helper: Rename flush_dcache...
2017-12-12 Jan Beulichx86/mm: drop bogus paging mode assertion
2017-12-12 Jan Beulichx86emul: build SIMD tests with -Os
2017-12-12 Daniel Kiperx86/mb2: avoid Xen image when looking for module/crashk...
2017-12-12 Jan Beulichx86/paging: don't unconditionally BUG() on finding...
2017-12-12 Jan Beulichx86/shadow: fix ref-counting error handling
2017-12-12 Jan Beulichx86/shadow: fix refcount overflow check
2017-12-12 Jan Beulichx86/mm: don't wrongly set page ownership
2017-12-12 Jan Beulichx86: don't wrongly trigger linear page table assertion (2)
2017-12-11 Julien Grallxen/arm32: mm: Rework is_xen_heap_page to avoid nameclash
2017-12-11 Julien Grallxen/arm: domain_build: Clean-up insert_11_bank
2017-12-08 Andre PrzywaraARM: VGIC: move gic_remove_irq_from_queues()
2017-12-08 Julien Grallxen/arm: gic-v3: Bail out if gicv3_cpu_init fail
2017-12-08 Julien Grallxen/arm: Surround HSR_SYSREG macro value with ()
2017-12-08 Andre PrzywaraARM: vGIC: fix nr_irq definition
2017-12-08 Andre PrzywaraARM: remove unneeded gic.h inclusions
2017-12-08 Julien Grallxen/arm: bootfdt: Use proper default for #address-cells...
2017-12-07 Julien Grallxen/arm64: head.S: Introduce macro to load the physical...
2017-12-07 Julien Grallxen/arm: Remove unused fixmap slots
2017-12-07 Jan Beulichx86: rename DIRTY_GS_BASE_USER
2017-12-07 Jan Beulichmm: don't use domain_shutdown() when re-offlining a...
2017-12-07 Jan Beulichpdx: correct indentation
2017-12-06 Jan Beulichx86/HVM: don't retain emulated insn cache when exiting...
2017-12-05 Jan Beulichdrop stray .0 from hypervisor version
2017-12-05 Jan Beulichx86: don't ignore foreigndom on L2/L3/L4 page table...
2017-12-05 Jan Beulichx86: tighten MMU_*PT_UPDATE* check and combine error...
2017-12-05 Jan Beulichx86/mm: drop yet another relic of translated PV domains...
2017-12-05 Jan Beulichx86/HVM: tighten re-issue check in hvmemul_do_io()
2017-12-05 Jan BeulichXSM/flask: constification of IRQ mapping interfaces
2017-12-05 Jan Beulichx86/MSI: leverage local variables
2017-12-05 Daniel Kiperefi: use ROUNDUP() macro instead of open code
2017-12-04 Jan Beulichgnttab: improve GNTTABOP_cache_flush locking
2017-12-04 Jan Beulichgnttab: correct GNTTABOP_cache_flush empty batch handling
2017-12-04 Roger Pau Monnépci: introduce a type to store a SBDF
2017-12-04 Roger Pau Monnéx86/pio: allow internal PIO handlers to return RETRY
2017-12-04 Gregory Herrerolibelf: allow having HYPERCALL_PAGE entry before VIRT_B...
2017-12-04 Zhenzhong Duanx86/physdev: remove redundant code in branch MAP_PIRQ_T...
2017-12-04 David Eslerx86/boot: rename send_chr to print_err
2017-12-01 Brian Woodsx86/svm: Add virtual GIF support
2017-12-01 Brian Woodsx86/svm: Add virtual GIF feature definition
2017-12-01 Andrew Cooperx86/traps: Drop redundant printk() in fatal_trap()
2017-12-01 Andrew Cooperx86/vmx: Drop more PVHv1 remenants
2017-12-01 Boris Ostrovskyx86/pvh: Do not add DSDT and FACS to PVH dom0 XSDT
2017-12-01 Euan Harrisx86/vvmx: Remove enum vmx_regs_enc
2017-12-01 Sergey Dyaslix86/vvmx: don't enable vmcs shadowing for nested guests
2017-12-01 Brian Woodsx86/svm: add virtual VMLOAD/VMSAVE support
2017-12-01 Brian Woodsx86/svm: add virtual VMLOAD/VMSAVE feature definition
2017-12-01 Brian Woodsx86/svm: rename lbr control field in vmcb
2017-12-01 Haozhong Zhangx86_64/mm: drop redundant MFN to page conventions in...
2017-12-01 Andrew Cooperx86/vmx: Don't use rdmsr() to fill HOST_SYSENTER_{CS...
2017-12-01 Andrew Cooperx86/vmx: Don't rewrite HOST_TR_SELECTOR on every contex...
2017-12-01 Andrew Cooperx86/pv: Misc improvements to pv_destroy_gdt()
2017-12-01 Andrew Cooperx86/pv: Use DIV_ROUND_UP() when converting between...
2017-12-01 Andrew Cooperx86/pv: Move compat_set_gdt() to be beside do_set_gdt()
2017-12-01 Andrew Cooperx86/pv: Factor out the calculation of LDT/GDT descripto...
2017-12-01 Andrew Cooperxen/pv: Construct d0v0's GDT properly
2017-12-01 Andrew Cooperx86/ldt: Alter how invalidate_shadow_ldt() deals with...
2017-12-01 Andrew Cooperxen/x86: Introduce static inline wrappers for l{idt...
2017-12-01 Andrew Cooperx86/smp: Rework cpu_smpboot_alloc() to cope with more...
2017-12-01 Paul Durrantx86/hvm: fix interaction between internal and external...
2017-12-01 Andrew Cooperx86: Avoid corruption on migrate for vcpus using CPUID...
2017-12-01 Ian JacksonREADME, Makefiles, Config.mk: Update for branching...
2017-11-29 Andrew CooperRevert "xen/arm: domain_builder: irq sanity check logic...
2017-11-28 Stewart Hildebrandxen/arm: domain_builder: irq sanity check logic fix
2017-11-28 Andre Przywaraarm64: ITS: fix cacheability adjustment
2017-11-28 Ian Jacksontools: xentoolcore_restrict_all: Do deregistration...
2017-11-28 Jan Beulichimprove XENMEM_add_to_physmap_batch address checking
2017-11-28 Jan Beulichx86: check paging mode earlier in xenmem_add_to_physmap...
2017-11-28 Jan Beulichx86: replace bad ASSERT() in xenmem_add_to_physmap_one()
2017-11-28 George Dunlapp2m: Check return value of p2m_set_entry() when decreas...
2017-11-28 George Dunlapp2m: Always check to see if removing a p2m entry actual...
2017-11-28 Julien Grallx86/pod: prevent infinite loop when shattering large...
2017-11-27 George DunlapSUPPORT.md: Add statement on PCI passthrough
2017-11-27 George DunlapSUPPORT.md: Add secondary memory management features
2017-11-27 George DunlapSUPPORT.md: Add Security-releated features
2017-11-27 George DunlapSUPPORT.md: Add 'easy' HA / FT features
2017-11-27 George DunlapSUPPORT.md: Add Debugging, analysis, crash post-portem
2017-11-27 George DunlapSUPPORT.md: Add ARM-specific virtual hardware
2017-11-27 George DunlapSUPPORT.md: Add x86-specific virtual hardware
2017-11-27 George DunlapSUPPORT.md: Add virtual devices common to ARM and x86
2017-11-27 George DunlapSUPPORT.md: Toolstack core
2017-11-23 George DunlapSUPPORT.md: Add scalability features
2017-11-23 George DunlapSUPPORT.md: Add core ARM features
2017-11-23 George DunlapSUPPORT.md: Add some x86 features
2017-11-23 George DunlapSUPPORT.md: Add core functionality
2017-11-23 George DunlapIntroduce skeleton SUPPORT.md
2017-11-23 Jan Beulichx86emul/test: keep compiler from using {x,y,z}mm regist...
2017-11-23 Jan Beulichsync CPU state upon final domain destruction
2017-11-21 Andrew Cooperx86/hvm: Don't corrupt the HVM context stream when...
2017-11-21 Andrew Coopertools/libxc: Fix restoration of PV MSRs after migrate
2017-11-16 Adrian Popx86/hvm: Fix altp2m_vcpu_enable_notify error handling
2017-11-16 Andrew Cooperx86/shadow: correct SH_LINEAR mapping detection in...
next