7784 Commits (14f50729e2e6027918a6adb1d2076b42d68c59cc)

Author SHA1 Message Date
bunnei dc2507fce2 hle: kernel: Remove unused variable. 5 years ago
bunnei 8517b156ae hle: kernel: k_memory_region_type: Remove extra ". 5 years ago
bunnei 1a89de249c core: arm_dynarmic: Ensure JIT state is saved/restored on page table changes. 5 years ago
bunnei 18c6e7e8df hle: kernel: k_memory_layout: Move KMemoryRegionAllocator out of global. 5 years ago
bunnei 79ca47ab3a hle: kernel: k_memory_layout: Derive memory regions based on board layout. 5 years ago
bunnei 643bc5bbc4 common: common_sizes: Move Invalid to Size_* prefix and add missing values. 5 years ago
bunnei 4387edcaa3 hle: kernel: k_memory_region: Refactor to simplify code. 5 years ago
bunnei c59d82d4cf hle: kernel: board: k_system_control: Extend to include memory region sizes. 5 years ago
bunnei 3eabb45a13 hle: kernel: board: Add secure_monitor module. 5 years ago
bunnei 60e9e9beb4 common: Move common sizes to their own header for code reuse. 5 years ago
bunnei 6775f9d758 hle: kernel: k_address_space_info: Cleanup. 5 years ago
bunnei cd09055341 hle: kernel: Add k_trace module. 5 years ago
bunnei 0e413fe782 hle: kernel: KSystemControl: Update to reflect board-specific behavior. 5 years ago
bunnei 74f0ee726c hle: kernel: KMemoryManager: Add CalculateManagementOverheadSize. 5 years ago
bunnei 693f08cd8b hle: kernel: KMemoryManager: Add aliases. 5 years ago
bunnei d25a181956 hle: kernel: Add architecture and board specific memory regions. 5 years ago
bunnei 0f5efc8f29 hle: kernel: KMemoryRegion: Derive region values. 5 years ago
bunnei 0aac780e5d hle: kernel: Migrate some code from Common::SpinLock to KSpinLock. 5 years ago
bunnei bbc5e3a0aa hle: kernel: Add initial KMemoryRegionType module. 5 years ago
bunnei 3000ebbf08 hle: kernel: Move KMemoryRegion to its own module and update. 5 years ago
Morph 8f439416b6 IApplicationDisplayService: Stub GetIndirectLayerImageMap 5 years ago
Morph 41925ce526 bsd: Avoid writing empty buffers 5 years ago
Morph ccccbf7334 system_version: Update to 11.0.1 5 years ago
Morph 05cedc499b system_archive: Update NgWord archive version 5 years ago
zkitx 89577872eb Fix casing on DeallocateAesKeySlot 5 years ago
zkitx 1cf20b84a7 Update SPL to fit N's service refactor (4.0.0+) which split into new services. 5 years ago
Morph d63d7bce9c time: Fix CalculateSpanBetween implementation 5 years ago
Morph e715bfd945 time: Assign the current time point to the ClockSnapshot 5 years ago
bunnei e4b692bd16 common: Fiber: use a reference for YieldTo. 5 years ago
bunnei 75519d107f hle: kernel: KThread: Rework dummy threads & fix memory leak. 5 years ago
bunnei 845a217d5e Revert "core: Switch to unique_ptr for usage of Common::Fiber." 5 years ago
Morph 31a56dafd3 aes_util: Remove malformed mbedtls_cipher_finish function call 5 years ago
bunnei 0fea01628e core: Shutdown: Move kernel cleanup to later in shutdown. 5 years ago
comex 4258b4985a [network] Error handling reform 5 years ago
german 38bbaf2c06 Implements touch, pan, pinch and rotation gestures 5 years ago
bunnei 05f489a639 core: hle: ldn: Error out on call to Initialization. 5 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 5 years ago
Morph c841dcc8cb hid: Implement GameCube Controller Vibrations 5 years ago
Morph ba79a07519 acc: Stub GetNintendoAccountUserResourceCacheForApplication 5 years ago
ameerj 0d9fb9ca27 kernel: Fix resource release exception on exit 5 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 5 years ago
bunnei c21aa2479a hle: kernel: Migrate MemoryManager to KMemoryManager. 5 years ago
bunnei 21a22af0c5 hle: kernel: Migrate PageLinkedList to KPageLinkedList. 5 years ago
bunnei a4c5e6d964 hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. 5 years ago
bunnei 5702047b65 hle: kernel: Migrate SlabHeap to KSlabHeap. 5 years ago
bunnei 8c9e87ab66 hle: kernel: Migrate MemoryLayout to KMemoryLayout. 5 years ago
bunnei 867294d639 hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. 5 years ago
bunnei 921fd4932f hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. 5 years ago
bunnei f82b15089b hle: kernel: KSystemControl does not belong in Memory namespace. 5 years ago
bunnei 5a1fe8c70a hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. 5 years ago