index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
loader
/
elf.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: consolidate ELF structure definitions
Liam
2022-06-05
1
-167
/
+16
*
chore: add missing SPDX tags
Andrea Pappacoda
2022-04-28
1
-3
/
+3
*
core: Remove unused includes
ameerj
2021-11-03
1
-1
/
+0
*
common: fs: Rework the Common Filesystem interface to make use of std::filesy...
Morph
2021-05-25
1
-1
/
+0
*
hle: kernel: Rename Process to KProcess.
bunnei
2021-05-05
1
-2
/
+2
*
loader: Resolve instances of variable shadowing
Lioncash
2021-04-27
1
-5
/
+8
*
hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable.
bunnei
2021-02-18
1
-1
/
+1
*
Revert "core: Fix clang build"
bunnei
2020-10-20
1
-18
/
+17
*
core: Fix clang build
Lioncash
2020-10-17
1
-17
/
+18
*
core/loader: Remove dependencies on the global system instance
Lioncash
2020-09-16
1
-1
/
+2
*
loader: elf: Fix process initialization using ProgramMetadata default.
bunnei
2020-04-20
1
-0
/
+5
*
loader: elf/kip/nro: Updates for new VMM.
bunnei
2020-04-17
1
-2
/
+2
*
core: memory: Move to Core::Memory namespace.
bunnei
2020-04-17
1
-1
/
+1
*
core/loaders: Simplify PhysicalMemory usage.
Markus Wick
2020-01-18
1
-1
/
+2
*
VM_Manager: Align allocated memory to 256bytes
Fernando Sahmkow
2019-07-19
1
-1
/
+1
*
core/core: Move process execution start to System's Load()
Lioncash
2019-04-11
1
-7
/
+8
*
kernel/codeset: Make CodeSet's memory data member a regular std::vector
Lioncash
2019-03-22
1
-1
/
+1
*
kernel: Move CodeSet structure to its own source files
Lioncash
2019-03-20
1
-0
/
+1
*
kernel/process: Make CodeSet a regular non-inherited object
Lioncash
2018-10-12
1
-19
/
+13
*
kernel/process: Make data member variables private
Lioncash
2018-09-30
1
-1
/
+1
*
loader: Make the Load() function take a process as a regular reference, not a...
Lioncash
2018-09-29
1
-4
/
+4
*
memory: Dehardcode the use of fixed memory range constants
Lioncash
2018-09-24
1
-11
/
+13
*
process/vm_manager: Amend API to allow reading parameters from NPDM metadata
Lioncash
2018-09-24
1
-8
/
+0
*
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
1
-1
/
+1
*
core/core: Replace includes with forward declarations where applicable
Lioncash
2018-08-31
1
-0
/
+1
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-2
/
+5
*
loader: Remove address mapping remnants from citra
Lioncash
2018-08-14
1
-1
/
+0
*
loader: Add more descriptive errors
Zach Hilman
2018-08-09
1
-1
/
+1
*
kernel/process: Use accessors instead of class members for referencing segmen...
Lioncash
2018-08-03
1
-3
/
+3
*
core: Make converting constructors explicit where applicable
Lioncash
2018-07-23
1
-1
/
+1
*
Virtual Filesystem 2: Electric Boogaloo (#676)
Zach Hilman
2018-07-18
1
-17
/
+7
*
Revert "Virtual Filesystem (#597)"
bunnei
2018-07-07
1
-7
/
+17
*
Virtual Filesystem (#597)
Zach Hilman
2018-07-06
1
-17
/
+7
*
Update clang format
James Rowe
2018-07-02
1
-5
/
+5
*
Rename logging macro back to LOG_*
James Rowe
2018-07-02
1
-8
/
+8
*
loader: Move old logging macros over to new fmt-capable ones
Lioncash
2018-04-24
1
-13
/
+13
*
memory: Fix stack region.
bunnei
2018-03-31
1
-1
/
+1
*
kernel: Move stack region outside of application heap.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-1
/
+0
*
Kernel: Store the program id in the Process class instead of the CodeSet class.
Subv
2018-03-01
1
-2
/
+2
*
Merge pull request #117 from jroweboy/clang-format
bunnei
2018-01-20
1
-2
/
+3
|
\
|
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
1
-2
/
+3
*
|
loader: Clean up ctors and includes.
bunnei
2018-01-20
1
-0
/
+3
*
|
loader: Refactor to also pass filepath into IdentifyType.
bunnei
2018-01-20
1
-1
/
+1
|
/
*
core: Refactor MakeMagic usage and remove dead code.
bunnei
2017-10-15
1
-1
/
+2
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-8
/
+8
|
\
|
*
Loaders: Don't automatically set the current process every time we load an ap...
Subv
2017-09-26
1
-8
/
+7
|
*
memory: Add GetCurrentPageTable/SetCurrentPageTable
MerryMage
2017-09-24
1
-1
/
+1
|
*
Kernel/Memory: Give each Process its own page table.
Subv
2017-09-10
1
-0
/
+1
*
|
nso: Refactor and allocate .bss section.
bunnei
2017-09-30
1
-2
/
+3
[next]