xen.git
2013-09-13 Dario Faggioli.gitignore: add tools/misc/xen-hptool
2013-09-13 Andrew Coopersched/credit: Remove redundant assignments from alloc_...
2013-09-13 Jan BeulichMerge.
2013-09-13 Jan Beulichx86: machine_restart() must not call acpi_dmar_reinstat...
2013-09-13 Andrew Coopertools/tests: tweak .gitignore
2013-09-13 Fabio Fantonilibxl: Spice vdagent support for upstream qemu
2013-09-13 Matthew Daleyxenstored: fix possible, but unlikely, stack overflow
2013-09-13 Matthew Daleykdd: fix free of array-typed value
2013-09-13 Matthew Daleymini-os: handle possibly overlong _nodename in init_con...
2013-09-13 Matthew Daleymini-os: fix use-after-free in xs_daemon_close event...
2013-09-13 Matthew Daleylibxl: correctly handle readlink() errors
2013-09-13 Matthew Daleylibxl: fix use-after-free in discard_events iteration
2013-09-13 Roger Pau Monnelibxl: fix libxl__device_disk_from_xs_be to parse backe...
2013-09-13 Konrad Rzeszutek... xenstat: Fix buffer over-run with new_domains being...
2013-09-13 Dario Faggiolitools/misc: introduce xen-mfndump.
2013-09-13 Dario Faggiolilibxc: introduce xc_map_domain_meminfo (and xc_unmap_do...
2013-09-13 Dario Faggiolilibxc: allow for ctxt to be NULL in xc_vcpu_setcontext
2013-09-13 Dario Faggiolilibxc: use xc_vcpu_getinfo() instead of calling do_domctl()
2013-09-13 Dario Faggiolilibxc: use xc_vcpu_setcontext() instead of calling...
2013-09-13 Dario Faggiolilibxc: introduce xc_domain_get_guest_width()
2013-09-13 Ian Campbellxen: arm: describe Xen boot protocol requirements
2013-09-13 Dario Faggiolixl: fix `xl cpupool-list' behavior in case no pool...
2013-09-13 Wei Liulibxl, hotplug/Linux: default to phy backend for raw...
2013-09-12 Tim Deeganacpi/pmstat: fix check for empty name strings.
2013-09-12 Tim Deeganehci-dbgp: avoid division by zero.
2013-09-12 Tim Deeganehci-dbgp: drop dead code.
2013-09-12 Tim Deegancpufreq: missing check of copy_from_guest()
2013-09-12 Tim Deegancpufreq: avoid integer overflows.
2013-09-12 Tim Deeganx86/mm: Don't dereference p2m pointer before NULL check.
2013-09-12 Jan Beulichlibxc/x86: fix page table creation for huge guests
2013-09-12 Jan Beulichx86: fix memory cut-off when using PFN compression
2013-09-10 Matthew Daleysched/arinc653: check for guest data transfer failures
2013-09-10 Matthew Daleyx86: add missing va_end to hypercall_xlat_continuation
2013-09-10 Andrew Cooperx86/mm: Fix possible increment of uninitialised variable
2013-09-10 Yang ZhangNested VMX: Clear bit 31 of IA32_VMX_BASIC MSR
2013-09-10 Andrew Cooperx86/ioapic: avoid trying to access the -1th ioapic
2013-09-10 Daniel De Graafconsole: buffer and show origin of guest PV writes
2013-09-10 Mukesh Rathorlibelf: add hvm callback vector feature
2013-09-10 Rob Hoeslibxl: ocaml: fix code intended to output comments...
2013-09-10 Rob Hoeslibxl: idl: complete some enums in the IDL with their...
2013-09-10 Rob Hoeslibxl: idl: add domain_type field to libxl_dominfo...
2013-09-10 Rob Hoeslibxl: Add LIBXL_SHUTDOWN_REASON_UNKNOWN
2013-09-10 Andrew Cooperlibxc/pm: Fix NULL pointer checks.
2013-09-10 Julien Grallxen: Add new string function
2013-09-10 Julien Grallxen/arm: Move __PSCI* from traps.c to the header
2013-09-10 Julien Grallxen/dts: Don't check the number of address and size...
2013-09-10 Julien Grallxen: Introduce __initconst to store initial const data
2013-09-10 Ben Cresseyminios: fix xenbus_rm() calls in frontend drivers
2013-09-10 Ben Cresseyminios: clean up unneeded "err = NULL" in frontend...
2013-09-10 Matt Wilsonminios: clean up allocation of char arrays used for...
2013-09-10 Matt Wilsonminios: correct char array allocation for xenbus paths
2013-09-09 Ian Campbellconfigure: Regenerate with autoconf 2.69
2013-09-09 Fabio Fantonitools: allow user to specify a system seabios binary
2013-09-09 Julien Grallxen/dts: fix DT_ROOT_NODE_ADDR_CELLS_DEFAULT
2013-09-09 Julien Grallxen/arm: Panic if we can't copy the DTB to dom0 memory
2013-09-09 Julien Grallxen/arm: Introduce MPIDR_HWID_MASK
2013-09-09 Matthew Daleytools: build debug qemu-xen in debug tools builds
2013-09-09 Olaf Heringhotplug/Linux: add sysconfig tags to xencommons
2013-09-09 Jan Beulichx86/xsave: fix migration from xsave-capable to xsave...
2013-09-09 Jan BeulichEFI: fix tool chain capabilities detection
2013-09-09 Jan Beulichxmalloc: make whole pages xfree() clear the order field...
2013-09-09 Joby Poriyathx86: allow guest to set/clear MSI-X mask bit (try 2)
2013-09-09 Jan Beulichx86/EFI: properly handle run time memory regions outsid...
2013-09-09 Andrew Cooperx86: Introduce and use GLOBAL() in asm code
2013-09-09 Jan BeulichSVM: streamline entry.S code
2013-09-09 Jan BeulichVMX: use proper instruction mnemonics if assembler...
2013-09-09 Jan BeulichVMX: move various uses of UD2 out of fast paths
2013-09-09 Jan BeulichVMX: streamline entry.S code
2013-09-06 Julien Grallxen/char: dt-uart: Allow the user to give a path to...
2013-09-05 Jan Beulichhvmloader: fix SeaBIOS interface
2013-09-04 Andrew Cooperxen/docs: Correct documentation for the conswitch parameter
2013-09-03 Wei Liulibvhd: use UTC for VHD timestamp
2013-09-03 Wei Liulibxl: prefer qdisk over blktap when choosing disk...
2013-09-03 Xi Xiongxend: fix file descriptor leak in pci utilities
2013-09-03 Steven Noonanxend: handle extended PCI configuration space when...
2013-09-03 Andre Przywarapl011: preserve RTS and DTR signal on UART init
2013-08-30 Tim Deeganxen/x86: don't use '.ifnes' in bug frame construction.
2013-08-30 Len Brownx86/mwait_idle: initial C8, C9, C10 support
2013-08-30 Len Brownx86/mwait_idle: export both C1 and C1E
2013-08-30 Len Brownx86/mwait_idle: remove assumption of one C-state per...
2013-08-30 Jan Beulichx86/xsave: initialization improvements
2013-08-30 Matt Wilsonx86: remove PentiumPro check
2013-08-30 Matt Wilsonx86: remove X86_INTEL_USERCOPY code
2013-08-30 Matt Wilsonx86/apic: remove DMI checks in bigsmp driver for obsole...
2013-08-30 Matt Wilsonx86: remove references to unimplemented BIOS reboot...
2013-08-30 Andrew Cooperpublic/hvm_xs_strings.h: Fix ABI regression for OEM...
2013-08-30 Andrew Cooperhvmloader/smbios: Correctly count the number of tables...
2013-08-29 Jan BeulichAMD IOMMU: allow command line overrides for broken...
2013-08-29 Jan BeulichAMD IOMMU: add missing checks
2013-08-28 Jan Beulichx86: AVX instruction emulation fixes
2013-08-28 Tomasz Wroblewskixen: update tx_ready callback for ARM serial drivers
2013-08-28 Tomasz WroblewskiPCI UART: better cope with UART being temporarily unava...
2013-08-28 Tomasz WroblewskiFix inactive timer list corruption on second S3 resume
2013-08-28 Jan BeulichPCI: centralize parsing of device coordinates in comman...
2013-08-28 Jan BeulichAMD IOMMU: also allocate IRTEs for HPET MSI
2013-08-27 Jan Beulichtools: drop VT-i example
2013-08-27 Ian Campbellxen/arm: use defines for boot module indexes instead...
2013-08-27 Ian Campbellxen: arm: indicate when we have early paniced
2013-08-27 Ian Campbellpl011: early_panic if baud rate not set in hardware
2013-08-27 Jaeyong Yooxen/arm: add lower-bound check in mfn_valid
next