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
2023-12-06
kernel: implement remaining IPC syscalls
Liam
2023-12-04
core: refactor emulated cpu core activation
Liam
2023-11-26
general: fix mac compile
Liam
2023-11-25
Address more review comments
GPUCode
2023-11-25
core: Define HAS_NCE macro
GPUCode
2023-11-25
Address some review comments
GPUCode
2023-11-25
arm: Implement native code execution backend
Liam
2023-11-25
kernel: Manually specify aslr region start
Liam
2023-11-25
core: Respect memory permissions in Map
GPUCode
2023-11-14
fix apple clang build again
Liam
2023-11-11
k_capabilities: ignore map region when KTrace is disabled
Liam
2023-11-10
k_page_table: fix shutdown
Liam
2023-11-10
k_page_table: use more precise icache invalidates
Liam
2023-11-10
kernel: add KPageTableBase
Liam
2023-10-21
kernel: fix extraneous ref
Liam
2023-10-21
kernel: signal thread on termination completed
Liam
2023-10-21
kernel: add missing TLR clear
Liam
2023-10-21
kernel: update KProcess
Liam
2023-10-20
Merge pull request #11748 from liamwhite/kern_1700
Fernando S
2023-10-20
kernel: fix incorrect calculation of used non system memory value
Liam
2023-10-20
kernel: fix format string error
Liam
2023-10-20
kernel: make check fully constexpr for broken msvc constant folding
Liam
2023-10-20
k_page_table: add MapFirstGroup
Liam
2023-10-20
kernel: update KMemoryRegionType values
Liam
2023-10-20
k_page_table: implement PermissionLocked
Liam
2023-10-20
k_page_table: add new CheckMemoryState helper
Liam
2023-10-20
kernel: split Io memory state, add PermissionLocked attribute
Liam
2023-10-20
kernel: reshuffle ini1 size, add slab clear note
Liam
2023-10-13
Merge pull request #11766 from liamwhite/open-sesame
liamwhite
2023-10-12
k_page_table: add missing page group open when locking memory
Liam
2023-10-12
kernel: mark TLS accessors as noinline for non-MSVC LTO
Liam
2023-10-04
kernel: implement transfer memory
Liam
2023-10-02
ci: fix new codespell errors
Liam
2023-10-01
k_page_table: skip page table clearing on finalization
Liam
2023-09-19
Reduce core timing mutex contention
Kelebek1
2023-09-14
core: improve debug workflow
Liam
2023-09-03
msvc: set warning level to /W4 globally
Danila Malyutin
2023-08-25
kernel: offset code entry point for 39-bit address space type (#11326)
liamwhite
2023-08-14
kernel: remove relative task registration
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-08-02
Merge pull request #10839 from lat9nq/pgc-plus
liamwhite
2023-07-26
Merge pull request #10990 from comex/ubsan
liamwhite
2023-07-22
core: reduce TOCTTOU memory access
Liam
2023-07-22
Merge pull request #11094 from liamwhite/get
liamwhite
2023-07-21
core: remove remaining uses of dynamic_cast
Liam
2023-07-21
k_system_control: Always return some memory size
lat9nq
2023-07-21
core,common: Give memory layout setting an enum
lat9nq
2023-07-21
settings,core,config_sys: Remove optional type from custom_rtc, rng_seed
lat9nq
2023-07-18
general: Silence -Wshadow{,-uncaptured-local} warnings
lat9nq
2023-07-15
Fixes and workarounds to make UBSan happier on macOS
comex
[prev]
[next]