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
Age
Commit message (
Expand
)
Author
2021-08-14
Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...
ryo
2021-08-14
don't include "opt_multiprocessor.h" inside an ifdef to work "make depend" pr...
ryo
2021-08-13
fix typos in words "pointer" and s/fram /frame/
andvar
2021-08-08
Whitespace
skrll
2021-08-01
s/overwriten/overwritten/ in comments.
andvar
2021-07-31
fix more typos in style found one in file - check/fix them all.
andvar
2021-07-29
As we're providing the legacy gcc __sync built-in functions for atomic
skrll
2021-07-28
#define<tab> consistency.
simonb
2021-07-28
Remove memory barriers from the atomic_ops(3) atomic operations. They're
skrll
2021-07-10
s/ifdef _ARM_ARCH_6/if defined(_ARM_ARCH_6)/ for consistency. NFCI.
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-06-29
Whitespace
skrll
2021-06-28
Whitespace
skrll
2021-05-16
memmem: remove unreachable return statement
rillig
2021-04-27
Provide all the LSE operation fuctions. The use of LSE instructions is
skrll
2021-04-27
Improve the membar_ops barriers - no need to use dsb and wait for
skrll
2021-04-26
Add the appropriate memory barrier before the lock is cleared in
skrll
2021-04-25
use ${MACHINE_MIPS64}
christos
2021-04-24
Trailing whitespace
skrll
2021-04-24
Fix __sync_lock_release_4 to actually zeroise the whole 4bytes/32bits.
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
2021-04-19
Add CVS ID line.
simonb
2021-04-17
avoid redefinition warning for __OPTIMIZE_SIZE__.
mrg
2021-04-17
Use __register_t instead of uregister_t - this is available to all ports
simonb
2021-04-17
Cast the fill value to unsigned char so that the "fill" value used for
simonb
2021-04-17
Disable the larger/faster code path. While the optimised code path was
simonb
2020-12-11
arm bswap32: fix fatal typo in thumb code (PR 55854)
dholland
2020-12-09
arm bswap32: Improve the comments showing the byte flow.
dholland
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-11
Define _ARM_ARCH_8 when __ARM_ARCH_8A (no trailing double underscore) as
skrll
2020-10-07
Comment nit
skrll
2020-09-09
Re-do previous aarch64eb strlen fix more simply and correctly.
jakllsch
2020-09-07
make some prototypes match the builtin properly. GCC 9 complains
mrg
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-08-10
More SYNC centralisation
skrll
2020-08-06
Centralise SYNC/BDSYNC in asm.h and introduce a new LLCSCSYNC and use it
skrll
2020-08-01
Trailing whitespace
skrll
2020-05-31
Fix typo in comment.
rin
2020-05-31
Add m68k assembler version of __muldi3().
rin
2020-05-30
Merge updates from upstream to reduce stack usage of SHA3_Selftest.
riastradh
2020-05-15
PR 55239: initialize all RAS sections for non-MP configurations
martin
2020-05-14
Remove extra semicolon.
msaitoh
2020-05-01
Use the hotpatch framework when patching _atomic_cas_64.
maxv
[prev]
[next]