aboutsummaryrefslogtreecommitdiffstats
path: root/xen
Commit message (Expand)AuthorAgeFilesLines
* update Xen version to 4.2.3-rc14.2.3-rc1Ian Jackson2013-07-191-1/+1
* iommu/amd: Workaround for erratum 787Suravee Suthikulpanit2013-07-111-0/+16
* iommu/amd: Fix logic for clearing the IOMMU interrupt bitsSuravee Suthikulpanit2013-07-114-45/+84
* x86: don't pass negative time to gtime_to_gtsc() (try 2)Jan Beulich2013-07-111-9/+6
* AMD/intremap: Prevent use of per-device vector maps until irq logic is fixedAndrew Cooper2013-07-111-2/+17
* libelf: fix printing of pointersJan Beulich2013-07-111-4/+4
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-07-011-0/+1
* x86/HVM: fix initialization of wallclock time for PVHVM on migrationRoger Pau Monné2013-07-011-19/+14
* x86/HVM: fix x2APIC APIC_ID read emulationZhenguo Wang2013-07-011-3/+20
* Revert "irq: Add extra debugging to help track down why an assertion is failing"Jan Beulich2013-07-011-15/+1
* x86: fix page refcount handling in page table pin error pathJan Beulich2013-06-263-9/+28
* libelf: abolish obsolete macrosIan Jackson2013-06-144-63/+39
* libelf: check loops for running awayIan Jackson2013-06-144-20/+111
* libelf: use only unsigned integersIan Jackson2013-06-145-56/+63
* libelf: use C99 bool for booleansIan Jackson2013-06-145-17/+19
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-142-8/+35
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-144-7/+12
* libelf: check all pointer accessesIan Jackson2013-06-146-74/+264
* libelf: check nul-terminated strings properlyIan Jackson2013-06-143-8/+22
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-144-134/+283
* libelf: move include of <asm/guest_access.h> to top of fileIan Jackson2013-06-141-1/+4
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-142-39/+0
* libelf: add `struct elf_binary*' parameter to elf_load_imageIan Jackson2013-06-141-3/+5
* libelf: abolish libelf-relocate.cIan Jackson2013-06-141-372/+0
* x86/vtsc: update vcpu_time in hvm_set_guest_timeRoger Pau Monné2013-06-131-1/+13
* x86: fix XCR0 handlingJan Beulich2013-06-139-55/+69
* x86: preserve FPU selectors for 32-bit guest codeJan Beulich2013-06-135-73/+198
* x86/MCE: disable if MCE banks are not presentAravindh Puthiyaparambil2013-06-131-1/+8
* x86: fix ordering of operations in destroy_irq()Jan Beulich2013-06-131-23/+20
* Revert "AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointers"Jan Beulich2013-06-051-13/+0
* x86/xsave: properly check guest input to XSETBVJan Beulich2013-06-041-0/+5
* x86/xsave: recover from faults on XRSTORJan Beulich2013-06-042-5/+20
* x86/xsave: fix information leak on AMD CPUsJan Beulich2013-06-041-0/+15
* x86: fix boot time APIC mode detectionJan Beulich2013-05-311-1/+1
* AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointersAndrew Cooper2013-05-231-0/+13
* x86/hvm: avoid p2m lookups for vlapic accesses.Tim Deegan2013-05-231-0/+17
* x86/shadow: fix off-by-one in MMIO permission checkJan Beulich2013-05-231-3/+3
* x86/IO-APIC: fix guest RTE write corner casesJan Beulich2013-05-231-7/+50
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-233-7/+34
* ns16550: delay resume until dom0 ACPI has a chance to runBen Guthro2013-05-231-1/+54
* x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guestsKonrad Rzeszutek Wilk2013-05-232-11/+12
* x86: cleanup after making various page table manipulation operations preemptibleJan Beulich2013-05-033-56/+57
* VT-d: don't permit SVT_NO_VERIFY entries for known device typesJan Beulich2013-05-021-5/+9
* x86: make page table handling error paths preemptibleJan Beulich2013-05-021-27/+98
* x86: make page table unpinning preemptibleJan Beulich2013-05-022-7/+56
* x86: make arch_set_info_guest() preemptibleJan Beulich2013-05-024-52/+76
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-029-19/+37
* x86: make MMUEXT_NEW_USER_BASEPTR preemptibleJan Beulich2013-05-021-6/+33
* x86: make new_guest_cr3() preemptibleJan Beulich2013-05-022-22/+75
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-025-64/+96