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.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
2019-03-29
1
-0
/
+3
*
kernel/process: Store the total size of the code memory loaded
Lioncash
2019-03-29
1
-0
/
+3
*
kernel/process: Store the main thread stack size to a data member
Lioncash
2019-03-28
1
-0
/
+3
*
kernel/process: Make Run's stack size parameter a u64
Lioncash
2019-03-28
1
-1
/
+1
*
kernel/process: Remove unused AddressMapping struct
Lioncash
2019-03-24
1
-8
/
+0
*
Merge pull request #2234 from lioncash/mutex
bunnei
2019-03-22
1
-0
/
+16
|
\
|
*
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-15
1
-0
/
+16
*
|
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-41
/
+2
|
/
*
kernel/process: Remove use of global system accessors
Lioncash
2019-03-13
1
-1
/
+5
*
kernel: Make the address arbiter instance per-process
Lioncash
2019-03-08
1
-2
/
+20
*
core/kernel: Remove unnecessary inclusions
Lioncash
2019-01-01
1
-1
/
+1
*
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask()
Lioncash
2018-12-31
1
-3
/
+3
*
Merge pull request #1956 from lioncash/process-thread
Sebastian Valle
2018-12-31
1
-5
/
+5
|
\
|
*
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
2018-12-28
1
-5
/
+5
*
|
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-28
1
-8
/
+1
|
/
*
Merge pull request #1928 from lioncash/caps
bunnei
2018-12-27
1
-45
/
+13
|
\
|
*
kernel/process: Hook up the process capability parser to the process itself
Lioncash
2018-12-21
1
-45
/
+13
*
|
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
2018-12-19
1
-0
/
+12
*
|
kernel/process: Make process_id a 64-bit value
Lioncash
2018-12-19
1
-3
/
+3
|
/
*
vm_manager: Amend MemoryState enum members
Lioncash
2018-12-12
1
-2
/
+1
*
kernel/process: Make Process a WaitObject
Lioncash
2018-12-05
1
-2
/
+28
*
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
2018-12-04
1
-8
/
+1
*
kernel/process: Move <random> include to the cpp file
Lioncash
2018-11-20
1
-1
/
+0
*
process: Make MirrorMemory take state to map new memory as
Zach Hilman
2018-11-15
1
-1
/
+2
*
Merge pull request #1679 from DarkLordZach/deterministic-rng-2
bunnei
2018-11-14
1
-0
/
+11
|
\
|
*
svc: Use proper random entropy generation algorithm
Zach Hilman
2018-11-13
1
-0
/
+11
*
|
kernel/process: Migrate heap-related memory management out of the process class and into the vm manager
Lioncash
2018-11-13
1
-11
/
+0
|
/
*
svc: Implement svcGetInfo command 0xF0000002
Lioncash
2018-10-26
1
-0
/
+13
*
kernel/process: Make the handle table per-process
Lioncash
2018-10-20
1
-0
/
+14
*
svc: Implement svcGetProcessInfo
Lioncash
2018-10-13
1
-3
/
+18
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-23
/
+5
*
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
2018-09-30
1
-0
/
+10
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-26
/
+71
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-0
/
+12
*
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
1
-5
/
+22
*
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
1
-11
/
+17
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-2
/
+2
*
kernel: Eliminate kernel global state
Lioncash
2018-08-29
1
-13
/
+8
*
kernel/process: Use std::array where applicable
Lioncash
2018-08-03
1
-1
/
+2
*
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
2018-08-03
1
-12
/
+32
*
core/memory: Get rid of 3DS leftovers
Lioncash
2018-08-03
1
-13
/
+4
*
kernel: Move object class to its own source files
Lioncash
2018-08-02
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-2
/
+1
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-02
1
-4
/
+5
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
1
-0
/
+2
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
2018-01-10
1
-0
/
+4
*
svc: Implement svcExitProcess.
bunnei
2018-01-01
1
-2
/
+11
*
svc: Implement svcUnmapMemory.
bunnei
2017-12-31
1
-0
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
1
-3
/
+3
*
process: Add method to mirror a memory region.
bunnei
2017-12-29
1
-0
/
+2
*
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-4
/
+5
*
process: Support loading multiple codesets.
bunnei
2017-09-30
1
-1
/
+7
*
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
2017-05-10
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-3
/
+0
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-18
/
+32
*
Merge pull request #1695 from Subv/tls_alloc
bunnei
2016-05-13
1
-2
/
+5
|
\
|
*
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Subv
2016-05-07
1
-2
/
+5
*
|
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
2016-05-07
1
-0
/
+2
|
/
*
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
2016-03-06
1
-0
/
+1
*
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+2
*
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
2015-08-16
1
-1
/
+5
*
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
2015-08-16
1
-0
/
+2
*
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
2015-08-16
1
-5
/
+26
*
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
2015-07-12
1
-0
/
+1
*
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
2015-07-12
1
-7
/
+36
*
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
2015-06-28
1
-1
/
+2
*
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
2015-05-15
1
-0
/
+4
*
Core/Memory: Add TLS support for creating up to 300 threads
Subv
2015-05-12
1
-0
/
+3
*
fixup!
Subv
2015-05-12
1
-6
/
+0
*
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
2015-05-11
1
-0
/
+11
*
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+2
*
Process: Add more documentation to the class members
Yuri Kunde Schlesner
2015-05-09
1
-2
/
+16
*
Process: Use BitField to store process flags
Yuri Kunde Schlesner
2015-05-09
1
-6
/
+20
*
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
2015-05-09
1
-1
/
+2
*
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
2015-05-09
1
-0
/
+61