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
/
arm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the MAP_STACK feature, and introduce another similar variation:
deraadt
2019-06-01
1
-19
/
+4
*
Prevent attaching drivers to devices for which we attached a driver early.
kettenis
2019-04-16
2
-4
/
+24
*
Store whether or not the VFP was active on entering the unhandled
patrick
2019-03-13
5
-22
/
+26
*
revert revert revert. there are many other archs that use custom allocs.
tedu
2019-02-10
1
-3
/
+3
*
make it possible to reduce kmem pressure by letting some pools use a more
tedu
2019-02-10
1
-3
/
+3
*
Add .fpu directives in inline assembly to silence new compiler
kettenis
2019-01-24
1
-3
/
+9
*
flense more trailing whitespace
phessler
2019-01-22
1
-5
/
+5
*
remove trailing whitespace in the Laptop Package part of the license text.
phessler
2019-01-22
1
-4
/
+4
*
match arm64 and print unconfigured simplebus devices on armv7
jsg
2019-01-05
1
-2
/
+23
*
For shared interrupts we need to make sure that we register
patrick
2018-12-07
1
-7
/
+9
*
Include srp.h where struct cpu_info uses srp to avoid erroring out when
jsg
2018-12-05
1
-1
/
+2
*
Unify the MD byteswapping code as much as possible across architectures.
naddy
2018-10-02
1
-25
/
+20
*
Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to
claudio
2018-09-14
1
-2
/
+2
*
fix whitespace
jsg
2018-09-06
1
-3
/
+3
*
Use MAXCPUS as the number of elements for the array of per-cpu data.
kettenis
2018-08-11
1
-4
/
+2
*
Extend the FDT interrupt API to support masking and unmasking IRQs.
patrick
2018-08-08
1
-1
/
+3
*
Make it possible to build a MULTIPROCESSOR kernel on armv7. While this
kettenis
2018-08-06
22
-79
/
+165
*
Give the FDT interrupt API a more generic naming by replacing the
patrick
2018-08-06
1
-1
/
+11
*
Move from sendsig() to its callers the initsiginfo() calls and
guenther
2018-07-10
1
-10
/
+8
*
Add PCI machdep headers based on the arm64 port.
patrick
2018-07-09
1
-47
/
+37
*
Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an
patrick
2018-07-09
3
-18
/
+180
*
Remove strange /* End of file */ style.
deraadt
2018-06-30
13
-40
/
+13
*
Make ast() call refreshcreds(). Tweak this code to be similar to the amd64.
kettenis
2018-06-26
1
-15
/
+3
*
Save and restore FPU registers around signal handlers.
kettenis
2018-06-23
2
-4
/
+32
*
Move up the setting of pcb_tf, refreshcreds(), and stack check so that
guenther
2018-06-22
1
-28
/
+26
*
Update the pointer to the trapframe in the PCB when handling an AST.
kettenis
2018-06-22
1
-1
/
+3
*
Save and restore the relevant FPU state on armv7.
kettenis
2018-06-22
1
-35
/
+27
*
Remove the cpu_reset_needs_v4_MMU_disable flag; it's always true for hardware
kettenis
2018-06-04
2
-26
/
+6
*
Remove #ifdef __XSCALE__ bits. No binary change.
kettenis
2018-06-03
5
-279
/
+5
*
Remove a4x bus space hack.
kettenis
2018-05-15
4
-240
/
+1
*
Use speed from device tree for serial console on armv7 too.
kettenis
2018-05-07
1
-1
/
+2
*
Add a common rules file for ofw sources to help keep the configurations
visa
2018-05-04
1
-2
/
+2
*
Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and
deraadt
2018-04-12
2
-4
/
+24
*
To allow sharing more code between armv7 and arm64 platforms, introduce
patrick
2018-03-20
2
-2
/
+4
*
Do not panic from ddb(4) when a lock requirement isn't fulfilled.
mpi
2018-03-20
1
-3
/
+1
*
Make FPU registers available in core dumps and through ptrace(2).
kettenis
2018-03-16
5
-13
/
+29
*
Rework and cleanup the linker script for armv7. The main feature is
patrick
2018-03-08
1
-43
/
+46
*
Do not redefine PAGE_SHIFT/PAGE_SIZE/PAGE_MASK in vmparam.h; those
deraadt
2018-03-05
1
-9
/
+1
*
#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch
deraadt
2018-03-05
1
-1
/
+2
*
AAPCS requires 8-byte alignment for 64-bit types. We missed this when we
kettenis
2018-03-01
1
-2
/
+2
*
Explicitly align svcstack and esym. Finally fixes the problem where
kettenis
2018-02-28
1
-1
/
+3
*
Typo: auxilliary -> auxiliary
guenther
2018-02-25
1
-2
/
+2
*
Get rid of the cpu_on_fn hook and call the psci(4) functions directly instead
kettenis
2018-02-23
1
-3
/
+1
*
Remove almost unused `flags' argument of suser().
mpi
2018-02-19
1
-3
/
+3
*
Rework the DDB trace handling for armv7. By switching to clang the
patrick
2018-02-11
1
-64
/
+12
*
Convert armv7 to MI mutex.
mpi
2018-02-10
3
-168
/
+3
*
Replace two spaces indents with tabs. Makes it easier to read and
patrick
2018-02-10
1
-72
/
+72
*
Supplying entropy from etext has created a regression on arm where we
patrick
2018-02-10
1
-1
/
+2
*
Put the ldscript parts into a single file instead of storing it as head
patrick
2018-02-10
2
-27
/
+25
*
Make sure sigfillsiz is word aligned.
patrick
2018-02-06
1
-1
/
+2
[next]