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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: hle: kernel: k_memory_block: Update.
bunnei
2022-10-19
1
-2
/
+2
*
core: Replace all instances of ResultCode with Result
german77
2022-06-27
1
-21
/
+20
*
common: Change semantics of UNREACHABLE to unconditionally crash
Liam
2022-06-14
1
-1
/
+1
*
general: Convert source file copyright comments over to SPDX
Morph
2022-04-23
1
-3
/
+2
*
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-12
1
-1
/
+2
*
|
hle: kernel: Invalidate entire icache in UnmapProcessMemory and UnmapCodeMemory (fixes #8174)
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-09
1
-19
/
+59
*
hle: kernel: k_page_table: Update SetProcessMemoryPermission.
bunnei
2022-01-12
1
-3
/
+4
*
hle: service: ldr: UnmapCodeMemory BSS only when set.
bunnei
2022-01-12
1
-3
/
+7
*
hle: kernel: k_page_table: ReadAndWrite -> UserReadWrite.
bunnei
2022-01-12
1
-1
/
+1
*
hle: kernel: k_page_table: Rename *ProcessCodeMemory -> *CodeMemory.
bunnei
2022-01-12
1
-14
/
+13
*
kernel: KPageTable: Rename SetCodeMemoryPermission to SetProcessMemoryPermission
Morph
2021-11-21
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-08
1
-4
/
+4
|
\
|
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-06
1
-4
/
+4
*
|
ldr: Simplify memory copy within LoadNro()
Lioncash
2021-05-07
1
-5
/
+3
|
/
*
ldr: Use proper names
german77
2021-04-09
1
-16
/
+16
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-19
1
-4
/
+3
*
hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others.
bunnei
2021-02-19
1
-11
/
+10
*
hle: kernel: KSystemControl does not belong in Memory namespace.
bunnei
2021-02-19
1
-2
/
+2
*
kernel: Unify result codes (#5890)
Chloe
2021-02-13
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-27
1
-8
/
+7
*
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-22
1
-2
/
+2
*
Revert "core: Fix clang build"
bunnei
2020-10-21
1
-2
/
+2
*
core: Fix clang build
Lioncash
2020-10-18
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
*
Clang-format again
VolcaEM
2020-06-14
1
-2
/
+2
*
Use consistent variable names
VolcaEM
2020-06-14
1
-4
/
+4
*
Clang-format
VolcaEM
2020-06-14
1
-1
/
+2
*
Make assert strings consistent
VolcaEM
2020-06-14
1
-3
/
+3
*
Attempt to fix crashes in SSBU and refactor IsValidNRO
VolcaEM
2020-06-14
1
-36
/
+59
*
Address review comments
VolcaEM
2020-06-02
1
-4
/
+4
*
Add comment to nrr_kind
VolcaEM
2020-05-31
1
-1
/
+1
*
ldr: Update NRR/NRO structs
VolcaEM
2020-05-31
1
-40
/
+72
*
service: Update function tables
Lioncash
2020-04-20
1
-0
/
+1
*
core: hle: Address various feedback & code cleanup.
bunnei
2020-04-17
1
-8
/
+5
*
service: ldr: Updates for new VMM.
bunnei
2020-04-17
1
-150
/
+215
*
services: ldr: Fix MemoryState for read/write regions of NROs.
bunnei
2020-03-26
1
-5
/
+15
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-27
1
-2
/
+3
*
core: Migrate off deprecated mbedtls functions
Lioncash
2019-11-12
1
-1
/
+1
*
hle/service: Replace global system instance calls with instance-based ones
Lioncash
2019-10-06
1
-3
/
+3
*
Deglobalize System: LDR
David Marcec
2019-09-22
1
-5
/
+6
*
Restore memory perms on svcUnmapMemory/UnloadNro
Michael Scire
2019-07-11
1
-6
/
+26
*
common/hex_util: Combine HexVectorToString() and HexArrayToString()
Lioncash
2019-06-12
1
-1
/
+1
*
Merge pull request #2382 from lioncash/table
bunnei
2019-04-16
1
-0
/
+1
|
\
|
*
service: Update service function tables
Lioncash
2019-04-11
1
-0
/
+1
*
|
ldr: Mark IsValidNROHash() as a const member function
Lioncash
2019-04-10
1
-5
/
+4
*
|
ldr: Amend parameters for LoadNro/UnloadNro LoadNrr/UnloadNrr
Lioncash
2019-04-10
1
-60
/
+81
|
/
*
kernel/vm_manager: Rename CodeStatic/CodeMutable to Code and CodeData respectively
Lioncash
2019-03-21
1
-5
/
+3
*
kernel/process: Remove most allocation functions from Process' interface
Lioncash
2018-12-28
1
-11
/
+16
*
Merge pull request #1864 from lioncash/nrr
bunnei
2018-12-08
1
-4
/
+5
|
\
|
*
service/ldr: Amend layout of the NRO header
Lioncash
2018-12-05
1
-3
/
+3
|
*
service/ldr: Corrent padding within the NRR header layout
Lioncash
2018-12-05
1
-1
/
+2
*
|
service/ldr: Deduplicate instruction cache clearing code in LoadNro()
Lioncash
2018-12-05
1
-8
/
+2
|
/
*
Changed logging to be "Log before execution", Added more error logging, all services should now log on some level
David Marcec
2018-11-26
1
-1
/
+11
*
ldr: Clean up error codes
Lioncash
2018-11-19
1
-29
/
+12
*
ldr_ro: Add error check for memory allocation failure
Zach Hilman
2018-11-18
1
-7
/
+20
*
ldr_ro: Implement UnloadNro (command 1)
Zach Hilman
2018-11-15
1
-22
/
+85
*
ldr_ro: Fully Implement LoadNro (command 0)
Zach Hilman
2018-11-15
1
-11
/
+110
*
ldr_ro: Implement UnloadNrr (command 3)
Zach Hilman
2018-11-15
1
-2
/
+84
*
ldr_ro: Fully implement LoadNrr (command 2)
Zach Hilman
2018-11-15
1
-0
/
+112
*
ldr: Partially implement LoadNro.
bunnei
2018-10-26
1
-3
/
+49
*
service: Add ldr services
Lioncash
2018-07-26
1
-0
/
+81