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-12-04
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-11-20
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-19
kernel/resource_limit: Clean up interface
Lioncash
2018-11-17
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-14
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-13
kernel/process: Migrate heap-related memory management out of the process cla...
Lioncash
2018-11-13
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-10-25
process: LoadModule should clear JIT instruction cache.
bunnei
2018-10-15
core_cpu: Make Cpu scheduler instances unique_ptrs instead of shared_ptrs
Lioncash
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-04
kernel/thread: Make all instance variables private
Lioncash
2018-09-30
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-24
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-21
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-20
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-08-28
kernel: Eliminate kernel global state
Lioncash
2018-08-03
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
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
[next]