summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-17kernel: memory: Add PageTable class, to manage process address space.bunnei
2020-04-17kernel: memory: Add MemoryLayout class, to build physical memory layout.bunnei
2020-04-17kernel: memory: Add MemoryManager class, to manage page heaps.bunnei
2020-04-17kernel: memory: Add MemoryBlockManager class, to manage memory blocks.bunnei
2020-04-17kernel: memory: Add PageHeap class, to manage a heap of pages.bunnei
2020-04-17kernel: memory: Add PageLinkedList class, to manage a list of pages.bunnei
2020-04-17kernel: memory: Add system_control code, which will be used for ASLR support.bunnei
2020-04-17physical_memory: Add missing include for <vector>.bunnei
2020-04-17kernel: memory: Add MemoryBlock class, for managing memory blocks and their s...bunnei
2020-04-17kernel: memory: Add memory_types.h, for things that are commonly used in memo...bunnei
2020-04-17kernel: memory: Add SlabHeap class, for managing memory heaps.bunnei
2020-04-17kernel: memory: Add AddressSpaceInfo class, for managing the memory address s...bunnei
2020-04-17core: device_manager: Add a simple class to manage device RAM.bunnei
2020-04-17dynarmic: Enable strict alignment checks.bunnei
2020-04-17common: scope_exit: Implement mechanism for canceling a scope exit.bunnei
2020-04-17core: memory: Move to Core::Memory namespace.bunnei
2020-04-17common: alignment: Add a helper function for generic alignment checking.bunnei
2020-04-17core: kernel: Add svc_types header to include SVC-specific types.bunnei
2020-04-17core: kernel: Move SVC to its own namesapce.bunnei
2020-04-17externals: Update to latest dynarmic.bunnei
2020-04-17kernel: resource_limit: Improvements to implementation.bunnei
2020-04-17loader: nso: Fix loading of static objects to be properly sized and aligned.bunnei
2020-04-17common: common_funcs: Add a macro for defining enum flag operators.bunnei
2020-04-17process: SetupMainThread: Zero out argument on process start.bunnei
2020-04-17arm_interface: Ensure ThreadContext is zero'd out.bunnei
2020-04-16Merge pull request #3671 from lioncash/switchbunnei
2020-04-16Merge pull request #3673 from lioncash/extrabunnei
2020-04-16Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cacheFernando Sahmkow
2020-04-16Merge pull request #3675 from degasus/linux_shared_librariesbunnei
2020-04-16externals: Use shared libraries if possibleMarkus Wick
2020-04-16externals: Move LibreSSL linking to httplib.Markus Wick
2020-04-16input_common: Use the CMake target instead of the variable.Markus Wick
2020-04-16Merge pull request #3659 from bunnei/time-calc-standard-userRodrigo Locatti
2020-04-16buffer_cache: Return handles instead of pointer to handlesReinUsesLisp
2020-04-16Merge pull request #3689 from lioncash/unused-varRodrigo Locatti
2020-04-16Merge pull request #3688 from lioncash/nequalRodrigo Locatti
2020-04-16Merge pull request #3680 from lioncash/staticRodrigo Locatti
2020-04-16Merge pull request #3687 from lioncash/constnessRodrigo Locatti
2020-04-16Merge pull request #3685 from lioncash/copiesRodrigo Locatti
2020-04-16decode/shift: Remove unused variable within Shift()Lioncash
2020-04-16surface_view: Add missing operator!= to ViewParamsLioncash
2020-04-15surface_base: Make IsInside() a const member functionLioncash
2020-04-15Merge pull request #3683 from lioncash/docsbunnei
2020-04-15control_flow: Make use of std::move in TryInspectAddress()Lioncash
2020-04-15video_core: Amend doxygen comment referencesLioncash
2020-04-15gl_query_cache: Resolve use-after-move in CachedQuery move assignment operatorLioncash
2020-04-15gl_device: Mark stage_swizzle as constexprLioncash
2020-04-15CMakeLists: Specify -Wextra on linux buildsLioncash
2020-04-15Merge pull request #3649 from FernandoS27/3d-fixRodrigo Locatti
2020-04-15Merge pull request #3612 from ReinUsesLisp/redFernando Sahmkow