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
...
*
libxenctrl: Build fix after gnttab_v2 changes.
Keir Fraser
2009-10-07
3
-15
/
+15
*
Introduce a grant_entry_v2 structure.
Keir Fraser
2009-10-07
3
-12
/
+69
*
Rename the struct grant_entry to struct grant_entry_v1, so that it
Keir Fraser
2009-10-07
3
-7
/
+7
*
stubdom/minios: re-structure headers
Keir Fraser
2009-10-01
1
-7
/
+7
*
vmx: add the support of XSAVE/XRSTOR to VMX guest
Keir Fraser
2009-09-29
1
-1
/
+1
*
x86: Allow TSC mode (emulate vs native) to be configured per domain.
Keir Fraser
2009-09-28
2
-0
/
+11
*
Fix some issues for HVM log dirty:
Keir Fraser
2009-09-07
3
-70
/
+12
*
libxenguest: Remove unused static inline function is_loadable_phdr()
Keir Fraser
2009-09-02
1
-6
/
+0
*
libxc: Avoid a constant-zero-sized memset().
Keir Fraser
2009-08-31
1
-1
/
+2
*
[HVM] add super page support for HVM migration
Keir Fraser
2009-08-27
1
-24
/
+343
*
libxc: More LZMA/BZIP fixes.
Keir Fraser
2009-08-24
2
-22
/
+16
*
Revert 20105:979fd420311b
Keir Fraser
2009-08-21
1
-1
/
+6
*
libxc: Remove minios-specific hack for generating .zlib.deps file
Keir Fraser
2009-08-21
1
-6
/
+1
*
libxenguest: Fix libbz2/liblzma dependency computation.
Keir Fraser
2009-08-20
1
-1
/
+6
*
domain builder: Implement bzip2 and LZMA loaders
Keir Fraser
2009-08-20
2
-58
/
+350
*
x86 hvm: Remove vendor-specific feature masking of 0x1:ECX.
Keir Fraser
2009-08-19
1
-12
/
+0
*
tmem: save/restore/migrate/livemigrate and shared pool authentication
Keir Fraser
2009-08-06
4
-8
/
+420
*
libxenguest: Revert domain builder interface changes for 'superpages'
Keir Fraser
2009-07-20
6
-46
/
+39
*
libxc: Use a single mmap interface to Linux
Keir Fraser
2009-07-20
1
-50
/
+21
*
libxc: Fix bugs in xc_exchange_page: pfn_type indexed by gpfn.
Keir Fraser
2009-07-02
1
-2
/
+2
*
x86_64: allow more vCPU-s per guest
Keir Fraser
2009-06-18
12
-63
/
+127
*
tmem: fix 32-on-64 support
Keir Fraser
2009-06-17
1
-5
/
+5
*
libxc: fix link error on ia64
Keir Fraser
2009-06-04
1
-1
/
+1
*
libxc: Implement stub xc_gnttab_map_table() for non-linux.
Keir Fraser
2009-06-01
3
-0
/
+15
*
libxc: Exchange a page for PV guest
Keir Fraser
2009-06-01
3
-1
/
+667
*
libxc: Export xc_core_arch_map_p2m_writable()
Keir Fraser
2009-06-01
2
-5
/
+28
*
libxc: Add a function to map a domain's grant table.
Keir Fraser
2009-06-01
2
-0
/
+111
*
libxc: export xc_map_m2p() so that it can be called outside.
Keir Fraser
2009-06-01
2
-4
/
+19
*
Export page offline hypercalls to user space tools.
Keir Fraser
2009-06-01
3
-0
/
+110
*
[IA64] adjust ia64 xc_domain_restore() signature
Keir Fraser
2009-05-27
1
-3
/
+3
*
Transcendent memory ("tmem") for Xen.
Keir Fraser
2009-05-26
3
-0
/
+95
*
Add support for superpages (hugepages) in PV domain
Keir Fraser
2009-05-26
7
-143
/
+177
*
restore: sign extend p2m when restoring on a host with pfn width <
Keir Fraser
2009-04-08
1
-1
/
+1
*
xenpm: Set scheduler vcpu_migration_delay by xenpm
Keir Fraser
2009-04-06
2
-0
/
+32
*
libxc: Fix xc_translate_foreign_address in non-paged mode
Keir Fraser
2009-03-31
1
-1
/
+1
*
cpuidle: export max_cstate access via libxc
Keir Fraser
2009-03-31
2
-0
/
+36
*
libxc: fix link error of xc_save on ia64
Keir Fraser
2009-03-24
3
-110
/
+118
*
xenpm: Add a small scheduler knob "sched_smt_power_savings"
Keir Fraser
2009-03-20
2
-0
/
+19
*
Deliver cpufreq actual average freq to libxc interface
Keir Fraser
2009-03-20
2
-0
/
+19
*
x86 dom builder: Allocate domU pages in batches.
Keir Fraser
2009-03-19
1
-4
/
+10
*
libxc: Use write_exact() in lock_suspend_event().
Keir Fraser
2009-03-18
1
-3
/
+3
*
Move the suspend event channel function to libxc, it will use the
Keir Fraser
2009-03-18
2
-0
/
+113
*
xenpm: Add CPU topology info (thread/core/socket)
Keir Fraser
2009-03-13
2
-0
/
+38
*
Domain core-dumping fixes
Keir Fraser
2009-03-12
2
-1
/
+11
*
Fix solaris xc_map_foreign_ranges()
Keir Fraser
2009-03-12
1
-0
/
+2
*
libxc: Replace bzero() usage with memset().
Keir Fraser
2009-03-12
2
-2
/
+2
*
x86: Mask X86_FEATURE_XSAVE in cpuid leaf 1, ecx, as we don't allow
Keir Fraser
2009-03-09
2
-0
/
+2
*
hvm: passthrough MSI-X mask bit acceleration
Keir Fraser
2009-03-02
2
-2
/
+5
*
libxc: xc_ptrace cleanup
Keir Fraser
2009-02-20
1
-220
/
+19
*
libxenctrl: adds xc_domain_unbind_msi_irq to libxc.
Keir Fraser
2009-02-05
2
-0
/
+32
[prev]
[next]