Age | Commit message (Expand) | Author |
---|---|---|
2021-09-13 | AK: Add secure_zero() implementation so it can be used on all platforms | Brian Gianforcaro |
2021-05-31 | AK: Guard inline assembly with ARCH(I386) and provide alternative | Andrew Kaster |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2020-07-27 | AK+LibC: Always use REP MOVSB/STOSB for memcpy()/memset() | Andreas Kling |
2020-05-16 | Kernel: Absorb LibBareMetal back into the kernel | Andreas Kling |
2020-05-09 | AK: Add missing copyright header to Memory.h | Linus Groh |
2020-04-30 | AK: Add ALWAYS_INLINE, NEVER_INLINE and FLATTEN macros | Andreas Kling |
2020-03-08 | AK: Move memory stuff (fast memcpy, etc) to a separate header | Andreas Kling |