summaryrefslogtreecommitdiff
path: root/vm/vm_user.c
AgeCommit message (Expand)Author
2024-03-04vm_allocate_contiguous: Add missing page unwiring after making the area non-p...HEADmasterSamuel Thibault
2024-02-04vm_pages_phys: Avoid faults while we keep vm locksSamuel Thibault
2024-01-30Add vm_pages_physSamuel Thibault
2023-08-28vm_allocate_contiguous: Accept returning end of allowed memorySamuel Thibault
2023-08-21vm_allocate_contiguous: better handle pmaxSamuel Thibault
2023-08-09Fix missing DMA32 limitSamuel Thibault
2023-01-19Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz
2022-12-21Use -Wstrict-prototypes and fix warningsFlavio Cruz
2022-08-28sign-extend mask in vm_map() with 32-bit userspaceLuca Dariz
2022-08-21gnumach: vm_allocate_contiguous: Allow small power 2 alignmentsDamien Zammit
2022-02-17vm_allocate_contiguous: fix checking the end of the allocationSamuel Thibault
2022-02-17vm_allocate_contiguous: Make sure we enforce physical addresses contraintsSamuel Thibault
2021-12-16vm_wire: extend per-task wiring limit to 8MiBSamuel Thibault
2021-08-09Memory object proxy: add support for ranges and nestingJoan Lledó
2021-06-06vm_map: Allow exagerated max_prot for nowSamuel Thibault
2021-05-24Revert "vm_map: Allow passing the name of a memory object"Samuel Thibault
2021-05-24vm_map: Fix proxy object protection checkSergey Bugaev
2020-07-09Add vm_allocate_contiguous RPCSamuel Thibault
2020-06-20vm_map: Allow passing the name of a memory objectSamuel Thibault
2020-03-2964bit: Fix vm_size_t sizeSamuel Thibault
2018-11-03Add vm_object_sync supportSamuel Thibault
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-06-17Change page cache statisticsRichard Braun
2016-02-02Fix various memory managment errorsRichard Braun
2015-08-15vm: fix compiler warningJustus Winter
2015-07-09Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault
2014-11-10Revert "Make vm_map really ignore `address' when `anywhere' is true"Samuel Thibault
2014-09-06Make vm_map really ignore `address' when `anywhere' is trueSamuel Thibault
2014-04-04Convert from K&R to ANSIMarin Ramesa
2013-12-17vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa
2013-12-05vm/vm_user.c: remove forward declarationMarin Ramesa
2013-11-15vm/vm_user.c: remove register qualifiersMarin Ramesa
2012-11-20Fix calls to vm_map when size is 0Richard Braun
2012-09-23Provide basic page cache statisticsRichard Braun
2011-09-06Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge
2009-11-28Add memory object proxiesSamuel Thibault
2009-06-182008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault
1997-02-25Initial sourceThomas Bushnell