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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-29
Give armv7 a <machine/cpufunc.h> header and use it to add a prototype
kettenis
1
-0
/
+16
2020-07-17
Re-work intr_barrier(9) on arm64 to remove layer violation. So far we
patrick
1
-1
/
+2
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
patrick
1
-12
/
+20
2020-07-06
Add support for timeconting in userland.
pirofti
1
-0
/
+23
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
visa
1
-4
/
+0
2019-09-29
Add IPI support. Taken ftrom arm64.
kettenis
1
-22
/
+32
2019-05-06
Whitespace removal
mlarkin
3
-6
/
+6
2019-04-10
change marks[] array to uint64_t, so the code can track full 64-bit
deraadt
1
-2
/
+2
2018-08-20
Remove unused spllock().
visa
1
-2
/
+1
2018-08-09
Define __HAVE_ACPI on arm64 and __HAVE_FDT on arm64, armv7 and octeon
patrick
1
-1
/
+5
2018-08-08
Extend the FDT interrupt API to support masking and unmasking IRQs.
patrick
1
-1
/
+5
2018-08-06
Make it possible to build a MULTIPROCESSOR kernel on armv7. While this
kettenis
1
-0
/
+3
2018-07-09
Add PCI machdep headers based on the arm64 port.
patrick
1
-0
/
+3
2018-07-06
Implement an API for establishing legacy PCI interrupts. This specific
patrick
1
-1
/
+7
2018-05-30
Define IPL_MPFLOOR on SP archs.
mpi
1
-1
/
+2
2017-10-27
This file only includes <arm/elf_abi.h> which was removed in 2008, so kill it.
mpi
1
-3
/
+0
2017-04-30
Unifdef KGDB.
mpi
1
-2
/
+2
2017-03-10
Set VM_PHYSSEG_MAX to 32 and use VM_PSTRAT_BSEARCH as the sort/search option
kettenis
1
-3
/
+3
2017-03-09
Add interrupt routing API like we have on arm64.
kettenis
1
-1
/
+5
2017-01-24
Use the same stack size as on i386
jca
1
-2
/
+8
2017-01-05
Now that all non-ARMv7 platforms are gone, tedu the legacy atomic
patrick
1
-6
/
+2
2016-12-30
Remove unused headers.
jca
2
-17
/
+0
2016-08-20
Increase MSGBUFSIZE to 8 pages.
kettenis
1
-2
/
+2
2016-08-06
Extend the interrupt controller API with a disestablish functionality.
patrick
1
-1
/
+4
2016-08-04
Add support for pre-registering interrupts. This allows device drivers to
kettenis
1
-1
/
+5
2016-08-01
Implement an FDT-aware interrupt establish API. This means the drivers
patrick
1
-1
/
+18
2016-05-21
Implement openprom(4) for armv7.
kettenis
1
-0
/
+3
2016-05-14
Load the kernel at the address pre-allocated by the EFI bootloader.
kettenis
1
-2
/
+4
2016-05-02
Rework mainbus and implement simplebus to be able to span a tree-like
patrick
1
-0
/
+3
2015-09-19
intr_barrier(9) for arm
jsg
1
-1
/
+3
2015-07-17
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out
miod
1
-3
/
+3
2015-06-24
Make ARM_KERNEL_BASE explicitely unsigned
miod
1
-2
/
+2
2015-05-12
Raise VM_PHYSSEG_MAX to two and load an additional physical memory
jsg
1
-2
/
+2
2015-05-10
VM_MAX_KERNEL_ADDRESS is the end of the kva range not the end of
jsg
1
-1
/
+3
2013-10-24
remove useless headers
aalm
1
-4
/
+0
2013-10-17
Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries.
miod
1
-2
/
+1
2013-09-04
In the future, we shouldn't have one port port ARM SoC, that's just
patrick
47
-0
/
+676