| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | kernel: process_capability: Update to use Memory::PageTable. | bunnei | 2020-04-17 | 2 | -23/+25 |
| * | | | kernel: memory: Add PageTable class, to manage process address space. | bunnei | 2020-04-17 | 2 | -0/+1508 |
| * | | | kernel: memory: Add MemoryLayout class, to build physical memory layout. | bunnei | 2020-04-17 | 1 | -0/+73 |
| * | | | kernel: memory: Add MemoryManager class, to manage page heaps. | bunnei | 2020-04-17 | 2 | -0/+274 |
| * | | | kernel: memory: Add MemoryBlockManager class, to manage memory blocks. | bunnei | 2020-04-17 | 2 | -0/+254 |
| * | | | kernel: memory: Add PageHeap class, to manage a heap of pages. | bunnei | 2020-04-17 | 2 | -0/+481 |
| * | | | kernel: memory: Add PageLinkedList class, to manage a list of pages. | bunnei | 2020-04-17 | 1 | -0/+93 |
| * | | | kernel: memory: Add system_control code, which will be used for ASLR support. | bunnei | 2020-04-17 | 2 | -0/+59 |
| * | | | physical_memory: Add missing include for <vector>. | 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/+315 |
| * | | | kernel: memory: Add memory_types.h, for things that are commonly used in memo... | bunnei | 2020-04-17 | 1 | -0/+18 |
| * | | | kernel: memory: Add SlabHeap class, for managing memory heaps. | bunnei | 2020-04-17 | 1 | -0/+161 |
| * | | | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s... | bunnei | 2020-04-17 | 2 | -0/+164 |
| * | | | core: memory: Move to Core::Memory namespace. | bunnei | 2020-04-17 | 10 | -30/+34 |
| * | | | core: kernel: Add svc_types header to include SVC-specific types. | bunnei | 2020-04-17 | 2 | -0/+69 |
| * | | | core: kernel: Move SVC to its own namesapce. | bunnei | 2020-04-17 | 2 | -6/+6 |
| * | | | kernel: resource_limit: Improvements to implementation. | bunnei | 2020-04-17 | 2 | -12/+50 |
| * | | | process: SetupMainThread: Zero out argument on process start. | bunnei | 2020-04-17 | 1 | -0/+2 |
| * | | | Merge pull request #3671 from lioncash/switch | bunnei | 2020-04-16 | 1 | -0/+2 |
| |\ \ \
| |/ /
|/| | |
|
| | * | | kernel/thread: Resolve -Wswitch warnings | Lioncash | 2020-04-15 | 1 | -0/+2 |
| * | | | Merge pull request #3673 from lioncash/extra | bunnei | 2020-04-16 | 6 | -23/+27 |
| |\ \ \ |
|
| | * | | | CMakeLists: Specify -Wextra on linux builds | Lioncash | 2020-04-15 | 6 | -23/+27 |
| * | | | | Merge pull request #3659 from bunnei/time-calc-standard-user | Rodrigo Locatti | 2020-04-16 | 3 | -1/+25 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | service: time: Implement CalculateStandardUserSystemClockDifferenceByUser. | bunnei | 2020-04-14 | 3 | -1/+25 |
| | | |/
| |/| |
|
| * | | | CMakeLists: Make -Wreorder a compile-time error | Lioncash | 2020-04-15 | 1 | -1/+1 |
| | |/
|/| |
|
| * | | service: friend: Stub IFriendService::GetBlockedUserListIds. | bunnei | 2020-04-14 | 1 | -1/+10 |
| |/ |
|
| * | Merge pull request #3606 from ReinUsesLisp/nvflinger | bunnei | 2020-04-12 | 3 | -10/+44 |
| |\ |
|
| | * | service/vi: Partially implement BufferQueue disconnect | ReinUsesLisp | 2020-04-10 | 3 | -10/+44 |
| * | | Buffer queue: Correct behavior of free buffer. | Fernando Sahmkow | 2020-04-10 | 2 | -9/+33 |
| |/ |
|
| * | Merge pull request #3563 from bunnei/fix-ldr-memstate | Fernando Sahmkow | 2020-04-03 | 1 | -5/+15 |
| |\ |
|
| | * | services: ldr: Fix MemoryState for read/write regions of NROs. | bunnei | 2020-03-26 | 1 | -5/+15 |
| * | | capsrv: Split Capture services into individual files and stub GetAlbumContent... | Morph | 2020-03-31 | 14 | -151/+524 |
| * | | Merge pull request #3568 from bunnei/time-calcspan | bunnei | 2020-03-29 | 3 | -1/+31 |
| |\ \ |
|
| | * | | services: time: Implement CalculateSpanBetween. | bunnei | 2020-03-27 | 3 | -1/+31 |
| | |/ |
|
| * | | Merge pull request #3562 from perillamint/vrsvc | bunnei | 2020-03-28 | 2 | -3/+42 |
| |\ \ |
|
| | * | | am: Implement VR related APIs | perillamint | 2020-03-27 | 2 | -3/+42 |
| | |/ |
|
| * / | services: hid: Stub InitializeSevenSixAxisSensor. | bunnei | 2020-03-27 | 2 | -1/+9 |
| |/ |
|
| * | sm/controller: Increase PointerBufferSize | FearlessTobi | 2020-03-23 | 1 | -1/+1 |
| * | Merge pull request #3477 from FearlessTobi/webapplet-shit | bunnei | 2020-03-22 | 1 | -0/+6 |
| |\ |
|
| | * | core/web_browser: Allow WebApplet to exit gracefully when an error occurs | FearlessTobi | 2020-03-22 | 1 | -0/+6 |
| * | | set: implement GetRegionCode | Dan | 2020-03-19 | 2 | -1/+10 |
| * | | time_zone_content_manager: Fix out of bounds read | ReinUsesLisp | 2020-03-18 | 1 | -1/+1 |
| * | | NVFlinger: Do the microprofile Flip after processing a valid frame. | Fernando Sahmkow | 2020-03-12 | 1 | -2/+2 |
| * | | core: hle: Implement separate A32/A64 SVC interfaces. | bunnei | 2020-03-02 | 2 | -107/+380 |
| * | | core: Implement separate A32/A64 ARM interfaces. | bunnei | 2020-03-02 | 8 | -36/+73 |
| |/ |
|
| * | AM/ICommonStateGetter: Stub SetLcdBacklighOffEnabled (#3454) | Morph | 2020-02-27 | 2 | -2/+14 |
| * | Merge pull request #3431 from CJBok/npad-fix | bunnei | 2020-02-25 | 1 | -5/+5 |
| |\ |
|
| | * | analog_from_button get direction implementation | CJBok | 2020-02-18 | 1 | -5/+5 |
| * | | Scheduler: Inline global scheduler in Scheduler Lock. | Fernando Sahmkow | 2020-02-22 | 1 | -4/+2 |
| * | | Kernel: Correct pending feedback. | Fernando Sahmkow | 2020-02-22 | 1 | -3/+4 |