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