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