summaryrefslogtreecommitdiffstats
path: root/linux-user/mmap.c
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson2022-10-261-4/+0Star
* linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller2022-09-271-0/+2
* linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich2022-09-271-5/+22
* linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich2022-09-271-1/+2
* linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller2022-09-271-0/+4
* linux-user: Clear translations on mprotect()Ilya Leoshkevich2022-09-061-2/+4
* linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka2022-08-111-0/+3
* linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich2022-07-291-1/+1
* linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich2022-06-241-0/+64
* linux-user: Expand log_page_dump inlineRichard Henderson2022-04-201-1/+6
* Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau2022-04-061-1/+1
* linux-user: Split linux-user internals out of qemu.hPeter Maydell2021-09-131-0/+1
* linux-user: Split mmap prototypes into user-mmap.hPeter Maydell2021-09-131-0/+1
* linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson2021-06-151-0/+14
* linux-user/aarch64: Implement PROT_MTERichard Henderson2021-02-161-8/+14
* exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson2021-02-161-7/+7
* exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson2021-02-161-21/+24
* linux-user: Introduce PAGE_ANONRichard Henderson2021-02-161-0/+3
* tcg: Introduce target-specific page data for user-onlyRichard Henderson2021-02-161-1/+3
* linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie2021-02-131-1/+3
* linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch2020-12-171-9/+12
* linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2020-10-271-0/+16
* linux-user: Adjust guest page protection for the hostRichard Henderson2020-08-231-1/+5
* linux-user: Validate mmap/mprotect prot valueRichard Henderson2020-08-231-33/+73
* linux-user: detect overflow of MAP_FIXED mmapAlex Bennée2020-06-081-1/+1
* linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler2020-06-051-1/+1
* linux-user: Update TASK_UNMAPPED_BASE for aarch64Lirong Yuan2020-03-201-0/+4
* linux-user: convert target_munmap debug to a tracepointAlex Bennée2019-12-191-7/+2Star
* linux-user: log page table changes under -d pageAlex Bennée2019-12-191-4/+4
* linux-user: add target_mmap_complete tracepointAlex Bennée2019-12-191-1/+1
* linux-user: convert target_mmap debug to tracepointAlex Bennée2019-12-191-26/+1Star
* linux-user: convert target_mprotect debug to tracepointAlex Bennée2019-12-191-8/+2Star
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* linux-user: Align mmap_find_vma to host page sizeRichard Henderson2019-05-241-0/+2
* linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson2019-05-241-33/+37
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-5/+5
* linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée2018-07-311-3/+12
* move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini2018-06-281-1/+0Star
* linux-user: drop unused target_msync functionMax Filippov2018-03-091-17/+0Star
* linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov2018-03-091-4/+4
* linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov2018-03-091-5/+15
* linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger2018-01-231-1/+1
* linux-user: fix tcg/mmap testMarc-André Lureau2017-02-161-3/+3
* linux-user: drop __cygwin__ ifdefRiku Voipio2017-02-141-3/+0Star
* translate-all: add DEBUG_LOCKING assertsAlex Bennée2016-10-311-0/+5
* linux-user: use libc wrapper instead of direct mremap syscallFelix Janda2016-10-211-10/+4Star
* os-posix: include sys/mman.hPaolo Bonzini2016-06-161-1/+0Star
* linux-user: Clean up includesPeter Maydell2016-01-291-8/+1Star
* linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang2016-01-111-1/+1
* linux-user/mmap.c: Always zero MAP_ANONYMOUS memory in mmap_frag()Chen Gang2016-01-081-1/+3