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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-14
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
jasper
2
-3
/
+24
2020-09-14
No need to check for SDEV_DYING as the first thing in both branches of an
krw
1
-14
/
+9
2020-09-14
perform the uvm_map_inentry() after the data_aborts handlers are executed
deraadt
1
-5
/
+8
2020-09-14
umstc_intr is not in process context when adjusting wscons brightness. When brightness
deraadt
1
-4
/
+31
2020-09-14
Delete some emulator code which has never been used on 64 bit sparc
deraadt
1
-209
/
+1
2020-09-14
similar to fix by kettenis on amd64:
deraadt
1
-8
/
+6
2020-09-14
The uvm_map_inentry() check may sleep to grab the lock of the map.
kettenis
1
-7
/
+7
2020-09-14
Fix comment, ktrace flags are per-process.
mpi
1
-3
/
+3
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
jasper
1
-3
/
+2
2020-09-13
Always use READ(16)/WRITE(16) commands for disks large enough to require
krw
1
-7
/
+8
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
Unbreak tree. Instead of passing struct process to siginit() just pass the
claudio
2
-5
/
+4
2020-09-13
change pmap wbinvd use to wbinvd_on_all_cpus
jsg
3
-10
/
+10
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
jsg
10
-23
/
+71
2020-09-13
Start documenting locks for struct pppoe_softc members
kn
1
-17
/
+23
2020-09-13
Fix various typos in wscons(4) comments.
fcambus
4
-8
/
+8
2020-09-13
Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.
mpi
3
-4
/
+8
2020-09-13
Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Another
claudio
1
-1
/
+3
2020-09-13
Initialize sigacts0 before making them visible by setting ps->ps_sigacts.
claudio
1
-2
/
+2
2020-09-13
add SRBDS cpuid bits
jsg
4
-4
/
+16
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
Keep port interface UP on removal
kn
1
-5
/
+1
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
mpi
3
-5
/
+26
2020-09-12
Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format.
krw
1
-2
/
+2
2020-09-12
No need to check inq for NULL when it always points at the inqdata inside a
krw
2
-8
/
+2
2020-09-12
No need to ask for extra INQUIRY data, all available data is already cached in
krw
2
-45
/
+6
2020-09-12
asmc0 -> asmc*
mglocker
2
-4
/
+4
2020-09-12
Add sizes to free() calls
kn
1
-9
/
+15
2020-09-12
Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range.
beck
1
-2
/
+2
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
5
-11
/
+755
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
23
-28
/
+50
2020-09-10
Introduce a helper to find a VCPU.
mpi
1
-31
/
+34
2020-09-10
Add I2C bus scan routine for octiic(4)
visa
1
-1
/
+34
2020-09-10
Register octiic(4) with the I2C framework
visa
1
-5
/
+12
2020-09-09
Introduce a helper to check if a signal is ignored or masked by a thread.
mpi
4
-12
/
+25
2020-09-09
Make ogx(4)'s outbound bpf(4) tap actually work
visa
1
-1
/
+7
2020-09-08
Add a function to scan for PCI Express extended capabilities.
kettenis
2
-2
/
+36
2020-09-08
Clean up attachment of octgmx(4) a bit
visa
1
-54
/
+39
2020-09-08
Handle AGL interface
visa
6
-19
/
+366
2020-09-08
If SCSI_IGNORE_ILLEGAL_REQUEST is set no error is returned from scsi_xs_sync()
krw
2
-3
/
+8
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-07
Add a proper VSID allocation scheme for userland segments.
kettenis
2
-5
/
+49
2020-09-06
Add RK3308 clocks
jmatthew
2
-1
/
+623
2020-09-06
amd64: add tsc_delay(), a delay(9) implementation based on the TSC
cheloha
2
-4
/
+20
2020-09-05
Implement spilling of kernel SLB entries. Mostly from FreeBSD.
kettenis
7
-10
/
+214
[prev]
[next]