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
2016-08-29
Set MTU size to ~4k until the TX path is ready to deal with larger packets
Mike Belopuhov
2016-08-29
Don't count output errors twice
Mike Belopuhov
2016-08-29
Fixup packet fragment unrolling procedure
Mike Belopuhov
2016-08-18
Update NVS protocol structure definitions to the 2016 version
Mike Belopuhov
2016-08-18
Clean up style and replace a magic value with a magic define
Mike Belopuhov
2016-08-17
Sync up monitor trigger groups handling to the upstream
Mike Belopuhov
2016-08-17
Replace hand rolled atomic bit operations and use MI ones from DRM
Mike Belopuhov
2016-08-16
Update Hyper-V structure definitions to the 2016 version
Mike Belopuhov
2016-08-08
Fixup incorrect format specification bugs spotted by jsg@
Mike Belopuhov
2016-08-05
Switch pending event clearing to an atomic swap operation
Mike Belopuhov
2016-08-05
Switch pending event clearing to an atomic swap operation
Mike Belopuhov
2016-08-05
Fixup incorrect EAGAIN handling
Mike Belopuhov
2016-08-05
Read events array offset must be calculated in bytes
Mike Belopuhov
2016-08-05
Remove incorrect optimization: ring data portion size is not power of 2
Mike Belopuhov
2016-08-05
Trigger link state update only on media status updates
Mike Belopuhov
2016-08-05
Fixup the condition that prevented heartbeat & co. from attaching
Mike Belopuhov
2016-08-03
Use atomic operations to manipulate event masking bits
Mike Belopuhov
2016-08-03
Remove the periodic timer and do rescheduling during Rx completion
Mike Belopuhov
2016-08-03
Use an atomic operation to clear pending event bits
Mike Belopuhov
2016-08-01
Don't forget to destroy the taskqueue on interrupt disestablish
Mike Belopuhov
2016-08-01
Mark shared producer and consumer indices volatile
Mike Belopuhov
2016-07-29
Add a periodic timer to workaround missing completion events
Mike Belopuhov
2016-07-29
Disable receive ring slot accounting
Mike Belopuhov
2016-07-29
Move xen interrupt handlers to dedicated task queues
Mike Belopuhov
2016-07-29
Loop until we've read all available responses
Mike Belopuhov
2016-07-29
Update TX completion event index when putting a packet on the ring
Mike Belopuhov
2016-07-29
Reduce the amount of sent RX producer notifications; from FreeBSD
Mike Belopuhov
2016-07-29
Reduce the amount of sent TX producer notifications; from FreeBSD
Mike Belopuhov
2016-07-28
Remove top level ring processing loops as too ambiguous
Mike Belopuhov
2016-07-28
Revert previous commit
Mike Belopuhov
2016-07-28
Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue
Mike Belopuhov
2016-07-27
zero sizeof a struct not sizeof the pointer to it
Jonathan Gray
2016-07-21
Remove a few debugging leftovers
Mike Belopuhov
2016-07-13
A work-in-progress driver for the Hyper-V NetVSC
Mike Belopuhov
2016-06-27
Fix a memory leak in an error path.
Jonathan Gray
2016-06-27
Correct the order of memset arguments.
Jonathan Gray
2016-06-22
Main Hyper-V nexus driver, work in progress.
Mike Belopuhov
2016-06-06
Provide a bus_dma tag as part of the pvbus attach arguments
Mike Belopuhov
2016-04-28
Preserve the domid when swapping 16 bit grant table entry flags
Mike Belopuhov
2016-04-19
Bind event channels to backend domains
Mike Belopuhov
2016-04-19
Allow to grant memory access to domains other than dom0.
Mike Belopuhov
2016-04-19
Pass down the backend-id property to children in the attach arguments
Mike Belopuhov
2016-04-19
Remove the ds_offset hack since object offset within a page
Mike Belopuhov
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-04-01
Move atomics.h include dance to an earlier stage
Mike Belopuhov
2016-02-05
Simple moderation of Tx completion notifications
Mike Belopuhov
2016-02-05
Silence warnings from static analyzers; found by jsg@
Mike Belopuhov
2016-02-04
Bail early if there's no token; found by jsg@
Mike Belopuhov
2016-02-03
Increase the RPC buffer once more to 4096 bytes. The guestinfo.ovfEnv
Reyk Floeter
2016-02-02
A few reliability improvements in the power management interface
Mike Belopuhov
[next]