summaryrefslogtreecommitdiffstats
path: root/src/common/host_memory.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: track separate heap allocation for linuxLiam2023-12-261-4/+6
* common: use memory holepunching when clearing memoryLiam2023-12-151-9/+29
* host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815deceJan Beich2023-12-021-13/+11
* host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815deceJan Beich2023-12-021-0/+4
* cmake: Move HAS_NCE to root cmakeGPUCode2023-11-291-1/+1
* general: fix mac compileLiam2023-11-271-0/+2
* host_memory: Simplify randomness generationGPUCode2023-11-251-11/+2
* Address some review commentsGPUCode2023-11-251-0/+3
* android: Add cpu bakend gui toggleGPUCode2023-11-251-3/+3
* arm: Implement native code execution backendLiam2023-11-251-5/+5
* core: Respect memory permissions in MapGPUCode2023-11-251-12/+33
* host_memory: Switch to FreeRegionManagerLiam2023-11-251-29/+65
* host_memory: ensure map base is between 36 and 39 bitsLiam2023-11-251-2/+58
* Merge pull request #10508 from yuzu-emu/limebunnei2023-06-061-2/+10
|\
| * common: host_memory: Implement for Android.bunnei2023-06-031-2/+10
* | host_memory: merge adjacent placeholder mappings on Linuxkkoniuszy2023-06-011-0/+22
|/
* general: fix spelling mistakesLiam2023-03-121-2/+2
* host_memory: Use transparent huge pages where availableMerry2023-01-011-0/+15
* host_memory: Allocate virtual_base with MAP_NORESERVEMerry2023-01-011-2/+2
* Initial ARM64 supportLiam2022-11-091-0/+6
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* common: Replace lock_guard with scoped_lockMerry2022-04-071-2/+2
* general: Fix clang/gcc build errorsameerj2022-03-201-0/+1
* common: Reduce unused includesameerj2022-03-191-1/+0
* host_memory: Fix fastmem crashes in debug buildsMorph2022-03-031-2/+2
* general: Add missing copyright noticesameerj2021-12-051-0/+4
* Fixed invalid iterator usageAndrew Strelsky2021-09-291-1/+1
* host_memory: Add workaround for FreeBSD 12Jan Beich2021-07-271-0/+5
* host_memory: Enable Linux implementation on FreeBSDJan Beich2021-07-271-2/+2
* host_memory: Correct MEM_RESERVE_PLACEHOLDERlat9nq2021-06-191-1/+1
* common/host_memory: Implement a fallback if fastmem fails.Markus Wick2021-06-111-14/+45
* common/host_shader: Load Windows 10 functions dynamicallyReinUsesLisp2021-06-111-29/+88
* host_memory: Support staged VirtualProtect callsReinUsesLisp2021-06-111-3/+12
* common/host_memory: Optimize for huge tables.Markus Wick2021-06-111-10/+19
* common/host_memory: Add Linux implementationMarkus Wick2021-06-111-10/+120
* common/host_memory: Add interface and Windows implementationReinUsesLisp2021-06-111-0/+320