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
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
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-14
Fixup a merge error
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-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
Preallocate Grant Table frames to simplify the code for now
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
Fixup a few bugs in xen_intr_{establish,disestablish}
Mike Belopuhov
2015-12-12
Add OpenBSD CVS/RCS Ids.
Reyk Floeter
2015-12-12
Identify hypervisors before configuring other children of the mainbus
Reyk Floeter
2015-12-11
Replace mountroothook_establish(9) by config_mountroot(9) a narrower API
Martin Pieuchot
[next]