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
/
k_process.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-01-19
Core: Make sure GPU Dirty Managers ae shared by all processes.
Fernando Sahmkow
1
-4
/
+0
2023-12-25
kernel: remove unecessary process member from handle table
Liam
1
-1
/
+1
2023-12-23
general: properly support multiple memory instances
Liam
1
-1
/
+1
2023-12-23
kernel: instantiate memory separately for each guest process
Liam
1
-1
/
+14
2023-12-04
core: refactor emulated cpu core activation
Liam
1
-0
/
+9
2023-11-25
core: Define HAS_NCE macro
GPUCode
1
-1
/
+5
2023-11-25
Address some review comments
GPUCode
1
-4
/
+0
2023-11-25
arm: Implement native code execution backend
Liam
1
-0
/
+9
2023-11-25
kernel: Manually specify aslr region start
Liam
1
-2
/
+3
2023-11-10
kernel: add KPageTableBase
Liam
1
-7
/
+7
2023-10-22
kernel: update KProcess
Liam
1
-370
/
+354
2023-09-14
core: improve debug workflow
Liam
1
-1
/
+7
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
1
-0
/
+7
2023-07-15
k_process: PageTable -> GetPageTable
Liam
1
-10
/
+0
2023-03-24
memory: rename global memory references to application memory
Liam
1
-5
/
+10
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-20
/
+23
2023-03-13
kernel: convert KProcess to new style
Liam
1
-88
/
+98
2023-03-13
kernel: remove kernel_
Liam
1
-1
/
+1
2023-03-13
kernel: convert KPort, KSession
Liam
1
-0
/
+6
2023-03-12
general: fix spelling mistakes
Liam
1
-1
/
+1
2023-03-07
hle: rename legacy errors to Results
Liam
1
-2
/
+2
2022-12-15
kernel: process: Implement GetFreeThreadCount
Narr the Reg
1
-0
/
+3
2022-10-19
core: hle: kernel: Migrate ProcessState to enum class.
bunnei
1
-8
/
+8
2022-10-19
core: hle: kernel: Use result macros for new/changed code.
bunnei
1
-5
/
+11
2022-10-19
core: hle: kernel: k_process: Improve management of page table & cleanup.
bunnei
1
-12
/
+19
2022-10-19
core: hle: kernel: k_process: Change Status -> State.
bunnei
1
-25
/
+15
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
1
-3
/
+2
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-16
/
+15
2022-06-16
core/debugger: memory breakpoint support
Liam
1
-0
/
+30
2022-06-14
kernel: implement KProcess suspension
Liam
1
-4
/
+12
2022-04-04
k_process: Fix data race
lat9nq
1
-1
/
+1
2022-03-19
core: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-15
core: hle: kernel: k_process: Implement thread local storage accurately.
bunnei
1
-9
/
+9
2022-02-21
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
1
-1
/
+1
2022-01-23
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
1
-5
/
+3
2022-01-15
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented DoWorkerTaskImpl.
bunnei
1
-2
/
+4
2021-12-31
core: hle: kernel: Implement thread pinning.
bunnei
1
-2
/
+2
2021-12-07
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
1
-3
/
+3
2021-12-07
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
1
-3
/
+4
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-2
/
+2
2021-11-04
core: Remove unused includes
ameerj
1
-1
/
+0
2021-09-29
Fix KShareMemory object leak
Feng Chen
1
-0
/
+4
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-1
/
+1
2021-05-29
kernel: Add missing override specifiers
Lioncash
1
-4
/
+4
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
1
-2
/
+2
2021-05-06
hle: kernel: Migrate to KHandleTable.
bunnei
1
-4
/
+4
2021-05-06
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
1
-0
/
+3
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-5
/
+6
2021-05-06
hle: kernel: Remove deprecated Object class.
bunnei
1
-15
/
+0
2021-05-06
hle: kernel: Migrate KResourceLimit to KAutoObject.
bunnei
1
-5
/
+3
2021-05-06
hle: kernel: Migrate KProcess to KAutoObject.
bunnei
1
-9
/
+23
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-7
/
+4
2021-02-05
hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs.
bunnei
1
-1
/
+1
2021-01-30
kernel: Rewrite resource limit to be more accurate
Chloe Marcec
1
-3
/
+3
2021-01-29
hle: kernel: process: Add state lock.
bunnei
1
-0
/
+6
2021-01-29
hle: kernel: Recode implementation of KThread to be more accurate.
bunnei
1
-0
/
+63
2021-01-29
core: hle: kernel: object: Implement Finalize() virtual method.
bunnei
1
-0
/
+2
2021-01-29
hle: kernel: KThread: Clean up thread priorities.
bunnei
1
-1
/
+6
2021-01-29
core: hle: kernel: Rename Thread to KThread.
bunnei
1
-5
/
+5
2021-01-11
core: hle: Integrate new KConditionVariable and KAddressArbiter implementations.
bunnei
1
-28
/
+22
2021-01-11
core: hle: kernel: Update KSynchronizationObject.
bunnei
1
-8
/
+6
2020-12-06
hle: kernel: Process: Various style fixes based on code review feedback.
bunnei
1
-2
/
+2
2020-12-06
hle: kernel: process: Add schedule count tracking, to be used for yield impl.
bunnei
1
-0
/
+13
2020-07-15
kernel/process: Move name and system context to the bottom of the member list
Lioncash
1
-6
/
+6
2020-04-17
kernel: process: Updates for new VMM.
bunnei
1
-18
/
+27
2020-02-11
Kernel: Refactor synchronization to better match RE
Fernando Sahmkow
1
-4
/
+0
2020-02-11
Kernel: Change WaitObject to Synchronization object. In order to better reflect RE.
Fernando Sahmkow
1
-2
/
+2
2019-11-25
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154)
bunnei
1
-10
/
+11
2019-11-21
Kernel: Optimize condition variable threads management.
Fernando Sahmkow
1
-1
/
+2
2019-11-21
Kernel: Correct behavior of Condition Variables to be more similar to real hardware.
Fernando Sahmkow
1
-0
/
+12
2019-07-07
address review commentary
Michael Scire
1
-4
/
+19
2019-07-07
Implement MapPhysicalMemory/UnmapPhysicalMemory
Michael Scire
1
-3
/
+8
2019-07-07
kernel/process: Allocate the process' TLS region during initialization
Lioncash
1
-0
/
+8
2019-07-07
kernel/process: Move main thread stack allocation to its own function
Lioncash
1
-0
/
+3
2019-07-04
kernel/process: Default initialize all member variables
Lioncash
1
-2
/
+2
2019-07-04
kernel/process: Decouple TLS handling from threads
Lioncash
1
-4
/
+4
2019-06-10
kernel: Differentiate kernel and user processes when picking ID
Zach Hilman
1
-1
/
+7
2019-06-10
kernel/process: Make Create()'s name parameter be taken by value
Lioncash
1
-1
/
+1
2019-06-10
kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithoutMmHeap
Lioncash
1
-0
/
+11
2019-06-05
kernel/process: Remove unused boost header include
Lioncash
1
-1
/
+0
2019-04-12
core/core: Move process execution start to System's Load()
Lioncash
1
-2
/
+5
2019-04-11
kernel: Make handle type declarations constexpr
Lioncash
1
-1
/
+1
2019-04-02
kernel/svc: Implement svcGetThreadList
Lioncash
1
-0
/
+17
2019-04-02
kernel/wait_object: Make ShouldWait() take thread members by pointer-to-const
Lioncash
1
-1
/
+1
2019-03-29
kernel/process: Report total physical memory used to svcGetInfo
Lioncash
1
-0
/
+3
2019-03-29
kernel/process: Store the total size of the code memory loaded
Lioncash
1
-0
/
+3
2019-03-28
kernel/process: Store the main thread stack size to a data member
Lioncash
1
-0
/
+3
2019-03-28
kernel/process: Make Run's stack size parameter a u64
Lioncash
1
-1
/
+1
2019-03-24
kernel/process: Remove unused AddressMapping struct
Lioncash
1
-8
/
+0
2019-03-20
kernel: Move CodeSet structure to its own source files
Lioncash
1
-41
/
+2
2019-03-15
core/hle/kernel: Make Mutex a per-process class.
Lioncash
1
-0
/
+16
2019-03-13
kernel/process: Remove use of global system accessors
Lioncash
1
-1
/
+5
2019-03-08
kernel: Make the address arbiter instance per-process
Lioncash
1
-2
/
+20
2019-01-01
core/kernel: Remove unnecessary inclusions
Lioncash
1
-1
/
+1
2018-12-31
kernel/process: Rename GetAllowedProcessorMask() and GetAllowedThreadPriorityMask()
Lioncash
1
-3
/
+3
2018-12-28
kernel: Rename 'default' CPU core to 'ideal' core
Lioncash
1
-5
/
+5
2018-12-28
kernel/process: Remove most allocation functions from Process' interface
Lioncash
1
-8
/
+1
2018-12-21
kernel/process: Hook up the process capability parser to the process itself
Lioncash
1
-45
/
+13
2018-12-19
kernel/kernel: Use correct initial PID for userland Process instances
Lioncash
1
-0
/
+12
2018-12-19
kernel/process: Make process_id a 64-bit value
Lioncash
1
-3
/
+3
2018-12-12
vm_manager: Amend MemoryState enum members
Lioncash
1
-2
/
+1
2018-12-05
kernel/process: Make Process a WaitObject
Lioncash
1
-2
/
+28
2018-12-04
kernel/svc: Implement the resource limit svcGetInfo option
Lioncash
1
-8
/
+1
2018-11-20
kernel/process: Move <random> include to the cpp file
Lioncash
1
-1
/
+0
2018-11-15
process: Make MirrorMemory take state to map new memory as
Zach Hilman
1
-1
/
+2
2018-11-13
kernel/process: Migrate heap-related memory management out of the process class and into the vm manager
Lioncash
1
-11
/
+0
2018-11-13
svc: Use proper random entropy generation algorithm
Zach Hilman
1
-0
/
+11
2018-10-26
svc: Implement svcGetInfo command 0xF0000002
Lioncash
1
-0
/
+13
2018-10-20
kernel/process: Make the handle table per-process
Lioncash
1
-0
/
+14
2018-10-13
svc: Implement svcGetProcessInfo
Lioncash
1
-3
/
+18
2018-10-12
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
1
-23
/
+5
2018-09-30
kernel/process: Add a data member to determine if a process is 64-bit or not.
Lioncash
1
-0
/
+10
2018-09-30
kernel/process: Make data member variables private
Lioncash
1
-26
/
+71
2018-09-24
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
1
-0
/
+12
2018-09-21
svc: Move most process termination code to its own function within Process
Lioncash
1
-5
/
+22
2018-09-21
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
1
-11
/
+17
2018-09-15
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
1
-2
/
+2
2018-08-29
kernel: Eliminate kernel global state
Lioncash
1
-13
/
+8
2018-08-03
kernel/process: Use std::array where applicable
Lioncash
1
-1
/
+2
2018-08-03
kernel/process: Use accessors instead of class members for referencing segment array
Lioncash
1
-12
/
+32
2018-08-03
core/memory: Get rid of 3DS leftovers
Lioncash
1
-13
/
+4
2018-08-02
kernel: Move object class to its own source files
Lioncash
1
-1
/
+1
2018-03-14
core: Move process creation out of global state.
bunnei
1
-2
/
+1
2018-03-02
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
1
-4
/
+5
2018-01-16
Added more svcGetInfo pairs
David Marcec
1
-0
/
+2
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
1
-0
/
+4
2018-01-01
svc: Implement svcExitProcess.
bunnei
1
-2
/
+11
2017-12-31
svc: Implement svcUnmapMemory.
bunnei
1
-0
/
+3
2017-12-29
kernel: Various 64-bit fixes in memory/process/thread
bunnei
1
-3
/
+3
2017-12-29
process: Add method to mirror a memory region.
bunnei
1
-0
/
+2
2017-09-30
nso: Refactor and allocate .bss section.
bunnei
1
-4
/
+5
2017-09-30
process: Support loading multiple codesets.
bunnei
1
-1
/
+7
2017-05-10
Kernel: Map special regions according to ExHeader
Yuri Kunde Schlesner
1
-1
/
+1
2016-09-21
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
1
-3
/
+0
2016-09-18
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
1
-18
/
+32
2016-05-07
Kernel/Threading: Warn when a thread can be scheduled in the Syscore (Core 1).
Subv
1
-0
/
+2
2016-05-07
Kernel/Threads: Dynamically allocate the TLS region for threads in the BASE region of the linear heap.
Subv
1
-2
/
+5
2016-03-06
Memory: Do correct Phys->Virt address translation for non-APP linheap
Yuri Kunde Schlesner
1
-0
/
+1
2015-08-16
Kernel: Implement svcGetProcessInfo in a basic way
Yuri Kunde Schlesner
1
-0
/
+2
2015-08-16
Kernel: Add more infrastructure to support different memory layouts
Yuri Kunde Schlesner
1
-1
/
+5
2015-08-16
Process: Store kernel compatibility version during loading
Yuri Kunde Schlesner
1
-0
/
+2
2015-08-16
Kernel: Properly implement ControlMemory FREE and COMMIT
Yuri Kunde Schlesner
1
-5
/
+26
2015-07-12
Core: Fix applet includes using iwyu.
Emmanuel Gil Peyrot
1
-0
/
+1
2015-07-12
Core: Properly configure address space when loading a binary
Yuri Kunde Schlesner
1
-7
/
+36
2015-06-28
Core: Cleanup file_sys includes.
Emmanuel Gil Peyrot
1
-1
/
+2
2015-05-15
Core/ResourceLimits: Implemented the basic structure of ResourceLimits.
Subv
1
-0
/
+4
2015-05-12
Core/Memory: Add TLS support for creating up to 300 threads
Subv
1
-0
/
+3
2015-05-12
fixup!
Subv
1
-6
/
+0
2015-05-11
Core/HLE: Implemented the SVCs GetProcessId and GetProcessIdOfThread
Subv
1
-0
/
+11
2015-05-09
Process: Rename StaticAddressMapping => AddressMapping
Yuri Kunde Schlesner
1
-2
/
+2
2015-05-09
Process: Add more documentation to the class members
Yuri Kunde Schlesner
1
-2
/
+16
2015-05-09
Process: Use BitField to store process flags
Yuri Kunde Schlesner
1
-6
/
+20
2015-05-09
Process: Support parsing of exheader kernel caps
Yuri Kunde Schlesner
1
-1
/
+2
2015-05-09
Kernel: Introduce skeleton Process class to hold process data
Yuri Kunde Schlesner
1
-0
/
+61