index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-02-19
scope_exit: Make constexpr
FearlessTobi
17
-59
/
+109
2024-02-14
kernel: add and enable system suspend type
Liam
3
-27
/
+38
2024-02-09
core: fix multiprocess with nce
Liam
1
-1
/
+6
2024-01-29
am: migrate global state to per-applet state structure
Liam
1
-16
/
+14
2024-01-27
kernel: clear pinned waiter list on unpin
Liam
1
-1
/
+2
2024-01-22
kernel: target invalidate to given process
Liam
1
-4
/
+9
2024-01-18
Core: Make sure GPU Dirty Managers ae shared by all processes.
Fernando Sahmkow
2
-14
/
+4
2024-01-15
core: Support multiple modules per patcher
GPUCode
1
-2
/
+2
2024-01-12
kernel: optimize page free on shutdown
Liam
3
-63
/
+18
2024-01-12
kernel: fix debugger and process list lifetime
Liam
3
-8
/
+37
2024-01-12
kernel: fix page leak on process termination
Liam
3
-1
/
+81
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
5
-21
/
+21
2024-01-02
KThread: Send termination interrupt to all cores a thread has affinity to
Merry
1
-4
/
+4
2023-12-28
k_capabilities: simplify KTrace map skip logic
Liam
1
-2
/
+4
2023-12-25
core: track separate heap allocation for linux
Liam
3
-12
/
+23
2023-12-24
kernel: remove unecessary process member from handle table
Liam
2
-6
/
+3
2023-12-24
service: fetch objects from the client handle table
Liam
1
-2
/
+1
2023-12-23
kernel: use simple mutex for object list container
Liam
3
-31
/
+10
2023-12-23
core_timing: use static typing for no-wait unschedule
Liam
1
-1
/
+2
2023-12-23
core_timing: remove user data value
Liam
2
-11
/
+9
2023-12-22
kernel: fix resource limit imbalance
Liam
1
-2
/
+2
2023-12-22
kernel: restrict nce to applications
Liam
2
-3
/
+2
2023-12-22
general: properly support multiple memory instances
Liam
8
-49
/
+30
2023-12-22
k_server_session: remove scratch buffer usage in favor of direct copy
Liam
1
-39
/
+124
2023-12-22
k_server_session: process for guest servers
Liam
5
-249
/
+1134
2023-12-22
kernel: instantiate memory separately for each guest process
Liam
7
-42
/
+41
2023-12-14
common: use memory holepunching when clearing memory
Liam
2
-8
/
+11
2023-12-13
service: hid: Allow to create multiple instances of shared memory
Narr the Reg
2
-21
/
+0
2023-12-09
service: populate pid and handle table from client
Liam
1
-2
/
+1
2023-12-08
kernel: fix single core
Liam
1
-1
/
+1
2023-12-07
kernel: implement light IPC
Liam
17
-20
/
+807
2023-12-06
kernel: implement remaining IPC syscalls
Liam
5
-103
/
+244
2023-12-04
core: refactor emulated cpu core activation
Liam
18
-1784
/
+1890
2023-11-26
general: fix mac compile
Liam
1
-1
/
+1
2023-11-25
Address more review comments
GPUCode
1
-9
/
+2
2023-11-25
core: Define HAS_NCE macro
GPUCode
5
-5
/
+14
2023-11-25
Address some review comments
GPUCode
2
-4
/
+2
2023-11-25
arm: Implement native code execution backend
Liam
6
-3
/
+60
2023-11-25
kernel: Manually specify aslr region start
Liam
5
-15
/
+20
2023-11-25
core: Respect memory permissions in Map
GPUCode
1
-3
/
+29
2023-11-14
fix apple clang build again
Liam
1
-2
/
+2
2023-11-11
k_capabilities: ignore map region when KTrace is disabled
Liam
1
-0
/
+3
2023-11-10
k_page_table: fix shutdown
Liam
1
-7
/
+0
2023-11-10
k_page_table: use more precise icache invalidates
Liam
1
-4
/
+9
2023-11-10
kernel: add KPageTableBase
Liam
24
-4788
/
+7058
2023-10-21
kernel: fix extraneous ref
Liam
1
-1
/
+0
2023-10-21
kernel: signal thread on termination completed
Liam
1
-4
/
+7
2023-10-21
kernel: add missing TLR clear
Liam
1
-0
/
+1
2023-10-21
kernel: update KProcess
Liam
26
-939
/
+1751
2023-10-20
kernel: fix incorrect calculation of used non system memory value
Liam
1
-1
/
+1
[next]