xen.git
2014-05-21 Jan Beulichhvmloader: also cover PCI MMIO ranges above 4G with...
2014-05-21 Sylvain Munauthotplug/linux: Fix the vif script to handle_iptable...
2014-05-21 Julien Grallxen: iommu: Define PAGE_{SHIFT, SIZE, ALIGN, MASK)_64K
2014-05-21 Julien Grallxen/arm: p2m: Clean cache PT when the IOMMU doesn't...
2014-05-21 Luis R. Rodriguezlibxc: check return values on mmap() and madvise()...
2014-05-21 Zhigang Wangdocs/man/xl.cfg.pod.5: add a missing new line and remov...
2014-05-21 Jason Andryuklibxc: Protect xc_domain_resume from clobbering domain...
2014-05-21 Julien Grallxen/arm: IRQ: Handle multiple action per IRQ
2014-05-21 Julien Grallxen/arm: IRQ: extend {request, setup}_irq to take an...
2014-05-21 Julien Grallxen: IRQ: Add dev_id parameter to release_irq
2014-05-21 Julien Grallxen/arm: Replace route_guest_dt_irq by route_guest_irq
2014-05-21 Julien Grallxen/arm: IRQ: Replace {request, setup}_dt_irq by {reque...
2014-05-21 Julien Grallxen/arm: IRQ: Store IRQ type in arch_irq_desc
2014-05-21 Wei Liulibxl_json: allow basic JSON type objects generation
2014-05-21 Wei Liulibxl_internal.h: introduce libxl__json_object_get_number
2014-05-21 Wei Liulibxl_internal.h: introduce libxl__json_object_is_...
2014-05-21 Wei Liulibxl_internal: make JSON_* types a bit-field
2014-05-21 Wei Liulibxl_internal.h: move / add some libxl defbool #define...
2014-05-21 Wei Liulibxl.h: document libxl_<type>_to_json
2014-05-21 Wei Liulibxl.h: document the paradigm of using libxl types
2014-05-21 Wei Liulibxl: fix memory leak in libxl_cpuid_dispose
2014-05-20 Jan Beulichx86/HVM: don't use confusing/non-suitable XSM checks
2014-05-20 Juergen Grossmove domain to cpupool0 before destroying it
2014-05-20 Jan BeulichVT-d: extend error report masking workaround to newer...
2014-05-20 Jan BeulichVT-d: apply quirks at device setup time rather than...
2014-05-19 Ian Jacksonlibxl: Rerun flex/bison for xl discard support
2014-05-19 Xiantao Zhangadd Yang and Kevin as the new maintainer of VT-d stuff
2014-05-19 Andrew Cooperx86/misc: post cleanup
2014-05-19 Andrew Cooperx86/irqs: move interrupt-stub generation out of C
2014-05-19 Andrew Cooperx86/boot: drop pre-C IDT patching
2014-05-19 Olaf Heringlibxl: add option for discard support to xl disk config...
2014-05-19 Jason Andryuklibxc: Free logger after printing error message
2014-05-16 Andrew Cooperx86/boot: correct CR4 setup on APs
2014-05-16 Andrew Cooperx86/boot: install trap handlers much earlier on boot
2014-05-16 Andrew Cooperx86/traps: functional prep work
2014-05-16 Andrew Cooperx86/misc: early cleanup
2014-05-16 Andrew Cooperx86/traps: make the main trap handlers safe for use...
2014-05-16 Andrew Cooperx86/traps: make panic and reboot paths safe during...
2014-05-16 Andrew Cooperx86/traps: mnemonics for system descriptor types
2014-05-15 Julien Grallxen/arm: Drop event_mask in arch_vcpu
2014-05-15 Zhigang Wangtools/python: expose xc_getcpuinfo()
2014-05-15 Fabio Fantoniautoconf: add variable for pass arbitrary options to...
2014-05-15 Fabio Fantonilibxl: add stdvga video memory setting with upstream...
2014-05-15 Fabio Fantonilibxl: fix cirrus vga video memory setting with upstrea...
2014-05-15 Andrew Cooperx86/setup: resync the boot stack 8 bytes at a time
2014-05-15 David Vrabelx86/nmi: be less verbose when testing the NMI watchdog
2014-05-15 David Vrabelx86/nmi: remove spurious local_irq_enable from check_nm...
2014-05-15 Jan Beulichx86: correct MSI_ADDR_DEST_ID_MASK
2014-05-15 Jan Beulichswitch internal hypercall restart indication from ...
2014-05-14 Ian Campbelltools: arm: remove code to check for a DTB appended...
2014-05-14 Julien Grallxen/arm: Don't give IOMMU devices to dom0 when iommu...
2014-05-14 Julien GrallMAINTAINERS: Add drivers/passthrough/arm
2014-05-14 Julien Grallxen/passthrough: Introduce IOMMU ARM architecture
2014-05-14 Julien Grallxen/passthrough: iommu: Basic support of device tree...
2014-05-14 Julien Grallxen/arm: Introduce flush_tlb_domain
2014-05-14 Kai Huangx86/MCE: bypass uninitialized vcpu in vMCE injection
2014-05-14 Julien Gralliommu: introduce arch specific code
2014-05-14 Julien Gralliommu: split generic code
2014-05-14 Julien Grallpassthrough: rework hwdom_pvh_reqs to use it also on ARM
2014-05-14 Julien Grallpassthrough: vtd: iommu_set_hwdom_mapping is VTD specific
2014-05-14 Julien Grallpassthrough: amd: rename iommu_has_feature into amd_iom...
2014-05-14 Julien Grallpassthrough: amd: Remove domain_id from hvm_iommu
2014-05-12 Andrew Cooperx86/traps: do not inline do_trap() into 10 different...
2014-05-12 Feng Wux86/tools: expose SMAP to HVM guests
2014-05-12 Feng Wux86/hvm: add SMAP support to HVM guest
2014-05-12 Feng Wux86: enable Supervisor Mode Access Prevention (SMAP...
2014-05-12 Feng WuVMX: disable SMAP feature when guest is in non-paging...
2014-05-12 Feng Wux86: temporarily disable SMAP to legally access user...
2014-05-12 Feng Wux86: clear AC bit in RFLAGS to protect Xen itself by...
2014-05-12 Feng Wux86: add support for STAC/CLAC instructions
2014-05-12 Andrew Coopertools/pygrub: Fix error handling if no valid partitions...
2014-05-12 Stefano Stabelliniclarify SHUTDOWN_suspend additional argument
2014-05-12 Andrew Coopertools/libxc: Issue individual DPRINTF()s rather than...
2014-05-12 Ian Campbellxen: arm: bitops take unsigned int
2014-05-12 Mukesh Rathorpvh dom0: Add checks and restrictions for p2m_is_foreign
2014-05-12 Paul Durrantadd the facility to limit ranges per rangeset
2014-05-12 Paul Durrantadd an implentation of asprintf() for xen
2014-05-12 Paul Durrantioreq-server: on-demand creation of ioreq server
2014-05-12 Paul Durrantioreq-server: create basic ioreq server abstraction
2014-05-12 Paul Durrantioreq-server: centralize access to ioreq structures
2014-05-12 Paul Durrantioreq-server: pre-series tidy up
2014-05-12 Edmund H WhiteNested VMX: load current_vmcs only when it exists
2014-05-08 Mukesh Rathorpvh dom0: construct_dom0 changes
2014-05-08 Yi Lix86: remove c_identify of the struct cpu_dev
2014-05-08 Roger Pau Monnégnttab: don't flush the TLB on grant ops for auto-trans...
2014-05-08 Jan Beulichx86/P2M: p2m_change_type() should pass on error from...
2014-05-08 Jan Beulichx86/P2M: pass on errors from p2m_set_entry()
2014-05-08 Jan Beulichdomctl: tighten XEN_DOMCTL_*_permission
2014-05-08 Don Slutzhvm/hpet: Detect comparator values in the past
2014-05-08 Don Slutzhvm/hpet: Prevent master clock equal to comparator...
2014-05-08 Don Slutzhvm/hpet: comparator can only change when master clock...
2014-05-08 Don Slutzhvm/hpet: Init comparator64 like comparator.
2014-05-08 Don Slutzhvm/hpet: In hpet_save, call hpet_get_comparator.
2014-05-08 Don Slutzhvm/hpet: In hpet_save, correctly compute mc64.
2014-05-08 Don Slutzhvm/hpet: Correctly limit period to a maximum.
2014-05-08 Don Slutzhvm/hpet: Only set comparator or period not both.
2014-05-08 Don Slutzhvm/hpet: Only call guest_time_hpet(h) one time per...
2014-05-08 Don Slutzhvm/hpet: Add manual unit test code.
2014-05-08 Matthew Daleyxenstat: don't leak memory in getBridge
2014-05-08 Matthew Daleyxenstat: fix unsigned less-than-0 comparison
next