aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/vmm/vmm_mem.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* sys/amd64: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Restructure memory allocation in bhyve to support "devmem".Neel Natu2015-06-181-32/+0
* Merge projects/bhyve_npt_pmap into head.Neel Natu2013-10-051-61/+80
* Set the valid field of the newly allocated field as all otherPeter Grehan2012-10-261-0/+1
* Allocate memory pages for the guest from the host's free page queue.Neel Natu2012-10-081-344/+42
* Change vm_malloc() to map pages in the guest physical address space in 4KBNeel Natu2012-10-041-4/+4
* Add sysctls to display the total and free amount of hard-wired mem for VMsPeter Grehan2012-08-261-0/+24
* Enable handling of 1GB pages in the direct map since HEAD supports those.John Baldwin2011-05-151-2/+1
* Import of bhyve hypervisor and utilities, part 1.Peter Grehan2011-05-131-0/+413