summaryrefslogtreecommitdiff
path: root/Kernel/Memory/SharedInodeVMObject.h
AgeCommit message (Expand)Author
2022-09-16Kernel: Handle mmap requests on zero-length data file inodes safelyLiav A
2022-08-24Kernel: Use RefPtr instead of LockRefPtr for PhysicalPageAndreas Kling
2022-08-20Kernel: Make self-contained locking smart pointers their own classesAndreas Kling
2022-02-11Kernel: Make SharedInodeVMObject pages Bitmap allocation OOM-fallibleIdan Horowitz
2022-01-15Kernel: Make SharedInodeVMObject construction OOM-awarecreator1creeper1
2021-12-01Kernel: Don't rewrite the whole file on sys$msyncHendiadyoin1
2021-11-17Kernel+LibC: Add msync() system callAndreas Kling
2021-11-10Everywhere: Remove unused AK/Bitmap includesBen Wiederhake
2021-11-08Kernel: Replace KResult and KResultOr<T> with Error and ErrorOr<T>Andreas Kling
2021-09-06Kernel: Use KResultOr and TRY() for {Shared,Private}InodeVMObjectAndreas Kling
2021-08-15Kernel: Make Kernel::VMObject allocation functions return KResultOrsin-ack
2021-08-06Kernel: Move Kernel/Memory/ code into Kernel::Memory namespaceAndreas Kling
2021-08-06Kernel: Rename Kernel/VM/ to Kernel/Memory/Andreas Kling