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
/
include
Age
Commit message (
Expand
)
Author
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-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
remove unused MP_PICMODE define
Jonathan Gray
2024-10-07
Remove VMFUNC feature detection and tracking.
Dave Voutila
2024-10-02
Move some PCI MMIO defines from vmm(4) kernel headers to userland.
Dave Voutila
2024-09-26
Add an ipi for executing INVEPT to flush EPT on remote cpus.
Dave Voutila
2024-09-21
vmm(4): remove EPT mprotect ioctl
Mike Larkin
2024-09-04
make psp attach to ccp as a different driver
Jonathan Gray
2024-09-01
Pledge "vmm" for ccp(4) ioctl(2).
Alexander Bluhm
2024-08-27
Enable AMD SEV support in vmm(4).
Alexander Bluhm
2024-08-14
Implement bounce buffering for AMD SEV in amd64 bus dma.
Alexander Bluhm
2024-08-04
Add intelpmc(4), a driver for the power management controller found on
Mark Kettenis
2024-07-21
For AMD SEV determine C-bit position and guest mode in locore0.
Alexander Bluhm
2024-07-14
Add elf_aux_info(3)
Jeremie Courreges-Anglas
2024-07-14
vmm(4)/vmx: update host cr3, invept on cpu migration.
Dave Voutila
2024-07-10
Split vmd into mi/md parts.
Dave Voutila
2024-07-09
Prepare pmap for using the AMD SEV C-bit to encrypt guest memory.
Alexander Bluhm
2024-07-09
vmd/vmm: move vm_run_params into mi header.
Dave Voutila
2024-06-24
Show AMD SEV bits during identify CPU in dmesg.
Alexander Bluhm
2024-06-09
Add a compiler barrier where missing in CPU_BUSY_CYCLE() implems
Jeremie Courreges-Anglas
2024-06-09
remove unused prototypes and pin number defines
Jonathan Gray
2024-06-07
Make sure we select the deepest possible C-state during suspend-to-idle.
Mark Kettenis
2024-05-29
Implement the guts for "suspend-to-idle" on amd64. This enables suspend
Mark Kettenis
2024-05-26
Implement wakeup interrupts on amd64. Provide a dummy implementation for
Mark Kettenis
2024-05-22
remove prototypes with no matching function and externs with no var
Jonathan Gray
2024-05-21
remove switch_exit() prototypes, replaced by sched_exit()
Jonathan Gray
2024-05-14
Delete the declaration of cpu_feature which has been unused since
Philip Guenther
2024-05-13
remove some unused defines and externs
Jonathan Gray
2024-05-12
Delete the cpu_perf_e[abd]x and cpu_apmi_edx globals and move the
Philip Guenther
2024-05-11
Use %b to format cpu flag info in dmesg, so we have the raw values
Philip Guenther
2024-05-07
drop the MD byte-swap micro-optimizations on clang architectures
Christian Weisgerber
2024-05-01
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-29
vmm & vmd: drop "continue" flag to simplify running a vcpu.
Dave Voutila
2024-04-19
Revert per-CPU caches a double-free has been found by naddy@.
Martin Pieuchot
2024-04-17
Add per-CPU caches to the pmemrange allocator.
Martin Pieuchot
2024-04-14
Implement support for AVX-512. This required some fixes to the so-far
Mark Kettenis
2024-04-11
correct value of XFEATURE_AMX
Jonathan Gray
2024-04-09
vmm/vmd: add exception injection and refactor inject api.
Dave Voutila
2024-04-03
Add ci_cpuid_level and ci_vendor holding the per-CPU basic cpuid
Philip Guenther
2024-04-01
Delete 108 lines of ASM from vmx_enter_guest() that predated lots
Philip Guenther
2024-03-17
Use VERW to mitigate the RFDS (Register File Data Sampling) vulnerability
Philip Guenther
2024-02-25
We don't do compat32 so MSR_CSTAR shouldn't be set up: delete the
Philip Guenther
2024-02-25
clockintr: rename "struct clockintr_queue" to "struct clockqueue"
Scott Soule Cheloha
2024-02-12
Retpolines are an anti-pattern for IBT, so we need to shift protecting
Philip Guenther
2024-02-03
Add new amd64-only sysctl machdep.retpoline which says whether the cpu
Theo de Raadt
2024-01-31
Swap the r10 and rcx registers in the amd64 trapframe so that the
Philip Guenther
[next]