aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/balloon
Commit message (Expand)AuthorAgeFilesLines
* xen: remove direct usage of HYPERVISOR_start_infoRoger Pau Monné2018-07-191-2/+1
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* xen: Code cleanup and small bug fixesRoger Pau Monné2015-10-211-6/+4
* Remove some more vestiges of the Xen PV domu support. Specifically,John Baldwin2015-08-061-2/+0
* Remove support for Xen PV domU kernels. Support for HVM domU kernelsJohn Baldwin2015-04-301-39/+9
* xen/balloon: fix accounting of current memory pages on PVHRoger Pau Monné2014-09-301-1/+2
* xen: make xen balloon a driver that depends on xenstoreRoger Pau Monné2014-09-301-27/+60
* xen/virtio: fix balloon drivers to not mark pages as WIREDRoger Pau Monné2014-06-251-65/+24
* - Modify vm_page_unwire() and vm_page_enqueue() to directly acceptAttilio Rao2014-06-161-2/+2
* Improve robustness of the Xen balloon driver.Justin T. Gibbs2013-11-151-157/+45
* Implement vector callback for PVHVM and unify event channel implementationsJustin T. Gibbs2013-08-291-5/+6
* Allow booting XENHVM kernel without Xen hypervisor.Fabien Thomas2012-06-201-0/+3
* Free ballooned pages with the corresponding malloc type.Sergey Kandaurov2012-04-061-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Eliminate vestiges of page coloring in VM_ALLOC_NOOBJ calls toAlan Cox2011-10-271-2/+1
* Fix msleep() usage in Xen balloon driver to not wake up on every HZ tick.Alexander Motin2011-05-131-11/+7
* Make "options XENHVM" compile for i386, not just amd64 -- a largelyRobert Watson2011-01-041-1/+1
* Improve the Xen para-virtualized device infrastructure of FreeBSD:Justin T. Gibbs2010-10-191-5/+5
* Fix the Xen build for i386 PV mode.Doug Rabson2009-04-011-0/+8
* Merge in support for Xen HVM on amd64 architecture.Doug Rabson2009-03-111-125/+244
* Import Xen paravirtual drivers.Kip Macy2008-08-121-0/+446