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-08-27
Clear endpoint stall on open(2) of /dev/uhidX to synchronize toggle bit
patrick
1
-2
/
+4
2020-08-27
bring back local #undef DEBUG changes lost in drm 5.7 update
jsg
2
-0
/
+8
2020-08-27
Reorder the acpi attach process so we look at Processor() CPU nodes
jmatthew
3
-6
/
+17
2020-08-26
Reset the Rx block ack session counter when an iwm/iwx interface disassociates
stsp
2
-2
/
+10
2020-08-26
Let aml_copyvalue() handle AML_OBJTYPE_DEVICE.
kettenis
2
-2
/
+17
2020-08-26
Remove needless uses of SDEV_ONLYBIG. It was always set when SDEV_UMASS was set,
krw
5
-13
/
+10
2020-08-26
Revert "drm/amd/display: Improve DisplayPort monitor interop"
jsg
3
-23
/
+8
2020-08-26
drm/ttm: fix offset in VMAs with a pg_offs in ttm_bo_vm_access
jsg
1
-1
/
+3
2020-08-26
drm/amd/display: fix pow() crashing when given base 0
jsg
1
-0
/
+3
2020-08-26
drm/amd/display: Fix DFPstate hang due to view port changed
jsg
1
-2
/
+2
2020-08-26
drm/amd/display: Blank stream before destroying HDCP session
jsg
1
-2
/
+1
2020-08-26
drm/amd/display: Fix EDID parsing after resume from suspend
jsg
1
-0
/
+1
2020-08-26
drm/amdgpu/display: use GFP_ATOMIC in dcn20_validate_bandwidth_internal
jsg
1
-1
/
+1
2020-08-26
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
visa
9
-27
/
+10
2020-08-25
usbd_set_idle() use requires prototype from usbdi_util.h
deraadt
1
-1
/
+2
2020-08-25
enable more of the syncobj code
jsg
2
-30
/
+37
2020-08-24
Enable UHS-I support. No SDR104 support though since it doesn't seem to work
kettenis
1
-2
/
+16
2020-08-24
Implement UHS-I support in the sdmmc(4) midlayer.
kettenis
4
-21
/
+158
2020-08-23
regen
kettenis
2
-2
/
+7
2020-08-23
Add IBM POWER8 host bridge.
kettenis
1
-1
/
+2
2020-08-23
fix unused variable warning gcc4 complains about
jsg
1
-0
/
+2
2020-08-23
uhidev(4) does apply the SET_IDLE request to all its child drivers
mglocker
7
-9
/
+22
2020-08-22
Don't complain when child nodes don't have a _CRS method. This happens for
kettenis
1
-6
/
+4
2020-08-22
Rework unicast/multicast configuration. Keep note that this only changes
patrick
2
-122
/
+93
2020-08-22
Correct oversize rxq initialization in the classifier.
patrick
1
-1
/
+8
2020-08-22
IPv4 protocol parser init fixup and a few whitespace fixes.
patrick
1
-7
/
+12
2020-08-22
Consistently use sizeof(pe) or sizeof(*pe) for the parser entry struct.
patrick
1
-19
/
+19
2020-08-22
Use sizeof(variable) instead of using a macro for the length parameter.
patrick
1
-2
/
+2
2020-08-22
Simplify some code by getting rid of an extra variable.
patrick
1
-7
/
+9
2020-08-22
More consistent use of the BIT() macro.
patrick
1
-5
/
+5
2020-08-22
Simplify check for return code.
patrick
1
-5
/
+2
2020-08-22
drm/amd/display: dchubbub p-state warning during surface planes switch
jsg
1
-2
/
+67
2020-08-22
drm/amd/display: Fix dmesg warning from setting abm level
jsg
1
-0
/
+23
2020-08-22
drm/amdgpu: Fix bug where DPM is not enabled after hibernate and resume
jsg
1
-1
/
+4
2020-08-22
drm: fix drm_dp_mst_port refcount leaks in drm_dp_mst_allocate_vcpi
jsg
1
-3
/
+4
2020-08-22
drm: Added orientation quirk for ASUS tablet model T103HAF
jsg
1
-0
/
+6
2020-08-22
drm/amdgpu: fix ordering of psp suspend
jsg
1
-4
/
+4
2020-08-22
drm/dp_mst: Fix the DDC I2C device registration of an MST port
jsg
1
-12
/
+16
2020-08-22
drm/i915/gt: Force the GT reset on shutdown
jsg
1
-0
/
+5
2020-08-22
drm/ttm/nouveau: don't call tt destroy callback on alloc failure.
jsg
1
-3
/
+0
2020-08-22
drm/radeon: fix array out-of-bounds read and write issues
jsg
1
-1
/
+1
2020-08-22
drm/amdgpu: ensure 0 is returned for success in jpeg_v2_5_wait_for_idle
jsg
1
-1
/
+1
2020-08-22
drm/mipi: use dcs write for mipi_dsi_dcs_set_tear_scanline
jsg
1
-3
/
+3
2020-08-22
drm/amdgpu: use the unlocked drm_gem_object_put
jsg
1
-1
/
+1
2020-08-22
drm/gem: Fix a leak in drm_gem_objects_lookup()
jsg
1
-2
/
+2
2020-08-22
drm/amd/powerplay: suppress compile error around BUG_ON
jsg
1
-2
/
+12
2020-08-22
drm/amd/powerplay: fix compile error with ARCH=arc
jsg
1
-1
/
+2
2020-08-22
drm/amdgpu/display: properly guard the calls to swSMU functions
jsg
1
-2
/
+2
2020-08-22
drm/amdgpu/display bail early in dm_pp_get_static_clocks
jsg
1
-0
/
+2
2020-08-22
drm/amd/display: Improve DisplayPort monitor interop
jsg
3
-8
/
+23
[prev]
[next]