summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | service: time: Update for new shared memory layout.Gravatar bunnei2020-04-171-3/+2
| * | | | | | | | | service: hid: Update for new shared memory layout.Gravatar bunnei2020-04-171-3/+2
| * | | | | | | | | service: irs: Update for new shared memory layout.Gravatar bunnei2020-04-171-3/+3
| * | | | | | | | | kernel: resource_limit: Reserve physical memory.Gravatar bunnei2020-04-171-1/+6
| * | | | | | | | | kernel: Initialize memory layout for new VMM.Gravatar bunnei2020-04-172-0/+159
| * | | | | | | | | core: system: Rename GetDeviceManager -> DeviceManager.Gravatar bunnei2020-04-173-7/+7
| * | | | | | | | | kernel: transfer_memory: Refactor for new VMM.Gravatar bunnei2020-04-172-130/+16
| * | | | | | | | | core: Construct/Destruct DeviceMemory on Init/Shutdown.Gravatar bunnei2020-04-171-4/+7
| * | | | | | | | | kernel: shared_memory: Refactor for new VMM.Gravatar bunnei2020-04-172-220/+58
| * | | | | | | | | core: device_memory: Update to use VirtualBuffer class.Gravatar bunnei2020-04-172-39/+12
| * | | | | | | | | common: Add VirtualBuffer class, to abstract memory virtualization.Gravatar bunnei2020-04-173-0/+112
| * | | | | | | | | kernel: errors: Add ERR_OUT_OF_RESOURCES.Gravatar bunnei2020-04-171-0/+1
| * | | | | | | | | kernel: process_capability: Update to use Memory::PageTable.Gravatar bunnei2020-04-172-23/+25
| * | | | | | | | | kernel: memory: Add PageTable class, to manage process address space.Gravatar bunnei2020-04-173-0/+1510
| * | | | | | | | | kernel: memory: Add MemoryLayout class, to build physical memory layout.Gravatar bunnei2020-04-172-0/+74
| * | | | | | | | | kernel: memory: Add MemoryManager class, to manage page heaps.Gravatar bunnei2020-04-173-0/+276
| * | | | | | | | | kernel: memory: Add MemoryBlockManager class, to manage memory blocks.Gravatar bunnei2020-04-173-0/+256
| * | | | | | | | | kernel: memory: Add PageHeap class, to manage a heap of pages.Gravatar bunnei2020-04-173-0/+483
| * | | | | | | | | kernel: memory: Add PageLinkedList class, to manage a list of pages.Gravatar bunnei2020-04-172-0/+94
| * | | | | | | | | kernel: memory: Add system_control code, which will be used for ASLR support.Gravatar bunnei2020-04-173-0/+61
| * | | | | | | | | physical_memory: Add missing include for <vector>.Gravatar bunnei2020-04-171-0/+2
| * | | | | | | | | kernel: memory: Add MemoryBlock class, for managing memory blocks and their s...Gravatar bunnei2020-04-172-0/+316
| * | | | | | | | | kernel: memory: Add memory_types.h, for things that are commonly used in memo...Gravatar bunnei2020-04-172-0/+19
| * | | | | | | | | kernel: memory: Add SlabHeap class, for managing memory heaps.Gravatar bunnei2020-04-172-0/+162
| * | | | | | | | | kernel: memory: Add AddressSpaceInfo class, for managing the memory address s...Gravatar bunnei2020-04-173-0/+166
| * | | | | | | | | core: device_manager: Add a simple class to manage device RAM.Gravatar bunnei2020-04-175-1/+118
| * | | | | | | | | dynarmic: Enable strict alignment checks.Gravatar bunnei2020-04-171-1/+4
| * | | | | | | | | common: scope_exit: Implement mechanism for canceling a scope exit.Gravatar bunnei2020-04-171-1/+8
| * | | | | | | | | core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-1737-98/+100
| * | | | | | | | | common: alignment: Add a helper function for generic alignment checking.Gravatar bunnei2020-04-171-0/+7
| * | | | | | | | | core: kernel: Add svc_types header to include SVC-specific types.Gravatar bunnei2020-04-173-0/+70
| * | | | | | | | | core: kernel: Move SVC to its own namesapce.Gravatar bunnei2020-04-175-9/+9
| * | | | | | | | | externals: Update to latest dynarmic.Gravatar bunnei2020-04-171-0/+0
| * | | | | | | | | kernel: resource_limit: Improvements to implementation.Gravatar bunnei2020-04-172-12/+50
| * | | | | | | | | loader: nso: Fix loading of static objects to be properly sized and aligned.Gravatar bunnei2020-04-171-19/+9
| * | | | | | | | | common: common_funcs: Add a macro for defining enum flag operators.Gravatar bunnei2020-04-171-0/+32
| * | | | | | | | | process: SetupMainThread: Zero out argument on process start.Gravatar bunnei2020-04-171-0/+2
| * | | | | | | | | arm_interface: Ensure ThreadContext is zero'd out.Gravatar bunnei2020-04-171-16/+16
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge pull request #3682 from lioncash/uamGravatar bunnei2020-04-171-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | gl_query_cache: Resolve use-after-move in CachedQuery move assignment operatorGravatar Lioncash2020-04-151-1/+1
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3671 from lioncash/switchGravatar bunnei2020-04-161-0/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | kernel/thread: Resolve -Wswitch warningsGravatar Lioncash2020-04-151-0/+2
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3673 from lioncash/extraGravatar bunnei2020-04-1626-70/+93
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | CMakeLists: Specify -Wextra on linux buildsGravatar Lioncash2020-04-1526-70/+93
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3600 from ReinUsesLisp/no-pointer-buf-cacheGravatar Fernando Sahmkow2020-04-1614-228/+90
|\ \ \ \ \ \
| * | | | | | buffer_cache: Return handles instead of pointer to handlesGravatar ReinUsesLisp2020-04-1614-228/+90
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #3675 from degasus/linux_shared_librariesGravatar bunnei2020-04-164-28/+71
|\ \ \ \ \ \
| * | | | | | externals: Use shared libraries if possibleGravatar Markus Wick2020-04-161-19/+65
| * | | | | | externals: Move LibreSSL linking to httplib.Gravatar Markus Wick2020-04-163-12/+9
| * | | | | | input_common: Use the CMake target instead of the variable.Gravatar Markus Wick2020-04-161-1/+1
|/ / / / / /