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
2017-06-27
Provide a handler stub for the "channel rescind" message
Mike Belopuhov
2017-06-27
Avoid testing an uninitialised variable in the SCSI_BUSY/SCSI_QUEUE_FULL
Jonathan Gray
2017-06-26
Minor cleanup; when polling delay before calling the interrupt handler
Mike Belopuhov
2017-06-26
Rework the deferred interrupt loop
Mike Belopuhov
2017-06-23
Event interrupt handler should call hv_channel_schedule now
Mike Belopuhov
2017-06-23
Request deferred interrupt processing
Mike Belopuhov
2017-06-23
Introduce deferred interrupt processing capability
Mike Belopuhov
2017-06-23
s/membar_sync/virtio_membar_sync/
Mike Belopuhov
2017-06-23
Finish up minor changes in the output and clear the BATCHED channel flag
Mike Belopuhov
2017-06-22
Add a hypervisor-specific function pointer in pvbus(4) that gets called during
Jonathan Matthew
2017-06-21
Don't confuse SCSI command status and transfer error code.
Mike Belopuhov
2017-06-21
Return early from NVS command submission if no response is required
Mike Belopuhov
2017-06-21
Include the request id in the I/O debug output
Mike Belopuhov
2017-06-15
Don't defer attaching PV devices
Mike Belopuhov
2017-06-15
Make sure we can free GPA handles when cold
Mike Belopuhov
2017-06-15
Support executing NVSP and RNDIS commands during autoconf
Mike Belopuhov
2017-06-15
Provide storage for the response message in each CCB
Mike Belopuhov
2017-06-15
Remove the structure definition for an old (pre Win8) I/O request type
Mike Belopuhov
2017-06-15
Put back copying of the response message into the polling callback
Mike Belopuhov
2017-06-15
Correct the number of targets vs number of LUNs
Mike Belopuhov
2017-06-14
Borrow some of dlg's smarts to make this look like a real SCSI driver
Mike Belopuhov
2017-06-14
Special handling for request 0 clashes with CCB 0
Mike Belopuhov
2017-06-14
Increase the maximum amount of requests and do some cleanup
Mike Belopuhov
2017-06-14
Hookup hvs(4)
Mike Belopuhov
2017-06-14
Hyper-V storage driver
Mike Belopuhov
2017-06-14
Add another type of a scatter-gather list operation used by StorVSC
Mike Belopuhov
2017-06-12
ifq_start does OACTIVE and RUNNING checks for the driver
Mike Belopuhov
2017-06-09
Fill RX ring during init and bail early on send if OACTIVE is set
Mike Belopuhov
2017-06-09
Remove a WAITOK that has sneaked in
Mike Belopuhov
2017-06-07
Acquire submit queue mutex only once per xbf_complete_cmd invocation
Mike Belopuhov
2017-06-06
Rewrite the driver to handle 64kb transfers
Mike Belopuhov
2017-06-06
Call xbf_intr for polled transfers that can't sleep
Mike Belopuhov
2017-06-04
update link to Ken Kato's vmware backdoor protocol documentation
Jonathan Matthew
2017-06-03
vioblk/virtio: Re-arrange some struct members
Stefan Fritsch
2017-06-02
Perform grant table page allocation outside of the table mutex
Mike Belopuhov
2017-05-31
Optimize virtio_enqueue_trim() a bit by nuking unneeded
Kenneth R Westerback
2017-05-30
More minor virtio tweaks
Stefan Fritsch
2017-05-30
Replace nifty DBGPRINT() with a more familiar DPRINTF() and adjust
Kenneth R Westerback
2017-05-30
Statically allocate resource to requests, and only create requests
Kenneth R Westerback
2017-05-30
virtio: Put entries in freelist in reverse order
Stefan Fritsch
2017-05-30
virtio: Do LIFO in the freelist
Stefan Fritsch
2017-05-27
virtio: remove unused vq_maxsegsize
Stefan Fritsch
2017-05-27
virtio: Remove MINSEG_INDIRECT
Stefan Fritsch
2017-05-27
Move error path to end of function where god intended it
Kenneth R Westerback
2017-05-26
virtio: minor tweak
Stefan Fritsch
2017-05-26
vioblk: set VIOBLK_DONE from vioblk_vq_done1
Stefan Fritsch
2017-05-26
Move vioblk and vioscsi more fully into the world of iopool and
Kenneth R Westerback
2017-05-15
vioscsi: Fix allocation of segments
Stefan Fritsch
2017-05-14
Align vioscsi's bus_dma* dancing with vioblk. Eliminates
Kenneth R Westerback
2017-05-02
Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ
Mike Larkin
[next]