summary refs log tree commit diff
path: root/sys_util/src/mmap.rs
Commit message (Expand)AuthorAge
* hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* Stop tracking sub-mappings in MemoryMappingArenaChirantan Ekbote2020-04-29
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* sys_util: Allow pre-populating mmapsDylan Reid2020-03-29
* tree-wide: Use new trait object syntaxDylan Reid2019-07-24
* crosvm: virtio-pmem deviceJakub Staron2019-06-05
* eliminate mut from non-mut referencesZach Reizner2019-06-04
* sys_util: add size to mmap InvalidRange errorDaniel Verkamp2019-04-22
* clippy: Resolve assign_op_patternDavid Tolnay2019-04-17
* sys_util: add MemoryMappingArenaDaniel Prilik2019-04-12
* edition: Use dyn syntax for trait objectsDavid Tolnay2019-04-08
* edition: Update absolute paths to 2018 styleDavid Tolnay2019-03-13
* data_model: ignore clippy error for mut from non-mutDylan Reid2019-03-09
* Allow custom protection for mmap.Lepton Wu2019-02-27
* error: Print errors using Display implDavid Tolnay2019-02-20
* cargo fmt all source codeZach Reizner2018-10-09
* balloon: Implement device policyChirantan Ekbote2018-07-27
* sys_util: use MADV_DONTDUMP for new mmapsZach Reizner2018-03-30
* mmap: remove unused 'use'Dylan Reid2018-02-05
* crosvm: change GuestAddress to always be a u64Sonny Rao2018-02-01
* mmap: Simplify offset checksDylan Reid2018-01-05
* mmap: Bounds check offset on readDylan Reid2018-01-05
* sys_util: add mmap with offset supportZach Reizner2018-01-05
* sys_util: check mmap return value properlyGabriel Campana2018-01-05
* sys_util: Add ability to madvise a regionDylan Reid2017-12-08
* Fix new warning with rust 1.21Dylan Reid2017-10-13
* Improve guest memory error handlingDylan Reid2017-09-11
* sys_util: add read_slice_at_addr to GuestMemoryStephen Barber2017-08-09
* sys_util: remove accidental HTML from doc commentsZach Reizner2017-06-30
* sys_util: implement VolatileMemory for Mmap and GuestMemoryZach Reizner2017-06-27
* Limit types that can be read from guest memoryDylan Reid2017-06-27
* sys_util: Add guest_memoryDylan Reid2017-05-25
* sys_util: add sys_util crate for misc system modulesZach Reizner2017-05-08