summaryrefslogtreecommitdiffstats
path: root/sys/dev/xen/balloon
Commit message (Expand)AuthorAgeFilesLines
* MFC 258178:royger2013-12-051-157/+45
* Implement vector callback for PVHVM and unify event channel implementationsgibbs2013-08-291-5/+6
* Allow booting XENHVM kernel without Xen hypervisor.fabient2012-06-201-0/+3
* Free ballooned pages with the corresponding malloc type.pluknet2012-04-061-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toalc2011-10-271-2/+1
* Fix msleep() usage in Xen balloon driver to not wake up on every HZ tick.mav2011-05-131-11/+7
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyrwatson2011-01-041-1/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:gibbs2010-10-191-5/+5
* Fix the Xen build for i386 PV mode.dfr2009-04-011-0/+8
* Merge in support for Xen HVM on amd64 architecture.dfr2009-03-111-125/+244
|\
| * Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64dfr2008-11-221-446/+0
|/
* Import Xen paravirtual drivers.kmacy2008-08-121-0/+446
OpenPOWER on IntegriCloud