xen.git
2017-03-01 Andrew Cooperefi/boot: Don't free ebmalloc area at all
2017-03-01 Jan Beulichx86/Viridian: switch away from temporary 32-bit registe...
2017-03-01 Jan Beulichx86/SVM: switch away from temporary 32-bit register...
2017-03-01 Jan Beulichx86/HVMemul: switch away from temporary 32-bit register...
2017-03-01 Jan Beulichx86/HVM: switch away from temporary 32-bit register...
2017-03-01 Jan Beulichx86: switch away from temporary 32-bit register names
2017-03-01 Jan Beulichx86: re-introduce non-underscore prefixed 32-bit regist...
2017-03-01 Haozhong Zhangx86/hvm: check HAP before enabling nested VMX
2017-03-01 Haozhong Zhangx86: ensure copying runstate/time to L1 rather than L2
2017-03-01 Venu Busireddyiommu: elaborate the usage of RMRR specification on...
2017-03-01 Chao Gaopassthrough: reject self-(de)assignment of devices
2017-02-28 Stefano Stabellinixen/arm: warn if dom0_mem is not specified
2017-02-28 Roger Pau Monnexl: fix compilation of xl_migrate.c
2017-02-28 Andrew Cooperx86/layout: Correct Xen's idea of its own memory layout
2017-02-28 Juergen Grossxenstore: remove memory report command line support
2017-02-28 Juergen Grossxenstore: make memory report available via XS_CONTROL
2017-02-28 Juergen Grossxenstore: add support for changing log functionality...
2017-02-28 Juergen Grossxenstore: enhance control command support
2017-02-28 Juergen Grossxenstore: Split out XS_CONTROL action to dedicated...
2017-02-28 Juergen Grossxenstore: rename XS_DEBUG wire command
2017-02-28 Wei Liuxl: merge xl_cmdimpl.c into xl.c
2017-02-28 Wei Liuxl: split out migration related code
2017-02-28 Wei Liuxl: split out save/restore related code
2017-02-28 Wei Liuxl: split out vm lifecycle control functions
2017-02-28 Wei Liuxl: split out miscellaneous functions
2017-02-28 Wei Liuxl: split out vnc and console related code
2017-02-28 Wei Liuxl: call libxl_vncviewer_exec in main_vncviewer
2017-02-28 Wei Liuxl: split out functions to print out information
2017-02-28 Wei Liuxl: split out psr related code
2017-02-28 Wei Liuxl: split out memory related code
2017-02-28 Wei Liuxl: split out cdrom related code
2017-02-28 Wei Liuxl: split out vcpu related code
2017-02-28 Wei Liuxl: split out pci related code
2017-02-28 Wei Liuxl: split out scheduler related code
2017-02-28 Wei Liuxl: split out usb related code
2017-02-28 Wei Liuxl: split out network related code
2017-02-28 Wei Liuxl: split out block related code
2017-02-28 Wei Liuxl: split out vtpm related code
2017-02-28 Wei Liuxl: split out flask related code
2017-02-28 Wei Liuxl: split out cpupool related code
2017-02-28 Wei Liuxl: split out xl_parse.[ch]
2017-02-28 Wei Liuxl: introduce a function to get shutdown action name
2017-02-28 Wei Liuxl: rename cpurange_parse to parse_cpurange
2017-02-28 Wei Liuxl: split out tmem related code to xl_tmem.c
2017-02-28 Wei Liuxl: move some helper functions to xl_utils.c
2017-02-27 Roger Pau Monnex86/PVHv2: fix dereference of native RSDP table mapping
2017-02-27 Wei Liulibs/devicemodel: free xencall handle in error path...
2017-02-27 Wei Liuxl: lift a bunch of macros to xl_utils.h
2017-02-27 Wei Liuxl: remove trailing spaces in xl_cmdimpl.c
2017-02-27 Wei Liuxl: generate _paths.h
2017-02-27 Wei Liuxl: use <> variant to include Xen tools library headers
2017-02-27 Wei Liuxl: remove inclusion of libxl_osdeps.h
2017-02-27 Wei Liuxl: update copyright information
2017-02-27 Wei Liuxl: remove accidentally committed hunk from Makefile
2017-02-27 Andrew Cooperx86/shadow: Fix build with CONFIG_SHADOW_PAGING=n follo...
2017-02-27 Wei Liux86: fix memory leak in pvh_setup_acpi_xsdt
2017-02-27 Wei Liux86: fix memory leak in pvh_setup_acpi_madt
2017-02-27 Juergen Grossbuild: add --with-rundir option to configure
2017-02-27 Haozhong Zhangtools/xen-mceinj: fix the type of cpu number
2017-02-27 Sergey Dyaslix86/vmx: fix vmentry failure with TSX bits in LBR
2017-02-27 Sergey Dyaslix86/vmx: optimize vmx_read/write_guest_msr()
2017-02-27 Sergey Dyaslix86/vmx: introduce vmx_find_msr()
2017-02-27 Andrew Cooperx86/emul: Fix sarx emulation test
2017-02-27 Andrew Cooperx86/paging: Package up the log dirty function pointers
2017-02-27 Andrew Cooperx86/cpuid: Handle leaf 0x1 in guest_cpuid()
2017-02-27 Andrew Cooperx86/gen-cpuid: Clarify the intended meaning of AVX...
2017-02-27 Andrew Cooperx86/cpuid: Disallow policy updates once the domain...
2017-02-24 Jan Beulichx86emul/test: split generic and testcase specific parts
2017-02-24 Roger Pau Monnéx86: setup PVHv2 Dom0 ACPI tables
2017-02-24 Roger Pau Monnéx86: setup PVHv2 Dom0 CPUs
2017-02-24 Roger Pau Monnéx86: parse Dom0 kernel for PVHv2
2017-02-24 Roger Pau Monnéx86/libelf: pass the destination vCPU to libelf for...
2017-02-24 Roger Pau Monnéx86/bzimage: change the types from char * to void *
2017-02-24 Roger Pau Monnéx86: populate PVHv2 Dom0 physical memory map
2017-02-24 Roger Pau Monnéx86: remove XENFEAT_hvm_pirqs for PVHv2 guests
2017-02-24 Andrew Cooperx86/hvm: Don't let hvm_set_efer() raise #GP itself
2017-02-24 Chao Gaolibxl/libxl_pci.c: Fix reverse logic when detaching...
2017-02-24 Julien Grallarm/p2m: remove the page from p2m->pages list before...
2017-02-23 Wei Liutools: move xl to a dedicated directory
2017-02-23 Wei Liutools: provide libxlutil compiling and linking options
2017-02-23 Wei Liuxen-access: request compat devicemodel API
2017-02-23 Wei Liulibs/devicemodel: initialise op_bufs in xendevicemodel_...
2017-02-23 Marek Marczykowski... python: handle long type in scripts
2017-02-23 Marek Marczykowski... python: adjust module initalization for Python3
2017-02-23 Marek Marczykowski... python: use PyLong_* for constructing 'int' type in...
2017-02-23 Marek Marczykowski... python: use PyBytes/PyUnicode instead of PyString
2017-02-23 Marek Marczykowski... python: initialize specific fields of PyTypeObject
2017-02-23 Marek Marczykowski... python: use Py_TYPE instead of looking directly into...
2017-02-23 Marek Marczykowski... python: drop tp_getattr implementation
2017-02-23 Marek Marczykowski... python: check return value of PyErr_NewException
2017-02-23 Ian Jacksontools/libxendevicemodel: Add headers.chk to .gitignore
2017-02-23 Paul Durranttools/libxendevicemodel: add a call to restrict the...
2017-02-23 Paul Durranttools/libxendevicemodel: introduce a Linux-specific...
2017-02-23 Paul Durranttools/libxendevicemodel: extract functions and add...
2017-02-23 Paul Durranttools/libxendevicemodel: introduce the new library
2017-02-23 Olaf Heringdoc: fix typo in bios_path_override
2017-02-23 Juergen Grossxenstore: correct test for opened logfile in reopen_log()
2017-02-22 Ian JacksonQEMU_TAG update
2017-02-22 Paul Durranttools/libxenctrl: fix error check after opening libxenf...
2017-02-22 Andrew Cooperx86/mm: Swap mfn_valid() to use mfn_t
next