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
2018-05-17
Let hvn_iff handle promisc mode activation
Mike Belopuhov
2018-04-28
replace add_*_randomness with enqueue_randomness()
Jasper Lievisse Adriaanse
2018-03-11
Workaround an Azure UDP transmit checksum offloading bug
Mike Belopuhov
2018-03-08
Implement the VMWare vmbackup protocol using vfs_stall(). This lets you
Jonathan Matthew
2018-02-27
Release the netlock when sleeping for control messages in in vioioctl().
Martin Pieuchot
2018-02-19
Remove almost unused `flags' argument of suser().
Martin Pieuchot
2018-01-21
Release interrupt source if the interrupt task is already scheduled
Mike Belopuhov
2018-01-21
Improve panic message
Mike Belopuhov
2018-01-20
Disable TCP and UDP transmit checksum offloading
Mike Belopuhov
2018-01-18
Fix an off-by-one uncovered by the recent free(9) change
Mike Belopuhov
2017-12-09
No need for the txb_used flag anymore
Mike Belopuhov
2017-11-26
Xen interrupt task barrier is just a taskq_barrier so call it
Mike Belopuhov
2017-11-08
Fixup what looks like a merge mistake; no functional change
Mike Belopuhov
2017-09-08
If you use sys/param.h, you don't need sys/types.h
Theo de Raadt
2017-08-10
Don't forget to call va_end in xen_hypercall
Mike Belopuhov
2017-08-10
Prevent an unlikely resource leak
Mike Belopuhov
2017-08-10
sector_count is uninitialized if the SCSI cmdlen is not 6, 10, 12 or
Reyk Floeter
2017-08-10
Fix copy-paste error in the error path of vio_alloc_mem() that checked
Reyk Floeter
2017-08-10
Add missing comma that caused a concatenated string. Fixes printing of
Reyk Floeter
2017-08-10
Correct the upper bound for the command size before the passthrough
Mike Belopuhov
2017-08-10
Buffer size for the SCSI vendor string should be 8 char long
Mike Belopuhov
2017-08-10
Fixup upper bound for the completion descriptor identifier
Mike Belopuhov
2017-08-10
Fail if unknown type of an address family was specified
Mike Belopuhov
2017-07-21
Replace MD _bus_dmamap_* function calls with MI ones
Mike Belopuhov
2017-07-19
Turn this into a panic since there's no way to recover from it
Mike Belopuhov
2017-07-17
Forbid overwriting a grant table entry currently in use
Mike Belopuhov
2017-07-17
Reduce amount of CAS attempts in a busy-wait loop by a factor of 100
Mike Belopuhov
2017-07-17
Pick the correct TX buffer when unrolling
Mike Belopuhov
2017-07-17
Reimplement mbuf/map to descriptor mapping
Mike Belopuhov
2017-07-17
Grant table entries must be disassociated once CCB is complete
Mike Belopuhov
2017-07-14
Spacing
Mike Belopuhov
2017-07-14
Reduce the number of CAS loops from ludicrous to ridiculous
Mike Belopuhov
2017-07-14
Silence the interrupt source until the interrupt task has done its job
Mike Belopuhov
2017-07-14
Support out-of-order TX completion notifications
Mike Belopuhov
2017-07-13
Add a comment explaining why pciide(4) must skip attaching disks
Mike Belopuhov
2017-07-12
Prefer paravirtualized interface for IDE disks as well
Mike Belopuhov
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
[next]