index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
common
/
lib
/
libc
/
arch
/
aarch64
Age
Commit message (
Expand
)
Author
2022-08-06
aarch64: Implement __aarch64_casN_sync.
riastradh
2022-07-23
whitespace
skrll
2022-06-18
be consistent about comparing loaded value against expected old value
skrll
2022-06-18
Fix some register usage
skrll
2022-06-16
remove stray 'w'
skrll
2022-04-09
Introduce membar_acquire/release. Deprecate membar_enter/exit.
riastradh
2022-04-09
aarch64/membar_ops: Fix wrong symbol end.
riastradh
2021-08-08
Whitespace
skrll
2021-07-29
As we're providing the legacy gcc __sync built-in functions for atomic
skrll
2021-07-06
One more s/pte/ptr/
skrll
2021-07-05
typo in comment s/pte/ptr/
skrll
2021-07-04
Fix the logic operation for atomic_nand_{8,16,32,64}
skrll
2021-04-27
Provide all the LSE operation fuctions. The use of LSE instructions is
skrll
2021-04-21
Do previous differently as the API is different.
skrll
2021-04-21
Provide some more operations that are part of compiler lse.S. This is
skrll
2020-10-13
Use the correct barriers - all of membar_{sync,producer,consumer} have
skrll
2020-10-13
Remove memory barriers from the atomic ops macros in the same way as was
skrll
2020-10-07
Comment nit
skrll
2020-09-09
Re-do previous aarch64eb strlen fix more simply and correctly.
jakllsch
2020-09-05
Fix a broken corner case of strlen()/strnlen() on aarch64eb
jakllsch
2020-09-03
Remove unused assembly source files
jakllsch
2020-09-02
Fix typo/pasteo in aarch64 clzdi2() END()
jakllsch
2020-08-12
Part I of ad@'s performance improvements for aarch64
skrll
2020-04-11
Fixed to not use the "br" instruction. Branch Target Identification (BTI) doe...
ryo
2019-10-12
Remove htonll and ntohll as symbols from aarch64 libc.
maya
2019-09-15
__sync_or_and_fetch_8 should return new value... make it do that.
skrll
2019-02-19
Sort STRONG_ALIAS's in the same manner as ATOMIC_OP_ALIAS's.
rin
2019-02-19
Export _atomic_cas_64 as atomic_cas_64_ni.
rin
2019-02-08
- atomic_*_{8,16}_nv() must return a new value, not an old value.
ryo
2019-02-06
fix atomic_sub_*(). it was (delta - *ptr), should be (*ptr - delta).
ryo
2018-08-01
strnlen(s, (size_t)-1) returned -1. it must return the length of s.
ryo
2018-07-09
avoid reading from out of range that may cause access fault.
ryo
2018-02-04
Working / new versions from Ryo Shimizu
skrll
2017-08-29
* aarch64/memset.S didn't work! fixed some bugs.
ryo
2017-08-22
aarch64/strlen.S didn't work. fixed some bugs.
ryo
2014-08-10
Preliminary files for AARCH64 (64-bit ARM) support.
matt