xen.git
2016-12-02 Andrew Cooperx86/emul: Rework emulator event injection
2016-12-02 Andrew Cooperx86/emul: Remove opencoded exception generation
2016-12-02 Andrew Cooperx86/emul: Implement singlestep as a retire flag
2016-12-02 Andrew Cooperx86/emul: Always use fault semantics for software events
2016-12-02 Andrew Cooperx86/emul: Provide a wrapper to x86_emulate() to ASSERT...
2016-12-02 Andrew Cooperx86/emul: Correct the behaviour of pop %ss and interrup...
2016-12-02 Andrew Cooperx86/emul: Clean up the naming of the retire union
2016-12-02 Andrew Cooperx86/pv: Implement pv_inject_{event,page_fault,hw_except...
2016-12-02 Andrew Cooperx86/emul: Rename HVM_DELIVER_NO_ERROR_CODE to X86_EVENT...
2016-12-02 Andrew Cooperx86/emul: Rename hvm_trap to x86_event and move it...
2016-12-02 Andrew Cooperx86/emul: Simplfy emulation state setup
2016-12-02 Andrew Cooperx86/emul: Drop X86EMUL_CMPXCHG_FAILED
2016-12-02 Andrew Cooperx86/shadow: Fix #PFs from emulated writes crossing...
2016-12-02 Roger Pau Monnévtd: refuse to enable IOMMU if the PCI scan fails
2016-12-02 Roger Pau Monnéx86: split the setup of Dom0 permissions to a function
2016-12-02 Roger Pau Monnéx86/paging: introduce paging_set_allocation
2016-12-02 Roger Pau Monnéx86: allow calling {shadow/hap}_set_allocation with...
2016-12-02 Roger Pau Monnéx86: fix return value of *_set_allocation functions
2016-12-02 Boris Ostrovskyacpi: PVH guests need _E02 method
2016-12-02 Boris Ostrovskyacpi: power and sleep ACPI buttons are not emulated...
2016-12-02 Boris Ostrovskyacpi: make pmtimer optional in FADT
2016-12-02 He Chenx86/cpuid: Add AVX512_4VNNIW and AVX512_4FMAPS support
2016-12-02 Andrew Cooperx86/vmx: Shorten vmx_{get,set}_segment_register() for...
2016-12-02 Andrew Cooperx86/svm: Improve segment register printing in svm_vmcb_...
2016-12-02 Ian JacksonRe-enable hypervisor debug as part of opening 4.9
2016-12-02 Ian JacksonOpen Xen 4.9-unstable
2016-11-29 Ian JacksonConfig.mk: Drop stale QEMU_TRADITIONAL_REVISION commentary
2016-11-29 Ian JacksonMerge branch 'staging' of xenbits.xen.org:/home/xen...
2016-11-29 Ian JacksonUpdate QEMU_TRADITIONAL_REVISION and QEMU_UPSTREAM_REVI...
2016-11-29 Dario Faggiolicredit2: make runqueues be per-socket by default
2016-11-29 Julien Gralllibacpi: fix compilation when cross building the tools
2016-11-29 Wei Chenarm32: handle async aborts delivered while at HYP
2016-11-29 Wei Chenarm: crash the guest when it traps on external abort
2016-11-29 Wei Chenarm64: handle async aborts delivered while at EL2
2016-11-29 Wei Chenarm64: handle guest-generated EL1 asynchronous abort
2016-11-28 Andrew Cooperx86/cpu: reposition stack alignment check
2016-11-25 Juergen Grossremove reference to xensource.com
2016-11-25 Dario Faggioliblkif: kill some repetitions in protocol description
2016-11-25 Jan Beulichx86emul: CMOVcc always writes its destination
2016-11-25 Jan Beulichx86: re-add stack alignment check
2016-11-25 Andrew Cooperx86/vmx: Don't deliver #MC with an error code
2016-11-25 Andrew Cooperx86/emul: Don't deliver #UD with an error code
2016-11-25 Jan Beulichx86/SVM: don't deliver #GP without error code
2016-11-23 Andrew Cooperx86/hvm: Rename hvm_emulate_init() and hvm_emulate_prep...
2016-11-23 Roger Pau Monnelibxl: fix creation of pkgconf install dir
2016-11-23 Jan Beulichx86emul: in_longmode() should not ignore ->read_msr...
2016-11-23 Jan Beulichx86emul: simplify DstBitBase handling code
2016-11-23 Jan Beulichx86/HVM: correct error code writing during task switch
2016-11-23 Jan Beulichx86/HVM: limit writes to outgoing TSS during task switch
2016-11-23 Jan Beulichx86/HVM: limit writes to incoming TSS during task switch
2016-11-23 Roger Pau Monnelibelf: fix symtab/strtab loading for 32bit domains
2016-11-22 Jan Beulichx86/memshr: properly check grant references
2016-11-22 Dario Faggiolicredit2: fix wrong assert in runq_tickle()
2016-11-22 Jan Beulichx86/EFI: meet further spec requirements for runtime...
2016-11-22 Ian Jacksonpygrub: Properly quote results, when returning them...
2016-11-22 Andrew Cooperx86/svm: fix injection of software interrupts
2016-11-22 Andrew Cooperx86/emul: correct the IDT entry calculation in inject_s...
2016-11-22 Jan Beulichx86emul: fix huge bit offset handling
2016-11-22 Roger Pau Monnélibelf: fix stack memory leak when loading 32 bit symbo...
2016-11-22 Jan Beulichx86/PV: writes of %fs and %gs base MSRs require canonic...
2016-11-22 Jan Beulichx86/HVM: don't load LDTR with VM86 mode attrs during...
2016-11-22 Andrew Cooperx86/hvm: Fix the handling of non-present segments
2016-11-21 Andrew Cooperx86/hvm: Fix non-debug build folling c/s 0745f665a5
2016-11-21 Andrew Cooperx86/svm: Fix svm_nextrip_insn_length() when crossing...
2016-11-18 David VrabelMAINTAINERS: update EVENT CHANNEL and KEXEC maintainer
2016-11-16 Boris Ostrovskytools/libacpi: Be specific about which DSDT files to...
2016-11-16 Andrew Cooperx86/traps: Don't call hvm_hypervisor_cpuid_leaf() for...
2016-11-16 Andrew Cooperx86/vmx: Correct the long mode check in vmx_cpuid_inter...
2016-11-15 Ian Jacksontools/configure: Drop -lcrypto search
2016-11-15 Boris Ostrovskytools/libacpi: Re-licence remaining GPL code to LGPLv2.1
2016-11-14 Jan BeulichRevert "x86/EFI: meet further spec requirements for...
2016-11-12 Jan Beulichx86/EFI: meet further spec requirements for runtime...
2016-11-12 Boris Ostrovskylibxc/x86: Report consistent initial APIC value for...
2016-11-12 Jan Beulichx86emul: suppress alignment check for {,v}mov{d,q}
2016-11-11 Jan Beulichx86: always supply .cpuid() handler to x86_emulate()
2016-11-11 Cédric BosdonnatFix misleading indentation warnings
2016-11-11 Roger Pau Monnelibxc: fix unmap of ACPI guest memory region
2016-11-10 Jan Beulichx86emul: correct direction of FPU insn emulations
2016-11-10 Andrew Cooperx86/svm: Don't clobber eax and edx if an RDMSR intercep...
2016-11-09 Stefano StabelliniPartially revert 21550029f709072aacf3b90edd574e7d3021b400
2016-11-09 Stefano StabelliniRevert "xen/arm: platform: Drop the quirks callback"
2016-11-08 Roger Pau Monnelibxc: set rsdp pointer for PVHv2 guests
2016-11-08 Roger Pau Monnelibxc: properly account for the page offset when copyin...
2016-11-08 Jan BeulichIOMMU: release lock on new exit path
2016-11-08 Wei LiuConfig.mk: update seabios to 1.10.0
2016-11-07 Jan Beulichx86/shutdown: add fall-through comment
2016-11-07 Jan BeulichIOMMU: replace ASSERT()s checking for NULL
2016-11-07 Jan Beulichx86/traps: replace ASSERT() checking array bounds
2016-11-07 Daniel De Graafxsm: add missing permissions discovered in testing
2016-11-04 Wei Liulibxl: disallow enabling PoD and ALTP2M at the same...
2016-11-04 Wei Liulibxl: set ret in the check for nestedhvm and altp2m
2016-11-04 Andrew Coopergit: Add metadata to the result of `git archive`
2016-11-04 Wei Liuflask: build policy in different locations
2016-11-04 Luwei Kangtools/libxc: Add xstate cpuid leaf of avx512
2016-11-04 Roger Pau Monnedocs: replace hint with pointer in PVHv2 ACPI documentation
2016-11-03 Jan Beulichx86emul: {L,S}{G,I}DT ignore operand size overrides...
2016-11-03 Wei LiuRevert "libxl: disallow enabling PoD and ALTP2M at...
2016-11-03 Julien Grallxen/arm: early-printk: It should depends on CONFIG_DEBU...
2016-11-03 Roger Pau Monnedocs: document ACPI usage in PVHv2 guests
2016-11-03 Roger Pau Monnedocs: fixup PVHv2 documentation regarding AP startup
next