aboutsummaryrefslogtreecommitdiff
path: root/linux-user/mmap.c
AgeCommit message (Expand)Author
2023-03-28include/exec: Change reserved_va semantics to last byteRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson
2023-02-03linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()Helge Deller
2022-10-26accel/tcg: Call tb_invalidate_phys_page for PAGE_RESETRichard Henderson
2022-09-27linux-user/hppa: Allow PROT_GROWSUP and PROT_GROWSDOWN in mprotect()Helge Deller
2022-09-27linux-user: Passthrough MADV_DONTNEED for certain file mappingsIlya Leoshkevich
2022-09-27linux-user: Fix madvise(MADV_DONTNEED) on alphaIlya Leoshkevich
2022-09-27linux-user/hppa: Set TASK_UNMAPPED_BASE to 0xfa000000 for hppa archHelge Deller
2022-09-06linux-user: Clear translations on mprotect()Ilya Leoshkevich
2022-08-11linux-user/aarch64: Reset target data on MADV_DONTNEEDVitaly Buka
2022-07-29linux-user: Do not treat madvise()'s advice as a bitmaskIlya Leoshkevich
2022-06-24linux-user: Add partial support for MADV_DONTNEEDIlya Leoshkevich
2022-04-20linux-user: Expand log_page_dump inlineRichard Henderson
2022-04-06Replace qemu_real_host_page variables with inlined functionsMarc-André Lureau
2021-09-13linux-user: Split linux-user internals out of qemu.hPeter Maydell
2021-09-13linux-user: Split mmap prototypes into user-mmap.hPeter Maydell
2021-06-15linux-user: Set CF_PARALLEL when mapping shared memoryRichard Henderson
2021-02-16linux-user/aarch64: Implement PROT_MTERichard Henderson
2021-02-16exec: Rename guest_{addr,range}_valid to *_untaggedRichard Henderson
2021-02-16exec: Use cpu_untagged_addr in g2h; split out g2h_untaggedRichard Henderson
2021-02-16linux-user: Introduce PAGE_ANONRichard Henderson
2021-02-16tcg: Introduce target-specific page data for user-onlyRichard Henderson
2021-02-13linux-user/mmap: Avoid asserts for out of range mremap callsRichard Purdie
2020-12-17linux-user/mmap.c: check range of mremap result in target address spaceTobias Koch
2020-10-27linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson
2020-08-23linux-user: Adjust guest page protection for the hostRichard Henderson
2020-08-23linux-user: Validate mmap/mprotect prot valueRichard Henderson
2020-06-08linux-user: detect overflow of MAP_FIXED mmapAlex Bennée
2020-06-05linux-user/mmap.c: fix integer underflow in target_mremapJonathan Marler
2020-03-20linux-user: Update TASK_UNMAPPED_BASE for aarch64Lirong Yuan
2019-12-19linux-user: convert target_munmap debug to a tracepointAlex Bennée
2019-12-19linux-user: log page table changes under -d pageAlex Bennée
2019-12-19linux-user: add target_mmap_complete tracepointAlex Bennée
2019-12-19linux-user: convert target_mmap debug to tracepointAlex Bennée
2019-12-19linux-user: convert target_mprotect debug to tracepointAlex Bennée
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster
2019-05-24linux-user: Align mmap_find_vma to host page sizeRichard Henderson
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2018-07-31linux-user/mmap.c: handle invalid len maps correctlyAlex Bennée
2018-06-28move public invalidate APIs out of translate-all.{c,h}, clean upPaolo Bonzini
2018-03-09linux-user: drop unused target_msync functionMax Filippov
2018-03-09linux-user: fix target_mprotect/target_munmap error return valuesMax Filippov
2018-03-09linux-user: fix mmap/munmap/mprotect/mremap/shmatMax Filippov
2018-01-23linux-user/mmap.c: Avoid choosing NULL as start addressMaximilian Riemensberger
2017-02-16linux-user: fix tcg/mmap testMarc-André Lureau
2017-02-14linux-user: drop __cygwin__ ifdefRiku Voipio
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée
2016-10-21linux-user: use libc wrapper instead of direct mremap syscallFelix Janda