summaryrefslogtreecommitdiff
path: root/common/lib/libc
AgeCommit message (Expand)Author
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-14don't include "opt_multiprocessor.h" inside an ifdef to work "make depend" pr...ryo
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-08Whitespaceskrll
2021-08-01s/overwriten/overwritten/ in comments.andvar
2021-07-31fix more typos in style found one in file - check/fix them all.andvar
2021-07-29As we're providing the legacy gcc __sync built-in functions for atomicskrll
2021-07-28#define<tab> consistency.simonb
2021-07-28Remove memory barriers from the atomic_ops(3) atomic operations. They'reskrll
2021-07-10s/ifdef _ARM_ARCH_6/if defined(_ARM_ARCH_6)/ for consistency. NFCI.skrll
2021-07-06One more s/pte/ptr/skrll
2021-07-05typo in comment s/pte/ptr/skrll
2021-07-04Fix the logic operation for atomic_nand_{8,16,32,64}skrll
2021-06-29Whitespaceskrll
2021-06-28Whitespaceskrll
2021-05-16memmem: remove unreachable return statementrillig
2021-04-27Provide all the LSE operation fuctions. The use of LSE instructions isskrll
2021-04-27Improve the membar_ops barriers - no need to use dsb and wait forskrll
2021-04-26Add the appropriate memory barrier before the lock is cleared inskrll
2021-04-25use ${MACHINE_MIPS64}christos
2021-04-24Trailing whitespaceskrll
2021-04-24Fix __sync_lock_release_4 to actually zeroise the whole 4bytes/32bits.skrll
2021-04-21Do previous differently as the API is different.skrll
2021-04-21Provide some more operations that are part of compiler lse.S. This isskrll
2021-04-19Add CVS ID line.simonb
2021-04-17avoid redefinition warning for __OPTIMIZE_SIZE__.mrg
2021-04-17Use __register_t instead of uregister_t - this is available to all portssimonb
2021-04-17Cast the fill value to unsigned char so that the "fill" value used forsimonb
2021-04-17Disable the larger/faster code path. While the optimised code path wassimonb
2020-12-11arm bswap32: fix fatal typo in thumb code (PR 55854)dholland
2020-12-09arm bswap32: Improve the comments showing the byte flow.dholland
2020-10-13Use the correct barriers - all of membar_{sync,producer,consumer} haveskrll
2020-10-13Remove memory barriers from the atomic ops macros in the same way as wasskrll
2020-10-11Define _ARM_ARCH_8 when __ARM_ARCH_8A (no trailing double underscore) asskrll
2020-10-07Comment nitskrll
2020-09-09Re-do previous aarch64eb strlen fix more simply and correctly.jakllsch
2020-09-07make some prototypes match the builtin properly. GCC 9 complainsmrg
2020-09-05Fix a broken corner case of strlen()/strnlen() on aarch64ebjakllsch
2020-09-03Remove unused assembly source filesjakllsch
2020-09-02Fix typo/pasteo in aarch64 clzdi2() END()jakllsch
2020-08-12Part I of ad@'s performance improvements for aarch64skrll
2020-08-10More SYNC centralisationskrll
2020-08-06Centralise SYNC/BDSYNC in asm.h and introduce a new LLCSCSYNC and use itskrll
2020-08-01Trailing whitespaceskrll
2020-05-31Fix typo in comment.rin
2020-05-31Add m68k assembler version of __muldi3().rin
2020-05-30Merge updates from upstream to reduce stack usage of SHA3_Selftest.riastradh
2020-05-15PR 55239: initialize all RAS sections for non-MP configurationsmartin
2020-05-14Remove extra semicolon.msaitoh
2020-05-01Use the hotpatch framework when patching _atomic_cas_64.maxv