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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Dale's email address
tb
2021-04-02
3
-6
/
+6
*
remove uneeded includes in md armv7 files
jsg
2021-03-25
42
-178
/
+42
*
Node without a "status" property should be considered enabled as well.
kettenis
2021-03-16
1
-3
/
+3
*
Make sure that switching the console from serial to framebuffer works
kettenis
2021-03-16
2
-22
/
+25
*
spelling
jsg
2021-03-11
10
-20
/
+20
*
grow media a little
deraadt
2021-03-11
1
-2
/
+2
*
Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
patrick
2021-02-25
2
-2
/
+18
*
we don't have to cast to caddr_t when calling m_copydata anymore.
dlg
2021-02-25
1
-2
/
+2
*
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-23
3
-6
/
+26
*
Enable clocks and adjust for removal of subnodes in upstream Linux
kettenis
2021-02-14
1
-2
/
+4
*
Enable clocks.
kettenis
2021-02-14
1
-1
/
+4
*
Raise match priority to beat syscon(4).
kettenis
2021-02-14
1
-39
/
+81
*
Recent device trees have the syscon-reboot and syscon-poweroff nodes as
kettenis
2021-02-14
2
-11
/
+22
*
Move exuart(4) to sys/dev/fdt so it can be shared between arm64 and armv7.
patrick
2021-02-05
3
-1057
/
+1
*
exuart(4) does not need to include exclockvar.h. The header seems to only
patrick
2021-02-04
1
-2
/
+1
*
Tedu exuartvar.h, which has not been needed since we switched to the "new
patrick
2021-02-04
2
-20
/
+1
*
Add missing CVS tag.
patrick
2021-02-04
1
-0
/
+1
*
Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited to
anton
2021-02-04
1
-1
/
+2
*
Again allow COPTS= to come from the environment again, and don't lose the
deraadt
2021-01-28
1
-4
/
+4
*
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
2021-01-23
1
-1
/
+2
*
s/KHZ/kHz/ and reduce dmesg spam a bit
kettenis
2021-01-19
6
-15
/
+15
*
Remove some unused #defines and remove some commented-out variables.
kettenis
2021-01-19
1
-6
/
+1
*
Use daddr_t and not daddr32_t in boot media.
krw
2020-12-09
6
-12
/
+12
*
Give armv7 a <machine/cpufunc.h> header and use it to add a prototype
kettenis
2020-11-29
1
-0
/
+16
*
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
patrick
2020-07-17
1
-1
/
+2
*
Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer
patrick
2020-07-14
2
-12
/
+13
*
Extend the interrupt API on arm64 and armv7 to be able to pass around
patrick
2020-07-14
8
-64
/
+129
*
Use the full 32 bits for the miscellaneous armv7 timecounters.
naddy
2020-07-12
1
-2
/
+2
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
2
-5
/
+5
*
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
patrick
2020-07-10
1
-2
/
+2
*
Add support for timeconting in userland.
pirofti
2020-07-06
3
-4
/
+27
*
match on "ti,am335-sdhci" used since linux 5.8-rc3
jsg
2020-07-05
1
-3
/
+5
*
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
2020-06-30
1
-4
/
+0
*
Enable virtual consoles on armv7, the same way it is done on arm64.
fcambus
2020-06-23
1
-3
/
+3
*
Enable bwfm(4) on armv7 RAMDISK for SD/MMC and USB devices.
fcambus
2020-06-18
1
-1
/
+3
*
use correct node when enabling phy
jsg
2020-06-02
1
-3
/
+2
*
introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.
dlg
2020-05-31
1
-1
/
+10
*
dev/rndvar.h no longer has statistical interfaces (removed during various
deraadt
2020-05-29
1
-2
/
+1
*
increment version numbers, due to recent RB_GOODSEED and fchmod +T changes
deraadt
2020-05-26
1
-2
/
+2
*
change wsdisplay attribute type from long to uint32_t
jsg
2020-05-25
3
-11
/
+11
*
rename wsdisplay alloc_attr() to pack_attr()
jsg
2020-05-25
2
-5
/
+5
*
Look at the openbsd,boothowto property and bring the bootarg parsing
kettenis
2020-05-23
1
-26
/
+29
*
Our check to see if the EFI services support Mtftp() doesn't work
patrick
2020-05-18
2
-5
/
+9
*
Remove board ID support. 6.7 shipped with a kernel that doesn't need
kettenis
2020-05-17
4
-34
/
+9
*
The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to
kettenis
2020-05-14
2
-146
/
+1
*
Pass boothowto from the bootloader to the kernel by adding a
kettenis
2020-05-10
3
-6
/
+9
*
Enable a bunch of drivers needed for full Raspberry Pi 2/3 support.
kettenis
2020-04-29
2
-4
/
+28
*
Let the armv7 bus_dma layer and simplebus(4) implementation deal with
kettenis
2020-04-29
2
-16
/
+4
*
Add bcmclock(4) and bcmmbox(4). Fixes a hang because the clock for sdhc(4)
kettenis
2020-04-27
2
-4
/
+8
*
Remove reset hack; these days the U-Boot we ship for the CuBox-i is
kettenis
2020-04-27
1
-10
/
+1
[next]