aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-29linux-user: Bound mmap_min_addr by host page sizeRichard Henderson
2024-02-29target/arm: Enable TARGET_PAGE_BITS_VARY for AArch64 user-onlyRichard Henderson
2024-02-29linux-user: Allow TARGET_PAGE_BITS_VARYRichard Henderson
2024-02-29accel/tcg: Disconnect TargetPageDataNode from page sizeRichard Henderson
2024-02-29cpu: Remove page_size_initRichard Henderson
2024-02-29*-user: Deprecate and disable -p pagesizeRichard Henderson
2024-02-29tests/tcg: Extend file in linux-madvise.cRichard Henderson
2024-02-29tests/tcg: Remove run-test-mmap-*Richard Henderson
2024-02-29linux-user: Split out mmap_h_gt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_lt_gRichard Henderson
2024-02-29linux-user: Split out mmap_h_eq_gRichard Henderson
2024-02-29linux-user: Use do_munmap for target_mmap failureRichard Henderson
2024-02-29linux-user: Split out do_munmapRichard Henderson
2024-02-29linux-user: Do early mmap placement only for reserved_vaRichard Henderson
2024-02-29linux-user: Split out mmap_endRichard Henderson
2024-02-29linux-user: Fix sub-host-page mmapRichard Henderson
2024-02-29linux-user: Move some mmap checks outside the lockRichard Henderson
2024-02-29linux-user: Split out target_mmap__lockedRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from mainRichard Henderson
2024-02-29softmmu/physmem: Remove HOST_PAGE_ALIGNRichard Henderson
2024-02-29softmmu/physmem: Remove qemu_host_page_sizeRichard Henderson
2024-02-29hw/tpm: Remove HOST_PAGE_ALIGN from tpm_ppi_initRichard Henderson
2024-02-29migration: Remove qemu_host_page_sizeRichard Henderson
2024-02-29linux-user: Remove HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove REAL_HOST_PAGE_ALIGN from mmap.cRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_{size, mask} from mmap.cRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from elf_core_dumpRichard Henderson
2024-02-29linux-user/arm: Remove qemu_host_page_size from init_guest_commpageRichard Henderson
2024-02-29linux-user/nios2: Remove qemu_host_page_size from init_guest_commpageRichard Henderson
2024-02-29linux-user/hppa: Simplify init_guest_commpageRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_size from create_elf_tablesRichard Henderson
2024-02-29linux-user: Remove qemu_host_page_{size, mask} in probe_guest_baseRichard Henderson
2024-02-29linux-user: Adjust SVr4 NULL page mappingRichard Henderson
2024-02-29accel/tcg: Remove qemu_host_page_size from page_protect/page_unprotectRichard Henderson
2024-02-29tcg: Avoid double lock if page tables happen to be in mmio memory.Jonathan Cameron
2024-02-29accel/tcg: Set can_do_io at at start of lookup_tb_ptr helperPeter Maydell
2024-02-29tcg/aarch64: Apple does not align __int128_t in even registersRichard Henderson
2024-02-29linux-user/elfload: Unprotect regions before core dumpRichard Henderson
2024-02-29linux-user/elfload: Rely on walk_memory_regions for vmasRichard Henderson
2024-02-29linux-user/elfload: Simplify vma_dump_sizeRichard Henderson
2024-02-29linux-user/elfload: Write process memory to core file in larger chunksRichard Henderson
2024-02-29linux-user/elfload: Write corefile elf header in one blockRichard Henderson
2024-02-29linux-user/elfload: Size corefile before openingRichard Henderson
2024-02-29linux-user/elfload: Lock cpu list and mmap during elf_core_dumpRichard Henderson
2024-02-29linux-user/elfload: Truncate core file on openRichard Henderson
2024-02-29linux-user/elfload: Open core file after vma_initRichard Henderson
2024-02-29linux-user/elfload: Latch errno before cleanup in elf_core_dumpRichard Henderson
2024-02-29linux-user/elfload: Stack allocate struct mm_structRichard Henderson
2024-02-29linux-user/elfload: Tidy fill_note_info and struct elf_note_infoRichard Henderson
2024-02-29linux-user/elfload: Merge init_note_info and fill_note_infoRichard Henderson