1602 Commits (7b29a8ce4e1f94bec7e7828fb1674e1b43b937c5)

Author SHA1 Message Date
Fernando Sahmkow 3d0a2375ca Scheduler: Inline global scheduler in Scheduler Lock. 6 years ago
Fernando Sahmkow a1bf353780 Kernel: Correct pending feedback. 6 years ago
Fernando Sahmkow d219a96cc8 Kernel: Address Feedback. 6 years ago
Fernando Sahmkow ea956c823e Kernel: Implement Scheduler locks 6 years ago
Fernando Sahmkow 5c90d22f3d Kernel: Implement Time Manager. 6 years ago
Fernando Sahmkow 179bafa7cb Kernel: Rename ThreadCallbackHandleTable and Setup Thread Ids on Kernel. 6 years ago
Fernando Sahmkow 0728dfef84 Kernel: Make global scheduler depend on KernelCore 6 years ago
Fernando Sahmkow 2bc949628d Core: Address Feedback 6 years ago
Lioncash be269e21a5 address_arbiter: Collapse loops in InsertThread() and RemoveThread() 6 years ago
Lioncash 9f2c703137 address_arbiter: Simplify GetThreadsWaitingOnAddress() 6 years ago
Lioncash b80c348b09 kernel/thread: Remove trivial usages of the global system accessor 6 years ago
Fernando Sahmkow 1e6f8aba04 Core: Set all hardware emulation constants in a single file. 6 years ago
Fernando Sahmkow d23d504d77 Kernel: Refactor synchronization to better match RE 6 years ago
Fernando Sahmkow c5aefe42aa Kernel: Change WaitObject to Synchronization object. In order to better reflect RE. 6 years ago
bunnei ba53543da6 kernel: transfer_memory: Properly reserve and reset memory region. 6 years ago
Zach Hilman 7a547b9342 wait_object: Make wait behavior only require one object to signal. 7 years ago
bunnei 9751ccc5e0 hle_ipc: Add error checking to read/write buffer access. 6 years ago
Lioncash 2de2bb980e kernel/physical_core: Make use of std::unique_ptr 6 years ago
Lioncash 51927bc9dc kernel/physical_core: Remove unused kernel reference member variable 6 years ago
Fernando Sahmkow 2d1984c20c System: Address Feedback 6 years ago
Fernando Sahmkow a1630ab53e Kernel: Remove a few global instances from the kernel. 6 years ago
Fernando Sahmkow e4a1ead897 Core: Refactor CpuCoreManager to CpuManager and Cpu to Core Manager. 6 years ago
Fernando Sahmkow 450341b397 ArmInterface: Delegate Exclusive monitor factory to exclusive monitor interfasce. 6 years ago
Fernando Sahmkow 4d6a86b03f Core: Refactor CPU Management. 6 years ago
Fernando Sahmkow ab89ced244 Kernel: Implement Physical Core. 6 years ago
Markus Wick 56672b8c98 core/memory: Create a special MapMemoryRegion for physical memory. 6 years ago
Markus Wick 55103da066 core/hle: Simplify PhysicalMemory usage in vm_manager. 6 years ago
Markus Wick c76ffa5019 core/kernel: Fix GetTotalPhysicalMemoryUsed. 6 years ago
Fernando Sahmkow 22c6b9fab2 Kernel: Correct behavior of Address Arbiter threads. (#3165) 6 years ago
Lioncash 30e365e4fc kernel/svc: Correct function signature of SignalProcessWideKey 6 years ago
Lioncash c3e43c7e81 kernel: Remove unnecessary includes 6 years ago
Lioncash 67b8265bd6 kernel/svc: Provide implementations for svcDumpInfo/svcDumpInfoNew 6 years ago
Fernando Sahmkow 40cd4df584 CpuCore: Clear exclusive state after doing a run in dynarmic. 6 years ago
bunnei c3d3b173d3 kernel: Implement a more accurate IPC dispatch. 6 years ago
Lioncash e7e939104b core/memory; Migrate over SetCurrentPageTable() to the Memory class 6 years ago
Lioncash e4c381b885 core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b05bfc6036 core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class 6 years ago
Lioncash b2165c6b35 core/memory: Migrate over ReadCString() to the Memory class 6 years ago
Lioncash 3f08e8d8d4 core/memory: Migrate over GetPointer() 6 years ago
Lioncash 536fc7f0ea core: Prepare various classes for memory read/write migration 6 years ago
Lioncash e58748fd80 core/memory: Migrate over address checking functions to the new Memory class 6 years ago
Lioncash 323680e5ad core/memory: Migrate over memory mapping functions to the new Memory class 6 years ago
bunnei ec0ce96c56
core_timing: Use better reference tracking for EventType. (#3159) 6 years ago
bunnei f6b9b7910e kernel: Fix reference management for client/server session. 6 years ago
bunnei 9046d4a548
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel objects. (#3154) 6 years ago
bunnei 63248f4edd
Update svc.cpp 6 years ago
bunnei 6eaf7ab55f svc: GetSystemTick should return cntpct_el0, not core ticks. 6 years ago
Fernando Sahmkow 46bb609981 Kernel: Optimize condition variable threads management. 6 years ago
Fernando Sahmkow 2ab41ceff4 Kernel: Correct SignalProcessWideKey 6 years ago
Fernando Sahmkow 2d16507f9f Kernel: Correct behavior of Condition Variables to be more similar to real hardware. 6 years ago