aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update Xen version to 4.1.4-rc14.1.4-rc1Jan Beulich2012-11-152-2/+2
* compat/gnttab: Prevent infinite loop in compat codeIan Jackson2012-11-141-0/+2
* xen/mm/shadow: check toplevel pagetables are present before unhooking them.Ian Jackson2012-11-141-2/+6
* x86/physmap: Prevent incorrect updates of m2p mappingsIan Jackson2012-11-141-0/+4
* x86/physdev: Range check pirq parameter from guestsIan Jackson2012-11-141-0/+4
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-142-0/+5
* x86/mm x86 shadow: Fix typo in sh_invlpg sl3 page presence checkMatthew Daley2012-11-141-1/+1
* tmem: Prevent NULL dereference on error caseMatthew Daley2012-11-141-1/+3
* QEMU_TAG updateIan Jackson2012-11-131-3/+3
* xend/pvscsi: update sysfs parser for Linux 3.0Olaf Hering2012-11-131-6/+22
* xend/pvscsi: fix usage of persistant device names for SCSI devicesOlaf Hering2012-11-131-2/+2
* xend/pvscsi: fix passing of SCSI control LUNsOlaf Hering2012-11-131-0/+2
* tools: xend: fix wrong condition check for xml fileJoe Jin2012-11-131-1/+1
* pygrub: correct typo in --args assignmentOlaf Hering2012-11-131-3/+3
* xenballoond.init: remove 4 from default runlevelOlaf Hering2012-11-131-1/+1
* hotplug/Linux: Remove tracing (bash -x) from network-nat scriptOlaf Hering2012-11-131-1/+1
* pygrub: always append --argsOlaf Hering2012-11-131-2/+4
* docs: correct formatting errors in xmdomain.cfgMatt Wilson2012-11-131-4/+2
* x86: don't special case first IO-APICJan Beulich2012-10-291-17/+13
* hvm: handle PoD and grant pages in HVMOP_get_mem_typeOlaf Hering2012-10-291-0/+4
* x86/HPET: obtain proper lock for changing IRQ affinityJan Beulich2012-10-291-6/+12
* x86/oprof: adjust off-by-one counter range checksJan Beulich2012-10-291-2/+2
* More efficient TLB-flush filtering in alloc_heap_pages().Keir Fraser2012-10-291-11/+16
* x86/xenoprof: fix kernel/user mode detection for HVMJacob Shin2012-10-291-4/+15
* x86/amd: Fix xen_apic_write warnings in Dom0Wei Wang2012-10-291-0/+12
* hvmloader: Do not zero the wallclock fields in shared-info.Keir Fraser2012-10-291-1/+5
* libxc: builder: limit maximum size of kernel/ramdisk.Ian Jackson2012-10-265-26/+198
* x86: check remote MMIO remap permissionsDaniel De Graaf2012-10-041-0/+10
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-10-046-47/+71
* x86: properly check XEN_DOMCTL_ioport_mapping arguments for invalid rangeJan Beulich2012-10-041-1/+1
* VT-d: split .ack and .disable DMA-MSI actorsJan Beulich2012-10-041-4/+10
* adjust a few RCU domain locking callsJan Beulich2012-10-043-93/+50
* x86/MSI: fix 2nd S3 resume with interrupt remapping enabledJan Beulich2012-10-041-1/+6
* make domain_create() return a proper error codeJan Beulich2012-10-047-25/+92
* tmem: bump pool version to 1 to fix restore issue when tmem enabledZhenzhong Duan2012-09-251-1/+2
* tmem: cleanupJan Beulich2012-09-252-4/+4
* tmem: fixup 2010 cleanup patch that breaks tmem save/restoreDan Magenheimer2012-09-251-0/+2
* tmem: reduce severity of log messagesJan Beulich2012-09-252-41/+50
* tmem: properly drop lock on error path in do_tmem_op()Jan Beulich2012-09-251-1/+7
* tmem: properly drop lock on error path in do_tmem_get()Jan Beulich2012-09-251-1/+2
* tmem: detect arithmetic overflow in tmh_copy_{from,to}_client()Jan Beulich2012-09-252-16/+19
* tmem: don't access guest memory without using the accessors intended for thisJan Beulich2012-09-253-75/+125
* tmem: check for a valid client ("domain") in the save subopsIan Campbell2012-09-251-0/+8
* tmem: check the pool_id is valid when destroying a tmem poolIan Campbell2012-09-251-0/+2
* tmem: consistently make pool_id a uint32_tIan Campbell2012-09-251-3/+3
* tmem: only allow tmem control operations from privileged domainsIan Campbell2012-09-251-4/+2
* x86: Prefer multiboot-provided e820 over bios-provided e801 memory info.Keir Fraser2012-09-201-11/+11
* x86,cmdline: Fix setting skip_realmode boolean on no-real-mode and tboot optionsKeir Fraser2012-09-201-2/+4
* Fix shared entry status for grant copy operation on paged-out gfnAndres Lagar-Cavilla2012-09-201-11/+22
* x86-64: refine the XSA-9 fixJan Beulich2012-09-203-2/+31