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
2018-02-10
Revert previous & incorrect NULL dereference fix.
Martin Pieuchot
2018-02-10
Additional AMD CPUID bits documented in
Jonathan Gray
2018-02-10
Remove now unused assembly mutex code.
Martin Pieuchot
2018-02-10
Add a mapping from grandparent driver name to hibernate io function to reduce
Jonathan Matthew
2018-02-09
Check for the existence of /bsd before trying to back it up to /obsd.
Theo Buehler
2018-02-07
Reporting the PXE boot interface we identified is independent of setting
Christian Weisgerber
2018-02-07
Use M_WAITOK to show we don't need to check for NULL.
Kenneth R Westerback
2018-02-06
Load the Intel microcode much earlier. So far we had loaded it after
Patrick Wildt
2018-02-02
vmm: add support for send / receive for AMD SVM hosts
pd
2018-01-30
Fix TFTP reading of zero-size files:
Christian Weisgerber
2018-01-25
Remove mutex implementations that now live in MI code.
Martin Pieuchot
2018-01-25
Move common mutex implementations to a MI place.
Martin Pieuchot
2018-01-22
<machine/mutex.h> -> <sys/mutex.h>
Martin Pieuchot
2018-01-22
Always grab the KERNEL_LOCK() for !IPL_MPSAFE handlers.
Martin Pieuchot
2018-01-21
Add missing OpenBSD CVS tag
Patrick Wildt
2018-01-17
Found a .data variable that can be in .rodata
Theo de Raadt
2018-01-15
tabs vs spaces
Mike Larkin
2018-01-15
Add some AVX512 CPUID flags.
Mike Larkin
2018-01-14
Make cpu_ucode_debug non static so it can be changed from ddb.
Alexander Bluhm
2018-01-14
Use signed values to compare absolute difference. The variables
Alexander Bluhm
2018-01-13
Define and use IPL_MPFLOOR in our common mutex implementation.
Martin Pieuchot
2018-01-12
Don't bother ucode updates in ramdisk. We don't have the files....
Theo de Raadt
2018-01-12
Correctly iterate over all extended signatures.
Patrick Wildt
2018-01-12
Unify <machine/mutex.h> a bit further.
Martin Pieuchot
2018-01-12
IBRS -> IBRS,IBPB in identifycpu lines
Mike Larkin
2018-01-11
Update the Intel microcode once the root filesystem has been mounted.
Patrick Wildt
2018-01-07
delete a wrong comment
Mike Larkin
2018-01-07
remove all PG_G global page mappings from the kernel when running on
Mike Larkin
2018-01-07
amd64_{get,set}_fsbase() are superfluous and unused; delete them.
Philip Guenther
2018-01-07
Delete obsolete/untrue comments
Philip Guenther
2018-01-07
remove a ridiculous comment and move another comment to the line it was
Mike Larkin
2018-01-07
Add identcpu.c and specialreg.h definitions for the new Intel/AMD MSRs
Mike Larkin
2018-01-06
Handle %gs like %[def]s and reset set it in cpu_switchto() instead of on
Philip Guenther
2018-01-05
Show uvm_fault and trace when typing show panic on a page fault'd kernel
Paul Irofti
2017-12-27
Add size for free() in the AMD K10/K11 pstate driver.
Frederic Cambus
2017-12-24
Add a PCI attachment driver for bwfm(4). It's not finished, but it's
Patrick Wildt
2017-12-24
Somes fixes for the VIA PadLock drivers.
Frederic Cambus
2017-12-20
Switch x86 architectures to the common C mutex implementation.
Martin Pieuchot
2017-12-19
Pass calibrated TSC frequency to vmm(4) guests. On machines where TSC
Patrick Wildt
2017-12-18
Add sizes for free() in libsa for amd64 and i386.
Frederic Cambus
2017-12-17
vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"
Mike Larkin
2017-12-14
fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so
Philip Guenther
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-12-09
Add sizes for free() in the AMD PowerNow! K8 driver.
Frederic Cambus
2017-12-08
Disable SMAP temporarily to display userland traces.
Martin Pieuchot
2017-12-07
correct indentation
Theo de Raadt
2017-12-07
reorder some port numbers, no functional change.
Mike Larkin
2017-12-06
Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt.
Frederic Cambus
2017-12-04
Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).
Martin Pieuchot
2017-12-03
Enable bgw(4).
Mark Kettenis
[next]