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
2020-06-22
Change tsc_get_timecount return from uint to u_int per sys/timetc.h.
Paul Irofti
2020-06-19
fold the TSC value in fewer operations, same result; ok deraadt@
Christian Weisgerber
2020-06-17
pci_intr_establish_cpu() for establishing an interrupt no a specific cpu.
David Gwynne
2020-06-16
make intr_barrier run sched_barrier on the cpu the interrupt pinned to.
David Gwynne
2020-06-15
Check rdrand for success and try up to ten times, as recommended by Intel.
Christian Weisgerber
2020-06-14
crank version number
Theo de Raadt
2020-06-14
asm versions of mdrandom() no longer needed
Theo de Raadt
2020-06-14
rewrite mdrandom() in C. previously this XOR'd against rdrand if available,
Theo de Raadt
2020-06-08
update drm to linux 5.7
Jonathan Gray
2020-06-03
let the random subsystem read the tsc for event "timestamps".
David Gwynne
2020-06-02
add acpihid(4) for ACPI HID event and 5-button array devices
Joshua Stein
2020-05-31
add umstc(4) for Microsoft Surface Type Cover keyboards
Joshua Stein
2020-05-31
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
David Gwynne
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-05-28
When calling rasops_init() in efifb_cnremap() and efifb_attach(), pass
Frederic Cambus
2020-05-28
Call cninit() after parsing boot parameter to make cninit() possible
YASUOKA Masahiko
2020-05-27
raise max columns and rows in efifb to 160
Jonathan Gray
2020-05-27
don't limit clflush to Intel CPUs
Jonathan Gray
2020-05-26
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
Theo de Raadt
2020-05-25
Adjust mdrandom() to also return 0 for success, -1 for failure
Theo de Raadt
2020-05-25
Adjust fwrandom() to return 0 for sucess, -1 for failure
Theo de Raadt
2020-05-25
add wsmoused support to efifb
Jonathan Gray
2020-05-25
change wsdisplay attribute type from long to uint32_t
Jonathan Gray
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
Jonathan Gray
2020-05-25
Kill unused cdev_pc_init().
Martin Pieuchot
2020-05-17
Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.
Theo de Raadt
2020-05-16
Make inittodr() and resettodr() MI.
Mark Kettenis
2020-05-15
disable ohci to compensate for bloat.
Theo de Raadt
2020-05-14
Bring back the acpi(4) changes. This time around only use the ACPI _CRS
Mark Kettenis
2020-05-14
Use '/t' on all architectures to get a trace via TID.
Martin Pieuchot
2020-05-13
Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init().
Martin Pieuchot
2020-05-11
Initialize the timeval passed to todr_gettime() with the base time from
Mark Kettenis
2020-05-02
Fix buglet in previous commit; use time from the struct timeval that was
Mark Kettenis
2020-04-28
Use the same inittodr()/resettodr() implementation as on arm64/armv7/sparc64
Mark Kettenis
2020-04-19
(1 << 39) is not well defined on a 32-bit int. Use same casts for
Kenneth R Westerback
2020-04-19
Initialize vmx_get_guest_faulttype() 'prot' to 0 instead of using
Kenneth R Westerback
2020-04-18
Sync existing stacktrace_save() implementations
Visa Hankala
2020-04-15
Remove unused protoype.
Mark Kettenis
2020-04-12
Add support for the _CCA method. This method indicates whether DMA is
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-04-06
Update my email address.
Paul Irofti
2020-03-29
Prevent stack trace saving from inspecting untrusted data. On amd64,
Visa Hankala
2020-03-29
Prevent out of bounds read in strlcpy due to vcp_name not being NUL-terminated.
tobhe
2020-03-25
Introduce stacktrace_save_at() and make use of it in dt(4).
Martin Pieuchot
2020-03-22
Make efi_device_path_depth() return the full device path depth if we don't
Mark Kettenis
2020-03-17
rework amd (not intel) smt/core/package detection.
David Gwynne
2020-03-16
Make the check for vmm_softc->mode exhaustive and return an error
Jasper Lievisse Adriaanse
2020-03-12
Use strlcpy to make sure 'vm_name' and 'vir_name' are NUL terminated.
tobhe
2020-03-11
Do not declare a variable inside a for () loop.
Martin Pieuchot
[next]