aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* update Xen version to 4.2.1RELEASE-4.2.1Jan Beulich2012-12-171-1/+1
* x86/EFI: work around CFLAGS being passed in through environmentCharles Arnold2012-12-121-1/+1
* x86: properly fail mmuext ops when get_page_from_gfn() failsJan Beulich2012-12-121-1/+2
* update Xen version to 4.2.1-rc24.2.1-rc2Jan Beulich2012-12-121-1/+1
* x86/hap: Fix memory leak of domain->arch.hvm_domain.dirty_vramKouya Shimura2012-12-061-0/+3
* ACPI: fix return value of XEN_PM_PDC platform opJan Beulich2012-12-061-2/+2
* x86: fix hypercall continuation cancellation in XENMAPSPACE_gmfn_range compat...Jan Beulich2012-12-061-11/+10
* x86: get_page_from_gfn() must return NULL for invalid GFNsJan Beulich2012-12-041-1/+1
* memop: limit guest specified extent orderJan Beulich2012-12-041-2/+7
* xen: fix error handling of guest_physmap_mark_populate_on_demand()Jan Beulich2012-12-041-3/+5
* xen: add missing guest address range checks to XENMEM_exchange handlersJan Beulich2012-12-042-0/+13
* hvm: Limit the size of large HVM op batchesTim Deegan2012-12-042-5/+37
* gnttab: fix releasing of memory upon switches between versionsJan Beulich2012-12-041-14/+20
* x86/time: fix scale_delta() inline assemblyJan Beulich2012-11-271-2/+3
* passthrough/PCI: replace improper uses of pci_find_next_cap()Jan Beulich2012-11-271-14/+3
* update Xen version to 4.2.1-rc14.2.1-rc1Jan Beulich2012-11-151-1/+1
* 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
* VCPU/timers: Prevent overflow in calculations, leading to DoS vulnerabilityIan Jackson2012-11-142-0/+5
* fix xenctl_cpumap_to_cpumask() buffer size checkMatthew Daley2012-11-141-1/+1
* 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
* x86: don't special case first IO-APICJan Beulich2012-10-251-17/+13
* xen: fix build when 'perfc=y'Dario Faggioli2012-10-251-0/+2
* nestedsvm: fix VMEXIT emulationChristoph Egger2012-10-251-6/+11
* nestedsvm: fix memory leak on shutdown/crashChristoph Egger2012-10-251-0/+9
* hvm: handle PoD and grant pages in HVMOP_get_mem_typeOlaf Hering2012-10-251-0/+4
* x86/HPET: obtain proper lock for changing IRQ affinityJan Beulich2012-10-251-2/+12
* x86/oprof: adjust off-by-one counter range checksJan Beulich2012-10-251-2/+2
* More efficient TLB-flush filtering in alloc_heap_pages().Keir Fraser2012-10-251-13/+16
* x86/xenoprof: fix kernel/user mode detection for HVMJacob Shin2012-10-252-7/+17
* x86/amd: Fix xen_apic_write warnings in Dom0Wei Wang2012-10-251-0/+12
* x86/nested-svm: Update the paging mode on VMRUN and VMEXIT emulation.Christoph Egger2012-10-051-0/+8
* x86/ucode: fix Intel case of resume handling on boot CPUJan Beulich2012-10-041-2/+0
* x86/IRQ: fix valid-old-vector checks in __assign_irq_vector()Jan Beulich2012-10-041-2/+1
* x86/HPET: don't disable interrupt delivery right after setting it upJan Beulich2012-10-041-2/+2
* x86: check remote MMIO remap permissionsDaniel De Graaf2012-10-041-0/+13
* x86/S3: add cache flush on secondary CPUs before going to sleepBen Guthro2012-10-042-0/+12
* x86: tighten checks in XEN_DOMCTL_memory_mapping handlerJan Beulich2012-10-046-47/+67
* x86: properly check XEN_DOMCTL_ioport_mapping arguments for invalid rangeJan Beulich2012-10-041-1/+1
* tmem: bump pool version to 1 to fix restore issue when tmem enabledZhenzhong Duan2012-09-251-1/+2
* tmem: cleanupJan Beulich2012-09-252-11/+11
* 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/+126
* tmem: check for a valid client ("domain") in the save subopsIan Campbell2012-09-251-0/+8