index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2024-10-07
Remove VMFUNC feature detection and tracking.
Dave Voutila
2024-10-07
include proc.h to fix APMDEBUG build
Jonathan Gray
2024-10-06
remove unneeded includes and defines; ok miod@
Jonathan Gray
2024-10-06
use rdmsr_safe() instead of rdmsr() for probing feature
Sebastien Marie
2024-10-05
remove unneeded includes
Jonathan Gray
2024-10-04
Allow boot loader to run as AMD SEV guest on QEMU with EFI.
Alexander Bluhm
2024-10-04
Allow kernel boot on QEMU with AMD SEV.
Alexander Bluhm
2024-10-04
Remove unused SIGEMT.
Miod Vallat
2024-10-02
amd64: implement a pmap_shootept() for non-MP kernels.
Dave Voutila
2024-10-02
Move some PCI MMIO defines from vmm(4) kernel headers to userland.
Dave Voutila
2024-10-02
Switch PV pool allocator to use km_alloc(9) instead of uvm_km_kmemalloc(9).
Martin Pieuchot
2024-09-29
remove unused cruft; ok kettenis@
Jonathan Gray
2024-09-29
fix HWCAP_ASIMDHP test; ok kettenis@
Jonathan Gray
2024-09-29
correct a prototype
Jonathan Gray
2024-09-26
Fix amd64/GENERIC not linking due to missing pmap_shootept symbol.
Dave Voutila
2024-09-26
Add an ipi for executing INVEPT to flush EPT on remote cpus.
Dave Voutila
2024-09-26
remove unneeded psl.h include
Jonathan Gray
2024-09-23
recognise Neoverse V3AE (Poseidon AE)
Jonathan Gray
2024-09-23
add device tree mapping for HP OmniBook X 14
Jonathan Gray
2024-09-21
We aren't ready to choose S0-over-S3 based upon the S0ix bit in FADT.
Theo de Raadt
2024-09-21
vmm(4): remove EPT mprotect ioctl
Mike Larkin
2024-09-20
Add device tree mapping for Lenovo ThinkPad T14s.
Mark Kettenis
2024-09-20
remove unneeded semicolons; checked by millert@
Jonathan Gray
2024-09-19
correct indentation
Jonathan Gray
2024-09-06
spelling; ok mglocker@
Jonathan Gray
2024-09-04
vmm: set highest cpuid feature leaf based on host cpu.
Dave Voutila
2024-09-04
Fix some spelling.
Marcus Glocker
2024-09-04
make psp attach to ccp as a different driver
Jonathan Gray
2024-09-03
For virtual addresses use fixed page frame without AMD SEV reduction.
Alexander Bluhm
2024-09-03
vmm(4)/vmx: avoid VPID leakage by allocating at vcpu init.
Dave Voutila
2024-09-03
move psp functions to psp.c and remove the ifdefs
Jonathan Gray
2024-09-01
Pledge "vmm" for ccp(4) ioctl(2).
Alexander Bluhm
2024-09-01
spelling; checked by jmc@, ok miod@ mglocker@ krw@
Jonathan Gray
2024-08-29
Hide all EPT-related bits behind #ifdef in amd64 pmap.
Dave Voutila
2024-08-28
If bounce buffers do not fit, defragment mbuf.
Alexander Bluhm
2024-08-28
Enable per-cpu page cache.
Miod Vallat
2024-08-28
splnet() not needed in activate function
Theo de Raadt
2024-08-27
Enable AMD SEV support in vmm(4).
Alexander Bluhm
2024-08-26
replace multiple '.arch armv8.3-a' with a pauth target attribute
Jonathan Gray
2024-08-25
typo
Miod Vallat
2024-08-25
make activate function confirm to the common idiom; ok miod
Theo de Raadt
2024-08-23
Enable per-cpu page cache; tested on Octeon.
Miod Vallat
2024-08-23
Switch alpha to MI mplock code.
Miod Vallat
2024-08-23
Make sure pmap_kernel's mutex field gets correctly initialized rather than
Miod Vallat
2024-08-22
Fix merge of bounce buffer segments in amd64 bus dma.
Alexander Bluhm
2024-08-22
unrequired header file in vmm_machdep.c
Mike Larkin
2024-08-20
match the config_activate_children() sequences found in other usb host
Theo de Raadt
2024-08-20
Fix whitespace in amd64 bus dma.
Alexander Bluhm
2024-08-20
fix bus_dmamap_destroy
Stefan Fritsch
2024-08-20
Calculate used bounce buffers in amd64 bus dma correctly.
Alexander Bluhm
[next]