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-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
2016-01-29
Add support for "control/shutdown" power management facility
Mike Belopuhov
2016-01-29
Add support for XS_WATCH: XenStore notification facility
Mike Belopuhov
2016-01-29
Cleanup XenStore API
Mike Belopuhov
2016-01-28
Older Xen dom0's don't implement setting version of Grant Table entries
Mike Belopuhov
2016-01-27
Tighten up next reference calculation, printing fixes
Mike Belopuhov
2016-01-27
Reimplement Grant Table metadata linking and enable dynamic allocation
Mike Belopuhov
2016-01-27
xen_bus_dma_init turned out to be unnecessary
Mike Belopuhov
2016-01-27
shorten a few long lines
Mike Belopuhov
2016-01-27
Add a key-value interface to pvbus(4) that allows to get or set values
Reyk Floeter
2016-01-26
Convert membar_* operations to bus_dmamap_sync calls
Mike Belopuhov
2016-01-26
Rewrite tx path to use flat transmit ring without fragment chains
Mike Belopuhov
2016-01-26
Rename _{req,rsp}_evt descriptor structure members to _{prod,cons}_event
Mike Belopuhov
2016-01-26
No need to take a grant table entry mutex in xen_grant_table_{enter,remove}
Mike Belopuhov
2016-01-26
Add a grant table reference invalidation spin out check
Mike Belopuhov
2016-01-26
Implement a rather conservative bus_dmamap_sync API
Mike Belopuhov
2016-01-26
Make sure to use locked atomic operations even on the SP kernel
Mike Belopuhov
2016-01-25
Don't count the total number of Xen upcalls
Mike Belopuhov
2016-01-25
Revert the minimum number of Rx ring slots back to 32
Mike Belopuhov
[next]