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
/
amd64
Age
Commit message (
Expand
)
Author
4 days
Cast atomic_load_int(9) to signed int when loading `securelevel'.
Vitaliy Makkoveev
4 days
Fix some typos in comments in i386/amd64 bootblocks
Mike Larkin
9 days
Enable ixv(4) in RAMDISK_CD
YASUOKA Masahiko
12 days
remove vmx_pmap_find_pte_ept(), used by removed EPT mprotect ioctl
Jonathan Gray
12 days
remove unused XINTR() define
Jonathan Gray
14 days
Add a work-in-progress version of ice(4), a driver for Intel E810 devices.
Stefan Sperling
14 days
psp(4) waits for acknowledgement of wbinvd from other CPU.
Alexander Bluhm
2024-11-08
remove unused pmap_move()
Jonathan Gray
2024-11-08
remove unused VM_MAXUSER_ADDRESS32
Jonathan Gray
2024-11-07
Expand amd64 wbinvd_on_all_cpus() with acknowledge.
Alexander Bluhm
2024-11-07
Constify strings in symbol-related ddb interfaces, and make the iterator
Miod Vallat
2024-11-05
The first field of struct cfdriver is a pointer. Put NULL rather than 0 here.
Miod Vallat
2024-11-05
The MI boot code used to have an infinite loop trying to boot the kernel,
Miod Vallat
2024-11-05
Enable ixv(4)
YASUOKA Masahiko
2024-11-04
remove ability to specify root/dump/swap on st(4)
Jonathan Gray
2024-11-02
Kill unused pmap_collect().
Martin Pieuchot
2024-11-02
Add ixv(4), a driver for virtual functions of Intel 82598EB, 82559,
YASUOKA Masahiko
2024-10-28
Unlock KERN_ALLOWKMEM. The `allowkmem' is atomically accessed integer.
Vitaliy Makkoveev
2024-10-24
Stop leaking kernel stack guard pages.
Mark Kettenis
2024-10-22
put opening { on same line as struct name
Jonathan Gray
2024-10-22
remove prototypes with no matching function
Jonathan Gray
2024-10-21
We have not been swapping out kernel stacks since forever. So just
Mark Kettenis
2024-10-21
remove unused MP_PICMODE define
Jonathan Gray
2024-10-14
Fix build w/o SUSPEND option
Jan Klemkow
2024-10-10
allow MSI with the QEMU default pc-i440fx machine
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-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-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-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-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
remove unneeded semicolons; checked by millert@
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-27
Enable AMD SEV support in vmm(4).
Alexander Bluhm
[next]