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
/
svc
Age
Commit message (
Expand
)
Author
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
2024-12-31
chore: update project references and add Citron copyright
Zephyron
2024-02-19
scope_exit: Make constexpr
FearlessTobi
2024-01-12
kernel: fix debugger and process list lifetime
Liam
2024-01-08
Fix typos in src/core (#12625)
Viktor Szépe
2023-12-22
kernel: restrict nce to applications
Liam
2023-12-22
k_server_session: process for guest servers
Liam
2023-12-09
Merge pull request #12296 from liamwhite/client-session
liamwhite
2023-12-07
kernel: implement light IPC
Liam
2023-12-06
kernel: implement remaining IPC syscalls
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-10
kernel: add KPageTableBase
Liam
2023-10-21
kernel: update KProcess
Liam
2023-10-20
kernel: fix format string error
Liam
2023-10-20
k_page_table: implement PermissionLocked
Liam
2023-10-04
kernel: implement transfer memory
Liam
2023-09-14
core: improve debug workflow
Liam
2023-08-14
kernel: remove relative task registration
Liam
2023-07-22
core: reduce TOCTTOU memory access
Liam
2023-07-14
kernel: reduce page table region checking
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-07-01
kernel: Synchronize
Morph
2023-06-22
Remove memory allocations in some hot paths
Kelebek1
2023-06-07
core_timing: Fix SingleCore cycle timer
Morph
2023-06-07
core_timing: Use CNTPCT as the guest CPU tick
Morph
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-23
Merge pull request #9964 from liamwhite/typed-address
liamwhite
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-19
kernel: fix LOG_TRACE in ipc
Liam
2023-03-12
kernel: convert KProcess to new style
Liam
2023-03-12
kernel: convert KThread to new style
Liam
2023-03-12
kernel: prefer std::addressof
Liam
2023-03-12
kernel/svc: convert to new style
Liam
2023-03-12
kernel: convert KPort, KSession
Liam
2023-03-12
general: fix spelling mistakes
Liam
2023-03-09
Merge pull request #9916 from liamwhite/fpu
liamwhite
2023-03-07
kernel: clone fpu status on CreateThread
Liam
2023-03-05
kernel: fix WaitSynchronization
Liam
2023-03-01
Merge pull request #9832 from liamwhite/hle-mp
liamwhite
2023-02-21
svc: Fix type consistency (exposed on macOS)
Merry
2023-02-21
service: refactor server architecture
Liam
2023-02-17
kernel: add KObjectName
Liam
2023-02-15
Merge pull request #9796 from liamwhite/current
liamwhite
2023-02-14
remove static from pointer sized or smaller types for aesthetics, change cons...
arades79
2023-02-14
add static lifetime to constexpr values to force compile time evaluation wher...
arades79
2023-02-13
kernel: use GetCurrentProcess
Liam
2023-02-11
kernel/svc: Fix undefined info_id
Colin Kinloch
[next]