index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
service
/
ldr
/
ldr.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-12-09
ro: add separate ro service
Liam
1
-634
/
+0
2023-11-10
kernel: add KPageTableBase
Liam
1
-23
/
+22
2023-08-08
general: fix incorrect conversions
Liam
1
-1
/
+1
2023-08-08
core: remove ResultVal type
Liam
1
-21
/
+25
2023-07-15
kernel: reduce page table region checking
Liam
1
-3
/
+3
2023-07-15
k_process: PageTable -> GetPageTable
Liam
1
-7
/
+7
2023-03-24
memory: rename global memory references to application memory
Liam
1
-5
/
+5
2023-03-22
kernel: use KTypedAddress for addresses
Liam
1
-2
/
+3
2023-03-01
service: move hle_ipc from kernel
Liam
1
-6
/
+6
2023-02-21
service: refactor server architecture
Liam
1
-7
/
+11
2023-02-14
general: rename CurrentProcess to ApplicationProcess
Liam
1
-6
/
+7
2022-10-19
core: hle: kernel: k_memory_block: Update.
bunnei
1
-2
/
+2
2022-06-27
core: Replace all instances of ResultCode with Result
german77
1
-21
/
+20
2022-06-14
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
1
-1
/
+1
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
1
-3
/
+2
2022-04-12
core: hle: service: Allocate a service thread.
bunnei
1
-1
/
+2
2022-04-09
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174)
tech-ticks
1
-11
/
+19
2022-03-19
core: Reduce unused includes
ameerj
1
-1
/
+0
2022-03-09
hle: service: ldr: Use deterministic addresses when mapping NROs.
bunnei
1
-19
/
+59
2022-01-12
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
1
-3
/
+4
2022-01-12
hle: service: ldr: UnmapCodeMemory BSS only when set.
bunnei
1
-3
/
+7
2022-01-12
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
1
-1
/
+1
2022-01-12
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
1
-14
/
+13
2021-11-21
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
1
-4
/
+4
2021-11-04
general: Get the current process program id directly from the system
Morph
1
-2
/
+1
2021-11-04
general: Rename GetTitleID to GetProgramID
Morph
1
-1
/
+1
2021-11-02
general: Remove MakeResult helpers
Morph
1
-2
/
+2
2021-06-02
general: Replace RESULT_SUCCESS with ResultSuccess
Morph
1
-5
/
+5
2021-05-07
ldr: Simplify memory copy within LoadNro()
Lioncash
1
-5
/
+3
2021-05-06
hle: kernel: Rename Process to KProcess.
bunnei
1
-4
/
+4
2021-04-09
ldr: Use proper names
german77
1
-16
/
+16
2021-02-19
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
1
-4
/
+3
2021-02-19
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
1
-11
/
+10
2021-02-19
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
1
-2
/
+2
2021-02-13
kernel: Unify result codes (#5890)
Chloe
1
-3
/
+3
2020-11-29
core: arm: Implement InvalidateCacheRange for CPU cache invalidation.
bunnei
1
-5
/
+0
2020-11-27
service: Eliminate usages of the global system instance
Lioncash
1
-8
/
+7
2020-11-08
ipc_helpers: Remove usage of the global system instance
Lioncash
1
-0
/
+1
2020-10-31
hle: service: ldr: Implement UnloadNrr.
bunnei
1
-1
/
+15
2020-10-22
core: Fix clang build pt.3
Lioncash
1
-2
/
+2
2020-10-21
Revert "core: Fix clang build"
bunnei
1
-2
/
+2
2020-10-18
core: Fix clang build
Lioncash
1
-2
/
+2
2020-08-03
service/ldr: Resolve sign mismatch warnings
Lioncash
1
-3
/
+2
2020-06-28
ldr: Cleanup NRO & NRR structs
David Marcec
1
-8
/
+8
2020-06-18
Move SHA256Hash to its original position
VolcaEM
1
-2
/
+2
2020-06-16
Remove unnecessary pragmas
VolcaEM
1
-8
/
+0
2020-06-16
Revert IsValidNRO refactor but make it more readable
VolcaEM
1
-26
/
+13
2020-06-16
Update assert string
VolcaEM
1
-1
/
+1
2020-06-14
Clang-format again
VolcaEM
1
-2
/
+2
2020-06-14
Use consistent variable names
VolcaEM
1
-4
/
+4
2020-06-14
Clang-format
VolcaEM
1
-1
/
+2
2020-06-14
Make assert strings consistent
VolcaEM
1
-3
/
+3
2020-06-14
Attempt to fix crashes in SSBU and refactor IsValidNRO
VolcaEM
1
-36
/
+59
2020-06-02
Address review comments
VolcaEM
1
-4
/
+4
2020-05-31
Add comment to nrr_kind
VolcaEM
1
-1
/
+1
2020-05-31
ldr: Update NRR/NRO structs
VolcaEM
1
-40
/
+72
2020-04-20
service: Update function tables
Lioncash
1
-0
/
+1
2020-04-17
core: hle: Address various feedback & code cleanup.
bunnei
1
-8
/
+5
2020-04-17
service: ldr: Updates for new VMM.
bunnei
1
-150
/
+215
2020-03-26
services: ldr: Fix MemoryState for read/write regions of NROs.
bunnei
1
-5
/
+15
2019-11-27
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
1
-2
/
+3
2019-11-12
core: Migrate off deprecated mbedtls functions
Lioncash
1
-1
/
+1
2019-10-06
hle/service: Replace global system instance calls with instance-based ones
Lioncash
1
-3
/
+3
2019-09-22
Deglobalize System: LDR
David Marcec
1
-5
/
+6
2019-07-11
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
1
-6
/
+26
2019-06-12
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
1
-1
/
+1
2019-04-11
service: Update service function tables
Lioncash
1
-0
/
+1
2019-04-10
ldr: Mark IsValidNROHash() as a const member function
Lioncash
1
-5
/
+4
2019-04-10
ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr
Lioncash
1
-60
/
+81
2019-03-21
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively
Lioncash
1
-5
/
+3
2018-12-28
kernel/process: Remove most allocation functions from Process' interface
Lioncash
1
-11
/
+16
2018-12-05
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
1
-8
/
+2
2018-12-05
service/ldr: Amend layout of the NRO header
Lioncash
1
-3
/
+3
2018-12-05
service/ldr: Corrent padding within the NRR header layout
Lioncash
1
-1
/
+2
2018-11-26
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
1
-1
/
+11
2018-11-19
ldr: Clean up error codes
Lioncash
1
-29
/
+12
2018-11-18
ldr_ro: Add error check for memory allocation failure
Zach Hilman
1
-7
/
+20
2018-11-15
ldr_ro: Implement UnloadNro (command 1)
Zach Hilman
1
-22
/
+85
2018-11-15
ldr_ro: Fully Implement LoadNro (command 0)
Zach Hilman
1
-11
/
+110
2018-11-15
ldr_ro: Implement UnloadNrr (command 3)
Zach Hilman
1
-2
/
+84
2018-11-15
ldr_ro: Fully implement LoadNrr (command 2)
Zach Hilman
1
-0
/
+112
2018-10-26
ldr: Partially implement LoadNro.
bunnei
1
-3
/
+49
2018-07-26
service: Add ldr services
Lioncash
1
-0
/
+81