| Commit message (Expand) | Author | Age | Files | Lines |
| * | sys/modules/vmm: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*} | Xin LI | 2025-05-03 | 1 | -1/+1 |
| * | vmm: Consolidate code which manages guest memory regions | Mark Johnston | 2025-02-18 | 1 | -1/+2 |
| * | vmm: Add vmm_fence.c to SRCS for vmm.ko on riscv | Mark Johnston | 2025-02-14 | 1 | -0/+1 |
| * | vmm: Depend on vmm_hyp* files as needed | Andrew Turner | 2025-01-24 | 1 | -2/+2 |
| * | riscv vmm: virtual timer support. | Ruslan Bukin | 2025-01-02 | 1 | -1/+2 |
| * | riscv: Add support for building vmm as a kernel module | Mark Johnston | 2024-11-13 | 1 | -5/+15 |
| * | vmm: Rename the amdiommu driver to amdviiommu | Mark Johnston | 2024-11-04 | 1 | -1/+1 |
| * | vmm: Merge vmm_dev.c | Mark Johnston | 2024-08-26 | 1 | -0/+1 |
| * | vmm: Move duplicated stats code into a generic file | Mark Johnston | 2024-08-26 | 1 | -3/+4 |
| * | arm64/vmm: Add the VHE exception and switcher files | Andrew Turner | 2024-08-20 | 1 | -0/+2 |
| * | arm64/vmm: Create functions to call into EL2 | Andrew Turner | 2024-08-20 | 1 | -0/+1 |
| * | arm64/vmm: Start to extract code not needed by VHE | Andrew Turner | 2024-08-20 | 1 | -4/+5 |
| * | sys/conf: Introduce NOSAN_CFLAGS and NOSAN_C | Andrew Turner | 2024-08-20 | 1 | -9/+6 |
| * | vmm: Build with proper ldscript on aarch64 | Warner Losh | 2024-08-01 | 1 | -1/+1 |
| * | Remove residual blank line at start of Makefile | Warner Losh | 2024-07-15 | 1 | -1/+0 |
| * | vmm: Conditionalize addition of opt_*.h headers | Mark Johnston | 2024-07-14 | 1 | -2/+7 |
| * | vmm: Only link the arm64 hyp code in vmm.ko once | Andrew Turner | 2024-06-10 | 1 | -2/+1 |
| * | arm64: Support BTI checking in most of the kernel | Andrew Turner | 2024-06-05 | 1 | -1/+1 |
| * | arm64/vmm: Define a dummy _start symbol in vmm_hyp_blob.elf | Mark Johnston | 2024-04-11 | 1 | -3/+3 |
| * | arm64/vmm: Exclude more sanitizer compiler flags from certain files | Mark Johnston | 2024-03-22 | 1 | -2/+2 |
| * | vmm: fix standalone module build | Gleb Smirnoff | 2024-03-12 | 1 | -1/+2 |
| * | Import the kernel parts of bhyve/arm64 | Andrew Turner | 2024-02-21 | 1 | -13/+65 |
| * | sanitizers: Avoid building genassym.c and genoffset.c with sanitizers | Mark Johnston | 2024-01-12 | 1 | -2/+4 |
| * | sys: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*} | Alex Xu (Hello71) | 2023-12-26 | 1 | -2/+2 |
| * | sys: Remove $FreeBSD$: one-line sh pattern | Warner Losh | 2023-08-16 | 1 | -1/+0 |
| * | sys/modules: Make use of SRCS.${KERN_OPT}. | John Baldwin | 2023-03-01 | 1 | -3/+1 |
| * | AMD-vi: Fix IOMMU device interrupts being overridden | Ka Ho Ng | 2021-03-22 | 1 | -0/+3 |
| * | Initial support for bhyve save and restore. | John Baldwin | 2020-05-05 | 1 | -1/+8 |
| * | More fixes to build the kernel with a compiler that defaults to -fno-common | Alex Richardson | 2020-04-18 | 1 | -2/+2 |
| * | Remove more manual additions of -DSMP. | Mark Johnston | 2020-02-06 | 1 | -1/+1 |
| * | All genassym.sh usage need offset.inc | Bryan Drewery | 2018-07-03 | 1 | -3/+3 |
| * | Fix cyclic dependency after r326552. | Bryan Drewery | 2017-12-05 | 1 | -2/+5 |
| * | Add AMD IOMMU/AMD-Vi support in bhyve for passthrough/direct assignment to VM... | Anish Gupta | 2017-04-30 | 1 | -2/+3 |
| * | sys/modules: normalize .CURDIR-relative paths to SRCTOP | Enji Cooper | 2017-03-04 | 1 | -8/+8 |
| * | Exclude -flto when building *genassym.o | Ed Maste | 2017-02-21 | 1 | -2/+2 |
| * | Use lapic_ipi_alloc() to dynamically allocate IPI slots needed by bhyve when | Neel Natu | 2015-03-14 | 1 | -3/+1 |
| * | Replace bhyve's minimal RTC emulation with a fully featured one in vmm.ko. | Neel Natu | 2014-12-30 | 1 | -1/+2 |
| * | Retire the '@' symlink. It isn't really needed and causes more | Warner Losh | 2014-11-06 | 1 | -8/+2 |
| * | Add foo_genassym.c files to DPSRCS so dependencies for them are generated. | John Baldwin | 2014-10-27 | 1 | -1/+2 |
| * | Move the ACPI PM timer emulation into vmm.ko. | Neel Natu | 2014-10-26 | 1 | -1/+2 |
| * | IFC @r273214 | Neel Natu | 2014-10-20 | 1 | -11/+13 |
| |\ |
|
| | * | Fix build to not bogusly always rebuild vmm.ko. | Warner Losh | 2014-10-17 | 1 | -8/+7 |
| * | | IFC r271888. | Neel Natu | 2014-09-20 | 1 | -2/+2 |
| |\| |
|
| | * | Restructure the MSR handling so it is entirely handled by processor-specific | Neel Natu | 2014-09-20 | 1 | -1/+0 |
| * | | MFC @ r266724 | Peter Grehan | 2014-06-03 | 1 | -0/+3 |
| |\| |
|
| | * | Move the atpit device model from userspace into vmm.ko for better | Tycho Nightingale | 2014-03-25 | 1 | -0/+1 |
| | * | Replace the userspace atpic stub with a more functional vmm.ko model. | Tycho Nightingale | 2014-03-11 | 1 | -0/+2 |
| * | | MFC @ r259205 in preparation for some SVM updates. (for real this time) | Peter Grehan | 2014-02-04 | 1 | -1/+2 |
| |\| |
|
| | * | Add HPET device emulation to bhyve. | Neel Natu | 2013-11-25 | 1 | -0/+1 |
| | * | Move the ioapic device model from userspace into vmm.ko. This is needed for | Neel Natu | 2013-11-12 | 1 | -0/+1 |