aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_linux.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools/libxc: introduce xc_memalign in xc_{minios,linux,solaris,netbsd}.cShriram Rajagopalan2011-12-011-0/+12
* libxc: Do not use dom0 physmem as parameter to lzma decoderIan Jackson2011-01-281-21/+0
* libxc: break xc_get_physmem out into os-dependent filesChristoph Egger2011-01-271-0/+21
* libxc: refactor Linux OS interface into a separate file.Ian Campbell2010-12-031-641/+0
* libxc: osdep: Use XC_PAGE_{SHIFT,MASK}.Ian Campbell2010-12-031-12/+12
* libxc: drop fd from xc_interfaceIan Campbell2010-12-031-4/+0
* libxc: add ability to query OS interface for "fakeness"Ian Campbell2010-12-031-0/+1
* libxc: osdep: convert xc_gnttab_set_max_grants()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_gnttab_munmap()Ian Campbell2010-12-031-3/+6
* libxc: osdep: convert xc_gnttab_map_{grant_ref,grant_refs,domain_grant_refs}()Ian Campbell2010-12-031-14/+26
* libxc: osdep: convert xc_evtchn_{pending,unmask}()Ian Campbell2010-12-031-5/+11
* libxc: osdep: convert xc_evtchn_unbind()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_evtchn_bind_virq()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_bind_interdomain()Ian Campbell2010-12-031-4/+6
* libxc: osdep: convert xc_evtchn_bind_unbound_port()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_evtchn_notify()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_evtchn_fd()Ian Campbell2010-12-031-2/+6
* libxc: osdep: convert xc_map_foreign_ranges()Ian Campbell2010-12-031-3/+5
* libxc: osdep: convert xc_map_foreign_range()Ian Campbell2010-12-031-2/+4
* libxc: osdep: convert xc_map_foreign_{batch,bulk}Ian Campbell2010-12-031-14/+21
* libxc: osdep: convert do_xen_hypercall()Ian Campbell2010-12-031-11/+10
* libxc: osdep: add framework for abstracting access to dom0 OS hypervisor inte...Ian Campbell2010-12-031-15/+65
* libxc: convert gnttab interfaces to use an opaque handle typeIan Campbell2010-12-231-26/+20
* libxc: convert evtchn interfaces to use an opaque handle typeIan Campbell2010-12-231-21/+21
* libxc: some xc_gnttab_* functions are not Linux specificIan Campbell2010-12-231-126/+0
* libxc: finalise transition to hypercall buffers.Ian Campbell2010-10-221-1/+1
* libxc: convert gnttab interfaces over to hypercall buffersIan Campbell2010-10-221-21/+16
* libxc: pass an xc_interface handle to page locking functionsIan Campbell2010-10-181-4/+4
* # HG changeset patchIan Campbell2010-08-241-4/+13
* tools: assume that special Xen devices have been created by the platformKeir Fraser2010-06-021-118/+3
* xc: deal with xen/evtchn and xen/gntdev device namesKeir Fraser2010-06-011-43/+49
* libxc: eliminate static variables, use xentoollog; API changeKeir Fraser2010-05-281-58/+66
* libxc: mmapbatch-v2 adjustmentsKeir Fraser2010-01-221-1/+1
* libxc: Fix IOCTL_PRIVCMD_MMAPBATCH_V2 fallback checkKeir Fraser2010-01-141-1/+1
* libxc: use new (replacement) mmap-batch ioctlKeir Fraser2010-01-131-4/+129
* Support for -EAGAIN from xc_gnttab_map_grant_ref.Keir Fraser2009-12-171-1/+7
* libxc support of memory paging.Keir Fraser2009-12-171-1/+44
* General code clean-up of xc_linux.c.Keir Fraser2009-12-171-89/+72
* libxc: fix a few memory leaksKeir Fraser2009-10-231-2/+8
* libxenctrl: Build fix after gnttab_v2 changes.Keir Fraser2009-10-071-6/+6
* Introduce a grant_entry_v2 structure.Keir Fraser2009-10-071-1/+31
* Rename the struct grant_entry to struct grant_entry_v1, so that itKeir Fraser2009-10-071-3/+3
* libxc: Use a single mmap interface to LinuxKeir Fraser2009-07-201-50/+21
* libxc: Add a function to map a domain's grant table.Keir Fraser2009-06-011-0/+105
* libxc: Fix after xc_map_foreign_ranges() patch.Keir Fraser2008-07-241-6/+6
* libxc: Clean up xc_map_foreign_ranges() interface to hide theKeir Fraser2008-07-231-4/+29
* libxc: add xc_gnttab_map_domain_grant_refs.Keir Fraser2008-07-211-2/+21
* libxc: Variable-size gntdev supportKeir Fraser2008-03-181-1/+14
* qemu: more verbose on failures.Keir Fraser2007-11-161-3/+10