aboutsummaryrefslogtreecommitdiff
path: root/vm/vm_user.c
Commit message (Expand)AuthorAgeFilesLines
* vm_allocate_contiguous: Add missing page unwiring after making the area non-p...Samuel Thibault2024-03-041-0/+3
* vm_pages_phys: Avoid faults while we keep vm locksSamuel Thibault2024-02-041-2/+3
* Add vm_pages_physSamuel Thibault2024-01-301-0/+100
* vm_allocate_contiguous: Accept returning end of allowed memorySamuel Thibault2023-08-281-1/+1
* vm_allocate_contiguous: better handle pmaxSamuel Thibault2023-08-211-4/+8
* Fix missing DMA32 limitSamuel Thibault2023-08-091-0/+8
* Include mig generated headers to avoid warnings with -Wmissing-prototypes.Flavio Cruz2023-01-191-1/+3
* Use -Wstrict-prototypes and fix warningsFlavio Cruz2022-12-211-6/+5
* sign-extend mask in vm_map() with 32-bit userspaceLuca Dariz2022-08-281-0/+5
* gnumach: vm_allocate_contiguous: Allow small power 2 alignmentsDamien Zammit2022-08-211-0/+4
* vm_allocate_contiguous: fix checking the end of the allocationSamuel Thibault2022-02-171-1/+1
* vm_allocate_contiguous: Make sure we enforce physical addresses contraintsSamuel Thibault2022-02-171-0/+3
* vm_wire: extend per-task wiring limit to 8MiBSamuel Thibault2021-12-161-1/+1
* Memory object proxy: add support for ranges and nestingJoan Lledó2021-08-091-9/+18
* vm_map: Allow exagerated max_prot for nowSamuel Thibault2021-06-061-3/+3
* Revert "vm_map: Allow passing the name of a memory object"Samuel Thibault2021-05-241-4/+2
* vm_map: Fix proxy object protection checkSergey Bugaev2021-05-241-3/+12
* Add vm_allocate_contiguous RPCSamuel Thibault2020-07-091-0/+126
* vm_map: Allow passing the name of a memory objectSamuel Thibault2020-06-201-2/+4
* 64bit: Fix vm_size_t sizeSamuel Thibault2020-03-291-2/+2
* Add vm_object_sync supportSamuel Thibault2018-11-031-0/+52
* VM: add the vm_wire_all callRichard Braun2016-12-241-0/+32
* VM: rework map entry wiringRichard Braun2016-12-241-5/+3
* Change page cache statisticsRichard Braun2016-06-171-2/+2
* Fix various memory managment errorsRichard Braun2016-02-021-1/+1
* vm: fix compiler warningJustus Winter2015-08-151-3/+0
* Allow non-privileged tasks to wire 64KiB task memorySamuel Thibault2015-07-091-3/+24
* Revert "Make vm_map really ignore `address' when `anywhere' is true"Samuel Thibault2014-11-101-4/+1
* Make vm_map really ignore `address' when `anywhere' is trueSamuel Thibault2014-09-061-1/+4
* Convert from K&R to ANSIMarin Ramesa2014-04-041-61/+56
* vm: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-171-1/+1
* vm/vm_user.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* vm/vm_user.c: remove register qualifiersMarin Ramesa2013-11-151-10/+8
* Fix calls to vm_map when size is 0Richard Braun2012-11-201-0/+3
* Provide basic page cache statisticsRichard Braun2012-09-231-0/+24
* Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge2011-09-061-5/+1
* Add memory object proxiesSamuel Thibault2009-11-281-1/+22
* 2008-07-20 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-0/+1
* Initial sourceThomas Bushnell1997-02-251-0/+397