summaryrefslogtreecommitdiff
path: root/src/common/host_memory.cpp
AgeCommit message (Expand)Author
2025-02-08common: improve host memory mapping validationZephyron
2025-02-02vulkan: Fix parameter naming consistency for Android compilationZephyron
2025-02-01common/nvdrv: improve memory validation and error handlingZephyron
2025-02-01nvdrv: Add GetTpcMasks2 support and improve memory mapping validationZephyron
2025-02-01common: Improve error handling in host memory managementZephyron
2025-01-14Revert incorrect copyright attribution for non-contributed filesZephyron
2024-12-31chore: update project references and add Citron copyrightZephyron
2024-02-19scope_exit: Make constexprFearlessTobi
2023-12-25core: track separate heap allocation for linuxLiam
2023-12-14common: use memory holepunching when clearing memoryLiam
2023-12-02host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815deceJan Beich
2023-12-02host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815deceJan Beich
2023-11-29cmake: Move HAS_NCE to root cmakeGPUCode
2023-11-26general: fix mac compileLiam
2023-11-25host_memory: Simplify randomness generationGPUCode
2023-11-25Address some review commentsGPUCode
2023-11-25android: Add cpu bakend gui toggleGPUCode
2023-11-25arm: Implement native code execution backendLiam
2023-11-25core: Respect memory permissions in MapGPUCode
2023-11-25host_memory: Switch to FreeRegionManagerLiam
2023-11-25host_memory: ensure map base is between 36 and 39 bitsLiam
2023-06-05Merge pull request #10508 from yuzu-emu/limebunnei
2023-06-03common: host_memory: Implement for Android.bunnei
2023-06-01host_memory: merge adjacent placeholder mappings on Linuxkkoniuszy
2023-03-12general: fix spelling mistakesLiam
2023-01-01host_memory: Use transparent huge pages where availableMerry
2023-01-01host_memory: Allocate virtual_base with MAP_NORESERVEMerry
2022-11-09Initial ARM64 supportLiam
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-07common: Replace lock_guard with scoped_lockMerry
2022-03-20general: Fix clang/gcc build errorsameerj
2022-03-19common: Reduce unused includesameerj
2022-03-02host_memory: Fix fastmem crashes in debug buildsMorph
2021-12-05general: Add missing copyright noticesameerj
2021-09-29Fixed invalid iterator usageAndrew Strelsky
2021-07-27host_memory: Add workaround for FreeBSD 12Jan Beich
2021-07-27host_memory: Enable Linux implementation on FreeBSDJan Beich
2021-06-19host_memory: Correct MEM_RESERVE_PLACEHOLDERlat9nq
2021-06-11common/host_memory: Implement a fallback if fastmem fails.Markus Wick
2021-06-11common/host_shader: Load Windows 10 functions dynamicallyReinUsesLisp
2021-06-11host_memory: Support staged VirtualProtect callsReinUsesLisp
2021-06-11common/host_memory: Optimize for huge tables.Markus Wick
2021-06-11common/host_memory: Add Linux implementationMarkus Wick
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp