aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/xen/balloon/balloon.c
Commit message (Expand)AuthorAgeFilesLines
* xen/dev: remove __unused from driver argument of identify functionsElliott Mitchell2023-11-281-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* xen: bump used interface versionRoger Pau Monné2023-03-091-2/+0
* xen: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-061-3/+1
* xen: plug some of set-but-not-used varsMateusz Guzik2021-12-151-2/+2
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-201-14/+7
* xen: allow limiting the amount of duplicated pending xenstore watchesRoger Pau Monné2020-12-301-1/+2
* dev/xen: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (16 of many)Pawel Biernacki2020-02-251-1/+3
* 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