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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-26
KCOV_BUF_MAX_NMEMB is defined under _KERNEL in sys/kcov.h but only used
anton
1
-1
/
+2
2020-09-26
Fix typo in comment.
anton
1
-2
/
+2
2020-09-25
Remove work around kcov_remote_leave() that no longer is needed since
anton
1
-8
/
+5
2020-09-22
Since dlg@'s 2009 scsi midlayer refactoring the 'struct scsi_generic *cmd'
krw
42
-236
/
+234
2020-09-21
allow DRM_IOCTL_GET_CLIENT with "drm" pledge
jsg
1
-0
/
+4
2020-09-16
disable acpivout brightness control on machines aware of Windows 8
jsg
3
-27
/
+71
2020-09-16
Add a command explaining that this driver uses the ACPI SMI command port
kettenis
1
-3
/
+6
2020-09-15
Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
mglocker
1
-0
/
+9
2020-09-15
abl(4) is a new driver to control the backlight brightness on Intel based
mglocker
2
-1
/
+227
2020-09-15
Add acpi_ivhd_ext definitions to acpireg.h
jordan
1
-2
/
+21
2020-09-14
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
jasper
1
-1
/
+12
2020-09-14
umstc_intr is not in process context when adjusting wscons brightness. When brightness
deraadt
1
-4
/
+31
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
jasper
1
-3
/
+2
2020-09-13
The SMC base address and i/o region size is now queried by acpi(4) and
mglocker
1
-4
/
+1
2020-09-13
use drm_cache.c from linux 5.7.y
jsg
3
-38
/
+155
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
jsg
2
-12
/
+2
2020-09-13
Fix various typos in wscons(4) comments.
fcambus
4
-8
/
+8
2020-09-13
Add support for the RK3308 MAC.
jmatthew
1
-1
/
+29
2020-09-13
Correct the property name used to look up the delays for the phy reset
jmatthew
1
-2
/
+2
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
mpi
1
-3
/
+15
2020-09-12
asmc(4) found a new home in sys/dev/acpi.
mglocker
1
-722
/
+0
2020-09-12
Make asmc(4) attach through acpi(4) instead of isa(4).
mglocker
3
-7
/
+751
2020-09-11
Correctly set y_sensors for Geyser2 touchpads.
tobhe
1
-7
/
+7
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
mpi
2
-5
/
+7
2020-09-08
Add a function to scan for PCI Express extended capabilities.
kettenis
2
-2
/
+36
2020-09-08
Add RK3308 temperature sensors.
jmatthew
1
-1
/
+8
2020-09-08
Add RK3328 PWM, also found in the RK3308.
jmatthew
1
-2
/
+3
2020-09-06
Add RK3308 clocks
jmatthew
2
-1
/
+623
2020-09-05
Rename SID_INQUIRY_HDR (a.k.a. 5) to more explicit SID_SCSI2_HDRLEN and use it
krw
2
-7
/
+8
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
krw
12
-25
/
+25
2020-09-04
Replace TAILQ concatenation loop with TAILQ_CONCAT
bket
1
-5
/
+2
2020-09-04
drm/amdgpu: Fix buffer overflow in INFO ioctl
jsg
1
-0
/
+4
2020-09-04
Add RK3308 pinctrl support
jmatthew
1
-1
/
+153
2020-09-04
Add RK3308 GRF
jmatthew
1
-1
/
+2
2020-09-03
The "USL" VT switch and keyboard ioctls are a hack and don't follow the
kettenis
1
-8
/
+8
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
krw
13
-26
/
+26
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
krw
2
-4
/
+4
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
krw
10
-21
/
+21
2020-09-02
Don't rely on wTotalLength for usbd_get_cdesc() malloc/free but on the
mglocker
2
-16
/
+21
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
krw
14
-96
/
+96
2020-08-31
Backout clear endpoint stall on open(2). It seems to break an illuminated
patrick
1
-3
/
+1
2020-08-30
add missing wakeup for the unlikely dying case
anton
1
-1
/
+3
2020-08-30
use unique wait messages with msleep_nsec()
anton
1
-2
/
+2
2020-08-30
avoid a invalid pointer deref in hvn_stop()
jsg
1
-1
/
+1
2020-08-30
PLL1(CPU_PLL) stability improvement for Allwinner H3/H2+
uaa
1
-6
/
+21
2020-08-29
Before clearing the kcov descriptor associated with a thread make sure
anton
1
-41
/
+102
2020-08-29
Prepare to extend the scope of the kcov remote mutex by renaming it to
anton
1
-21
/
+21
2020-08-28
free the correct object when a remote subsystem already is present
anton
1
-2
/
+2
2020-08-27
Fix a potential panic during free(9) which can be caused by an USB
mglocker
1
-4
/
+4
2020-08-27
usbd_get_cdesc() returns usb_config_descriptor_t *. Therefore return
mglocker
1
-3
/
+3
[prev]
[next]