aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* libxc: Introduce xc_bitops.hIan Jackson2013-06-141-0/+63
* libelf: use only unsigned integersIan Jackson2013-06-149-80/+98
* libelf: use C99 bool for booleansIan Jackson2013-06-146-21/+23
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-144-8/+45
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-144-6/+11
* libelf: check all pointer accessesIan Jackson2013-06-148-84/+303
* libelf: check nul-terminated strings properlyIan Jackson2013-06-144-11/+30
* tools/xcutils/readnotes: adjust print_l1_mfn_valid_noteIan Jackson2013-06-141-5/+6
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-146-153/+310
* libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialisedIan Jackson2013-06-141-1/+1
* libelf: abolish elf_sval and elf_access_signedIan Jackson2013-06-142-39/+0
* libxc: Fix range checking in xc_dom_pfn_to_ptr etc.Ian Jackson2013-06-144-5/+38
* libxc: introduce xc_dom_seg_to_ptr_pagesIan Jackson2013-06-141-3/+16
* libelf: abolish libelf-relocate.cIan Jackson2013-06-142-373/+1
* Revert "AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointers"Jan Beulich2013-06-051-10/+0
* x86/xsave: properly check guest input to XSETBVJan Beulich2013-06-041-0/+5
* x86/xsave: recover from faults on XRSTORJan Beulich2013-06-041-5/+20
* x86/xsave: fix information leak on AMD CPUsJan Beulich2013-06-041-0/+15
* libxc: limit cpu values when setting vcpu affinityPetr Matousek2013-05-311-0/+12
* x86: fix boot time APIC mode detectionJan Beulich2013-05-311-1/+1
* tools: fix dependency file generationJan Beulich2013-05-231-1/+1
* AMD/iommu: SR56x0 Erratum 64 - Reset all head & tail pointersAndrew Cooper2013-05-231-0/+10
* fix XSA-46 regression with xend/xmJan Beulich2013-05-232-2/+2
* 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-233-9/+52
* 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-38/+83
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-029-19/+37
* x86: make MMUEXT_NEW_USER_BASEPTR preemptibleJan Beulich2013-05-021-6/+32
* x86: make new_guest_cr3() preemptibleJan Beulich2013-05-022-20/+65
* x86: make vcpu_destroy_pagetables() preemptibleJan Beulich2013-05-025-64/+94
* update Xen version to 4.1.6-preJan Beulich2013-04-291-1/+1
* update Xen version to 4.1.5RELEASE-4.1.5Jan Beulich2013-04-232-2/+2
* libxl: fix build error after 21c31a81Jan Beulich2013-04-191-1/+1
* libxl: Fix SEGV in network-attachIan Jackson2013-04-181-1/+2
* Fix rcu domain locking for transitive grantsPaul Durrant2013-04-182-31/+26
* x86: fix various issues with handling guest IRQsJan Beulich2013-04-188-24/+82
* x86: clear EFLAGS.NT in SYSENTER entry pathJan Beulich2013-04-183-3/+17
* iommu/crash: Interrupt remapping is also disabled on crashAndrew Cooper2013-04-181-1/+1
* x86: don't pass negative time to gtime_to_gtsc()Jan Beulich2013-04-181-0/+9
* update Xen version to 4.1.5-rc24.1.5-rc2Jan Beulich2013-04-121-1/+1
* VMX: Always disable SMEP when guest is in non-paging modeStefan Bader2013-04-091-2/+5
* VMX: disable SMEP feature when guest is in non-paging modeDongxiao Xu2013-04-091-0/+7
* vmx: Simplify cr0 update handling by deferring cr4 changes to the cr4 handler.Keir Fraser2013-04-091-10/+5
* x86/mm/shadow: spurious warning when unmapping xenheap pages.Tim Deegan2013-04-092-3/+6
* x86/S3: Restore broken vcpu affinity on resumeBen Guthro2013-04-093-3/+51
* x86: irq_move_cleanup_interrupt() must ignore legacy vectorsJan Beulich2013-04-092-1/+8