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
/
arch
/
armv7
/
omap
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-02
Fix Dale's email address
tb
1
-2
/
+2
2021-03-25
remove uneeded includes in md armv7 files
jsg
17
-79
/
+17
2021-03-11
spelling
jsg
3
-6
/
+6
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2
-4
/
+17
2021-01-19
s/KHZ/kHz/ and reduce dmesg spam a bit
kettenis
5
-12
/
+12
2021-01-19
Remove some unused #defines and remove some commented-out variables.
kettenis
1
-6
/
+1
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
patrick
2
-10
/
+16
2020-07-12
Use the full 32 bits for the miscellaneous armv7 timecounters.
naddy
1
-2
/
+2
2020-07-10
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
1
-3
/
+3
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
1
-2
/
+2
2020-07-06
Add support for timeconting in userland.
pirofti
1
-2
/
+2
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
jsg
1
-3
/
+5
2020-06-02
use correct node when enabling phy
jsg
1
-3
/
+2
2020-05-29
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
1
-2
/
+1
2020-05-25
change wsdisplay attribute type from long to uint32_t
jsg
2
-6
/
+6
2020-05-25
rename wsdisplay alloc_attr() to pack_attr()
jsg
1
-2
/
+2
2020-04-27
fix SDHC_DEBUG build, remove procname printf's
ians
1
-5
/
+4
2020-04-10
Add omcm(4), omclock(4) and omsysc(4) drivers that support the new bus
kettenis
7
-11
/
+323
2020-04-07
Use PHY framework to replace hardcoded board-specific GPIO poking.
kettenis
1
-67
/
+5
2020-04-07
Remove entry that is no longer needed.
kettenis
1
-28
/
+1
2020-04-06
Add support for the cd-gpios property.
kettenis
1
-1
/
+23
2020-04-06
Register controller with the gpio "framework".
kettenis
1
-1
/
+61
2020-04-05
Use OF_is_compatible() to simplify the initialization for the "mdio" node.
kettenis
1
-10
/
+6
2020-04-05
Add omrng(4), a driver for te random number generator found on TI OMAP SoCs.
kettenis
5
-4
/
+170
2020-03-31
Remove leftover that should have been removed in the previous commit.
kettenis
1
-3
/
+1
2020-03-31
Newer device trees no longer put the full physical address in the "reg"
kettenis
1
-4
/
+9
2020-03-31
Remove unused code. The padconf code has been replaced with the
kettenis
7
-959
/
+3
2020-02-18
Cleanup <sys/kthread.h> and <sys/proc.h> includes.
mpi
1
-2
/
+1
2020-01-13
Convert to tsleep_nsec(9), while here fix a bug where the value specified
mpi
1
-4
/
+5
2020-01-13
Timeouts are all specified in multiple of `hz' so define them in term of
mpi
1
-7
/
+7
2019-12-25
WSDISPLAYIO_GTYPE is u_int not int
jsg
1
-2
/
+2
2019-10-05
Use mask to extract IPL; should have been part of the earlier diff that
kettenis
1
-2
/
+2
2019-05-06
Whitespace removal
mlarkin
12
-41
/
+41
2019-05-06
Whitespace and extra semicolon removal.
mlarkin
1
-2
/
+2
2019-04-10
KNF per naddy@
ians
1
-8
/
+22
2018-12-24
Adjust cpsw for linux 4.20 device tree changes. The location of the phy
jsg
1
-2
/
+9
2018-09-19
Free edid_buf after use so to fix possible memory leak.
claudio
1
-2
/
+3
2018-08-27
ompinmux has been replaced by pinctrl
jsg
2
-142
/
+1
2018-02-14
prune files.* entries that refer to files not in tree
jsg
1
-15
/
+1
2017-11-27
OMAP4 has two watchdog timers timer 2/MPU and timer 3/IVA.
jsg
1
-2
/
+7
2017-10-25
Storing the address of a stack variable in a global variable is a bad idea.
kettenis
1
-15
/
+9
2017-09-11
Avoid using an uninitialised variable. Found by the clang static analyser.
jsg
1
-2
/
+2
2017-09-11
Don't test if an array is NULL. Fixes the build with clang which raised
jsg
1
-2
/
+2
2017-09-08
If you use sys/param.h, you don't need sys/types.h
deraadt
9
-18
/
+9
2017-08-31
Add OpenBSD CVS tags at the top of amdisplay/nxphdmi(4) files.
ians
4
-0
/
+4
2017-08-18
change email address in licenses to ians@openbsd.org
ians
4
-4
/
+4
2017-08-15
Convert to FDT-based interrupt establish API.
patrick
1
-4
/
+3
2017-08-15
Apply KNF and fix whitespaces.
patrick
1
-44
/
+43
2017-08-15
Apply KNF and fix whitespaces.
patrick
2
-102
/
+100
2017-08-14
Add the amdisplay(4) and nxphdmi(4) drivers.
ians
8
-5
/
+1655
[next]