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
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
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
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-23
Fix some uses of sizeof where the size of a struct was intended, not
Jonathan Gray
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-19
Cast evtchn_mask to a char pointer for an isset operation
Mike Belopuhov
2016-01-18
Log unhandled interrupts
Mike Belopuhov
[next]