index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
common
/
host_memory.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-15
common: use memory holepunching when clearing memory
Liam
1
-9
/
+29
2023-12-02
host_memory: move MAP_ALIGNED_SUPER attempt after 448d4815dece
Jan Beich
1
-13
/
+11
2023-12-02
host_memory: allow missing MAP_NORESERVE on FreeBSD after 448d4815dece
Jan Beich
1
-0
/
+4
2023-11-29
cmake: Move HAS_NCE to root cmake
GPUCode
1
-1
/
+1
2023-11-27
general: fix mac compile
Liam
1
-0
/
+2
2023-11-25
host_memory: Simplify randomness generation
GPUCode
1
-11
/
+2
2023-11-25
Address some review comments
GPUCode
1
-0
/
+3
2023-11-25
android: Add cpu bakend gui toggle
GPUCode
1
-3
/
+3
2023-11-25
arm: Implement native code execution backend
Liam
1
-5
/
+5
2023-11-25
core: Respect memory permissions in Map
GPUCode
1
-12
/
+33
2023-11-25
host_memory: Switch to FreeRegionManager
Liam
1
-29
/
+65
2023-11-25
host_memory: ensure map base is between 36 and 39 bits
Liam
1
-2
/
+58
2023-06-03
common: host_memory: Implement for Android.
bunnei
1
-2
/
+10
2023-06-01
host_memory: merge adjacent placeholder mappings on Linux
kkoniuszy
1
-0
/
+22
2023-03-12
general: fix spelling mistakes
Liam
1
-2
/
+2
2023-01-01
host_memory: Use transparent huge pages where available
Merry
1
-0
/
+15
2023-01-01
host_memory: Allocate virtual_base with MAP_NORESERVE
Merry
1
-2
/
+2
2022-11-09
Initial ARM64 support
Liam
1
-0
/
+6
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-07
common: Replace lock_guard with scoped_lock
Merry
1
-2
/
+2
2022-03-20
general: Fix clang/gcc build errors
ameerj
1
-0
/
+1
2022-03-19
common: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-03
host_memory: Fix fastmem crashes in debug builds
Morph
1
-2
/
+2
2021-12-05
general: Add missing copyright notices
ameerj
1
-0
/
+4
2021-09-29
Fixed invalid iterator usage
Andrew Strelsky
1
-1
/
+1
2021-07-27
host_memory: Add workaround for FreeBSD 12
Jan Beich
1
-0
/
+5
2021-07-27
host_memory: Enable Linux implementation on FreeBSD
Jan Beich
1
-2
/
+2
2021-06-19
host_memory: Correct MEM_RESERVE_PLACEHOLDER
lat9nq
1
-1
/
+1
2021-06-11
common/host_memory: Implement a fallback if fastmem fails.
Markus Wick
1
-14
/
+45
2021-06-11
common/host_shader: Load Windows 10 functions dynamically
ReinUsesLisp
1
-29
/
+88
2021-06-11
host_memory: Support staged VirtualProtect calls
ReinUsesLisp
1
-3
/
+12
2021-06-11
common/host_memory: Optimize for huge tables.
Markus Wick
1
-10
/
+19
2021-06-11
common/host_memory: Add Linux implementation
Markus Wick
1
-10
/
+120
2021-06-11
common/host_memory: Add interface and Windows implementation
ReinUsesLisp
1
-0
/
+320