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
Age
Commit message (
Expand
)
Author
2025-02-17
feat: Add Home Menu launch support and system improvements
Zephyron
2025-02-09
Revert "Replace yuzu identifiers with citron"
Zephyron
2025-02-09
Replace yuzu identifiers with citron
Zephyron
2025-02-03
kernel/svc: Refactor UnmapProcessCodeMemory validation
Zephyron
2025-01-29
kernel/svc: Implement InitialProcessIdRange and improve process exit handling
Zephyron
2025-01-14
Revert incorrect copyright attribution for non-contributed files
Zephyron
2025-01-07
kernel: Implement SystemResourceSize info type for VAMM initialization
Zephyron
2025-01-04
core: Add support for 10GB and 12GB memory configurations
Zephyron
2024-12-31
core: Update copyright headers
Zephyron
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-03-04
"Merge Tagged PR 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
[next]