index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Memory.h
Age
Commit message (
Expand
)
Author
2022-11-26
AK: Make it possible to not `using` AK classes into the global namespace
Andreas Kling
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-13
AK: Add naive implementations of AK::timing_safe_compare
Brian Gianforcaro
2022-01-26
AK: Use x86 specific fast path in fast_u32{fill, copy} on x86_64
Idan Horowitz
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