index
:
yuzu-mainline
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
k_process.cpp
Age
Commit message (
Expand
)
Author
2024-03-04
"Merge Tagged PR 13018"
HEAD
master
yuzubot
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-09
core: fix multiprocess with nce
Liam
2024-01-18
Core: Make sure GPU Dirty Managers ae shared by all processes.
Fernando Sahmkow
2024-01-15
Merge pull request #12677 from GPUCode/whyy-modders
liamwhite
2024-01-15
core: Support multiple modules per patcher
GPUCode
2024-01-12
kernel: fix page leak on process termination
Liam
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-22
kernel: restrict nce to applications
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-26
general: fix mac compile
Liam
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-10-20
kernel: fix incorrect calculation of used non system memory value
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-08-02
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-07-21
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
lat9nq
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: additional style fixes to KThread, KProcess
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: prefer std::addressof
Liam
2023-03-12
kernel: remove kernel_
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-03-01
kernel: be more careful about kernel address keys
Liam
2023-03-01
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-10
core: kernel: k_process: Use application system resource.
bunnei
2023-01-22
kernel: KPageTable: update
Liam
2022-12-15
kernel: process: Implement GetFreeThreadCount
Narr the Reg
2022-11-13
Add break for default cases
Kyle Kienapfel
2022-11-09
kernel/svc_types: refresh
Liam
2022-11-03
core: hle: kernel: Integrate system KSystemResource.
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: Integration application memory block slab manager.
bunnei
2022-10-18
core: hle: kernel: k_process: Change Status -> State.
bunnei
2022-07-27
chore: make yuzu REUSE compliant
Andrea Pappacoda
2022-07-07
Merge pull request #8502 from liamwhite/end-wait
liamwhite
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-25
kernel: clean up waiting implementation
Liam
2022-06-23
kernel: make current thread pointer thread local
Liam
2022-06-21
Merge pull request #8432 from liamwhite/watchpoint
bunnei
[next]