index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.h
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-01-18
Core: Make sure GPU Dirty Managers ae shared by all processes.
Fernando Sahmkow
2023-12-24
kernel: remove unecessary process member from handle table
Liam
2023-12-22
general: properly support multiple memory instances
Liam
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-25
core: Define HAS_NCE macro
GPUCode
2023-11-25
Address some review comments
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
kernel: Manually specify aslr region start
Liam
2023-11-10
kernel: add KPageTableBase
Liam
2023-10-21
kernel: update KProcess
Liam
2023-09-14
core: improve debug workflow
Liam
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
kernel: convert KPort, KSession
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-03-06
hle: rename legacy errors to Results
Liam
2022-12-15
kernel: process: Implement GetFreeThreadCount
Narr the Reg
2022-10-19
core: hle: kernel: Migrate ProcessState to enum class.
bunnei
2022-10-18
core: hle: kernel: Use result macros for new/changed code.
bunnei
2022-10-18
core: hle: kernel: k_process: Improve management of page table & cleanup.
bunnei
2022-10-18
core: hle: kernel: k_process: Change Status -> State.
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-16
core/debugger: memory breakpoint support
Liam
2022-06-14
kernel: implement KProcess suspension
Liam
2022-04-03
k_process: Fix data race
lat9nq
2022-03-19
core: Reduce unused includes
ameerj
2022-03-14
core: hle: kernel: k_process: Implement thread local storage accurately.
bunnei
2022-02-21
core: hle: kernel: KProcess: Pass in KResourceLimit on process creation.
bunnei
2022-01-22
hle: kernel: KThread: Improve Increment/Decrement RunningThreadCount.
bunnei
2022-01-14
core: hle: kernel: KProcess: Integrate with KWorkerTask and add unimplemented...
bunnei
2021-12-30
core: hle: kernel: Implement thread pinning.
bunnei
2021-12-06
hle: kernel k_process: Remove unnecessary .at usage with thread pinning methods.
bunnei
2021-12-06
hle: kernel: KProcess: Improvements for thread pinning.
bunnei
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-03
core: Remove unused includes
ameerj
2021-09-29
Fix KShareMemory object leak
Feng Chen
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-29
kernel: Add missing override specifiers
Lioncash
2021-05-08
kernel: Eliminate variable shadowing
Lioncash
2021-05-05
hle: kernel: Migrate to KHandleTable.
bunnei
2021-05-05
hle: kernel: Improve MapSharedMemory and implement UnmapSharedMemory.
bunnei
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei