index
:
yuzu-android
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
Age
Commit message (
Expand
)
Author
2024-03-04
Merge yuzu-emu#13018
yuzubot
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-14
kernel: add and enable system suspend type
Liam
2024-02-09
core: fix multiprocess with nce
Liam
2024-01-29
am: migrate global state to per-applet state structure
Liam
2024-01-27
kernel: clear pinned waiter list on unpin
Liam
2024-01-22
kernel: target invalidate to given process
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: optimize page free on shutdown
Liam
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2024-01-12
kernel: fix page leak on process termination
Liam
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2024-01-02
KThread: Send termination interrupt to all cores a thread has affinity to
Merry
2024-01-01
Merge pull request #12454 from liamwhite/ct-stuff
Narr the Reg
2024-01-01
Merge pull request #12466 from liamwhite/sh2
Narr the Reg
2023-12-28
k_capabilities: simplify KTrace map skip logic
Liam
2023-12-26
Merge pull request #12455 from liamwhite/end-wait
liamwhite
2023-12-25
core: track separate heap allocation for linux
Liam
2023-12-24
kernel: remove unecessary process member from handle table
Liam
2023-12-24
service: fetch objects from the client handle table
Liam
2023-12-23
kernel: use simple mutex for object list container
Liam
2023-12-23
core_timing: use static typing for no-wait unschedule
Liam
2023-12-23
core_timing: remove user data value
Liam
2023-12-22
kernel: fix resource limit imbalance
Liam
2023-12-22
kernel: restrict nce to applications
Liam
2023-12-22
general: properly support multiple memory instances
Liam
2023-12-22
k_server_session: remove scratch buffer usage in favor of direct copy
Liam
2023-12-22
k_server_session: process for guest servers
Liam
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
2023-12-16
Merge pull request #12358 from liamwhite/optimized-alloc
liamwhite
2023-12-14
common: use memory holepunching when clearing memory
Liam
2023-12-13
service: hid: Allow to create multiple instances of shared memory
Narr the Reg
2023-12-10
Merge pull request #12317 from liamwhite/sc-fix
liamwhite
2023-12-10
Merge pull request #12321 from liamwhite/ro2
liamwhite
2023-12-09
Merge pull request #12296 from liamwhite/client-session
liamwhite
2023-12-09
service: populate pid and handle table from client
Liam
2023-12-08
kernel: fix single core
Liam
2023-12-07
kernel: implement light IPC
Liam
2023-12-06
kernel: implement remaining IPC syscalls
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-26
general: fix mac compile
Liam
2023-11-25
Address more review comments
GPUCode
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-25
core: Respect memory permissions in Map
GPUCode
2023-11-14
fix apple clang build again
Liam
[next]