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
/
kernel.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
scope_exit: Make constexpr
FearlessTobi
2024-02-19
1
-3
/
+9
*
kernel: add and enable system suspend type
Liam
2024-02-14
1
-24
/
+33
*
am: migrate global state to per-applet state structure
Liam
2024-01-29
1
-16
/
+14
*
kernel: fix debugger and process list lifetime
Liam
2024-01-12
1
-3
/
+28
*
Merge pull request #12454 from liamwhite/ct-stuff
Narr the Reg
2024-01-01
1
-1
/
+1
|
\
|
*
core_timing: remove user data value
Liam
2023-12-23
1
-1
/
+1
*
|
general: properly support multiple memory instances
Liam
2023-12-22
1
-21
/
+0
*
|
kernel: instantiate memory separately for each guest process
Liam
2023-12-22
1
-13
/
+0
|
/
*
service: hid: Allow to create multiple instances of shared memory
Narr the Reg
2023-12-13
1
-15
/
+0
*
kernel: implement light IPC
Liam
2023-12-07
1
-0
/
+4
*
core: refactor emulated cpu core activation
Liam
2023-12-04
1
-27
/
+1
*
kernel: fix extraneous ref
Liam
2023-10-21
1
-1
/
+0
*
kernel: update KProcess
Liam
2023-10-21
1
-29
/
+25
*
kernel: make check fully constexpr for broken msvc constant folding
Liam
2023-10-20
1
-1
/
+1
*
kernel: update KMemoryRegionType values
Liam
2023-10-20
1
-2
/
+21
*
kernel: mark TLS accessors as noinline for non-MSVC LTO
Liam
2023-10-12
1
-8
/
+8
*
kernel: remove relative task registration
Liam
2023-08-14
1
-1
/
+1
*
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-18
1
-3
/
+3
*
kernel: match calls to Register and Unregister
Liam
2023-04-29
1
-3
/
+28
*
memory: rename global memory references to application memory
Liam
2023-03-23
1
-2
/
+2
*
kernel: use KTypedAddress for addresses
Liam
2023-03-22
1
-51
/
+57
*
kernel: fix clang build
Liam
2023-03-12
1
-2
/
+2
*
kernel: convert KThread to new style
Liam
2023-03-12
1
-3
/
+0
*
kernel: remove KLinkedList
Liam
2023-03-12
1
-4
/
+0
*
kernel: convert KPort, KSession
Liam
2023-03-12
1
-6
/
+5
*
kernel: refactor priority inheritance to represent locks as C++ objects
Liam
2023-03-01
1
-0
/
+93
*
service: refactor server architecture
Liam
2023-02-21
1
-104
/
+103
*
Merge pull request #9771 from ameerj/host-thread-id
liamwhite
2023-02-19
1
-27
/
+18
|
\
|
*
kernel: Refactor thread_local variable usage
ameerj
2023-02-10
1
-27
/
+18
*
|
kernel: add KObjectName
Liam
2023-02-17
1
-0
/
+14
*
|
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-13
1
-23
/
+23
*
|
core: kernel: k_process: Use application system resource.
bunnei
2023-02-10
1
-0
/
+8
|
/
*
kernel: fix incorrect locking order in suspension
Liam
2023-01-23
1
-16
/
+23
*
kernel: workaround static shared memory initialization
Liam
2022-12-23
1
-29
/
+14
*
kernel: remove TimeManager
Liam
2022-12-18
1
-9
/
+11
*
general: improve handling of system startup failure
Liam
2022-12-06
1
-5
/
+9
*
kernel/kernel: Ensure shutdown threads are always initialized
Lioncash
2022-12-05
1
-1
/
+1
*
kernel/svc_types: refresh
Liam
2022-11-09
1
-7
/
+11
*
Merge pull request #9182 from liamwhite/services-are-processes
bunnei
2022-11-09
1
-15
/
+34
|
\
|
*
service_thread: register service threads to the logical owner process
Liam
2022-11-04
1
-10
/
+17
|
*
kernel: avoid racy behavior in global suspension
Liam
2022-11-04
1
-5
/
+17
*
|
service_thread: fix deletion
Liam
2022-11-06
1
-22
/
+20
*
|
Merge pull request #9173 from bunnei/kern-update-15
liamwhite
2022-11-05
1
-19
/
+108
|
\
\
|
|
/
|
/
|
|
*
core: hle: kernel: Integrate system KSystemResource.
bunnei
2022-11-03
1
-18
/
+103
|
*
core: hle: kernel: k_memory_layout: Refresh.
bunnei
2022-11-03
1
-1
/
+5
*
|
kernel: fix single core for service threads
Liam
2022-10-31
1
-1
/
+2
*
|
kernel: fix port tracking
Liam
2022-10-31
1
-34
/
+1
*
|
kernel: invert session request handling flow
Liam
2022-10-31
1
-2
/
+22
|
/
*
core: barrier service thread shutdown
Liam
2022-10-23
1
-3
/
+9
*
core: hle: kernel: Fix InitializePreemption order.
bunnei
2022-10-18
1
-1
/
+1
[next]