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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #10508 from yuzu-emu/lime
bunnei
2023-06-06
1
-2
/
+10
|
\
|
*
common: host_memory: Implement for Android.
bunnei
2023-06-03
1
-2
/
+10
*
|
host_memory: merge adjacent placeholder mappings on Linux
kkoniuszy
2023-06-01
1
-0
/
+22
|
/
*
general: fix spelling mistakes
Liam
2023-03-12
1
-2
/
+2
*
host_memory: Use transparent huge pages where available
Merry
2023-01-01
1
-0
/
+15
*
host_memory: Allocate virtual_base with MAP_NORESERVE
Merry
2023-01-01
1
-2
/
+2
*
Initial ARM64 support
Liam
2022-11-09
1
-0
/
+6
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
common: Replace lock_guard with scoped_lock
Merry
2022-04-07
1
-2
/
+2
*
general: Fix clang/gcc build errors
ameerj
2022-03-20
1
-0
/
+1
*
common: Reduce unused includes
ameerj
2022-03-19
1
-1
/
+0
*
host_memory: Fix fastmem crashes in debug builds
Morph
2022-03-03
1
-2
/
+2
*
general: Add missing copyright notices
ameerj
2021-12-05
1
-0
/
+4
*
Fixed invalid iterator usage
Andrew Strelsky
2021-09-29
1
-1
/
+1
*
host_memory: Add workaround for FreeBSD 12
Jan Beich
2021-07-27
1
-0
/
+5
*
host_memory: Enable Linux implementation on FreeBSD
Jan Beich
2021-07-27
1
-2
/
+2
*
host_memory: Correct MEM_RESERVE_PLACEHOLDER
lat9nq
2021-06-19
1
-1
/
+1
*
common/host_memory: Implement a fallback if fastmem fails.
Markus Wick
2021-06-11
1
-14
/
+45
*
common/host_shader: Load Windows 10 functions dynamically
ReinUsesLisp
2021-06-11
1
-29
/
+88
*
host_memory: Support staged VirtualProtect calls
ReinUsesLisp
2021-06-11
1
-3
/
+12
*
common/host_memory: Optimize for huge tables.
Markus Wick
2021-06-11
1
-10
/
+19
*
common/host_memory: Add Linux implementation
Markus Wick
2021-06-11
1
-10
/
+120
*
common/host_memory: Add interface and Windows implementation
ReinUsesLisp
2021-06-11
1
-0
/
+320