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-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
2016-01-12
Convert XenStore code to free running producer/consumer indices
Mike Belopuhov
2016-01-11
xs_cmd should always return errno(2) codes
Mike Belopuhov
2016-01-11
Do not fail when receiving an empty reply (or directory node) in
Reyk Floeter
2016-01-11
Handle zero lenght messages in the xs_parse by returning an empty string
Mike Belopuhov
2016-01-08
mikeb@ doesn't like RCS ids, so I add the OpenBSD one for him.
Reyk Floeter
2016-01-07
Xen virtual networking interface (Netfront) driver.
Mike Belopuhov
2016-01-05
Move over to the v1 of Grant Table entries
Mike Belopuhov
2016-01-05
Memorize the DMA segment's data offset within the page
Mike Belopuhov
2016-01-04
Skip "suspend" device node during probing
Mike Belopuhov
2016-01-04
Include the node name into the error message
Mike Belopuhov
2016-01-04
Preallocate Grant Table frames to simplify the code for now
Mike Belopuhov
2015-12-22
Make xs_setprop a bit more useful by removing property nodes
Mike Belopuhov
2015-12-22
Implement a bus_dma(9) abstraction on top of Grant Table API
Mike Belopuhov
2015-12-21
Introduce xen_intr_mask and xen_intr_unmask primitives
Mike Belopuhov
2015-12-21
Cleanup hypercall subsystem type defines
Mike Belopuhov
2015-12-21
Don't unmask the port in xen_intr_establish
Mike Belopuhov
2015-12-19
Add xs_setprop to set device properties
Mike Belopuhov
2015-12-19
Fixup a few bugs in xen_intr_{establish,disestablish}
Mike Belopuhov
2015-12-17
Use config_mountroot(9) instead of startuphook_establish(9).
Martin Pieuchot
[next]