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-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
2016-01-23
Fix some uses of sizeof where the size of a struct was intended, not
Jonathan Gray
2016-01-22
Setup interface features based on capabilities provided by the backend
Mike Belopuhov
2016-01-22
Set minimum number of slots on the receive ring to 18
Mike Belopuhov
2016-01-22
To facilitate reading make sure to use a GTF_invalid flag by name
Mike Belopuhov
2016-01-22
Convert membar_* calls into virtio_membar_sync where it matters
Mike Belopuhov
2016-01-20
Don't bump output errors when when tx ring is full
Mike Belopuhov
2016-01-19
Mask interrupts on boot, masking/unmasking is handled by stop/init
Mike Belopuhov
2016-01-19
Fix a few issues in the xnf transmit path
Mike Belopuhov
2016-01-19
Cast evtchn_mask to a char pointer for an isset operation
Mike Belopuhov
2016-01-18
Log unhandled interrupts
Mike Belopuhov
2016-01-18
Provide a Xen v3 API compatible fallback for event channel hypercalls
Mike Belopuhov
2016-01-18
Fixup a hang while performing a read operation on XenStore
Mike Belopuhov
2016-01-15
Cleanup dmesg output, disable debugging; prodding and suggestions from reyk@
Mike Belopuhov
2016-01-15
Detach emulated network devices if Netfront driver is enabled
Mike Belopuhov
2016-01-14
Fixup a merge error
Mike Belopuhov
2016-01-13
Bump number of tx fragments to the stock value of 18
Mike Belopuhov
2016-01-13
Implement transmit watchdog for testing purposes
Mike Belopuhov
2016-01-13
spacing typos
Mike Belopuhov
2016-01-13
Create rx and tx fragment maps with a page size boundary restriction
Mike Belopuhov
2016-01-12
A couple of unused variables have sneaked in from the debug code
Mike Belopuhov
[next]