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-06-26
ath(4): fix ATH_TICKS()
cheloha
1
-2
/
+2
2020-06-26
Accept input.
kettenis
1
-1
/
+59
2020-06-26
Handle OPAL interrupts.
kettenis
1
-1
/
+2
2020-06-26
Handle OPAL interrupts.
kettenis
2
-3
/
+124
2020-06-26
timecounting: deprecate time_second(9), time_uptime(9)
cheloha
2
-5
/
+6
2020-06-26
Add support for level-triggered interrupts and unmask established interropts.
kettenis
1
-6
/
+25
2020-06-26
Interprets profile/interval value as a frequency and not a number of ticks.
mpi
1
-3
/
+3
2020-06-26
return early if either initrd property is missing
jsg
1
-2
/
+2
2020-06-26
avoid uninitialised pointer use
jsg
2
-4
/
+4
2020-06-26
use correct index var in pmap_vp_destroy()
jsg
1
-2
/
+2
2020-06-26
Add sync().
kettenis
1
-1
/
+7
2020-06-26
Skip saving the state of the old proc if it is NULL.
kettenis
1
-1
/
+5
2020-06-26
byteswap vpd data going out to userland.
dlg
1
-2
/
+7
2020-06-26
Add RX refill handling. Each mvpp(4) controller has up to 8 Buffer
patrick
1
-15
/
+92
2020-06-26
Add TX completion handling. I'm not quite sure, but I think that we
patrick
1
-8
/
+39
2020-06-26
Since we send packets on the aggregated TX queue instead of the physical
patrick
1
-4
/
+4
2020-06-26
We don't have to implement pmap_copy(9).
kettenis
1
-2
/
+1
2020-06-26
Fix system calls; set %r0 to zero upon success and set (instead of clear)
kettenis
1
-2
/
+3
2020-06-26
Make kernel versions of TCB_GET() and TCB_SET() use %r13 as well.
kettenis
1
-3
/
+3
2020-06-26
Initialize registers according to ELFv2 ABI.
kettenis
1
-1
/
+9
2020-06-26
drm/i915/tgl: Make Wa_14010229206 permanent
jsg
1
-6
/
+6
2020-06-26
Revert "drm/amd/display: disable dcn20 abm feature for bring up"
jsg
1
-7
/
+4
2020-06-26
drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workarounds
jsg
2
-20
/
+22
2020-06-26
drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workarounds
jsg
2
-61
/
+59
2020-06-26
drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workarounds
jsg
2
-10
/
+14
2020-06-26
drm/i915/gt: Move snb GT workarounds from init_clock_gating to workarounds
jsg
2
-33
/
+41
2020-06-26
drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workarounds
jsg
3
-49
/
+63
2020-06-26
drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workarounds
jsg
2
-37
/
+50
2020-06-26
drm/i915/gt: Incrementally check for rewinding
jsg
4
-4
/
+43
2020-06-26
drm/i915/tc: fix the reset of ln0
jsg
1
-1
/
+1
2020-06-26
drm/i915/icl+: Fix hotplug interrupt disabling after storm detection
jsg
1
-0
/
+1
2020-06-26
stuff for PPCNT - Ports Performance Counters Register
dlg
1
-1
/
+110
2020-06-26
drm/amd/display: Use kvfree() to free coeff in build_regamma()
jsg
1
-1
/
+1
2020-06-26
drm/amdkfd: Use correct major in devcgroup check
jsg
1
-1
/
+2
2020-06-26
drm/connector: notify userspace on hotplug after register complete
jsg
1
-0
/
+5
2020-06-26
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
jsg
1
-0
/
+4
2020-06-26
drm/i915/gem: Avoid iterating an empty list
jsg
1
-6
/
+9
2020-06-26
drm/i915: Fix AUX power domain toggling across TypeC mode resets
jsg
1
-2
/
+3
2020-06-26
drm/dp_mst: Increase ACT retry timeout to 3s
jsg
1
-21
/
+31
2020-06-26
drm/amdgpu: Replace invalid device ID with a valid device ID
jsg
1
-1
/
+1
2020-06-26
drm/amdgpu/display: use blanked rather than plane state for sync groups
jsg
1
-4
/
+20
2020-06-26
drm/dp_mst: Reformat drm_dp_check_act_status() a bit
jsg
1
-12
/
+10
2020-06-26
drm: encoder_slave: fix refcouting error for modules
jsg
1
-2
/
+3
2020-06-26
drm/amd/display: Revalidate bandwidth before commiting DC updates
jsg
1
-0
/
+6
2020-06-26
add readx_poll_timeout() required for 5.7.6 drm
jsg
1
-0
/
+34
2020-06-26
add USEC_TO_TIMEVAL()
jsg
1
-1
/
+8
2020-06-26
add some whitespace to let things breathe a bit.
dlg
1
-149
/
+133
2020-06-26
whitespace fixes, no functional change.
dlg
1
-17
/
+17
2020-06-26
fix link state handling so we can see link go both up and down.
dlg
1
-20
/
+22
2020-06-25
Return negative value to show that no index was found. The callers
patrick
1
-3
/
+3
[prev]
[next]