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
/
hyperv.c
Age
Commit message (
Expand
)
Author
2024-05-24
remove unneeded includes
Jonathan Gray
2023-07-05
The hypercall page populated with instructions by the hypervisor is not IBT
Anton Lindqvist
2023-02-04
timecounting: remove incomplete PPS support
Scott Soule Cheloha
2022-08-29
use ansi volatile keyword, not __volatile__
Jonathan Gray
2021-08-31
When running on Hyper-V, make use of its timecounter as delay func in case
Patrick Wildt
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2020-12-04
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
cheloha
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
Theo de Raadt
2019-10-07
Attach Hyper-V guest services to VMBus 4.0
Mike Belopuhov
2017-06-27
Provide a handler stub for the "channel rescind" message
Mike Belopuhov
2017-06-26
Rework the deferred interrupt loop
Mike Belopuhov
2017-06-23
Event interrupt handler should call hv_channel_schedule now
Mike Belopuhov
2017-06-23
Introduce deferred interrupt processing capability
Mike Belopuhov
2017-06-23
s/membar_sync/virtio_membar_sync/
Mike Belopuhov
2017-06-15
Don't defer attaching PV devices
Mike Belopuhov
2017-06-15
Make sure we can free GPA handles when cold
Mike Belopuhov
2017-06-14
Add another type of a scatter-gather list operation used by StorVSC
Mike Belopuhov
2017-01-16
Make sure we're producing a 64-bit value when shifting left
Mike Belopuhov
2017-01-05
Microsoft has allocated us a SubID that we can use to identify OpenBSD
Mike Belopuhov
2017-01-05
Don't let producer index become equal with the consumer when writing
Mike Belopuhov
2016-11-23
Move as much code out of a startup hook as possible
Mike Belopuhov
2016-11-23
M_*WAIT* flags cannot be treated as boolean values
Mike Belopuhov
2016-11-23
Disable debugging output
Mike Belopuhov
2016-11-22
Use CPUID flags to determine working components
Mike Belopuhov
2016-11-14
Minor cleanup, remove unused structure members
Mike Belopuhov
2016-11-10
Set the reserved field to zero
Mike Belopuhov
2016-11-08
Reserve extra space for the bufring header structure
Mike Belopuhov
2016-11-03
Identify as an OSPlatformID 131 with a kernel version of 6
Mike Belopuhov
2016-11-02
Inline the macro that is used only once
Mike Belopuhov
2016-11-02
Fixup a wait channel used during VMBus channel discovery
Mike Belopuhov
2016-10-27
Improve channel ring locking strategy
Mike Belopuhov
2016-10-25
Channel API users should pick the bufring size
Mike Belopuhov
2016-10-14
The trailing producer index must point to the beginning of the message
Mike Belopuhov
2016-10-11
Move Hyper-V integration components into a separate source file
Mike Belopuhov
2016-10-10
Reshuffle GUID device ID table and add $ tags to headers
Mike Belopuhov
2016-10-04
Check the actual pointer returned by km_alloc(9) instead of the array. The
Mark Kettenis
2016-09-20
Add an API to hook up event counters
Mike Belopuhov
2016-08-18
Clean up style and replace a magic value with a magic define
Mike Belopuhov
2016-08-17
Sync up monitor trigger groups handling to the upstream
Mike Belopuhov
2016-08-16
Update Hyper-V structure definitions to the 2016 version
Mike Belopuhov
2016-08-08
Fixup incorrect format specification bugs spotted by jsg@
Mike Belopuhov
2016-08-05
Switch pending event clearing to an atomic swap operation
Mike Belopuhov
2016-08-05
Fixup incorrect EAGAIN handling
Mike Belopuhov
2016-08-05
Read events array offset must be calculated in bytes
Mike Belopuhov
2016-08-05
Remove incorrect optimization: ring data portion size is not power of 2
Mike Belopuhov
2016-08-05
Fixup the condition that prevented heartbeat & co. from attaching
Mike Belopuhov
2016-07-28
Revert previous commit
Mike Belopuhov
2016-07-28
Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue
Mike Belopuhov
2016-07-21
Remove a few debugging leftovers
Mike Belopuhov
[next]