aboutsummaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2019-07-11core/arm: Remove obsolete Unicorn memory mappingLioncash
2019-07-11Restore memory perms on svcUnmapMemory/UnloadNroMichael Scire
2019-07-10Merge pull request #2700 from ogniK5377/GetFriendListbunnei
2019-07-10Merge pull request #2611 from DarkLordZach/pm-info-cmdbunnei
2019-07-10Merge pull request #2650 from DarkLordZach/mii-iface-verbunnei
2019-07-10system_archive: Add open-source reimplementation of MiiModel dataZach Hilman
2019-07-10mii: Handle logging of unknown database sourceZach Hilman
2019-07-09IFriendService::GetFriendListDavid Marcec
2019-07-08Prevent merging of device mapped memory blocks.Michael Scire
2019-07-08Merge pull request #2657 from ogniK5377/npad-assignmentsZach Hilman
2019-07-08addressed issuesDavid Marcec
2019-07-07Merge pull request #2651 from DarkLordZach/apm-boost-mode-1bunnei
2019-07-07Merge pull request #2642 from DarkLordZach/fsp-log-2bunnei
2019-07-07key_manager: Convert Ticket union to std::variantZach Hilman
2019-07-07es: Populate/synthesize tickets on constructionZach Hilman
2019-07-07key_manager: Add structure for Ticket parsingZach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketData (17)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketData (16)Zach Hilman
2019-07-07es: Implement ETicket GetPersonalizedTicketSize (15)Zach Hilman
2019-07-07es: Implement ETicket GetCommonTicketSize (14)Zach Hilman
2019-07-07es: Implement ETicket ListPersonalizedTicket (12)Zach Hilman
2019-07-07es: Implement ETicket ListCommonTicket (11)Zach Hilman
2019-07-07es: Implement ETicket CountPersonalizedTicket (10)Zach Hilman
2019-07-07es: Implement ETicket CountCommonTicket (9)Zach Hilman
2019-07-07es: Implement ETicket GetTitleKey (8)Zach Hilman
2019-07-07es: Implement ETicket ImportTicket (1)Zach Hilman
2019-07-07key_manager: Add accessors/helpers for ticket managementZach Hilman
2019-07-07key_manager: Add equality operator for RSAKeyPairZach Hilman
2019-07-07Remove unused member function declarationMichael Scire
2019-07-07physmem: add helpers, cleanup logic.Michael Scire
2019-07-07clang-format fixesMichael Scire
2019-07-07address review commentaryMichael Scire
2019-07-07Implement MapPhysicalMemory/UnmapPhysicalMemoryMichael Scire
2019-07-07kernel/process: Allocate the process' TLS region during initializationLioncash
2019-07-07kernel/process: Move main thread stack allocation to its own functionLioncash
2019-07-06mii: Implement IDatabaseService SetInterfaceVersionZach Hilman
2019-07-06Merge pull request #2674 from lioncash/reporterZach Hilman
2019-07-06Merge pull request #2677 from lioncash/assertZach Hilman
2019-07-06clang-format fixesMichael Scire
2019-07-06am: Implement GetAccumulatedSuspendedTickValueMichael Scire
2019-07-06memory: Remove unused includesLioncash
2019-07-06memory: Remove unused PageTable forward declarationLioncash
2019-07-06kernel/vm_manager: Rename 'new map' to 'stack'Lioncash
2019-07-05kernel/vm_manager: Handle stack/TLS IO region placement betterLioncash
2019-07-05core/reporter: Allow moves into SaveToFile()Lioncash
2019-07-05core/reporter: Add missing includes and forward declarationsLioncash
2019-07-05core/reporter: Remove unnecessary namespace qualifiersLioncash
2019-07-05core/reporter: Remove pessimizing move in GetHLERequestContextData()Lioncash
2019-07-05core/reporter: Make bracing consistentLioncash
2019-07-05core/reporter: Return in error case in SaveToFile()Lioncash