| Age | Commit message (Expand) | Author |
| 2022-04-06 | Nix trailing whitespace in files of membars, atomics, and lock stubs. | riastradh |
| 2022-03-24 | zlib: Fix a bug that can crash deflate on some input when using Z_FIXED. | wiz |
| 2022-02-27 | mips: Membar audit. | riastradh |
| 2022-02-12 | mips: Brush up __cpu_simple_lock. | riastradh |
| 2022-01-15 | fix typos in comments. | andvar |
| 2021-12-12 | fix various typos in comments. | andvar |
| 2021-12-08 | s/efficent/efficient/ in comments. | andvar |
| 2021-12-05 | s/asychronous/asynchronous/ in comment. | msaitoh |
| 2021-12-05 | s/absense/absence/ in comment. | msaitoh |
| 2021-12-05 | s/exisit/exist/ in comment. | msaitoh |
| 2021-11-14 | fix few typos in comments and log message. | andvar |
| 2021-10-28 | Use defined constant instead of direct value (Etienne Brateau) | christos |
| 2021-10-28 | Fix build with -Werror=array-parameter (Etienne Brateau) | christos |
| 2021-10-04 | remove duplicate the article in comments. | andvar |
| 2021-09-19 | fix various typos in comments, messages and documentation. | andvar |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-09-07 | s/aquire/acquire/ in comments, also one typo fix acqure->acquire. | andvar |
| 2021-08-30 | remove lint exclusion | christos |
| 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-02 | fix various typos in comments and log messages. | andvar |
| 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-24 | Fix all remaining typos, mainly in comments but also in few definitions and l... | andvar |
| 2021-07-22 | #include <sys/param.h> | 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 |