aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xen/arm: gic: Use the correct CPU IDJulien Grall2013-09-261-8/+37
* xen/arm: Initialize correctly IRQ routingJulien Grall2013-09-261-1/+2
* xen/arm: use cpumask_t to describe cpu mask in gic_route_dt_irqJulien Grall2013-09-263-12/+17
* xen/arm: Introduce init_info structureJulien Grall2013-09-266-5/+23
* x86: fix compat guest handling of XENPF_enter_acpi_sleepJan Beulich2013-09-262-11/+8
* fix DOMID_IO mapping permission checks (try 2)Daniel De Graaf2013-09-261-2/+3
* x86/crash: Indicate how well nmi_shootdown_cpus() managed to doAndrew Cooper2013-09-261-4/+15
* x86: fix rdrand asm()Jan Beulich2013-09-261-1/+1
* Revert "fix DOMID_IO mapping permission checks"Jan Beulich2013-09-251-2/+0
* xm-test: add a missing %sZhu Yanhai2013-09-251-1/+1
* xenstore: check socket path length before copying itMatthew Daley2013-09-251-0/+4
* xenstored: fix faulty check for bad handle in domain_initMatthew Daley2013-09-251-1/+1
* xenstored: handle unlikely failure better in ask_parentsMatthew Daley2013-09-251-1/+3
* libxl: fix file open failure check in libxl__file_reference_mapMatthew Daley2013-09-251-1/+1
* libxl: fix typo in libxl__hotplug_nic error checkingMatthew Daley2013-09-251-1/+1
* libxl: only free console reader if it was allocated in main_dmesgMatthew Daley2013-09-251-1/+2
* libxl: fix out-of-memory check in parse_global_configMatthew Daley2013-09-251-2/+2
* libxl: fix leak of rune in main_remusMatthew Daley2013-09-251-0/+3
* libxl: fix leak of config_data in main_cpupoolcreateMatthew Daley2013-09-251-0/+1
* libxl: fix leak of corename in handle_domain_deathMatthew Daley2013-09-251-0/+1
* libxl: fix dispose without init of disk in cd_insertMatthew Daley2013-09-251-4/+2
* libxl: fix libxl_string_list_length and its only callerMatthew Daley2013-09-252-2/+2
* libxc: fix memory leak in load_p2m_frame_list error handlingMatthew Daley2013-09-251-0/+1
* fix DOMID_IO mapping permission checksDaniel De Graaf2013-09-251-0/+2
* x86/hap: Remove bogus assertion in hap_free_p2m_page()Andrew Cooper2013-09-251-1/+0
* ns16550: Use correct #define symbol for HAS_IOPORTSAndrew Cooper2013-09-251-1/+1
* x86/xsave: initialize extended register state when guests enable itJan Beulich2013-09-251-0/+15
* VMX: drop memory clobbers from vmread/vmwrite wrappersJan Beulich2013-09-231-9/+6
* VMX: also use proper instruction mnemonic for VMREADJan Beulich2013-09-237-156/+246
* x86/HVM: refuse doing string operations in certain situationsJan Beulich2013-09-231-0/+14
* x86/HVM: linear address must be canonical for the whole accessed rangeJan Beulich2013-09-231-12/+13
* x86_emulate: fix wrap around handling for repeated string instructionsJan Beulich2013-09-231-8/+16
* gdbsx: clear sockaddr before using itMatthew Daley2013-09-211-0/+1
* mini-os: fix various memory leaks in various locationsMatthew Daley2013-09-212-2/+7
* mini-os: fix various memory leaks in consfrontMatthew Daley2013-09-211-4/+5
* mini-os: fix various memory leaks in pcifrontMatthew Daley2013-09-211-10/+19
* mini-os: fix various memory leaks in netfrontMatthew Daley2013-09-211-6/+11
* mini-os: fix various memory leaks in {fb, kbd}frontMatthew Daley2013-09-211-17/+31
* mini-os: fix various memory leaks in blkfrontMatthew Daley2013-09-211-4/+7
* mini-os: fix nodename generation in init_netfrontMatthew Daley2013-09-211-2/+4
* xen/arm: Support Cortex-A7 GICIan Campbell2013-09-211-1/+2
* ns16550: support DesignWare 8250Ian Campbell2013-09-212-0/+16
* ns16550: make usable on ARMIan Campbell2013-09-214-12/+186
* xen/arm: replace io{read,write}{l,b} with {read,write}{l,b}Ian Campbell2013-09-2111-48/+179
* xen/arm: Implement ioremap.Ian Campbell2013-09-211-0/+5
* xen: arm: rework placement of fdt in initial dom0 memory mapIan Campbell2013-09-212-11/+39
* xen: arm: improve VMID allocation.Ian Campbell2013-09-213-4/+72
* unmodified_drivers: enable unplug per defaultOlaf Hering2013-09-201-1/+7
* gnttab: remove unused shared header lookupMatthew Daley2013-09-201-1/+0
* sched_credit: filter node-affinity mask against online cpusDario Faggioli2013-09-201-11/+46