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.cpp
Age
Commit message (
Expand
)
Author
2018-07-02
Rename logging macro back to LOG_*
James Rowe
2018-05-02
general: Make formatting of logged hex values more straightforward
Lioncash
2018-04-27
core: Replace usages of LOG_GENERIC with new fmt-capable equivalents
Lioncash
2018-04-25
kernel: Migrate logging macros to fmt-compatible ones
Lioncash
2018-03-31
memory: Fix stack region.
bunnei
2018-03-16
process: MirrorMemory should use MemoryState::Mapped.
bunnei
2018-03-16
process: Unmap previously allocated heap.
bunnei
2018-03-16
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
process: Fix stack memory state.
bunnei
2018-03-16
MemoryState: Add additional memory states and improve naming.
bunnei
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-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-10-19
hle: Fix QueryMemory response for MemoryInfo.
bunnei
2017-10-09
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
loader: Various improvements for NSO/NRO loaders.
bunnei
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
process: Support loading multiple codesets.
bunnei
2017-09-26
Kernel/Thread: Allow specifying which process a thread belongs to when creati...
Subv
2017-06-18
Kernel: Add comment about the extended linear heap area
Yuri Kunde Schlesner
2017-05-24
Kernel: Centralize error definitions in errors.h
Yuri Kunde Schlesner
2017-05-09
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2016-09-21
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-18
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-05-12
Kernel/SVC: Fixed the register order for svcCreateMemoryBlock.
Subv
2016-04-05
Common: Remove Common::make_unique, use std::make_unique
MerryMage
2016-03-05
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-02-12
BitField: Make trivially copyable and remove assignment operator
MerryMage
2015-11-30
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
2015-08-27
Kernel: Fix wrong linear heap base on titles using newer kernels
Yuri Kunde Schlesner
2015-08-26
Kernel: Fix assertion failure when ControlMemory is called with size=0
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
Move core/mem_map.{cpp,h} => core/hle/kernel/memory.{cpp,h}
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-08-16
VMManager: Make LogLayout log level configurable as a parameter
Yuri Kunde Schlesner
2015-07-11
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-05-18
Merge pull request #772 from lioncash/warn
bunnei
2015-05-14
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
Memmap: Re-organize memory function in two files
Yuri Kunde Schlesner
2015-05-14
process: Get rid of warnings
Lioncash
2015-05-11
Merge pull request #750 from Subv/process_svc
Yuri Kunde Schlesner
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
Thread: Correctly set main thread initial stack position
Yuri Kunde Schlesner
[next]