1412 Commits (3fe863c8f25aca6a0ab6d28ad516aba1011f9075)

Author SHA1 Message Date
Lioncash 371f3ecf5d kernel/physical_core: Make use of std::unique_ptr 6 years ago
Lioncash 379194237d kernel/physical_core: Remove unused kernel reference member variable 6 years ago
Fernando Sahmkow 8eb175481c System: Address Feedback 6 years ago
Fernando Sahmkow 3230cfebb7 Kernel: Remove a few global instances from the kernel. 6 years ago
Fernando Sahmkow 0a5e0d4777 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Fernando Sahmkow fb17429a0b ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. 6 years ago
Fernando Sahmkow 1c2981f6da Core: Refactor CPU Management. 6 years ago
Fernando Sahmkow a402d6e870 Kernel: Implement Physical Core. 6 years ago
Markus Wick 4042bd107b core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick b18f6d19e2 core/hle: Simplify PhysicalMemory usage in vm_manager. 6 years ago
Markus Wick 2049ebc50e core/kernel: Fix GetTotalPhysicalMemoryUsed. 6 years ago
Fernando Sahmkow 48dcf4c2d8 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 9e160743ac kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash 7953f7b0d8 kernel: Remove unnecessary includes 6 years ago
Lioncash 28ac8d63ef kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 2624ac7ae8 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
bunnei 4a4516868c kernel: Implement a more accurate IPC dispatch. 6 years ago
Lioncash 50906bcf42 core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash b5f69f4cc9 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash cc3d6fdf73 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash 8d306269d0 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 7110e6a128 core/memory: Migrate over GetPointer() 6 years ago
Lioncash e04aeb9531 core: Prepare various classes for memory read/write migration 6 years ago
Lioncash 811191a9c9 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 1d9be65e26 core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
bunnei 8b35acbd29 core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei 9a3cd7ccb8 kernel: Fix reference management for client/server session. 6 years ago
bunnei 5cb0f276fe kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei bde851fca2 Update svc.cpp 6 years ago
bunnei 5d381af66b svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
Fernando Sahmkow eb03767206 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow eef3236ecd Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow b021fa33b9 Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago
Fernando Sahmkow 323a0e17e7 Kernel: Correct Cancel Synchronization. 6 years ago
Lioncash 63a3b54c1f kernel: Resolve sign conversion warnings 6 years ago
bunnei cff4a946ab kernel: readable_event: Signal only once. 6 years ago
bunnei eeef564c02 kernel: events: Remove ResetType::Automatic. 6 years ago
bunnei 02a4c4c481 kernel: readable_event: Initialize members. 6 years ago
Lioncash 33df906815 scheduler: Mark parameter of AskForReselectionOrMarkRedundant() as const 6 years ago
Lioncash 0ae1dedad7 scheduler: Silence sign conversion warnings 6 years ago
Lioncash 3dbc651296 scheduler: Initialize class members directly where applicable 6 years ago
Lioncash 34e9a6ea64 scheduler: Amend documentation comments 6 years ago
Fernando Sahmkow 4f8fa2dd29 Kernel Thread: Cleanup THREADPROCESSORID_DONT_UPDATE. 6 years ago
Fernando Sahmkow 3300a7631d Kernel: Address Feedback 2 6 years ago
Fernando Sahmkow 5acd086b18 Kernel: Clang Format 6 years ago
Fernando Sahmkow ac9dd91f1e Kernel: Reverse global accessor removal. 6 years ago
Fernando Sahmkow a88238d68d Kernel: Address Feedback. 6 years ago
Fernando Sahmkow 17b53b4a54 Kernel Scheduler: Make sure the global scheduler shutdowns correctly. 6 years ago
Fernando Sahmkow 0d57b899dd Kernel_Thread: Eliminate most global accessors. 6 years ago
Fernando Sahmkow 59b89b1dd5 KernelSVC: Assert that condition variable address is aligned to 4 bytes. 6 years ago