yuzu/src/core
Subv d192fb066d Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Each thread gets a 0x200-byte area from the 0x1000-sized page, when all 8 thread slots in a single page are used up, the kernel allocates a new page to hold another 8 entries.

This is consistent with what the real kernel does.
2016-05-07 10:18:47 -05:00
..
arm Fix BLX LR opcode interpretation 2016-04-09 19:11:02 +03:00
file_sys Merge pull request #1643 from MerryMage/make_unique 2016-04-05 20:10:11 -04:00
gdbstub Adopted WinterMute's gdbstub changes 2016-04-06 07:01:00 -04:00
hle Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 2016-05-07 10:18:47 -05:00
hw Y2R: num_tiles should be allowed when its value is 128 (#1669) 2016-04-14 21:36:07 -07:00
loader core: Clean out some unnecessary header includes 2016-04-16 00:08:49 -04:00
tracer fix some xcode 7.0 warnings 2015-09-29 23:11:09 +02:00
CMakeLists.txt Dummy implementation dlp:SRVR Service. 2016-04-03 06:05:20 +09:00
core_timing.cpp general: Silence some warnings when using clang 2015-09-16 08:51:53 -04:00
core_timing.h Remove every trailing whitespace from the project (but externals). 2015-05-29 21:59:29 +01:00
core.cpp Common: Remove Common::make_unique, use std::make_unique 2016-04-05 13:31:17 +01:00
core.h Improve error report from Init() functions 2016-03-08 22:05:25 +01:00
memory_setup.h Memory: Implement MMIO 2016-01-30 18:41:04 +00:00
memory.cpp Memory: Do correct Phys->Virt address translation for non-APP linheap 2016-03-05 22:09:59 -08:00
memory.h Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap. 2016-05-07 10:18:47 -05:00
mmio.h Memory: Implement MMIO 2016-01-30 18:41:04 +00:00
settings.cpp CitraQt: Apply config at startup 2016-04-11 15:18:00 +02:00
settings.h CitraQt: Apply config at startup 2016-04-11 15:18:00 +02:00
system.cpp Fix missing return 2016-03-09 22:20:08 +01:00
system.h Improve error report from Init() functions 2016-03-08 22:05:25 +01:00