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-17
use <machine/asm.h> not "machine/asm.h", for consistency
Jonathan Gray
2024-10-17
remove unneeded includes
Jonathan Gray
2024-10-16
a.out is no longer the commonly encountered binary file format, the world has
Miod Vallat
2024-10-16
Deliver SIGTRAP, rather than SIGEMT, when a TADDccTV or TSUBccTV instruction
Miod Vallat
2024-10-16
Deliver SIGTRAP, rather than SIGEMT, for trap instructions which are neither
Miod Vallat
2024-10-16
remove unneeded frame.h and riscvreg.h includes
Jonathan Gray
2024-10-15
remove unneeded pte.h include
Jonathan Gray
2024-10-14
remove unneeded vmparam.h include from pte.h
Jonathan Gray
2024-10-14
Fix build w/o SUSPEND option
Jan Klemkow
2024-10-14
remove unneeded device.h include
Jonathan Gray
2024-10-14
remove unused struct sigstate; ok miod@
Jonathan Gray
2024-10-10
Remove the gazillion of macros to get fields from curcpu(), and use
Miod Vallat
2024-10-10
allow MSI with the QEMU default pc-i440fx machine
Jonathan Gray
2024-10-10
allow MSI with the QEMU default pc-i440fx machine
Jonathan Gray
2024-10-09
make attachments use pre-existing activate functions; ok deraadt@
Jonathan Gray
2024-10-08
Make bus_dmamem_alloc(9) recognize the BUS_DMA_64BIT flag and interpret
Mark Kettenis
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
[next]