index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pv
/
hyperv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
1
-1
/
+8
*
hvn(4), hyperv(4): more tsleep(9) -> tsleep_nsec(9) conversions
cheloha
2020-12-04
1
-4
/
+8
*
Add support for timeconting in userland.
pirofti
2020-07-06
1
-1
/
+1
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-2
/
+0
*
Attach Hyper-V guest services to VMBus 4.0
mikeb
2019-10-07
1
-0
/
+1
*
Provide a handler stub for the "channel rescind" message
mikeb
2017-06-27
1
-1
/
+12
*
Rework the deferred interrupt loop
mikeb
2017-06-26
1
-12
/
+15
*
Event interrupt handler should call hv_channel_schedule now
mikeb
2017-06-23
1
-2
/
+1
*
Introduce deferred interrupt processing capability
mikeb
2017-06-23
1
-0
/
+80
*
s/membar_sync/virtio_membar_sync/
mikeb
2017-06-23
1
-4
/
+4
*
Don't defer attaching PV devices
mikeb
2017-06-15
1
-11
/
+2
*
Make sure we can free GPA handles when cold
mikeb
2017-06-15
1
-1
/
+2
*
Add another type of a scatter-gather list operation used by StorVSC
mikeb
2017-06-14
1
-0
/
+44
*
Make sure we're producing a 64-bit value when shifting left
mikeb
2017-01-16
1
-1
/
+1
*
Microsoft has allocated us a SubID that we can use to identify OpenBSD
mikeb
2017-01-05
1
-3
/
+3
*
Don't let producer index become equal with the consumer when writing
mikeb
2017-01-05
1
-4
/
+7
*
Move as much code out of a startup hook as possible
mikeb
2016-11-23
1
-49
/
+71
*
M_*WAIT* flags cannot be treated as boolean values
mikeb
2016-11-23
1
-6
/
+6
*
Disable debugging output
mikeb
2016-11-23
1
-2
/
+2
*
Use CPUID flags to determine working components
mikeb
2016-11-22
1
-2
/
+9
*
Minor cleanup, remove unused structure members
mikeb
2016-11-14
1
-15
/
+13
*
Set the reserved field to zero
mikeb
2016-11-10
1
-0
/
+1
*
Reserve extra space for the bufring header structure
mikeb
2016-11-08
1
-1
/
+1
*
Identify as an OSPlatformID 131 with a kernel version of 6
mikeb
2016-11-03
1
-6
/
+6
*
Inline the macro that is used only once
mikeb
2016-11-02
1
-5
/
+5
*
Fixup a wait channel used during VMBus channel discovery
mikeb
2016-11-02
1
-3
/
+3
*
Improve channel ring locking strategy
mikeb
2016-10-27
1
-11
/
+13
*
Channel API users should pick the bufring size
mikeb
2016-10-25
1
-18
/
+15
*
The trailing producer index must point to the beginning of the message
mikeb
2016-10-14
1
-1
/
+1
*
Move Hyper-V integration components into a separate source file
mikeb
2016-10-11
1
-278
/
+4
*
Reshuffle GUID device ID table and add $ tags to headers
mikeb
2016-10-10
1
-106
/
+116
*
Check the actual pointer returned by km_alloc(9) instead of the array. The
kettenis
2016-10-04
1
-2
/
+2
*
Add an API to hook up event counters
mikeb
2016-09-20
1
-0
/
+8
*
Clean up style and replace a magic value with a magic define
mikeb
2016-08-18
1
-1
/
+1
*
Sync up monitor trigger groups handling to the upstream
mikeb
2016-08-17
1
-17
/
+16
*
Update Hyper-V structure definitions to the 2016 version
mikeb
2016-08-16
1
-237
/
+234
*
Fixup incorrect format specification bugs spotted by jsg@
mikeb
2016-08-08
1
-5
/
+5
*
Switch pending event clearing to an atomic swap operation
mikeb
2016-08-05
1
-3
/
+4
*
Fixup incorrect EAGAIN handling
mikeb
2016-08-05
1
-1
/
+1
*
Read events array offset must be calculated in bytes
mikeb
2016-08-05
1
-1
/
+2
*
Remove incorrect optimization: ring data portion size is not power of 2
mikeb
2016-08-05
1
-3
/
+3
*
Fixup the condition that prevented heartbeat & co. from attaching
mikeb
2016-08-05
1
-1
/
+1
*
Revert previous commit
mikeb
2016-07-28
1
-5
/
+5
*
Convert ifq_deq_{begin,rollback,commit} dance to a single ifq_dequeue
mikeb
2016-07-28
1
-5
/
+5
*
Remove a few debugging leftovers
mikeb
2016-07-21
1
-7
/
+0
*
Fix a memory leak in an error path.
jsg
2016-06-27
1
-1
/
+3
*
Correct the order of memset arguments.
jsg
2016-06-27
1
-2
/
+2
*
Main Hyper-V nexus driver, work in progress.
mikeb
2016-06-22
1
-0
/
+1927