summary refs log tree commit diff
path: root/sys_util
Commit message (Expand)AuthorAge
* hypervisor: add Vm user memory region functionsSteven Richman2020-06-10
* sys_util: Make ioctl number method a const fnChirantan Ekbote2020-06-04
* sys_util: Refactor IntoIovecChirantan Ekbote2020-05-28
* Make VolatileSlice ABI-compatible with iovecChirantan Ekbote2020-05-25
* hypervisor: add KvmVm new and try_cloneSteven Richman2020-05-21
* remove instantes of using IntoRawFd in unsafe blocksZach Reizner2020-05-07
* Adding hypervisor crate to abstract out Kvm implementationUdam Saini2020-05-03
* Stop tracking sub-mappings in MemoryMappingArenaChirantan Ekbote2020-04-29
* Remove redundant single-component importsDaniel Verkamp2020-04-26
* sys_util: timerfd: Methods don't need to me mutDylan Reid2020-04-23
* handle mmap of large offsets on 32 bit systemsDylan Reid2020-04-05
* sys_util: Allow pre-populating mmapsDylan Reid2020-03-29
* ac97: switch to ShmStreamSourceFletcher Woodruff2020-02-28
* sys_util: cleanup shared mem file after testMatt Delco2020-02-26
* sys_util: recv entire UnixSeqpacket packets into VecZach Reizner2020-02-06
* Update syn, quote, and proc-macro past 1.0Dylan Reid2020-02-06
* sys_util: add ScopedEvent to trigger and EventFd on DropZach Reizner2020-02-01
* sys_util: add FileAllocate traitDaniel Verkamp2020-01-24
* guest_memory: add fn to get memfd offset of addrFletcher Woodruff2020-01-23
* sys_util: Fix unused trait warningDylan Reid2020-01-14
* disk: use seek to determine file lengthDaniel Verkamp2020-01-13
* devices: remove user_command from proxy deviceZach Reizner2020-01-09
* sys_util: Expose setting FD flags as a pub fnDylan Reid2019-12-12
* crosvm: move vec_with_array_field to data_modelGurchetan Singh2019-12-11
* sys_util: guest_memory: check u64 to usize conversionDaniel Verkamp2019-12-06
* sys_util: don't implement File*Volatile for SharedMemoryDaniel Verkamp2019-12-06
* sys_util: Ignore struct_util doc commentDylan Reid2019-12-04
* disk: add get_len() to eliminate need for SeekDaniel Verkamp2019-11-27
* sys_util: do not deallocate space in write_zeroesDaniel Verkamp2019-11-27
* sys_util: add WriteZeroesAt traitDaniel Verkamp2019-11-27
* sys_util: poll: add iter_writable to set of methods for PollEventsZach Reizner2019-11-26
* guest_memory: remove optional memfdGurchetan Singh2019-11-16
* kvm: Allow low mmio added into kvmXiong Zhang2019-11-11
* devices: virtio: block: advertise seg_maxDaniel Verkamp2019-11-08
* sys_util: split volatile_impl macro into volatile_{,at_}implStephen Barber2019-11-05
* sys_util: make IntoIovec return an actual vectorDaniel Verkamp2019-11-05
* x86_64: Correct guest ram memory region layoutXiong Zhang2019-11-04
* Add explicit `dyn` for trait objectsDaniel Verkamp2019-10-17
* vfio: Add msi supportXiong Zhang2019-10-17
* devices: Refactor DescriptorChainConsumer, Reader, and WriterChirantan Ekbote2019-10-15
* devices: jail serial deviceZach Reizner2019-10-10
* sys_util: Add ReadWriteAtVolatile trait and `*vectored` functionsChirantan Ekbote2019-10-07
* sys_util: allow adding handlers for all signalsFletcher Woodruff2019-10-03
* sys_util: add write_zeroes_all() functionDaniel Verkamp2019-09-25
* use `SharedMemory::{named, anon}` to replace `::new`Zach Reizner2019-09-11
* sys_util: shm: make using names with shared memory more convenientZach Reizner2019-09-11
* Replace "AsRawFd" with "AsRawFds" for disks.Cody Schuffelen2019-08-30
* sys_util: drop redundant empty return typeDaniel Verkamp2019-07-30
* sys_util: poll: add build_with and add_many helper functionsZach Reizner2019-07-24
* sys_util: fix new warning initializing OnceDylan Reid2019-07-24