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
2022-06-26
vmd: create a copy of bios at 4g boundary
Dave Voutila
2022-06-01
change amd64 pmap_convert to return void
Dave Voutila
2022-05-30
knf; fix whitespace in structs
Dave Voutila
2022-05-13
vmm: add additional fault type, fixing vm receive
Dave Voutila
2022-05-03
vmm/vmd/vmctl: standardize memory units to bytes
Dave Voutila
2022-04-26
On CPUs that have MPERF/APERF support use that information to install a
Claudio Jeker
2022-02-01
Attempt to guarantee that on copy-on-write faulting, the new copy
Philip Guenther
2022-01-01
Add ENTRY_NB() macro for doing an ASM function entry without setting
Philip Guenther
2021-12-14
delete incorrect comment about sys/cdefs.h
Theo de Raadt
2021-11-19
Correct the CPUID() and CPUID_LEAF() macros to not include a trailing
Philip Guenther
2021-09-13
vmm(4): add limit to number of vcpus
Dave Voutila
2021-09-04
To mitigate against spectre attacks, AMD processors without the
Alexander Bluhm
2021-09-01
Older AMD CPUs that do not support IBRS need an lfence after ret
Alexander Bluhm
2021-08-31
vmm(4): add ipi for vmclear, unlock kernel
Dave Voutila
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-18
The pmap needs to know which CPUs to send IPIs when TLB entries
Philip Guenther
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-20
vmm(4): don't advertise cpu support for TSC_ADJUST msr
dv
2021-05-16
remove prototype for cpu_adjust_tsc_freq()
Jonathan Gray
2021-05-14
amd64: specialreg.h: add MSR_TSC_ADJUST
cheloha
2021-04-05
Improve rdmsr/wrmsr exit handling for both AMD SVM and Intel VMX.
dv
2021-03-29
Fix IA32_EPT_VPID_CAP_XO_TRANSLATIONS specification
dv
2021-03-11
spelling
Jonathan Gray
2020-12-22
stop showing amd l3 cache information
Jonathan Gray
2020-11-13
Delete unused #defines: T_USER hasn't been used since July 2018
Philip Guenther
2020-11-12
Simplify interrupt entry stubs to not push around bogus trapno+err
Philip Guenther
2020-11-09
Give sizes and types to more functions and objects.
Philip Guenther
2020-11-02
Restore abstraction of register saving into macros in frameasm.h
Philip Guenther
2020-10-28
Use "memory" on inline fence instructions to suggest to the compiler
Jonathan Gray
2020-10-27
Adding IOMMU support for AMD Vi and Intel VTD (disabled)
Jordan Hargrave
2020-10-21
Save and restore the MXCSR register and the FPU control word such that
Mark Kettenis
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
Jonathan Gray
2020-09-13
add SRBDS cpuid bits
Jonathan Gray
2020-07-08
Clean up the amd64 userland timecounter implementation a bit:
Mark Kettenis
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-03
Use an LFENCE instruction everywhere where we use RDTSC when we are
Mark Kettenis
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
2020-06-17
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
David Gwynne
2020-06-03
let the random subsystem read the tsc for event "timestamps".
David Gwynne
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-13
Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().
Martin Pieuchot
2020-04-28
Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64
Mark Kettenis
2020-04-15
Remove unused protoype.
Mark Kettenis
2020-04-08
vmm(4): add IOCTL handler to sets the access protections of the ept
pd
2020-04-08
vmm(4): handle cr0 writes more correctly for vmx
pd
2020-03-11
Take a swing at blocking Load-Value-Injection attacks against the
Philip Guenther
2020-02-28
oops some snapshot tests fell in
Theo de Raadt
2020-02-28
sync
Theo de Raadt
2020-02-20
controler -> controller
Jonathan Gray
[next]