summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-20Merge pull request #2262 from lioncash/enumbunnei
2019-03-20Merge pull request #2273 from lioncash/guardbunnei
2019-03-20memory_manager: Cleanup FindFreeRegion.bunnei
2019-03-20memory_manager: Use Common::AlignUp in public interface as needed.bunnei
2019-03-20common/uint128: Add missing header guardLioncash
2019-03-20common/uint128: Add missing top-file source textLioncash
2019-03-20Merge pull request #2268 from lioncash/codesetbunnei
2019-03-20memory_manager: Bug fixes and further cleanup.bunnei
2019-03-20memory: Check that core is powered on before attempting to use GPU.bunnei
2019-03-20maxwell_dma: Check for valid source in destination before copy.bunnei
2019-03-20memory_manager: Add protections for invalid GPU addresses.bunnei
2019-03-20gl_rasterizer_cache: Check that backing memory is valid before creating a sur...bunnei
2019-03-20gpu: Rewrite virtual memory manager using PageTable.bunnei
2019-03-20gpu: Move GPUVAddr definition to common_types.bunnei
2019-03-20Merge pull request #2272 from lioncash/boostbunnei
2019-03-20common/CMakeLists: Amend boost dependencyLioncash
2019-03-20Merge pull request #2267 from FernandoS27/fix-2238bunnei
2019-03-20Merge pull request #2247 from lioncash/includebunnei
2019-03-20Merge pull request #2224 from lioncash/opusbunnei
2019-03-20Merge pull request #2239 from FearlessTobi/port-4684bunnei
2019-03-20kernel/process: Make MapSegment lambda reference parameter constLioncash
2019-03-20kernel: Move CodeSet structure to its own source filesLioncash
2019-03-20Merge pull request #2264 from lioncash/linkerbunnei
2019-03-19Merge pull request #2263 from FearlessTobi/port-4697bunnei
2019-03-19Fix crash caused by 2238.Fernando Sahmkow
2019-03-19Fix small bug that kept a thread as a condvar thread after being signalled.Fernando Sahmkow
2019-03-19loader: Remove Linker classLioncash
2019-03-19loader: Remove Linker inheritance from NRO and NSO loadersLioncash
2019-03-19Add CondVar Thread State.Fernando Sahmkow
2019-03-19Small fixes to address_arbiter to better match the IDB.Fernando Sahmkow
2019-03-19Fix getopt on systems where char is unsigned by defaultxperia64
2019-03-19file_sys/content_archive: Amend name of Data_Unknown5 enum entryLioncash
2019-03-18Merge pull request #2258 from lioncash/ambunnei
2019-03-18input_common/sdl: Correct return values within implementations of GetPollers()Lioncash
2019-03-18input_common/sdl: Use a type alias to shorten declaration of GetPollersLioncash
2019-03-18Merge pull request #2259 from lioncash/fspbunnei
2019-03-18Merge pull request #2254 from lioncash/redundantbunnei
2019-03-18fsp_srv: Unstub SetCurrentProcessLioncash
2019-03-18service/am: Add basic implementation of ChangeMainAppletMasterVolumeLioncash
2019-03-18service/am: Unstub SetTransparentVolumeRate()Lioncash
2019-03-18service/am: Unstub SetExpectedMasterVolume()Lioncash
2019-03-17Merge pull request #2238 from lioncash/threadbunnei
2019-03-17Merge pull request #2257 from MerryMage/boost-1.66Mat M
2019-03-17CMakeLists: Raise minimum Boost requirement to 1.66.0MerryMage
2019-03-17Merge pull request #2252 from bunnei/move-page-tablebunnei
2019-03-17CMakeLists: Move off of modifying CMAKE_*-related flagsLioncash
2019-03-17input_common/sdl_impl: Make lambda capture more specific in SDLState constructorLioncash
2019-03-17input_common/sdl_impl: Remove unnecessary std::chrono::duration constructionLioncash
2019-03-17input_common/sdl_impl: Remove unused variable in SDLState constructorLioncash
2019-03-17CMakeLists: Move compilation flags into the src directoryLioncash