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-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
2015-12-12
Add OpenBSD CVS/RCS Ids.
Reyk Floeter
2015-12-12
x2APIC is currently enabled on HV guests only, not on bare metal, to
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
2015-12-11
Remove xs_resume for now; pointed out by mlarkin@
Mike Belopuhov
2015-12-11
Let xs_getprop decide itself whether it's OK to sleep or not
Mike Belopuhov
2015-12-09
Correct the response string length
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
cfdriver can't be const...
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
Implement a function to detach emulated devices (such as an em(4)
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
2015-12-08
Xen basic infrastructure files and pvbus(4) attachment.
Mike Belopuhov
2015-11-16
pvbus_types isnt full on i386 cos the openbsd vmm entry is only set
David Gwynne
2015-11-13
vmm is i386 only for now
Theo de Raadt
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-08-27
size for free()
Theo de Raadt
[next]