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
/
ofw
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
msi-map-mask is a pasto and should be iommu-map-mask.
patrick
2021-03-14
1
-2
/
+2
*
Implement IOMMU OFW API for on-SoC/non-PCI devices.
patrick
2021-02-28
2
-2
/
+46
*
Only support #iommu-cells = <1> for now to make sure the correct stream ID
kettenis
2021-02-26
1
-17
/
+8
*
Add a framework for IOMMUs.
kettenis
2021-02-25
2
-2
/
+108
*
Keep polling if a temperature sensor reading fails. This is needed
kettenis
2020-12-31
1
-3
/
+3
*
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-30
2
-2
/
+19
*
Fix regulators that use "active-low" polarity. Our implementation now
kettenis
2020-12-23
1
-9
/
+16
*
Add symbolic constants related to open source and open drain GPIOs.
kettenis
2020-12-18
1
-3
/
+10
*
Implement mii_byname().
kettenis
2020-11-30
2
-9
/
+17
*
Add SFP+ support, including support for direct attach cables.
kettenis
2020-11-14
1
-1
/
+36
*
Add 1000baseT media support and set active media to the appropriate value.
kettenis
2020-11-12
1
-4
/
+15
*
Add interfaces to control optical output of an SFP.
kettenis
2020-11-10
2
-2
/
+33
*
Add code to determine the supported media types from the SFP EEPROM.
kettenis
2020-11-08
2
-3
/
+40
*
Add functions to set/add properties on an FDT node.
kettenis
2020-07-18
2
-6
/
+122
*
IEEE1275 (Open Firmware) defines that parameter name strings can have a
kettenis
2020-07-06
2
-7
/
+6
*
Add a "framework" for MII busses.
patrick
2020-06-25
2
-2
/
+52
*
Add a "framework" for digital audio interfaces.
patrick
2020-06-10
2
-2
/
+69
*
Some devices have no phandle since they are not referenced in the
patrick
2020-06-06
3
-3
/
+39
*
Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs
kettenis
2020-04-27
1
-1
/
+3
*
Implement support for "usb-nop-xceiv" PHYs.
kettenis
2020-04-07
1
-2
/
+41
*
Don't allocate a framebuffer if no interface ports have been configured.
kettenis
2020-03-22
2
-5
/
+10
*
The #pwm-cells attribute describes the amount of flags in addition
patrick
2020-03-21
1
-3
/
+3
*
Fix crash when no device ports have been registered. Remove unused variable
kettenis
2020-03-21
1
-4
/
+2
*
Replace video "framework" with a more generic port/endpoint "framework".
kettenis
2020-03-16
2
-48
/
+178
*
When activating a video port, don't bail out if activating an endpoint
kettenis
2020-03-01
1
-3
/
+3
*
Implement a rather simple video interface support for OFW. This is
patrick
2020-02-21
2
-2
/
+77
*
Make thermal framework support in sxitemp(4) interrupt driven such that
kettenis
2020-01-23
2
-2
/
+21
*
Add an interface to read an nvmem "cell".
kettenis
2020-01-23
2
-5
/
+78
*
Add the beginnings of an nvmem "framework".
kettenis
2020-01-21
2
-2
/
+46
*
Since device tree trip points might not be sorted, but our code
patrick
2019-12-03
1
-4
/
+19
*
Add a PWM framework.
kettenis
2019-09-30
2
-2
/
+96
*
Reserve a few GPIO_CONFIG bits for machine-dependent use.
visa
2019-09-29
1
-1
/
+5
*
Add an SFP framework which allows SFP providers to provide a
patrick
2019-09-07
2
-2
/
+48
*
Add an I2C framework, so that nodes that need to use I2C but
patrick
2019-09-07
2
-2
/
+61
*
Add comment.
kettenis
2019-09-04
1
-1
/
+5
*
This code calls task_add(9) from a timeout, so create the taskq with
kettenis
2019-08-28
1
-2
/
+2
*
Add a PHY "framework".
kettenis
2019-08-28
2
-2
/
+119
*
Implement GPIO hogging.
kettenis
2019-08-26
1
-2
/
+48
*
Make sure fdt_get_reg() looks beyond its parent to establish the correct
kettenis
2019-08-10
1
-31
/
+36
*
Skip thermal zones without "trips" or "cooling-maps" nodes.
kettenis
2019-07-03
1
-1
/
+6
*
OF_finddevice(9) returns -1 if the node in question couldn't be found.
kettenis
2019-07-03
1
-2
/
+2
*
Add thermal zone handling code. This provides support for thermal zones
kettenis
2019-07-02
3
-1
/
+499
*
We are allowed to enable regulators with the "regulator-always-on"
patrick
2019-04-30
1
-3
/
+3
*
Add support for current limit regulators in addition to the voltage
patrick
2019-02-20
2
-27
/
+143
*
In the voltage regulator getter we need to actually check the GPIO
patrick
2019-02-18
1
-2
/
+3
*
Setting a fixed voltage regulator to the voltage it is fixed to
patrick
2019-01-02
1
-1
/
+5
*
A fixed regulator's minimum voltage attribute is called regulator-min-microvolt
patrick
2019-01-02
1
-2
/
+2
*
Fix OFW GPIO regulator by breaking out of the loop once the correct
patrick
2018-10-23
1
-2
/
+4
*
avoid uninitialised variable use
jsg
2018-08-28
1
-1
/
+2
*
Support GPIO-based voltage regulators.
patrick
2018-08-13
1
-2
/
+118
[next]