summaryrefslogtreecommitdiff
path: root/vm/vm_user.c
AgeCommit message (Expand)Author
2020-07-09mach: vm_allocate_contiguous RPC now allows physical alignment/limitsirq-as-deviceDamien Zammit
2019-11-11Merge branch 'master' into master-user_level_driversSamuel Thibault
2018-11-03Add vm_object_sync supportSamuel Thibault
2017-01-02Fix experimental_vm_allocate_contiguousRichard Braun
2017-01-02Update to new allocatorSamuel Thibault
2017-01-02Merge branch 'master' into master-user_level_driversSamuel Thibault
2016-12-24VM: add the vm_wire_all callRichard Braun
2016-12-24VM: rework map entry wiringRichard Braun
2016-10-02Merge branch 'master' into HEADSamuel Thibault
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-10-10Merge remote-tracking branch 'savannah/master' into master-user_level_driversThomas Schwinge
2011-09-06Further prototyping work for memory_object_proxy.c functions.Thomas Schwinge
2011-05-08reorder vm_allocate_contiguous parameter like vm_allocateSamuel Thibault
2011-05-08Rename vm_dma_buff_alloc RPC into vm_allocate_contiguousSamuel Thibault
2010-03-04Add a new RPC to allocate the DMA buffer.Zheng Da
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