index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
host_memory.cpp
Age
Commit message (
Expand
)
Author
2025-02-09
common: Enhance memory mapping safety and debugging
Zephyron
2025-02-08
common: improve host memory mapping validation
Zephyron
2025-02-02
vulkan: Fix parameter naming consistency for Android compilation
Zephyron
2025-02-01
common/nvdrv: improve memory validation and error handling
Zephyron
2025-02-01
nvdrv: Add GetTpcMasks2 support and improve memory mapping validation
Zephyron
2025-02-01
common: Improve error handling in host memory management
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-14
common: use memory holepunching when clearing memory
Liam
2023-12-02
host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815dece
Jan Beich
2023-12-02
host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815dece
Jan Beich
2023-11-29
cmake: Move HAS_NCE to root cmake
GPUCode
2023-11-26
general: fix mac compile
Liam
2023-11-25
host_memory: Simplify randomness generation
GPUCode
2023-11-25
Address some review comments
GPUCode
2023-11-25
android: Add cpu bakend gui toggle
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
core: Respect memory permissions in Map
GPUCode
2023-11-25
host_memory: Switch to FreeRegionManager
Liam
2023-11-25
host_memory: ensure map base is between 36 and 39 bits
Liam
2023-06-05
Merge pull request #10508 from yuzu-emu/lime
bunnei
2023-06-03
common: host_memory: Implement for Android.
bunnei
2023-06-01
host_memory: merge adjacent placeholder mappings on Linux
kkoniuszy
2023-03-12
general: fix spelling mistakes
Liam
2023-01-01
host_memory: Use transparent huge pages where available
Merry
2023-01-01
host_memory: Allocate virtual_base with MAP_NORESERVE
Merry
2022-11-09
Initial ARM64 support
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-07
common: Replace lock_guard with scoped_lock
Merry
2022-03-20
general: Fix clang/gcc build errors
ameerj
2022-03-19
common: Reduce unused includes
ameerj
2022-03-02
host_memory: Fix fastmem crashes in debug builds
Morph
2021-12-05
general: Add missing copyright notices
ameerj
2021-09-29
Fixed invalid iterator usage
Andrew Strelsky
2021-07-27
host_memory: Add workaround for FreeBSD 12
Jan Beich
2021-07-27
host_memory: Enable Linux implementation on FreeBSD
Jan Beich
2021-06-19
host_memory: Correct MEM_RESERVE_PLACEHOLDER
lat9nq
2021-06-11
common/host_memory: Implement a fallback if fastmem fails.
Markus Wick
2021-06-11
common/host_shader: Load Windows 10 functions dynamically
ReinUsesLisp
2021-06-11
host_memory: Support staged VirtualProtect calls
ReinUsesLisp
2021-06-11
common/host_memory: Optimize for huge tables.
Markus Wick
2021-06-11
common/host_memory: Add Linux implementation
Markus Wick
2021-06-11
common/host_memory: Add interface and Windows implementation
ReinUsesLisp