aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc
Commit message (Expand)AuthorAgeFilesLines
* libelf: Make all callers call elf_check_brokenIan Jackson2013-06-142-3/+24
* libelf: Check pointer references in elf_is_elfbinaryIan Jackson2013-06-141-1/+1
* libelf: check all pointer accessesIan Jackson2013-06-142-11/+48
* libelf: introduce macros for memory access and pointer handlingIan Jackson2013-06-141-15/+15
* libelf/xc_dom_load_elf_symtab: Do not use "syms" uninitialisedIan Jackson2013-06-141-1/+1
* 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-141-1/+1
* fix XSA-46 regression with xend/xmJan Beulich2013-05-231-1/+1
* Add DomU xz kernel decompressionIan Jackson2013-03-151-26/+64
* tools: Fix memset(&p,0,sizeof(p)) idiom in several places.Michael Young2013-02-281-1/+1
* libxc: builder: limit maximum size of kernel/ramdisk.Ian Jackson2012-10-263-9/+150
* x86/PoD: prevent guest from being destroyed upon early access to its memoryJan Beulich2012-09-201-14/+21
* X86: Disable PCID/INVPCID for pvLiu, Jinsong2012-09-042-0/+3
* libxc: remove tests of alloca() return valueDavid Vrabel2012-03-071-45/+34
* libxc: Replace malloc with alloca in hot pathSantosh Jodh2012-03-071-5/+2
* tools/libxc: Fix x86_32 build breakage in previous changeset.Keir Fraser2011-12-061-8/+8
* hvm/viridian: Ditch the extra assertions/warnings for non-viridian guests.Paul Durrant2011-12-063-0/+27
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-10-062-8/+8
* libxc: remove obsolete comment.Ian Campbell2011-07-201-4/+0
* xen/libxc: set CPUID topology leaf as unsupported for PV guestsDavid Vrabel2011-07-161-0/+1
* x86: Backport CPUID feature passthroughs from xen-unstableKeir Fraser2011-06-232-2/+8
* x86/hvm: add SMEP support to HVM guestKeir Fraser2011-06-232-0/+9
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-022-1/+12
* libxc: obtain correct length of p2m during core dumpingMarkus Gross2011-05-281-2/+1
* libxc: after saving, unmap correct amount for live_m2pJim Fehlig2011-05-281-2/+2
* libxc: [CVE-2011-1583] pv kernel image validationIan Jackson2011-05-091-43/+94
* libxc: Fill in XSAVE-related CPUID leaves for PV guests.Keir Fraser2011-04-251-4/+10
* libxc: set all VCPU's online by default in HVM info tableGianni Tedesco2011-04-071-0/+1
* Merge4.1.0-branchedIan Jackson2011-03-031-3/+4
|\
| * x86, libxc: Fix xc_translate_foreign_address() for PV guests ofKeir Fraser2011-03-031-3/+4
* | libxc: Missed one when replacing read_exact with RDEXACT macroGeorge Dunlap2011-03-031-1/+1
* | libxc: fix incorrect scanning of pfn array in pagebuf during migrationShriram Rajagopalan2011-03-031-4/+4
|/
* libxc: Handle failed xc_get_hvm_param in domain saveGeorge Dunlap2011-02-251-0/+4
* [IA64] fix missing header: asm/fpswa.hKUWAMURA Shin'ya2011-02-181-0/+1
* libxc: increase lzma max memory constant to 128MbyIan Jackson2011-02-111-1/+1
* libxc: maintain a small, per-handle, cache of hypercall buffer memoryIan Campbell2011-02-013-19/+162
* libxc: Do not use dom0 physmem as parameter to lzma decoderIan Jackson2011-01-284-46/+1
* tools/libxc, hvm: Fix 1G page allocation algorithmShan Haitao2011-01-281-11/+13
* libxc: break xc_get_physmem out into os-dependent filesChristoph Egger2011-01-274-22/+46
* hvm: allow pass-through of new FPU/ALU CPUID featuresKeir Fraser2011-01-272-1/+8
* libxc: provide XENCTRL_HAS_XC_INTERFACE feature test macroIan Jackson2011-01-271-0/+10
* x86: blacklist new AMD CPUID bits for PV domainsKeir Fraser2011-01-261-0/+5
* tools: Change the name of the qemu save file at restore timeStefano Stabellini2011-01-212-1/+9
* libxc: Remove set_max_grants in linuxDaniel De Graaf2011-01-172-14/+2
* PoD: Fix two code commentsLiu, Jinsong2011-01-141-2/+3
* libxc: build fix with debugging disabled.Ian Campbell2011-01-141-2/+2
* libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen toolsKeir Fraser2011-01-082-17/+22
* mem_access: added trap injection to libxcJoe Epstein2011-01-072-0/+40
* mem_access: HVMOPs for setting mem accessJoe Epstein2011-01-075-0/+142