index
:
xen/xen
master
stable-4.0
stable-4.1
stable-4.2
stable-4.3
staging
staging-4.0
staging-4.1
staging-4.2
staging-4.3
xen
James
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
libxc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libxc: set all VCPU's online by default in HVM info table
Gianni Tedesco
2011-04-07
1
-0
/
+1
*
tools: Add nestedhvm guest config option
cegger
2011-02-28
1
-9
/
+66
*
tools: Remove $(CFLAGS) from links lines.
Ian Campbell
2011-03-31
1
-3
/
+3
*
Remove unmaintained Access Control Module (ACM) from hypervisor.
Keir Fraser
2011-03-25
3
-137
/
+0
*
tools: provide generic rules for compiling .S files
Ian Campbell
2011-03-23
1
-6
/
+0
*
tools: consistently use $({CFLAGS,LDLIBS}_libxenctrl) instead of open coding.
Ian Campbell
2011-03-21
1
-2
/
+2
*
tools: consistently use $(CFLAGS_xeninclude) instead of open coding.
Ian Campbell
2011-03-21
1
-1
/
+1
*
tools: remove unnecessary uses of -L.
Ian Campbell
2011-03-21
1
-4
/
+2
*
tools: Drop use of $(INCLUDES)
Ian Campbell
2011-03-21
1
-1
/
+1
*
tools: libxc: drop rpm.spec
Ian Campbell
2011-03-21
1
-28
/
+0
*
libxc: remove dependency on xenstore headers.
Ian Campbell
2011-03-21
2
-2
/
+1
*
tools: support building with --as-needed
Ian Campbell
2011-03-17
1
-1
/
+1
*
build: Make XEN_ROOT an absolute path.
Keir Fraser
2011-03-17
2
-8
/
+8
*
libxc: move error checking next to the function which returned the error.
Ian Campbell
2011-03-11
1
-11
/
+16
*
libxc: osdep: convert hypercall buffer allocation
Ian Campbell
2011-03-11
6
-37
/
+95
*
Add DomU xz kernel decompression
Jan Beulich
2011-03-09
1
-23
/
+61
*
Merge
4.1.0-branched
Ian Jackson
2011-03-03
1
-3
/
+4
|
\
|
*
x86, libxc: Fix xc_translate_foreign_address() for PV guests of
Keir Fraser
2011-03-03
1
-3
/
+4
*
|
libxc: Missed one when replacing read_exact with RDEXACT macro
George Dunlap
2011-03-03
1
-1
/
+1
*
|
libxc: fix incorrect scanning of pfn array in pagebuf during migration
Shriram Rajagopalan
2011-03-03
1
-4
/
+4
|
/
*
libxc: Handle failed xc_get_hvm_param in domain save
George Dunlap
2011-02-25
1
-0
/
+4
*
[IA64] fix missing header: asm/fpswa.h
KUWAMURA Shin'ya
2011-02-18
1
-0
/
+1
*
libxc: increase lzma max memory constant to 128Mby
Ian Jackson
2011-02-11
1
-1
/
+1
*
libxc: maintain a small, per-handle, cache of hypercall buffer memory
Ian Campbell
2011-02-01
3
-19
/
+162
*
libxc: Do not use dom0 physmem as parameter to lzma decoder
Ian Jackson
2011-01-28
4
-46
/
+1
*
tools/libxc, hvm: Fix 1G page allocation algorithm
Shan Haitao
2011-01-28
1
-11
/
+13
*
libxc: break xc_get_physmem out into os-dependent files
Christoph Egger
2011-01-27
4
-22
/
+46
*
hvm: allow pass-through of new FPU/ALU CPUID features
Keir Fraser
2011-01-27
2
-1
/
+8
*
libxc: provide XENCTRL_HAS_XC_INTERFACE feature test macro
Ian Jackson
2011-01-27
1
-0
/
+10
*
x86: blacklist new AMD CPUID bits for PV domains
Keir Fraser
2011-01-26
1
-0
/
+5
*
tools: Change the name of the qemu save file at restore time
Stefano Stabellini
2011-01-21
2
-1
/
+9
*
libxc: Remove set_max_grants in linux
Daniel De Graaf
2011-01-17
2
-14
/
+2
*
PoD: Fix two code comments
Liu, Jinsong
2011-01-14
1
-2
/
+3
*
libxc: build fix with debugging disabled.
Ian Campbell
2011-01-14
1
-2
/
+2
*
libxc: Update AMD CPU feature flags 0x80000001:ECX for Xen tools
Keir Fraser
2011-01-08
2
-17
/
+22
*
mem_access: added trap injection to libxc
Joe Epstein
2011-01-07
2
-0
/
+40
*
mem_access: HVMOPs for setting mem access
Joe Epstein
2011-01-07
5
-0
/
+142
*
libxc: portability fixes for NetBSD
Christoph Egger
2011-01-06
2
-3
/
+3
*
libxc: Use .opic to build xenctrl_osdep_ENOSYS.so
Keir Fraser
2010-12-24
1
-3
/
+9
*
x86 xsave: supports xsave (CPUID:0xD) enumeration for all sub-leaves.
Keir Fraser
2010-12-24
1
-48
/
+64
*
libxc: refactor Linux OS interface into a separate file.
Ian Campbell
2010-12-03
3
-642
/
+686
*
libxc: move foreign memory functions to xc_foreign_memory.c
Ian Campbell
2010-12-03
2
-72
/
+72
*
libxc: add abitility to dynamically load osdep.
Ian Campbell
2010-12-03
4
-2
/
+291
*
libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.
Ian Campbell
2010-12-03
5
-24
/
+24
*
libxc: allow osdep backends to log via the xc infrastructure.
Ian Campbell
2010-12-03
2
-0
/
+11
*
libxc: drop fd from xc_interface
Ian Campbell
2010-12-03
6
-14
/
+0
*
libxc: add ability to query OS interface for "fakeness"
Ian Campbell
2010-12-03
7
-0
/
+29
*
libxc: osdep: convert xc_gnttab_set_max_grants()
Ian Campbell
2010-12-03
4
-4
/
+13
*
libxc: osdep: convert xc_gnttab_munmap()
Ian Campbell
2010-12-03
4
-7
/
+24
*
libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()
Ian Campbell
2010-12-03
4
-31
/
+106
[prev]
[next]