index
:
yuzu-android
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator started by the creators of Citra.
yuzu-emu
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ldr
Age
Commit message (
Expand
)
Author
2023-12-09
ro: add separate ro service
Liam
2023-11-10
kernel: add KPageTableBase
Liam
2023-08-08
general: fix incorrect conversions
Liam
2023-08-08
core: remove ResultVal type
Liam
2023-07-14
kernel: reduce page table region checking
Liam
2023-07-14
k_process: PageTable -> GetPageTable
Liam
2023-03-23
memory: rename global memory references to application memory
Liam
2023-03-22
kernel: use KTypedAddress for addresses
Liam
2023-03-01
service: move hle_ipc from kernel
Liam
2023-02-21
service: refactor server architecture
Liam
2023-02-13
general: rename CurrentProcess to ApplicationProcess
Liam
2022-10-18
core: hle: kernel: k_memory_block: Update.
bunnei
2022-06-26
core: Replace all instances of ResultCode with Result
german77
2022-06-13
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-04-16
Merge pull request #8172 from bunnei/kernel-mutex
Fernando S
2022-04-11
core: hle: service: Allocate a service thread.
bunnei
2022-04-09
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemo...
tech-ticks
2022-03-19
core: Reduce unused includes
ameerj
2022-03-08
hle: service: ldr: Use deterministic addresses when mapping NROs.
bunnei
2022-01-11
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-11
hle: service: ldr: UnmapCodeMemory BSS only when set.
bunnei
2022-01-11
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2022-01-11
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2021-11-20
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-04
general: Get the current process program id directly from the system
Morph
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
2021-11-02
general: Remove MakeResult helpers
Morph
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
2021-05-07
Merge pull request #6266 from bunnei/kautoobject-refactor
bunnei
2021-05-06
ldr: Simplify memory copy within LoadNro()
Lioncash
2021-05-05
hle: kernel: Rename Process to KProcess.
bunnei
2021-04-08
ldr: Use proper names
german77
2021-02-18
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-18
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-12
kernel: Unify result codes (#5890)
Chloe
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
2020-11-26
service: Eliminate usages of the global system instance
Lioncash
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
2020-10-31
hle: service: ldr: Implement UnloadNrr.
bunnei
2020-10-21
core: Fix clang build pt.3
Lioncash
2020-10-20
Revert "core: Fix clang build"
bunnei
2020-10-17
core: Fix clang build
Lioncash
2020-08-03
service/ldr: Resolve sign mismatch warnings
Lioncash
2020-06-28
ldr: Cleanup NRO & NRR structs
David Marcec
2020-06-18
Move SHA256Hash to its original position
VolcaEM
2020-06-16
Remove unnecessary pragmas
VolcaEM
2020-06-16
Revert IsValidNRO refactor but make it more readable
VolcaEM
2020-06-16
Update assert string
VolcaEM
[next]