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
/
dev
/
pv
Age
Commit message (
Expand
)
Author
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-06-29
avoid a NULL deref in xen_intr_barrier()
Jonathan Gray
2020-06-27
Nuke trailing whitespace.
Kenneth R Westerback
2020-06-27
No need to bzero()/memset() 'struct scsibus_attach_args' variables
Kenneth R Westerback
2020-06-27
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value that is being
Kenneth R Westerback
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to
Kenneth R Westerback
2020-06-24
Nuke some pointless *_dev_probe() and *_dev_free() functions and
Kenneth R Westerback
2020-06-22
use ifiq_input and use it's return value to apply backpressure to rxrs.
David Gwynne
2020-06-21
Nuke pointless vioblk_dev_probe() and vioblk_dev_free() functions and
Kenneth R Westerback
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2020-02-16
Force a guest info update when we get a Capabilities_Register command.
Jonathan Matthew
2020-02-14
IPS_MAXFER, NAX_XFER, and MAXBSIZE are all defined
Kenneth R Westerback
2020-02-13
Resolve a few issues with interrupt handling
Mike Belopuhov
2020-02-12
Bring a few stragglers into line with the idiom used by the other 40+
Kenneth R Westerback
2020-02-05
Nuke unnecessary abstraction 'scsi_minphys()' which just calls
Kenneth R Westerback
2020-01-26
Shuffle some names around to make reading the code less headache
Kenneth R Westerback
2020-01-24
cleanup unused headers generated by config
Jonathan Gray
2020-01-23
Use a consistant idiom/format when declaring scsi_adapter structures
Kenneth R Westerback
2020-01-22
xbf(4): tsleep(9) -> tsleep_nsec(9); ok mikeb@
cheloha
2020-01-11
xenstore: *sleep(9) -> *sleep_nsec(9); ok mikeb@
cheloha
2019-12-31
Convert infinite sleeps to {m,t}sleep_nsec(9).
Martin Pieuchot
2019-12-31
include sys/sensors.h for sensor use
Jonathan Gray
2019-12-19
Add size for free() in vio(4).
Frederic Cambus
2019-12-13
pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unset
pd
2019-12-13
Always release interrupt source when unmasking the interrupt
Mike Belopuhov
2019-10-25
Remove some space before tab and other small indentation errors.
Claudio Jeker
2019-10-07
Attach Hyper-V guest services to VMBus 4.0
Mike Belopuhov
2019-09-01
Adopt the SCSI versioning #define's from FreeBSD. Eliminate the
Kenneth R Westerback
2019-08-30
Don't use misleadingly named SCSISPC() which returns SCSI version not
Kenneth R Westerback
2019-08-06
The vio(4) interface did not recover from mbuf shortage. The logic
Alexander Bluhm
2019-05-26
Support virtio 1.0 for virtio_pci
Stefan Fritsch
2019-05-26
Rework virtio_negotiate_features()
Stefan Fritsch
2019-05-13
vmm: add host side pvclock
pd
2019-04-17
Remove unused parameter from virtio_init_vq()
Stefan Fritsch
2019-04-17
Initialize virtqueue before passing it to device
Stefan Fritsch
2019-03-24
virtio: Add a few feature bit defines and names
Stefan Fritsch
2019-03-24
virtio: Prepare for 64 feature bits
Stefan Fritsch
2019-03-24
virtio: adjust virtio_setup_queue prototype for 1.0
Stefan Fritsch
2019-01-19
virtio: Introduce defines for config(8) flags
Stefan Fritsch
2019-01-19
viomb: tweak feature negotiation
Stefan Fritsch
2019-01-10
Fix previous
Stefan Fritsch
2019-01-10
Move some PCI-specific defines to a new virtio_pcireg.h file
Stefan Fritsch
2019-01-10
Remove some more code if VIRTIO_DEBUG is 0
Stefan Fritsch
2019-01-10
Move some common defines to virtiovar.h
Stefan Fritsch
2019-01-08
viocon: Remove obsolete handling of sc_intrhand
Stefan Fritsch
2019-01-08
virtio: Don't include feature strings without VIRTIO_DEBUG
Stefan Fritsch
2018-12-05
Correctly disable pvclock(4) on old hardware that lack a stable clock
Reyk Floeter
2018-11-24
only attach pvclock(4) inside a KVM guest
Peter Hessler
[next]