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
2019-12-04
Fix uvm_unmap_remove panic when tearing down VMs.
Mike Larkin
2019-11-29
Fix size of reserved bytes section in xsave header.
mortimer
2019-11-29
Add missing retq to mds handler for knights landing.
mortimer
2019-11-29
Pass the EFI memory map to the kernel.
Mark Kettenis
2019-11-28
Implement a hexdump command in the boot loader. This helps to
Alexander Bluhm
2019-11-26
Several functions expect that bootdev_dip is not NULL and can be
Alexander Bluhm
2019-11-26
vmm(4): fix pvclock accuracy issues
pd
2019-11-26
When deciding if a pci device is 'primary' test if the efi fb memory
Jonathan Gray
2019-11-19
Enable rge(4).
Kevin Lo
2019-11-18
Introduce rge(4), a new driver for Realtek 8125 PCI Express 2.5Gb Ethernet
Kevin Lo
2019-11-10
TRUE/FALSE conversions missed in previous.
Martin Pieuchot
2019-11-09
Retguard will start using sections named ".openbsd.randomdata.retguard.*"
Philip Guenther
2019-11-09
move NT eflag clearing after register saving, otherwise %eax is
Theo de Raadt
2019-11-07
The compiler -pg option implies -fno-ret-protector, as we want to disable
Philip Guenther
2019-11-07
Convert db_addr_t -> vaddr_t but leave the typedef for now.
Martin Pieuchot
2019-11-06
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-11-03
Don't talk about uvm_km_alloc(9), pool_get(9) is what we need.
Martin Pieuchot
2019-10-29
Use arc4 to bit-spread the 512-byte random buffer over the .openbsd.randomdata
Theo de Raadt
2019-10-26
Correct some ASM in a comment
Philip Guenther
2019-10-23
store specific strings for smbios baseboard vendor, product and serial
Jonathan Gray
2019-10-20
Improve previous
kn
2019-10-20
Document "set db_console 0|1"
kn
2019-10-13
Move ws_get_param/ws_set_param into wsdisplay code.
Mark Kettenis
2019-10-12
Disable TSC debug printfs for release. They can be turned back on by
Mark Kettenis
2019-10-08
amd64: ensure %fs is loaded after final lgdt
Mike Larkin
2019-09-26
Add a new driver for getting AMD CPU temperature sensor over the SMN.
Bryan Steele
2019-09-26
enable iavf(4)
Jonathan Matthew
2019-09-22
vmm(4): fix a wrong comment in vmmopen()
Mike Larkin
2019-09-20
KNF/whitespace fixes
Mike Larkin
2019-09-11
vm_teardown() must be serialized since it modifies the global vmm_softc
anton
2019-09-10
Do not decrement the number of VMs counter twice in one of vm_create()
anton
2019-09-07
We can't call cpu_ucode_apply() before we call cpu_ucode_setup().
Mark Kettenis
2019-09-07
Revert acpipci(4) changes. Too many systems are broken. We'll try again
Mark Kettenis
2019-09-06
Only do the timecounter initialization on the primary CPU. Avoids using a
Mark Kettenis
2019-09-06
If uvm_map_inentry returns false then a signal has been delivered, and
Theo de Raadt
2019-09-06
fpuinit() comments should precede cpu_init() call
Theo de Raadt
2019-09-04
Remove DST/TIMEZONE options(4) from kernel configs; ok jca@ deraadt@
cheloha
2019-08-28
Use ACPI information to attach PCI busses like we do on arm64. There are a
Mark Kettenis
2019-08-27
On amd64 the bootup and resume paths for SP/BP/SP were not performing
Theo de Raadt
2019-08-26
Remove rdtsc macro.
Paul Irofti
2019-08-21
sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4)
cheloha
2019-08-20
Network-based device paths use Messaging and not Media types. Thus
Patrick Wildt
2019-08-19
Restore msrs & pat on main cpu. jcs observed a slow console on x1r7,
Theo de Raadt
2019-08-14
enable amdgpu on amd64 requested by a few people
Jonathan Gray
2019-08-13
Allow PXE booting using u-boot by relaxing our requirements
Patrick Wildt
2019-08-13
Unbreak build of efi32 due to a typo in the fchmod change.
Patrick Wildt
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
[next]