Age | Commit message (Expand) | Author |
2020-04-17 | kernel: memory: Add PageTable class, to manage process address space. | bunnei |
2020-04-17 | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei |
2020-04-17 | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei |
2020-04-17 | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei |
2020-04-17 | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei |
2020-04-17 | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei |
2020-04-17 | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei |
2020-04-17 | physical_memory: Add missing include for <vector>. | bunnei |
2020-04-17 | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei |
2020-04-17 | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei |
2020-04-17 | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei |
2020-04-17 | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei |
2020-04-17 | core: device_manager: Add a simple class to manage device RAM. | bunnei |
2020-04-17 | dynarmic: Enable strict alignment checks. | bunnei |
2020-04-17 | common: scope_exit: Implement mechanism for canceling a scope exit. | bunnei |
2020-04-17 | core: memory: Move to Core::Memory namespace. | bunnei |
2020-04-17 | common: alignment: Add a helper function for generic alignment checking. | bunnei |
2020-04-17 | core: kernel: Add svc_types header to include SVC-specific types. | bunnei |
2020-04-17 | core: kernel: Move SVC to its own namesapce. | bunnei |
2020-04-17 | externals: Update to latest dynarmic. | bunnei |
2020-04-17 | kernel: resource_limit: Improvements to implementation. | bunnei |
2020-04-17 | loader: nso: Fix loading of static objects to be properly sized and aligned. | bunnei |
2020-04-17 | common: common_funcs: Add a macro for defining enum flag operators. | bunnei |
2020-04-17 | process: SetupMainThread: Zero out argument on process start. | bunnei |
2020-04-17 | arm_interface: Ensure ThreadContext is zero'd out. | bunnei |
2020-04-16 | Merge pull request #3671 from lioncash/switch | bunnei |
2020-04-16 | key_manager: Resolve missing field initializer warning | Lioncash |
2020-04-16 | decode/memory: Resolve unused variable warning | Lioncash |
2020-04-16 | decode/texture: Resolve unused variable warnings. | Lioncash |
2020-04-16 | decode/texture: Collapse loop down into std::generate | Lioncash |
2020-04-16 | decode/texture: Eliminate trivial missing field initializer warnings | Lioncash |
2020-04-16 | time_zone_manager: Resolve sign conversion warnings | Lioncash |
2020-04-16 | hle_ipc: Remove std::size_t casts where applicable | Lioncash |
2020-04-16 | Merge pull request #3673 from lioncash/extra | bunnei |
2020-04-16 | maxwell_3d: Initialize format attributes constant as one | ReinUsesLisp |
2020-04-16 | vk_compute_pass: Implement indexed quads | ReinUsesLisp |
2020-04-16 | Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cache | Fernando Sahmkow |
2020-04-16 | Merge pull request #3675 from degasus/linux_shared_libraries | bunnei |
2020-04-16 | externals: Use shared libraries if possible | Markus Wick |
2020-04-16 | externals: Move LibreSSL linking to httplib. | Markus Wick |
2020-04-16 | input_common: Use the CMake target instead of the variable. | Markus Wick |
2020-04-16 | Merge pull request #3659 from bunnei/time-calc-standard-user | Rodrigo Locatti |
2020-04-16 | buffer_cache: Return handles instead of pointer to handles | ReinUsesLisp |
2020-04-16 | Merge pull request #3689 from lioncash/unused-var | Rodrigo Locatti |
2020-04-16 | Merge pull request #3688 from lioncash/nequal | Rodrigo Locatti |
2020-04-16 | Merge pull request #3680 from lioncash/static | Rodrigo Locatti |
2020-04-16 | Merge pull request #3687 from lioncash/constness | Rodrigo Locatti |
2020-04-16 | Merge pull request #3685 from lioncash/copies | Rodrigo Locatti |
2020-04-16 | decode/shift: Remove unused variable within Shift() | Lioncash |
2020-04-16 | surface_view: Add missing operator!= to ViewParams | Lioncash |