[PR #2233] [MERGED] Rebase of "Handle munmap over multiple VMAs" #2583

Closed
opened 2026-02-27 22:00:29 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2233
Author: @kalaposfos13
Created: 1/24/2025
Status: Merged
Merged: 1/24/2025
Merged by: @georgemoralis

Base: mainHead: munmap-vma-update


📝 Commits (6)

  • 31c5170 Unmap memory in chunks if spanning over multiple VMAs
  • c2a17f3 Merge remote-tracking branch 'mikusp/munmap_vmas' into munmap-vma-update
  • a8630a9 clang
  • 0c0ec97 Merge fixups
  • 480293c Minor code style changes
  • d162f1d Update function declarations

📊 Changes

2 files changed (+35 additions, -18 deletions)

View changed files

📝 src/core/memory.cpp (+32 -17)
📝 src/core/memory.h (+3 -1)

📄 Description

Manually updated, since the original author hasn't been active lately.
Link to the original: https://github.com/shadps4-emu/shadPS4/pull/1822


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/2233 **Author:** [@kalaposfos13](https://github.com/kalaposfos13) **Created:** 1/24/2025 **Status:** ✅ Merged **Merged:** 1/24/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `munmap-vma-update` --- ### 📝 Commits (6) - [`31c5170`](https://github.com/shadps4-emu/shadPS4/commit/31c51708129778c0970d50dbc1bfc18bb072dad6) Unmap memory in chunks if spanning over multiple VMAs - [`c2a17f3`](https://github.com/shadps4-emu/shadPS4/commit/c2a17f3bf50059df4c52a9ea5f1190b15abba8e3) Merge remote-tracking branch 'mikusp/munmap_vmas' into munmap-vma-update - [`a8630a9`](https://github.com/shadps4-emu/shadPS4/commit/a8630a943970913d77a5a66d2750efc9bc52af7f) clang - [`0c0ec97`](https://github.com/shadps4-emu/shadPS4/commit/0c0ec9735c037130d50e4bcc49f815125230c89b) Merge fixups - [`480293c`](https://github.com/shadps4-emu/shadPS4/commit/480293c19c15c2a0abca3d220a1705a5d43853df) Minor code style changes - [`d162f1d`](https://github.com/shadps4-emu/shadPS4/commit/d162f1d4c3c5570360d109c61cb59df6cb43f083) Update function declarations ### 📊 Changes **2 files changed** (+35 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `src/core/memory.cpp` (+32 -17) 📝 `src/core/memory.h` (+3 -1) </details> ### 📄 Description Manually updated, since the original author hasn't been active lately. Link to the original: https://github.com/shadps4-emu/shadPS4/pull/1822 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:00:29 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2583
No description provided.