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
/
dev
/
pci
/
drm
/
include
/
linux
/
atomic.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use a single preinitialised mutex for atomic64 fallback path
jsg
2020-11-09
1
-14
/
+16
*
use 64 bit atomic builtins on i386 for atomic64
jsg
2020-11-09
1
-2
/
+4
*
remove unused alpha memory barrier defines
jsg
2020-10-26
1
-5
/
+1
*
use __membar() where possible
jsg
2020-10-26
1
-9
/
+9
*
use lwsync and eieio for smp barriers on powerpc
jsg
2020-10-26
1
-4
/
+11
*
use WRITE_ONCE and READ_ONCE for set and read
jsg
2020-06-17
1
-6
/
+6
*
remove some unused defines
jsg
2020-06-16
1
-14
/
+6
*
implement atomic_inc_not_zero() by way of atomic_add_unless()
jsg
2020-06-16
1
-11
/
+3
*
remove a dead store
jsg
2020-06-16
1
-2
/
+2
*
update drm to linux 5.7
jsg
2020-06-08
1
-3
/
+33
*
change drm memory barriers to be closer to what linux does on
jsg
2019-08-17
1
-7
/
+19
*
Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and
jsg
2019-07-25
1
-39
/
+43
*
remove some unused macros
jsg
2019-07-25
1
-5
/
+1
*
add cmpxchg() with same implementation as atomic_cmpxchg()
jsg
2019-05-08
1
-1
/
+2
*
Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 to
jsg
2019-04-14
1
-0
/
+425