xen.git
2013-09-25 Matthew Daleylibxl: fix file open failure check in libxl__file_refer...
2013-09-25 Matthew Daleylibxl: fix typo in libxl__hotplug_nic error checking
2013-09-25 Matthew Daleylibxl: only free console reader if it was allocated...
2013-09-25 Matthew Daleylibxl: fix out-of-memory check in parse_global_config
2013-09-25 Matthew Daleylibxl: fix leak of rune in main_remus
2013-09-25 Matthew Daleylibxl: fix leak of config_data in main_cpupoolcreate
2013-09-25 Matthew Daleylibxl: fix leak of corename in handle_domain_death
2013-09-25 Matthew Daleylibxl: fix dispose without init of disk in cd_insert
2013-09-25 Matthew Daleylibxl: fix libxl_string_list_length and its only caller
2013-09-25 Matthew Daleylibxc: fix memory leak in load_p2m_frame_list error...
2013-09-25 Daniel De Graaffix DOMID_IO mapping permission checks
2013-09-25 Andrew Cooperx86/hap: Remove bogus assertion in hap_free_p2m_page()
2013-09-25 Andrew Cooperns16550: Use correct #define symbol for HAS_IOPORTS
2013-09-25 Jan Beulichx86/xsave: initialize extended register state when...
2013-09-23 Jan BeulichVMX: drop memory clobbers from vmread/vmwrite wrappers
2013-09-23 Jan BeulichVMX: also use proper instruction mnemonic for VMREAD
2013-09-23 Jan Beulichx86/HVM: refuse doing string operations in certain...
2013-09-23 Jan Beulichx86/HVM: linear address must be canonical for the whole...
2013-09-23 Jan Beulichx86_emulate: fix wrap around handling for repeated...
2013-09-21 Matthew Daleygdbsx: clear sockaddr before using it
2013-09-21 Matthew Daleymini-os: fix various memory leaks in various locations
2013-09-21 Matthew Daleymini-os: fix various memory leaks in consfront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in pcifront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in netfront
2013-09-21 Matthew Daleymini-os: fix various memory leaks in {fb, kbd}front
2013-09-21 Matthew Daleymini-os: fix various memory leaks in blkfront
2013-09-21 Matthew Daleymini-os: fix nodename generation in init_netfront
2013-09-21 Ian Campbellxen/arm: Support Cortex-A7 GIC
2013-09-21 Ian Campbellns16550: support DesignWare 8250
2013-09-21 Ian Campbellns16550: make usable on ARM
2013-09-21 Ian Campbellxen/arm: replace io{read,write}{l,b} with {read,write...
2013-09-21 Ian Campbellxen/arm: Implement ioremap.
2013-09-21 Ian Campbellxen: arm: rework placement of fdt in initial dom0 memor...
2013-09-21 Ian Campbellxen: arm: improve VMID allocation.
2013-09-20 Olaf Heringunmodified_drivers: enable unplug per default
2013-09-20 Matthew Daleygnttab: remove unused shared header lookup
2013-09-20 Dario Faggiolisched_credit: filter node-affinity mask against online...
2013-09-20 Jan Beulichx86_emulate: fold wide reads
2013-09-20 Jan Beulichx86_emulate: fix flag setting for 8-bit signed multipli...
2013-09-20 Jan Beulichx86_emulate: PUSH <mem> must read source operand just...
2013-09-20 Jan Beulichx86_emulate: MOVSXD must read source operand just once
2013-09-20 Jan Beulichx86: fix dependencies of emulator test
2013-09-20 Jan Beulichx86/HVM: properly handle MMIO reads and writes wider...
2013-09-19 Ian Campbelltools: print xm deprecation warning to stderr
2013-09-19 Tim Deeganx86: mark BUG()s and assertion failures as terminal.
2013-09-18 George DunlapVMX: fix failure path in construct_vmcs
2013-09-18 George Dunlapx86/HVM: fix failure path in hvm_vcpu_initialise
2013-09-17 Ian Campbelltools: disable xend build by default
2013-09-17 Ian Campbelldocs: fix documentation index for hypercalls
2013-09-17 Tim Deeganpassthrough/amd: Shuffle declaration.
2013-09-17 Tim Deeganpassthrough/amd: Missing 'break'
2013-09-17 Tim Deeganpassthrough/amd: Drop unnecessary lock lookup.
2013-09-17 Andre PrzywaraARM: parse separate DT properties for different command...
2013-09-17 Julien Grallxen/arm: Check if the device is available before using it
2013-09-17 Julien Grallxen/dts: replace get_val by dt_next_cell
2013-09-17 Julien Grallxen/dts: device_get_reg: cells are 32-bit big endian...
2013-09-17 Julien Grallxen/dts: Clean up the exported API for device tree
2013-09-17 Julien Grallxen/arm: exynos5: Blacklist MCT device
2013-09-17 Julien Grallxen/arm: vexpress: Blacklist a list of board specific...
2013-09-17 Julien Grallxen/arm: Remove devices used by Xen from dom0 device...
2013-09-17 Julien Grallxen/arm: Add new platform specific callback device_is_b...
2013-09-17 Julien Grallxen/arm: Create a fake timer node in dom0 device tree
2013-09-17 Julien Grallxen/arm: Create a fake GIC node in dom0 device tree
2013-09-17 Julien Grallxen/arm: Create a fake cpus node in dom0 device tree
2013-09-17 Julien Grallxen/arm: Create a fake PSCI node in dom0 device tree
2013-09-17 Julien Grallxen/arm: Don't map disabled device in DOM0
2013-09-17 Julien Grallxen/arm: Build DOM0 FDT by browsing the device tree...
2013-09-17 Julien Grallxen/dts: dt_find_interrupt_controller: accept multiple...
2013-09-17 Julien Grallxen/arm: Use dt_device_match to avoid multiple if condi...
2013-09-17 Julien Grallxen/video: hdlcd: Use early_printk instead of printk
2013-09-17 Julien Grallxen/video: hdlcd: Convert the driver to the new device...
2013-09-17 Julien Grallxen/dts: Check the CPU ID is not greater than NR_CPUS
2013-09-17 Julien Grallxen/dts: Check "reg" property length in process_multibo...
2013-09-17 Julien Grallxen/dts: Remove device_get_reg call in process_cpu_node
2013-09-17 Julien Grallxen: Use the right string comparison function in device...
2013-09-17 Julien Grallxen/dts: Add new helpers to use the device tree
2013-09-17 Julien Grallxen/dts: Don't add a fake property "name" in the device...
2013-09-17 Julien Grallxen/dts: Prefix device tree macro by dt_
2013-09-17 Julien Grallxen/dts: Constify device_tree_flattened
2013-09-17 Charles Arnoldtools/hotplug: set mtu from bridge for tap interface
2013-09-16 George Dunlaplibxl: Use LOG_ERRNO rather than ERRNOVAL in libxl_pci.c
2013-09-16 Ian CampbellRevert "libxl, hotplug/Linux: default to phy backend...
2013-09-16 Nathan Studeradd ARINC653 scheduler maintainers
2013-09-16 Jan BeulichAMD-Vi: also match IVRS overrides on device ID
2013-09-16 Suravee SuthikulpanitAMD-Vi: Fix IVRS HPET special->handle override
2013-09-16 Andrew Cooperhvm/vpmu: Prevent dump handlers from incorrectly mutati...
2013-09-14 Ian Campbellxen-mfndump: Use inttypes.h to format uint64_t types.
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...
next