index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
process.h
Age
Commit message (
Expand
)
Author
2018-03-14
core: Move process creation out of global state.
bunnei
2018-03-01
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-01-16
Added more svcGetInfo pairs
David Marcec
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-01
svc: Implement svcExitProcess.
bunnei
2017-12-31
svc: Implement svcUnmapMemory.
bunnei
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-28
process: Add method to mirror a memory region.
bunnei
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
process: Support loading multiple codesets.
bunnei
2017-05-09
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-12
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-07
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE r...
Subv
2016-03-05
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-07-12
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-11
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-11
fixup!
Subv
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-08
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-08
Process: Add more documentation to the class members
Yuri Kunde Schlesner
2015-05-08
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-08
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-08
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner