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
/
xenvar.h
Age
Commit message (
Expand
)
Author
2017-07-21
Replace MD _bus_dmamap_* function calls with MI ones
Mike Belopuhov
2017-07-14
Silence the interrupt source until the interrupt task has done its job
Mike Belopuhov
2017-02-08
Introduce Xen interrupt barriers
Mike Belopuhov
2017-02-06
Add proper locking for the interrupt source list
Mike Belopuhov
2017-02-06
XST_POLL turned out to be pretty useless since it's only set when cold
Mike Belopuhov
2017-02-06
Use separate compile time debug flags for xen, xnf and xbf
Mike Belopuhov
2016-12-21
Remove the rwlock paranoia since we're under KERNEL_LOCK anyway
Mike Belopuhov
2016-12-19
Add experimental support for device hot-plugging
Mike Belopuhov
2016-12-09
New XenStore public API function to read numeric values
Mike Belopuhov
2016-12-07
Add a simple mechanism to poll for a change in the property value
Mike Belopuhov
2016-11-29
Stop exposing xen_softc to PV devices directly
Mike Belopuhov
2016-11-29
Don't expose the xen_softc pointer in the XenStore transaction struct
Mike Belopuhov
2016-10-06
Remove _ds_boundary abuse (again)
Mike Belopuhov
2016-09-14
Name include guard macros consistently within sys/dev/pv
Mike Belopuhov
2016-09-12
Bring back the code that cached DMA fragment offset.
Mike Belopuhov
2016-08-17
Replace hand rolled atomic bit operations and use MI ones from DRM
Mike Belopuhov
2016-08-03
Use atomic operations to manipulate event masking bits
Mike Belopuhov
2016-08-03
Use an atomic operation to clear pending event bits
Mike Belopuhov
2016-07-29
Move xen interrupt handlers to dedicated task queues
Mike Belopuhov
2016-04-19
Bind event channels to backend domains
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-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-27
Reimplement Grant Table metadata linking and enable dynamic allocation
Mike Belopuhov
2016-01-27
Add a key-value interface to pvbus(4) that allows to get or set values
Reyk Floeter
2016-01-25
Don't count the total number of Xen upcalls
Mike Belopuhov
2016-01-18
Provide a Xen v3 API compatible fallback for event channel hypercalls
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-05
Memorize the DMA segment's data offset within the page
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-19
Add xs_setprop to set device properties
Mike Belopuhov
2015-12-12
Add OpenBSD CVS/RCS Ids.
Reyk Floeter
2015-12-11
Let xs_getprop decide itself whether it's OK to sleep or not
Mike Belopuhov
2015-12-09
Implement a function to fetch device properties
Mike Belopuhov
2015-12-09
Store the backend node in the attach argument structure
Mike Belopuhov
2015-12-09
Don't expose XenStore ops we don't know how to deal with
Mike Belopuhov
2015-12-08
Implements simple virtual device probing routine
Mike Belopuhov
2015-12-08
Driver for XenStore, the configuration storage
Mike Belopuhov
2015-12-08
Add ability to establish virtual interrupts via Xen event
Mike Belopuhov
2015-12-08
Communicate the selected IDT vector to the Hypervisor
Mike Belopuhov
2015-12-08
Allocate and hook up a "shared info page"
Mike Belopuhov
2015-12-08
This brings in support for Xen hypercalls via an MI interface
Mike Belopuhov
[next]