index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
kernel.cpp
Age
Commit message (
Expand
)
Author
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-02-14
kernel: add and enable system suspend type
Liam
2024-01-29
am: migrate global state to per-applet state structure
Liam
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2024-01-01
Merge pull request #12454 from liamwhite/ct-stuff
Narr the Reg
2023-12-23
core_timing: remove user data value
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-13
service: hid: Allow to create multiple instances of shared memory
Narr the Reg
2023-12-07
kernel: implement light IPC
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-10-21
kernel: fix extraneous ref
Liam
2023-10-21
kernel: update KProcess
Liam
2023-10-20
kernel: make check fully constexpr for broken msvc constant folding
Liam
2023-10-20
kernel: update KMemoryRegionType values
Liam
2023-10-12
kernel: mark TLS accessors as noinline for non-MSVC LTO
Liam
2023-08-14
kernel: remove relative task registration
Liam
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-04-29
kernel: match calls to Register and Unregister
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: fix clang build
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: remove KLinkedList
Liam
2023-03-12
kernel: convert KPort, KSession
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-19
Merge pull request #9771 from ameerj/host-thread-id
liamwhite
2023-02-17
kernel: add KObjectName
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2023-02-10
core: kernel: k_process: Use application system resource.
bunnei
2023-02-10
kernel: Refactor thread_local variable usage
ameerj
2023-01-23
kernel: fix incorrect locking order in suspension
Liam
2022-12-23
kernel: workaround static shared memory initialization
Liam
2022-12-18
kernel: remove TimeManager
Liam
2022-12-06
general: improve handling of system startup failure
Liam
2022-12-05
kernel/kernel: Ensure shutdown threads are always initialized
Lioncash
2022-11-09
kernel/svc_types: refresh
Liam
2022-11-09
Merge pull request #9182 from liamwhite/services-are-processes
bunnei
2022-11-06
service_thread: fix deletion
Liam
2022-11-05
Merge pull request #9173 from bunnei/kern-update-15
liamwhite
2022-11-04
service_thread: register service threads to the logical owner process
Liam
2022-11-04
kernel: avoid racy behavior in global suspension
Liam
2022-11-03
core: hle: kernel: Integrate system KSystemResource.
bunnei
2022-11-03
core: hle: kernel: k_memory_layout: Refresh.
bunnei
2022-10-31
kernel: fix single core for service threads
Liam
2022-10-31
kernel: fix port tracking
Liam
2022-10-31
kernel: invert session request handling flow
Liam
[next]