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
2021-02-25
The firmware replaces the last 32-bit on RAM with a shared DRAM address.
patrick
1
-2
/
+8
2021-02-25
Some newer chips have two D11/802.11 cores, and we need to reset both at
patrick
2
-5
/
+38
2021-02-25
Support for version 7 of the bwfm(4) PCIe interface. The size of the items
patrick
2
-5
/
+7
2021-02-25
Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
patrick
4
-4
/
+36
2021-02-25
Add a framework for IOMMUs.
kettenis
2
-2
/
+108
2021-02-25
Prevent zero size devices from attaching
jan
1
-6
/
+11
2021-02-25
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
12
-36
/
+35
2021-02-24
Enumerate GCI core, which seems to contain the OTP on the Apple M1.
patrick
2
-4
/
+7
2021-02-24
remove unused usbd_get_device_string()
jsg
1
-21
/
+1
2021-02-24
remove unused usbdi functions
jsg
2
-44
/
+2
2021-02-24
remove unused xhci_cmd_evaluate_ctx()
jsg
1
-22
/
+1
2021-02-23
remove some unused includes
jsg
15
-2189
/
+0
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
6
-39
/
+53
2021-02-23
remove unused acpiec_lock() acpiec_unlock() functions
jsg
1
-28
/
+1
2021-02-22
Disable double-data rate modes if 1.8V signalling is not possible.
patrick
1
-2
/
+4
2021-02-22
Slow mode is only relevant for legacy and high speed timings.
patrick
1
-3
/
+3
2021-02-22
Improve support for the variant found on the Apple M1 SoC.
kettenis
2
-63
/
+160
2021-02-22
regen
jsg
2
-8
/
+120
2021-02-22
add some AMD 500 series, 17h/71h, Navi 10 and Kingston NVMe ids
jsg
1
-4
/
+28
2021-02-20
remove warning about amdgpu userptr ioctl being unimplemented
jsg
1
-1
/
+0
2021-02-17
Unify unit initialization.
mglocker
1
-9
/
+7
2021-02-17
If the device driver open call fails, don't set sc_open since in that case
mglocker
1
-5
/
+7
2021-02-17
Call 'struct process' parameters 'pr' to distinguish from 'struct proc'
mglocker
1
-4
/
+4
2021-02-17
Collect return code of video_stop() for ioctls calls.
mglocker
1
-2
/
+2
2021-02-16
Add support for the UART found on the Apple M1 SoC.
kettenis
2
-10
/
+30
2021-02-16
Introduce debug levels since the current debug output is too noisy by
mglocker
1
-17
/
+18
2021-02-16
Poll battery sensors less frequently. The previous period was quite
anton
1
-2
/
+2
2021-02-16
Trim uhidpp_device_features() by extracting two pure protocol functions.
anton
1
-18
/
+52
2021-02-16
Enable multiple opens of a video(4) device as described in the V4L2
mglocker
1
-30
/
+109
2021-02-15
Back-out USB data toggle fix for HID devices, since we received multiple
mglocker
1
-43
/
+1
2021-02-15
move the rearming of the cq after the refill of the rq.
dlg
1
-4
/
+5
2021-02-14
regen
kettenis
2
-2
/
+12
2021-02-14
Add a few more devices that show up on the Apple M1 mini.
kettenis
1
-1
/
+3
2021-02-14
Postpone installation of the periodic sensor task until at least one
anton
1
-2
/
+4
2021-02-14
Bail out earlier during attach if no devices are paired with the
anton
1
-4
/
+7
2021-02-14
Enumerate all features supported by a device on connect.
anton
1
-6
/
+93
2021-02-14
Introduce variables to deal with bit layout differences in the UFSTAT
kettenis
1
-9
/
+26
2021-02-14
correct drm work flush behaviour
jsg
2
-6
/
+10
2021-02-11
Don't hardcode com(4)'s major number in exuart(4).
patrick
1
-5
/
+12
2021-02-11
Add missing break in switch statement of rge_activate().
stsp
1
-1
/
+2
2021-02-11
Initialize var since it's used in a condition a little bit afterwards.
mestre
1
-2
/
+2
2021-02-11
Initialize the stack local device id variable correctly.
anton
1
-2
/
+2
2021-02-11
Make room for handling of HID++ 1.0 devices. No functional change.
anton
1
-56
/
+69
2021-02-11
Use idx suffix consistently.
anton
1
-17
/
+17
2021-02-11
Remove unused software id macro.
anton
1
-2
/
+1
2021-02-11
Fold long line.
anton
1
-2
/
+3
2021-02-11
Stop uhidpp from claiming all report ids, instead only claim the
anton
1
-5
/
+22
2021-02-11
Add uhidev_unset_report_dev(), doing the opposite of
anton
2
-2
/
+13
2021-02-11
If uhidev_set_report_dev() already have been invoked for the given
anton
1
-4
/
+6
2021-02-09
ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it
jcs
1
-1
/
+9
[prev]
[next]