aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libxc/xc_linux_osdep.c
Commit message (Expand)AuthorAgeFilesLines
* libxc: check return values from mallocIan Jackson2013-06-141-0/+4
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tools: Synchronize privcmd header constantsAndres Lagar-Cavilla2012-11-121-5/+5
* tools/python: Clean python correctlyAndrew Cooper2012-08-171-2/+2
* libxc/Linux: Add VM_DONTCOPY flag of the VMA of the hypercall bufferWangzhenguo2012-08-171-10/+9
* libxc: implement gnttab.set_max_grants for LinuxJan Beulich2012-05-141-0/+22
* libxc: Replace alloca() with mmap() for large array sizesAravindh Puthiyaparambil2012-04-241-4/+38
* tools/libxc: send page-in requests in batches in linux_privcmd_map_foreign_bulkOlaf Hering2012-03-261-15/+57
* libxc: remove tests of alloca() return valueDavid Vrabel2012-02-201-45/+34
* libxc: Replace malloc with alloca in hot pathSantosh Jodh2012-02-071-5/+2
* mini-os: convert mlock macros to C functionsOlaf Hering2012-01-311-1/+1
* tools/libxc: handle fallback in linux_privcmd_map_foreign_bulk properlyOlaf Hering2012-01-271-2/+3
* libxc: Only retry mapping pages when ENOENT is returnedAndres Lagar-Cavilla2012-01-101-1/+1
* libxc: Fix checks on grant notify argumentsDaniel De Graaf2011-12-011-3/+3
* tools/libxc: introduce xc_memalign in xc_{minios,linux,solaris,netbsd}.cShriram Rajagopalan2011-12-011-3/+2
* libxc: add xc_gntshr_* functionsDaniel De Graaf2011-10-061-0/+102
* libxc: add xc_gnttab_map_grant_ref_notifyDaniel De Graaf2011-10-061-61/+51
* libxc: osdep: convert hypercall buffer allocationIan Campbell2011-03-111-0/+27
* libxc: Remove set_max_grants in linuxDaniel De Graaf2011-01-171-14/+0
* libxc: refactor Linux OS interface into a separate file.Ian Campbell2010-12-031-0/+685