2451 Commits (e5fd0b8ef5d8a4e9b0c67e1cf1963b0d7be01e0a)

Author SHA1 Message Date
bunnei 845a217d5e Revert "core: Switch to unique_ptr for usage of Common::Fiber." 6 years ago
bunnei 3322f10f84 core: Switch to unique_ptr for usage of Common::Fiber. 6 years ago
ameerj 0d9fb9ca27 kernel: Fix resource release exception on exit 6 years ago
bunnei 5dbcaa2970 hle: kernel: Migrate PageHeap/PageTable to KPageHeap/KPageTable. 6 years ago
bunnei c21aa2479a hle: kernel: Migrate MemoryManager to KMemoryManager. 6 years ago
bunnei 21a22af0c5 hle: kernel: Migrate PageLinkedList to KPageLinkedList. 6 years ago
bunnei a4c5e6d964 hle: kernel: Migrate to KMemoryBlock, KMemoryBlockManager, and others. 6 years ago
bunnei 5702047b65 hle: kernel: Migrate SlabHeap to KSlabHeap. 6 years ago
bunnei 8c9e87ab66 hle: kernel: Migrate MemoryLayout to KMemoryLayout. 6 years ago
bunnei 867294d639 hle: kernel: Migrate AddressSpaceInfo to KAddressSpaceInfo. 6 years ago
bunnei 921fd4932f hle: kernel: memory_manager: Rename AllocateContinuous to AllocateContinuous. 6 years ago
bunnei f82b15089b hle: kernel: KSystemControl does not belong in Memory namespace. 6 years ago
bunnei 5a1fe8c70a hle: kernel: memory: PageHeap: Migrate to KPageBitmap class. 6 years ago
bunnei cafc6c3707 hle: kernel: Add KPageBitmap class. 6 years ago
bunnei d072e9b977 hle: kernel: system_control: Add function GenerateRandomU64. 6 years ago
bunnei c51da1b0d5 hle: kernel: Add KSpinLock implementation. 6 years ago
bunnei f8d8755776 hle: kernel: Rename SharedMemory to KSharedMemory. 6 years ago
ameerj faae6b5595 kernel: More accurately reserve and release resources 6 years ago
ameerj 48b09cc56d kernel: KScopedReservation implementation 6 years ago
Chloe e62886ead0 kernel: Unify result codes (#5890) 6 years ago
Lioncash 6764c7ce52 k_address_arbiter: Unfold R_UNLESS macros 6 years ago
Lioncash 8884e73c8b k_address_arbiter: Remove unnecessary usages of std::addressof 6 years ago
Lioncash c8cc1c301e k_address_arbiter: Remove dead code 6 years ago
Lioncash 8618ac9b8b svc: Provide more detailed error logs for svc functions 6 years ago
bunnei 7126a200c4 hle: kernel: Drop R_UNLESS_NOLOG in favor of expanded if-statement. 6 years ago
bunnei 308995e446 hle: kernel: KAddressArbiter: Remove noisy error log. 6 years ago
bunnei 9c2719d86f hle: kernel: svc: Cleanup KEvent/KReadableEvent/KWritableEvent SVCs. 6 years ago
bunnei 0508831455 hle: kernel: Reimplement KReadableEvent and KWritableEvent. 6 years ago
bunnei 9da7b774ae hle: kernel: Implement KEvent. 6 years ago
bunnei 80a509355c hle: kernel: KAddressArbiter: Use R_UNLESS_NOLOG where applicable. 6 years ago
bunnei 80d0eb3bbd hle: kernel: Rename WritableEvent to KWritableEvent. 6 years ago
bunnei 284a4d9283 hle: kernel: Rename ReadableEvent to KReadableEvent. 6 years ago
Lioncash 7da83ef6f7 k_affinity_mask: Avoid implicit truncation to bool 6 years ago
Lioncash 9fb1a47658 k_priority_queue: Unfold several declval usages 6 years ago
Lioncash 8170435ec5 k_priority_queue: Simplify affinity mask type alias 6 years ago
Lioncash 4431b499d0 k_priority_queue: Resolved reserved identifier 6 years ago
Chloe Marcec 6ff08eb44f Simplify limitableresource names 6 years ago
Chloe Marcec 1c1940200a Compile error 6 years ago
Chloe Marcec 4d7f0c4c07 Address issues 6 years ago
Chloe Marcec 7a8501243d fix compile error 6 years ago
Chloe Marcec dea89a59c9 cleanup commenting 6 years ago
Chloe Marcec 3edb06af11 Drop m_ from lock 6 years ago
Chloe Marcec a69befa745 Move to GetGlobalTimeNs, fix GetTotalPhysicalMemoryAvailable 6 years ago
Chloe Marcec 68a52e9050 kernel: Rewrite resource limit to be more accurate 6 years ago
bunnei 189340d654 hle: kernel: KLightLock: Fix several bugs. 6 years ago
bunnei d09ade6cab hle: kernel: KThread: Release thread resource on thread exit. 6 years ago
bunnei a96667d30c yuzu: debugger: Ignore HLE threads. 6 years ago
bunnei 38ae7c53c0 hle: kernel: process: Add state lock. 6 years ago
bunnei 1a1bef5154 hle: kernel: threading: Fix bug with host thread naming. 6 years ago
bunnei bb41b9d462 hle: kernel: k_scheduler_lock: Cleanup. 6 years ago