summaryrefslogtreecommitdiff
path: root/vm/memory_object_proxy.c
AgeCommit message (Expand)Author
2023-02-09memory_object_create_proxy: avoid casting parameters to 32 bits since the typ...Flavio Cruz
2023-01-31Define rpc_vm_size_array_t and rpc_vm_offset_array_tFlavio Cruz
2022-08-28hack vm memory object proxy creation for vm arraysLuca Dariz
2021-11-07memory_object_create_proxy: Fix and check coherency with RPCSamuel Thibault
2021-10-17memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault
2021-08-09memory_object_proxy: Deliver no-sender notifications on a separate portv1.8+git202108091.8+git20210809Samuel Thibault
2021-08-09memory_object_proxy: Fix send port right leakSamuel Thibault
2021-08-09memory_object_proxy: Fix checking proxy lengthSamuel Thibault
2021-08-09Memory object proxy: add support for ranges and nestingJoan Lledó
2021-08-09memory_object_proxy: release resources on no-send notificationSamuel Thibault
2016-02-02Stack the slab allocator directly on top of the physical allocatorRichard Braun
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2011-12-17Remove arbitrary limits used by the zone systemRichard Braun
2011-12-17Adjust the kernel to use the slab allocatorRichard Braun
2011-09-06Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge
2011-08-27Remove unused variablesGuillem Jover
2011-08-27Add header for printf prototypeGuillem Jover
2009-11-28Fix commit d088a062Samuel Thibault