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
/
sparc64
/
include
/
lock.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.
mpi
2017-05-29
1
-46
/
+1
*
Move SPINLOCK_SPIN_HOOK to the header used by other archs in order to
mpi
2017-05-27
1
-3
/
+61
*
make the rwlock implementation MI.
dlg
2015-02-11
1
-5
/
+1
*
move sparc64 behind the MI atomic api.
dlg
2014-01-30
1
-4
/
+3
*
remove unused cpu_lock code (where it is truly unused). it is not
tedu
2013-05-21
1
-47
/
+1
*
Per recommandation in the the sparc docs, use unlocked reads when
guenther
2011-07-02
1
-17
/
+20
*
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
pirofti
2011-03-23
1
-4
/
+4
*
Fix inline assembler to make it acceptable to gcc4. Based on a diff from
kettenis
2010-04-27
1
-3
/
+3
*
Implement rw_cas correctly, unlike previous revision where I was obviously
miod
2008-05-02
1
-2
/
+2
*
Implement an MP-safe rw_cas() based upon the casx instruction; ok kettenis@
miod
2008-01-01
1
-1
/
+4
*
Sprinkle a few holy membars around memory writes.
miod
2007-11-05
1
-1
/
+6
*
Provide <machine/lock.h> on all platforms, so that MI code may #include it
miod
2007-05-01
1
-0
/
+48