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-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 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
2020-06-25
Register mvmdio(4) in the MII "framework". On the Armada 7K and 8K
patrick
4
-41
/
+26
2020-06-25
Add a "framework" for MII busses.
patrick
2
-2
/
+52
2020-06-25
Add mvpp(4), a driver for the Marvell Packet Processor v2, as used on
patrick
3
-1
/
+6206
2020-06-25
LUT writes go through actual regsiters on 710s, not ctl writes.
dlg
1
-4
/
+6
2020-06-25
add rss/toeplitz support for 710 chips.
dlg
2
-4
/
+236
2020-06-25
use the ixl_chip struct to store different rss_hena settings for 710/722
dlg
1
-4
/
+26
2020-06-25
add definitions for rss bits.
dlg
1
-1
/
+60
2020-06-25
we're close to a point where the differences between 710s and 722s matter.
dlg
1
-21
/
+56
2020-06-25
use intrmap to set up multiple queues across multiple cpus.
dlg
2
-105
/
+167
2020-06-25
bump the ifq maxlen like i just did for ixl(4).
dlg
1
-2
/
+2
2020-06-25
report rx ring state for all rings, not just the first one.
dlg
1
-3
/
+30
2020-06-24
set IFQ_SET_MAXLEN to the number of slots on the tx ring, not 1.
dlg
1
-2
/
+2
2020-06-24
kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9)
cheloha
10
-27
/
+29
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of '7' to indicate the adapter is
krw
1
-2
/
+2
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value that is being
krw
14
-28
/
+28
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of the value of adapter_buswidth to
krw
4
-8
/
+8
2020-06-24
Use SDEV_NO_ADAPTER_TARGET instead of -1 to indicate
krw
4
-9
/
+9
2020-06-24
Use C99 initializers in wsdisplay_font struct definitions for
fcambus
3
-39
/
+39
2020-06-24
get rid of the per device sff lock because we only use the global one.
dlg
1
-3
/
+1
2020-06-24
Acknowledge xhci(4) interrupts before calling usb_schedsoftintr().
patrick
1
-5
/
+5
2020-06-24
Apply sc->sc_xfer_flags to control transfers as well. These are used
patrick
1
-5
/
+5
2020-06-24
actually use pci_intr_establish_cpu with cpus from the intrmap.
dlg
1
-4
/
+3
2020-06-24
Nuke some pointless *_dev_probe() and *_dev_free() functions and
krw
2
-26
/
+8
2020-06-23
Use C99 initializers in wsdisplay_font struct definitions for Spleen
fcambus
5
-65
/
+65
2020-06-22
Remove AMRR/MiRA support from iwx(4). Tx rate selection happens in firmware.
stsp
2
-146
/
+13
[prev]
[next]