xen.git
2013-09-26 Ian Campbellxen/arm: print the location of the Xen heap on 32 bit
2013-09-26 Ian Campbellxen/arm: rename boot misc region to boot reloc now...
2013-09-26 Ian Campbellxen/arm: Support dtb /memreserve/ regions
2013-09-26 Ian Campbellxen/arm: cope with modules outside of "visible" RAM
2013-09-26 Ian Campbellxen/arm: do not relocate Xen outside of visible RAM
2013-09-26 Ian Campbellxen/arm: Reserve FDT via early module mechanism
2013-09-26 Ian Campbellxen/arm: DOMHEAP_SECOND_PAGES is arm32 specific
2013-09-26 Ian Campbellxen/arm: ensure the xenheap is 32MB aligned
2013-09-26 Julien Grallxen/arm: Don't dump stack when the VCPU is offline
2013-09-26 Ian Campbellxen: arm: use new 64-bit zImage magic numbers for Xen...
2013-09-26 Ian Campbellxen: arm: handle new 64-bit zImage magic numbers
2013-09-26 Olaf Heringdocs: fix syntax error in xl.cfg.pod
2013-09-26 Julien Grallxen/arm: Use the hardware ID to boot correctly secondar...
2013-09-26 Julien Grallxen/arm: Dissociate logical and hardware CPU ID
2013-09-26 Julien Grallxen/arm: Fix assert in send_SGI_one
2013-09-26 Julien Grallxen/arm: gic: Use the correct CPU ID
2013-09-26 Julien Grallxen/arm: Initialize correctly IRQ routing
2013-09-26 Julien Grallxen/arm: use cpumask_t to describe cpu mask in gic_rout...
2013-09-26 Julien Grallxen/arm: Introduce init_info structure
2013-09-26 Jan Beulichx86: fix compat guest handling of XENPF_enter_acpi_sleep
2013-09-26 Daniel De Graaffix DOMID_IO mapping permission checks (try 2)
2013-09-26 Andrew Cooperx86/crash: Indicate how well nmi_shootdown_cpus() manag...
2013-09-26 Jan Beulichx86: fix rdrand asm()
2013-09-25 Jan BeulichRevert "fix DOMID_IO mapping permission checks"
2013-09-25 Zhu Yanhaixm-test: add a missing %s
2013-09-25 Matthew Daleyxenstore: check socket path length before copying it
2013-09-25 Matthew Daleyxenstored: fix faulty check for bad handle in domain_init
2013-09-25 Matthew Daleyxenstored: handle unlikely failure better in ask_parents
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
next