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
/
xen.c
Age
Commit message (
Expand
)
Author
2018-01-21
Release interrupt source if the interrupt task is already scheduled
Mike Belopuhov
2018-01-21
Improve panic message
Mike Belopuhov
2017-11-26
Xen interrupt task barrier is just a taskq_barrier so call it
Mike Belopuhov
2017-08-10
Don't forget to call va_end in xen_hypercall
Mike Belopuhov
2017-07-21
Replace MD _bus_dmamap_* function calls with MI ones
Mike Belopuhov
2017-07-19
Turn this into a panic since there's no way to recover from it
Mike Belopuhov
2017-07-17
Forbid overwriting a grant table entry currently in use
Mike Belopuhov
2017-07-17
Reduce amount of CAS attempts in a busy-wait loop by a factor of 100
Mike Belopuhov
2017-07-14
Spacing
Mike Belopuhov
2017-07-14
Reduce the number of CAS loops from ludicrous to ridiculous
Mike Belopuhov
2017-07-14
Silence the interrupt source until the interrupt task has done its job
Mike Belopuhov
2017-06-02
Perform grant table page allocation outside of the table mutex
Mike Belopuhov
2017-03-19
Improve comments slightly
Mike Belopuhov
2017-03-13
Fixup format string and type issues found by cppcheck
Mike Belopuhov
2017-02-24
Update license
Mike Belopuhov
2017-02-08
Introduce Xen interrupt barriers
Mike Belopuhov
2017-02-08
Fixup incorrect test when allocating grant table entries
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
2017-01-31
Issue a pause instruction in the busy-wait loop on SP kernels as well
Mike Belopuhov
2017-01-20
Merge two conditional expressions
Mike Belopuhov
2017-01-10
Introduce pvbus_reboot() and pvbus_shutdown() to move the repeated
Reyk Floeter
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
Convert to the new xs_{get,set}num XenStore API
Mike Belopuhov
2016-12-07
Remove some leftovers from before the dynamic grant table code
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-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-05
Switch pending event clearing to an atomic swap operation
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-08-01
Don't forget to destroy the taskqueue on interrupt disestablish
Mike Belopuhov
2016-07-29
Move xen interrupt handlers to dedicated task queues
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-01
Move atomics.h include dance to an earlier stage
Mike Belopuhov
2016-02-05
Silence warnings from static analyzers; found by jsg@
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-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
[next]