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