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
/
core
/
hle
/
kernel
/
process.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-04-05
1
-1
/
+2
*
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-03-06
1
-2
/
+4
*
BitField: Make trivially copyable and remove assignment operator
MerryMage
2016-02-12
1
-1
/
+1
*
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-12-01
1
-0
/
+6
*
Kernel: Fix wrong linear heap base on titles using newer kernels
Yuri Kunde Schlesner
2015-08-28
1
-1
/
+1
*
Kernel: Fix assertion failure when ControlMemory is called with size=0
Yuri Kunde Schlesner
2015-08-27
1
-0
/
+8
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+10
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
1
-16
/
+28
*
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
*
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
1
-3
/
+5
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
1
-5
/
+115
*
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-6
/
+32
*
Merge pull request #772 from lioncash/warn
bunnei
2015-05-18
1
-3
/
+3
|
\
|
*
process: Get rid of warnings
Lioncash
2015-05-14
1
-3
/
+3
*
|
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
1
-0
/
+1
*
|
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-15
1
-1
/
+1
|
/
*
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-12
1
-0
/
+2
|
\
|
*
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
1
-0
/
+2
*
|
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
2015-05-11
1
-1
/
+1
|
/
*
Common: Remove the BIT macro
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+2
*
Kernel: Remove unused g_main_thread variable
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+1
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-3
/
+3
*
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-09
1
-10
/
+4
*
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-09
1
-3
/
+70
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+35