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
/
fdt
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the UART found on the Apple M1 SoC.
kettenis
2021-02-16
2
-10
/
+30
*
Introduce variables to deal with bit layout differences in the UFSTAT
kettenis
2021-02-14
1
-9
/
+26
*
Don't hardcode com(4)'s major number in exuart(4).
patrick
2021-02-11
1
-5
/
+12
*
arm_intr_establish_fdt() has long been renamed to fdt_intr_establish().
patrick
2021-02-05
3
-8
/
+7
*
Fix CVS tag.
patrick
2021-02-05
1
-1
/
+1
*
Fix whitespace.
patrick
2021-02-05
1
-2
/
+2
*
Rename probe/attach functions to fit our regular naming scheme. Replace
patrick
2021-02-05
1
-13
/
+13
*
Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
patrick
2021-02-05
3
-1
/
+1057
*
Tedu unnecessary imxuartvar.h.
patrick
2021-02-04
2
-21
/
+1
*
handle #pinctrl-cells 2
jsg
2021-02-01
1
-2
/
+7
*
Reprogram outbound windows to match the device tree. Necessary because
kettenis
2021-01-20
1
-3
/
+34
*
Implement intx support.
kettenis
2021-01-19
1
-19
/
+123
*
Handle pinctrl.
kettenis
2020-12-29
1
-1
/
+4
*
Add more PWM pin descriptions.
kettenis
2020-12-29
1
-1
/
+32
*
Add support for the PCIe controller found on Amlogic G12A/G12B/SM1 SoCs.
kettenis
2020-12-28
1
-11
/
+119
*
Remove debug printf.
kettenis
2020-12-27
1
-2
/
+1
*
Add PCIe support.
kettenis
2020-12-27
1
-48
/
+68
*
Add PCIe power domain.
kettenis
2020-12-27
1
-1
/
+14
*
Add PCIe clocks.
kettenis
2020-12-22
1
-1
/
+5
*
Defer hardware initialization in order to give things like PCIe PHYs
kettenis
2020-12-22
1
-15
/
+31
*
There's no need to include the OFW GPIO header.
patrick
2020-12-19
1
-2
/
+1
*
Add support for the i.MX8MP PCIe clocks.
patrick
2020-12-19
2
-1
/
+40
*
Add support for the i.MX8MP second ethernet. The Plus SoC not only has the
patrick
2020-12-18
2
-4
/
+98
*
Emulate open drain GPIOs. This replaces the hack added in the last commit.
kettenis
2020-12-18
1
-31
/
+22
*
Make large read and write transactions work.
kettenis
2020-12-18
1
-39
/
+59
*
Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for
patrick
2020-12-18
2
-1
/
+80
*
Add code to initialize the USB 3 PHY on i.MX8MP.
patrick
2020-12-18
1
-2
/
+65
*
Add support for the i.MX8MP USB clocks.
patrick
2020-12-18
2
-2
/
+88
*
Attach imxgpc(4) to i.MX8MP as well.
patrick
2020-12-18
1
-1
/
+3
*
Only enable the USB 3.0 port and PHY if it is enabled on a board.
kettenis
2020-12-17
1
-5
/
+7
*
Reset pin 3 of the GPIOAO bank to input mode to work around a hardware
kettenis
2020-12-17
1
-2
/
+31
*
Match on "amlogic,meson-g12a-dwmac" which is used by newer Linux mainline
kettenis
2020-12-17
1
-1
/
+2
*
Add support for the "Always On" GPIOs.
kettenis
2020-12-17
1
-73
/
+188
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
5
-10
/
+10
*
Use 1000baseKX, 2500baseKX and 10GbaseKR media types for fixed link
kettenis
2020-12-07
1
-2
/
+20
*
Use 1000baseKX and 2500baseKX media types for fixed link connections an
kettenis
2020-12-06
1
-1
/
+13
*
Enable auto-negotiation on the SerDes links, which allows in-band-status
patrick
2020-12-02
1
-1
/
+2
*
Add mvsw(4), a driver for Marvell "SOHO" switches that are found on some
kettenis
2020-11-29
2
-1
/
+364
*
Add support for 1000base-x and 2500base-x connections.
kettenis
2020-11-29
2
-8
/
+98
*
make it possible to attach other devices (for example switches) to mvmdio(4).
kettenis
2020-11-28
2
-10
/
+23
*
Use bus_space_mmap(9) instead of pmap_extract(9) to find out the physical
kettenis
2020-11-19
1
-8
/
+5
*
Split imxiic(4) into the FDT-attachment code and the i.MX I2C code
patrick
2020-11-17
4
-540
/
+150
*
Add support for the VF610 I2C controller to imxiic(4). It uses its
patrick
2020-11-14
2
-5
/
+53
*
Move enabling/disabling the I2C controller and clearing the Interrupt
patrick
2020-11-14
1
-13
/
+31
*
Add 10G media support. This makes the 10G ports on the "single shot" model
kettenis
2020-11-14
1
-2
/
+11
*
Assert reset before configuring the MACs. Otherwise we leave the 10G MAC
kettenis
2020-11-13
1
-7
/
+4
*
To prepare for upcoming VF610 support, access the clk div table using
patrick
2020-11-13
2
-11
/
+16
*
Convert array of two-element arrays into a much more readable array of
patrick
2020-11-13
2
-7
/
+12
*
Add define for the status register's Arbitration Lost bit.
patrick
2020-11-13
1
-1
/
+2
*
On VF610 the registers are a single byte apart, so introduce a regshift
patrick
2020-11-13
1
-8
/
+29
[next]