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
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
2020-01-24
Machines have started to appear that have the framebuffer at an address > 4GB.
Mark Kettenis
2020-01-22
Remove trailing whitespace, no code change.
Mike Larkin
2019-12-23
Machines with many CPUs and long feature lists fill up the dmesg(8)
Alexander Bluhm
2019-12-20
Disable TSX when MSR_ARCH_CAPABILITIES sets TSX_CTRL.
Jonathan Gray
2019-12-19
Convert boolean_t/TRUE/FALSE to int/1/0 for coherency with the rest of
Martin Pieuchot
2019-11-29
Fix size of reserved bytes section in xsave header.
mortimer
2019-11-29
Pass the EFI memory map to the kernel.
Mark Kettenis
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-08-26
Remove rdtsc macro.
Paul Irofti
2019-08-09
Add TSC synchronization for multiprocessor machines.
Paul Irofti
2019-08-07
Mitigate CVE-2019-1125: block speculation past conditional jump to mis-skip
Philip Guenther
2019-08-07
Add codepatch_jmp(), like codepath_call() but inserting a jmp instead of a call.
Philip Guenther
2019-08-04
Fix a typo I noticed reviewing the smbios code cleanup diff.
kmos
2019-08-04
Cleanup the bios(4)/smbios(4) code a bit. Fix some KNF issues, reduce
Mark Kettenis
2019-07-26
emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT.
Kevin Lo
2019-07-17
vmm/vmd: Fix migration with pvclock
pd
2019-07-14
Delete obsolete bits in a comment: mcontext is gone and struct reg is no
Philip Guenther
2019-06-28
Write back and invalidate caches before updating CPU microcode,
Alexander Bluhm
2019-06-25
Implement suspend/resume support for MSI-X interrupts. Loosely based on
Mark Kettenis
2019-06-14
Add TSC_ADJUST CPUID flag.
Mark Kettenis
2019-05-28
Remove a 15 year old XXX comment
Mike Larkin
2019-05-17
Oops, forgot to include a copyright year when originally added
Philip Guenther
2019-05-17
Mitigate Intel's Microarchitectural Data Sampling vulnerability.
Philip Guenther
2019-05-15
Add support to the BIOS bootloader for random kernel base VA
Mike Larkin
2019-05-13
vmm: add host side pvclock
pd
2019-05-12
Delete cpu_idle_{enter,leave}_fcn() as unused. Add RETGUARD checks to
Philip Guenther
2019-05-12
s/availible/available/
Philip Guenther
2019-05-12
vmm: add a x86 page table walker
pd
2019-05-04
Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)
Mark Kettenis
2019-05-02
Fix vmm_support.S compilation error with gcc 8.3
Mike Larkin
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
Theo de Raadt
2019-04-02
Add variable length trap padding between the retguard epilogue and the
mortimer
2019-04-01
vmm(4): flush EPT when uvm removes mappings from a nested page table
Mike Larkin
2019-04-01
vmm(4): Don't advertise support for SSBD and related speculative exec
Mike Larkin
2019-04-01
vmm(4): Don't advertise support for MCE/MCA since we don't implement
Mike Larkin
2019-03-26
vmm(4): On VMX, use sgdt/sidt to reset the GDT/IDT limits after exiting
Mike Larkin
2019-03-25
Fix pctr(4) issues with MP and suspend:
Philip Guenther
2019-03-25
X86_IPI_NAMES's only use was #if 0'ed out; delete both
Philip Guenther
2019-03-23
Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race
Visa Hankala
2019-03-02
Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names.
Antoine Jacoutot
[next]