index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util
/
mmap-alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-24
util/mmap-alloc: qemu_fd_getfs()
Peter Xu
1
-0
/
+28
2022-08-26
util/mmap-alloc: Remove qemu_mempath_getpagesize()
Thomas Huth
1
-31
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-5
/
+5
2021-07-06
Deprecate pmem=on with non-DAX capable backend file
Igor Mammedov
1
-0
/
+2
2021-06-15
util/mmap-alloc: Support RAM_NORESERVE via MAP_NORESERVE under Linux
David Hildenbrand
1
-2
/
+67
2021-06-15
memory: Introduce RAM_NORESERVE and wire it up in qemu_ram_mmap()
David Hildenbrand
1
-0
/
+7
2021-06-15
util/mmap-alloc: Pass flags instead of separate bools to qemu_ram_mmap()
David Hildenbrand
1
-7
/
+8
2021-06-15
util/mmap-alloc: Factor out activating of memory to mmap_activate()
David Hildenbrand
1
-44
/
+50
2021-06-15
util/mmap-alloc: Factor out reserving of a memory region to mmap_reserve()
David Hildenbrand
1
-25
/
+33
2021-06-15
util/mmap-alloc: Factor out calculation of the pagesize for the guard page
David Hildenbrand
1
-15
/
+16
2021-02-09
memory: alloc RAM from file at offset
Jagannathan Raman
1
-3
/
+5
2021-02-01
memory: add readonly support to memory_region_init_ram_from_file()
Stefan Hajnoczi
1
-4
/
+6
2019-10-26
core: replace getpagesize() with qemu_real_host_page_size
Wei Yang
1
-5
/
+5
2019-04-25
util/mmap-alloc: support MAP_SYNC in qemu_ram_mmap()
Zhang Yi
1
-1
/
+40
2019-04-25
util/mmap-alloc: Add a 'is_pmem' parameter to qemu_ram_mmap
Zhang Yi
1
-1
/
+5
2019-02-04
mmap-alloc: fix hugetlbfs misaligned length in ppc64
Murilo Opsfelder Araujo
1
-6
/
+16
2019-02-04
mmap-alloc: unfold qemu_ram_mmap()
Murilo Opsfelder Araujo
1
-19
/
+34
2018-04-27
Make qemu_mempath_getpagesize() accept NULL
David Gibson
1
-12
/
+14
2017-12-15
sparc: Make sure we mmap at SHMLBA alignment
Peter Maydell
1
-0
/
+8
2017-03-03
exec, kvm, target-ppc: Move getrampagesize() to common code
Alexey Kardashevskiy
1
-0
/
+25
2017-01-24
util/mmap-alloc: refactor a little bit for readability
Cao jin
1
-6
/
+4
2017-01-24
util/mmap-alloc: check parameter before using
Cao jin
1
-3
/
+4
2016-07-12
Use #include "..." for our own headers, <...> for others
Markus Armbruster
1
-1
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-1
/
+0
2016-02-04
util: Clean up includes
Peter Maydell
1
-2
/
+1
2015-12-22
mmap-alloc: tweak a comment on ppc64
Michael S. Tsirkin
1
-4
/
+5
2015-12-02
util/mmap-alloc: fix hugetlb support on ppc64
Michael S. Tsirkin
1
-0
/
+39
2015-10-29
mmap-alloc: fix error handling
Michael S. Tsirkin
1
-2
/
+2
2015-10-21
exec: factor out duplicate mmap code
Michael S. Tsirkin
1
-0
/
+71