aboutsummaryrefslogtreecommitdiff
path: root/vm/memory_object_proxy.c
Commit message (Expand)AuthorAgeFilesLines
* memory_object_create_proxy: avoid casting parameters to 32 bits since the typ...Flavio Cruz2023-02-091-7/+0
* Define rpc_vm_size_array_t and rpc_vm_offset_array_tFlavio Cruz2023-01-311-3/+3
* hack vm memory object proxy creation for vm arraysLuca Dariz2022-08-281-0/+7
* memory_object_create_proxy: Fix and check coherency with RPCSamuel Thibault2021-11-071-4/+5
* memory_object_create_proxy: Make len parameter vm_size_array_tSamuel Thibault2021-10-171-1/+1
* memory_object_proxy: Deliver no-sender notifications on a separate portSamuel Thibault2021-08-091-4/+13
* memory_object_proxy: Fix send port right leakSamuel Thibault2021-08-091-1/+2
* memory_object_proxy: Fix checking proxy lengthSamuel Thibault2021-08-091-1/+8
* Memory object proxy: add support for ranges and nestingJoan Lledó2021-08-091-9/+17
* memory_object_proxy: release resources on no-send notificationSamuel Thibault2021-08-091-0/+6
* Stack the slab allocator directly on top of the physical allocatorRichard Braun2016-02-021-1/+1
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-4/+4
* Remove arbitrary limits used by the zone systemRichard Braun2011-12-171-1/+0
* Adjust the kernel to use the slab allocatorRichard Braun2011-12-171-12/+7
* Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge2011-09-061-0/+2
* Remove unused variablesGuillem Jover2011-08-271-1/+0
* Add header for printf prototypeGuillem Jover2011-08-271-0/+1
* Fix commit d088a062Samuel Thibault2009-11-281-0/+200