| Age | Commit message (Expand) | Author |
| 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-06-20 | Fix lint | christos |
| 2020-06-15 | remove error(1) comments | christos |
| 2020-06-14 | add/fix linted comments | christos |
| 2020-06-14 | Fix incorrect type (found by lint), and add linted comments for the | christos |
| 2020-06-12 | Change previous to only apply when building with clang. | thorpej |
| 2020-06-11 | Unbreak clang builds by removing questionable linker warning sections | joerg |
| 2020-06-08 | Fix a paste-o that caused prop_data_create_copy() to be intolerant | thorpej |
| 2020-06-06 | Update for proplib(3) API changes. | thorpej |
| 2020-06-06 | Correct a deprecation warning. | thorpej |
| 2020-06-06 | Improvements to the problib(3) API: | thorpej |
| 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 |
| 2020-04-30 | Rewrite entropy subsystem. | riastradh |
| 2020-04-26 | Use the hotpatch framework for LFENCE/MFENCE. | maxv |
| 2020-04-26 | Remove unused argument in macro. | maxv |
| 2020-04-26 | Remove unused. | maxv |
| 2020-04-26 | Drop the hardcoded array, use the hotpatch section. | maxv |
| 2020-04-25 | Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM | bouyer |
| 2020-04-22 | Restrict usage of m68k assembler versions of {,u}divsi3 and {,u}divsi3 to | rin |
| 2020-04-11 | Fixed to not use the "br" instruction. Branch Target Identification (BTI) doe... | ryo |
| 2020-04-11 | Match the naming convention in the file. | ad |
| 2020-04-10 | PR kern/54979 (radixtree might misbehave if ENOMEM) | ad |
| 2020-04-10 | Rename radix_tree_node_clean_p() to radix_tree_node_sum() and have it return | ad |
| 2020-04-07 | Fix KASAN build on aarch64 | skrll |
| 2020-03-30 | Teach dk(4) about ZFS. | wiz |
| 2020-03-10 | For kernel, rename ffs to __ffssi2 rather than having a weak symbol. | rin |
| 2020-03-09 | Add missing END() for coldfire. | rin |
| 2020-03-09 | Give the thumb atomic ops a chance of working | skrll |
| 2020-03-09 | Remove wrong comment (copy-paste from somewhere); | rin |
| 2020-03-08 | Add support for alignment_assumptions in uubsan | kamil |
| 2020-03-01 | Implement workaround for IBM405 Errata 77 (aka CPU_210), where | rin |
| 2020-02-22 | common/lib/libc/stdlib: Fix possible signed integer overflow. | fox |
| 2020-01-29 | Some boot blocks too big now, only compare in big chunks if !_STANDALONE. | ad |
| 2020-01-28 | gang_lookup_scan(): if a dense scan and the first sibling doesn't match, | ad |
| 2020-01-28 | Add a radix_tree_await_memory(), for kernel use. | ad |
| 2020-01-27 | Drop the alignment check if __NO_STRICT_ALIGNMENT (x86, m68k, vax). | ad |
| 2020-01-27 | bcmp() / memcmp(): compare in uintptr_t sized chunks when it's easy to. | ad |
| 2020-01-27 | x86 uses the C versions of bcmp() and memcmp() now. | ad |