aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2018-07-23Merge pull request #786 from lioncash/exclusivebunnei
2018-07-23Merge pull request #784 from lioncash/loaderbunnei
2018-07-23Merge pull request #783 from lioncash/linkerbunnei
2018-07-23Merge pull request #782 from lioncash/filebunnei
2018-07-23Merge pull request #780 from lioncash/movebunnei
2018-07-23Merge pull request #779 from lioncash/sharedbunnei
2018-07-23exclusive_monitor: Use consistent type alias for u64Lioncash
2018-07-23loader: Remove unnecessary constructor call in IdentifyFile()Lioncash
2018-07-23linker: Remove unused parameter from WriteRelocations()Lioncash
2018-07-23nro: Replace inclusion with a forward declarationLioncash
2018-07-23nro: Make bracing consistentLioncash
2018-07-23nro: Make constructor explicitLioncash
2018-07-23nro: Remove unused forward declarationLioncash
2018-07-23Merge pull request #695 from DarkLordZach/nro-assetbunnei
2018-07-23vi: Add std::is_trivially_copyable checks to Read and Write functionsLioncash
2018-07-23vi: std::move std::vector in constructors where applicableLioncash
2018-07-23hle: Remove config_mem.h/.cppLioncash
2018-07-23hle: Remove shared_page.h/.cppLioncash
2018-07-23set: Add missing log call in GetAvailableLanguageCodeCount()Lioncash
2018-07-23NRO Assets and NACP file formatZach Hilman
2018-07-23Merge pull request #777 from lioncash/langbunnei
2018-07-23set: Implement GetAvailableLanguageCodeCount()Lioncash
2018-07-23set: Correct return code size of value in GetAvailableLanguageCodes()Lioncash
2018-07-22Merge pull request #774 from Subv/atomic_signalbunnei
2018-07-22Merge pull request #768 from lioncash/string-viewbunnei
2018-07-22Kernel/SVC: Perform atomic accesses in SignalProcessWideKey as per the real k...Subv
2018-07-22Implement exclusive monitorMerryMage
2018-07-22vfs: Correct file_p variable usage within InterpretAsDirectory()Lioncash
2018-07-22file_util, vfs: Use std::string_view where applicableLioncash
2018-07-21file_util: Use a u64 to represent number of entriesLioncash
2018-07-21Merge pull request #760 from lioncash/pathbunnei
2018-07-21GPU: Implement the NVGPU_IOCTL_CHANNEL_KICKOFF_PB ioctl2 command.Subv
2018-07-21file_util: Use an enum class for GetUserPath()Lioncash
2018-07-21Merge pull request #754 from lioncash/partbunnei
2018-07-21Merge pull request #750 from lioncash/ctxbunnei
2018-07-21Merge pull request #755 from lioncash/ctorbunnei
2018-07-21Merge pull request #751 from Subv/tpidr_el0bunnei
2018-07-21Merge pull request #753 from lioncash/constbunnei
2018-07-20Merge pull request #752 from Subv/vfs_loadbunnei
2018-07-20file_sys/errors: Remove redundant object constructor callsLioncash
2018-07-20vfs_real: Remove redundant copying of std::vector instances in GetFiles() and...Lioncash
2018-07-20partition_filesystem, vfs_real: Add missing standard includesLioncash
2018-07-20partition_filesystem, vfs_real: Use std::move in ReplaceFileWithSubdirectory(...Lioncash
2018-07-20partition_filesystem, vfs_real: Use std::distance() instead of subtractionLioncash
2018-07-20vfs_offset: Simplify TrimToFit()Lioncash
2018-07-20vfs: Make WriteBytes() overload taking a std::vector pass the std::vector by ...Lioncash
2018-07-20vfs: Use variable template variants of std::is_trivially_copyableLioncash
2018-07-20vfs: Amend constness on pointers in WriteBytes() and WriteArrays() member fun...Lioncash
2018-07-20Loader: Only print the module names and addresses if they actually exist.Subv
2018-07-20CPU: Save and restore the TPIDR_EL0 system register on every context switch.Subv