| Commit message (Expand) | Author | Age | Files | Lines |
| * | Replace externals with Conan (#3735) | James Rowe | 2020-05-08 | 1 | -2/+2 |
| * | kernel: Remove old VMManager class. | bunnei | 2020-04-17 | 1 | -2/+0 |
| * | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s... | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | core: device_manager: Add a simple class to manage device RAM. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 1 | -0/+1 |
| * | externals: Move LibreSSL linking to httplib. | Markus Wick | 2020-04-16 | 1 | -5/+2 |
| * | Merge pull request #3552 from jroweboy/single-context | Rodrigo Locatti | 2020-04-02 | 1 | -2/+0 |
| |\ |
|
| | * | Frontend/GPU: Refactor context management | James Rowe | 2020-03-24 | 1 | -2/+0 |
| * | | capsrv: Split Capture services into individual files and stub GetAlbumContent... | Morph | 2020-03-31 | 1 | -0/+12 |
| |/ |
|
| * | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-02 | 1 | -2/+4 |
| * | core: dynarmic: Add CP15 from Citra. | bunnei | 2020-03-02 | 1 | -0/+2 |
| * | core: frontend: Refactor scope_acquire_window_context to scope_acquire_context. | bunnei | 2020-02-25 | 1 | -2/+2 |
| * | Kernel: Implement Time Manager. | Fernando Sahmkow | 2020-02-22 | 1 | -0/+2 |
| * | Kernel: Refactor synchronization to better match RE | Fernando Sahmkow | 2020-02-11 | 1 | -0/+2 |
| * | Kernel: Change WaitObject to Synchronization object. In order to better refle... | Fernando Sahmkow | 2020-02-11 | 1 | -2/+2 |
| * | Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. | Fernando Sahmkow | 2020-01-26 | 1 | -4/+4 |
| * | Core: Refactor CPU Management. | Fernando Sahmkow | 2020-01-25 | 1 | -0/+2 |
| * | system_archive: Add a basic HLE implementation for time zone binary. | bunnei | 2020-01-04 | 1 | -0/+2 |
| * | service: time: Rewrite implementation of glue services. | bunnei | 2020-01-04 | 1 | -0/+28 |
| * | kernel: Implement a more accurate IPC dispatch. | bunnei | 2019-11-28 | 1 | -0/+1 |
| * | core/memory: Migrate over memory mapping functions to the new Memory class | Lioncash | 2019-11-26 | 1 | -1/+0 |
| * | CMakeLists: Make most implicit type conversion warnings errors on MSVC | Lioncash | 2019-11-12 | 1 | -0/+17 |
| * | externals: Move OSS font data to file_sys in core | Zach Hilman | 2019-10-13 | 1 | -1/+15 |
| * | Merge pull request #2654 from DarkLordZach/lm-log-rewrite | bunnei | 2019-10-08 | 1 | -0/+2 |
| |\ |
|
| | * | core: Add LM::Manager to system | Zach Hilman | 2019-09-22 | 1 | -0/+2 |
| * | | module: Create BCAT backend based upon Settings value on construction | Zach Hilman | 2019-09-30 | 1 | -0/+20 |
| |/ |
|
| * | Revert "Merge pull request #2709 from DarkLordZach/oss-ext-fonts-1" | David Marcec | 2019-09-22 | 1 | -15/+1 |
| * | Merge pull request #2535 from DarkLordZach/cheat-v2 | David | 2019-09-22 | 1 | -2/+5 |
| |\ |
|
| | * | cheat_engine: Move to memory and strip VM | Zach Hilman | 2019-09-21 | 1 | -2/+5 |
| * | | externals: Move OSS font data to file_sys in core | Zach Hilman | 2019-09-21 | 1 | -1/+15 |
| |/ |
|
| * | Merge pull request #2707 from DarkLordZach/oss-miimodel | David | 2019-09-05 | 1 | -0/+2 |
| |\ |
|
| | * | system_archive: Add open-source reimplementation of MiiModel data | Zach Hilman | 2019-07-10 | 1 | -0/+2 |
| * | | Merge pull request #2592 from FernandoS27/sync1 | bunnei | 2019-07-26 | 1 | -0/+3 |
| |\ \
| |/
|/| |
|
| | * | Gpu: Implement Hardware Interrupt Manager and manage GPU interrupts | Fernando Sahmkow | 2019-07-05 | 1 | -0/+2 |
| | * | nv_services: Correct buffer queue fencing and GPFifo fencing | Fernando Sahmkow | 2019-07-05 | 1 | -0/+1 |
| * | | Merge pull request #2657 from ogniK5377/npad-assignments | Zach Hilman | 2019-07-08 | 1 | -0/+1 |
| |\ \ |
|
| | * | | hid:StartLrAssignmentMode, hid:StopLrAssignmentMode, hid:SwapNpadAssignment | David Marcec | 2019-07-01 | 1 | -0/+1 |
| * | | | Merge pull request #2651 from DarkLordZach/apm-boost-mode-1 | bunnei | 2019-07-07 | 1 | -0/+2 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | apm: Add Controller class to manage speed data and application | Zach Hilman | 2019-06-28 | 1 | -0/+2 |
| * | | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfo | Zach Hilman | 2019-07-03 | 1 | -0/+1 |
| |\ \ \ |
|