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-03-19
Attach imxiomuxc(4) to i.MX8MM as well.
patrick
1
-1
/
+2
2020-03-19
Switch USB to use non-coherent buffers for data transfers. Since
patrick
9
-16
/
+46
2020-03-18
1. Run Synaptics touchpads in plain W-mode. 2. Update the AGM-check.
bru
2
-13
/
+24
2020-03-17
Hook this up to the drm(4) panel code and add an override for the
kettenis
1
-6
/
+89
2020-03-17
Prevent out-of-bound read if `rate' doesn't match known values.
mpi
1
-9
/
+9
2020-03-16
Actually attach panel (if we have one).
kettenis
1
-1
/
+7
2020-03-16
Replace video "framework" with a more generic port/endpoint "framework".
kettenis
8
-212
/
+252
2020-03-16
Prevent a NULL derefence in alloc_all_endpoints_fixed_ep()
jasper
1
-1
/
+8
2020-03-16
Remove unused function argument.
mpi
1
-5
/
+5
2020-03-16
fix a bunch of weird indentations and extra whitespace; no binary change
jasper
1
-15
/
+13
2020-03-16
spkr(4): fix compilation under SPKRDEBUG
cheloha
1
-2
/
+2
2020-03-15
sparc64 issue being identified and removed, reapply r1.73:
krw
2
-5
/
+16
2020-03-15
Revert nvme back to last working commit for sparc64.
kmos
2
-17
/
+9
2020-03-15
kthread_park() and kthread_stop() don't need PCATCH the linux API does
claudio
1
-4
/
+4
2020-03-14
ahci_get_pmp_ccb() returns a non-NULL pointer, fails a
krw
1
-14
/
+6
2020-03-14
Trailing whitespace, long lines, incorrect function names in
krw
1
-13
/
+14
2020-03-14
drm/i915: Don't try to use the hardware frame counter with i965gm TV output
jsg
2
-17
/
+59
2020-03-14
On fdt platforms attempt to load system specific .txt and .bin files
jsg
1
-15
/
+71
2020-03-13
Recognize BCM43341 as a BCM43340 variant.
patrick
2
-2
/
+4
2020-03-13
Bump nvme(4) max physio() i/o size to 128K.
krw
2
-5
/
+16
2020-03-11
cz(4): tsleep(9) -> tsleep_nsec(9), timeout_add(9) -> timeout_add_msec(9)
cheloha
1
-10
/
+7
2020-03-11
Remove dead code which is actually duplicated a few lines above
jasper
1
-6
/
+1
2020-03-11
The NXP-provided device trees used to make use of the assigned-clocks
patrick
1
-2
/
+18
2020-03-11
Power domains on i.MX8MQ can reference other power domains, which
patrick
1
-1
/
+3
2020-03-10
Variables 'nowait' amd 'flags' should have died in 2008 with r1.36's
krw
1
-10
/
+3
2020-03-10
Coverity points out (12 + MAXMPS) can never be less than
krw
1
-5
/
+2
2020-03-10
Ooops. Need both files.
krw
1
-2
/
+2
2020-03-10
sgl (scatter gather list) and prpl (physical region page list) are two
krw
1
-8
/
+8
2020-03-10
Remove unused argument to sr_error.
tobhe
1
-2
/
+2
2020-03-10
sync
kevlo
2
-4
/
+9
2020-03-10
Match on Lenovo OneLink Plus Dock Ethernet.
kevlo
2
-2
/
+4
2020-03-09
Return error value when sending "sensor reading" is failed. This fixes
yasuoka
1
-1
/
+6
2020-03-09
Update the console device always when attaching the real device
yasuoka
1
-3
/
+3
2020-03-08
Rework ucom(4) a bit. The logic of RTS follows DTR should only be done
claudio
1
-6
/
+16
2020-03-08
Wake up processes reading the mixer when the device is detached.
ratchov
1
-1
/
+5
2020-03-08
Use queue descriptor instead of hardcoded value when initializing hw.
mpi
3
-21
/
+42
2020-03-07
Fix use of uninitilized variable in case of emty AC descriptor.
ratchov
1
-2
/
+2
2020-03-07
Use snprintf(9) to create the names for the firmware and NVRAM files. This
patrick
2
-82
/
+60
2020-03-06
Make sure 'ts' is initialized.
tobhe
1
-1
/
+2
2020-03-06
Fixup bwfm(4) register bit regarding SDIO device suspend/resume.
patrick
1
-2
/
+2
2020-03-06
Process the NVRAM in bwfm(4) itself. So far we have relied on some
patrick
1
-6
/
+23
2020-03-06
Process the NVRAM in bwfm(4) itself. So far we have relied on some
patrick
3
-8
/
+82
2020-03-06
Add a PCI attachment driver for com(4). Intel has been removing legacy
patrick
2
-1
/
+247
2020-03-06
Release mutex before calling sleep_setup_signal() since this may stop
kettenis
1
-2
/
+3
2020-03-06
amdgpu/gmc_v9: save/restore sdpif regs during S3
jsg
3
-1
/
+39
2020-03-05
The local_clock_us() function needs microsecond resolution so implement it
kettenis
1
-1
/
+4
2020-03-05
Update iwm(4) firmware API documentation with respect to sequence number
stsp
1
-8
/
+9
2020-03-04
fix typo in previous
cheloha
1
-2
/
+2
2020-03-04
Properly implement the page fault handler for CMA GEM buffers and actually
kettenis
5
-48
/
+45
2020-03-04
Restrict modes to those with an actually supported pixel clock.
kettenis
3
-10
/
+36
[prev]
[next]