1602 Commits (7b29a8ce4e1f94bec7e7828fb1674e1b43b937c5)

Author SHA1 Message Date
Lioncash ec2a6e5ba8 kernel: Remove all dependencies on the global system instance 5 years ago
ReinUsesLisp ccdd84a778 hle/scheduler: Fix data race in is_context_switch_pending 5 years ago
ReinUsesLisp 36eade7f4c hle/kernel: Fix data race in GetCurrentHostThreadID 5 years ago
Lioncash f808258ed9 kernel/scheduler: Mark SchedulerLock constructor as nodiscard 5 years ago
Lioncash b724a4d90c General: Tidy up clang-format warnings part 2 5 years ago
Lioncash 87c64c41d2 system_control: Make functions internally linked where applicable 5 years ago
Lioncash a10d64ea79 kernel: Remove unused variables 5 years ago
Lioncash 9893da8e2c scheduler: Resolve sign conversion warning 5 years ago
Lioncash 1a45b15a8c address_arbiter: Resolve sign conversion warning 5 years ago
David 9b75481755
ipc: Allow all trivially copyable objects to be passed directly into WriteBuffer (#4465) 5 years ago
Lioncash a7af349dae core_timing: Make use of uintptr_t to represent user_data 6 years ago
Lioncash 8bef49cde5 kernel/thread: Remove unimplemented function prototype 6 years ago
Lioncash 2bab07c367 kernel: Remove unused variables 6 years ago
Lioncash 07d080ecc8 kernel: Add missing include 6 years ago
Lioncash f0125b2be8 cpu_manager: Mark function getters as static 6 years ago
Lioncash bef1844a51 core_timing: Make TimedCallback take std::chrono::nanoseconds 6 years ago
Lioncash 8b50c660df core_timing: Make use of std::chrono with ScheduleEvent 6 years ago
Lioncash 73bb87c06b kernel/process: Move name and system context to the bottom of the member list 6 years ago
Lioncash 52e83f0d5c kernel/handle_table: Remove usages of the global system instance 6 years ago
Lioncash 4ad69ca96e kernel/thread: Remove global GetCurrentThread() 6 years ago
Lioncash f2f876e3ff memory_layout: Remove unused data member 6 years ago
Lioncash ed0fe04b4f address_space_info: Use type alias to simplify code 6 years ago
Lioncash c3eb42de65 address_space_info: Make use of designated initializers 6 years ago
ReinUsesLisp 9b38f4fc55 kernel/scheduler: Use std::mutex instead of spin lock 6 years ago
lat9nq 63d23835ef
configuration: implement per-game configurations (#4098) 6 years ago
ReinUsesLisp 8562b516c0 core_timing,scheduler: Use std::scoped_lock when possible 6 years ago
Fernando Sahmkow 2f8947583f Core/Common: Address Feedback. 6 years ago
Fernando Sahmkow 4105f38022 SVC: Implement 32-bits wrappers and update Dynarmic. 6 years ago
Fernando Sahmkow ce350e7ce0 SVC: Add GetCurrentProcessorNumber32, CreateTransferMemory32, SetMemoryAttribute32 6 years ago
Fernando Sahmkow 22ceaca2f4 SVC: Add GetThreadPriority32 & SetThreadPriority32 6 years ago
Fernando Sahmkow 7fd7d05838 Common/Kernel: Corrections and small bug fixing. 6 years ago
Fernando Sahmkow d240143588 Kernel: Correct Host Context on Threads and Scheduler. 6 years ago
Fernando Sahmkow 467d43570e Clang Format. 6 years ago
Fernando Sahmkow 48fa3b7a0f General: Cleanup legacy code. 6 years ago
Fernando Sahmkow c8bf47dcfb Kernel/svcBreak: Implement CacheInvalidation for Singlecore and correct svcBreak. 6 years ago
Fernando Sahmkow 19165cd859 HLE_IPC: Correct HLE Event behavior on timeout. 6 years ago
Fernando Sahmkow 7e2ce2f7f4 SingleCore: Improve Cycle timing Behavior and replace mutex in global scheduler for spinlock. 6 years ago
Fernando Sahmkow f5e32935ca SingleCore: Use Cycle Timing instead of Host Timing. 6 years ago
Fernando Sahmkow 9bde28d7b1 Scheduler: Correct Reload/Unload 6 years ago
Fernando Sahmkow 5974e3ea33 Thread: Release the ARM Interface on exitting. 6 years ago
Fernando Sahmkow 1567824d2d General: Move ARM_Interface into Threads. 6 years ago
Fernando Sahmkow 1b82ccec22 Core: Refactor ARM Interface. 6 years ago
Fernando Sahmkow 87c49aa7be SVC/ARM: Correct svcSendSyncRequest and cache ticks on arm interface. 6 years ago
Fernando Sahmkow f2ade343e2 SingleCore: Move Host Timing from a sepparate thread to main cpu thread. 6 years ago
Fernando Sahmkow 25565dffd5 ARM: Addapt to new Exclusive Monitor Interface. 6 years ago
Fernando Sahmkow db68fba4a6 Scheduler: Correct yielding interaction with SetThreadActivity. 6 years ago
Fernando Sahmkow 7020d498c5 General: Fix microprofile on dynarmic/svc, fix wait tree showing which threads were running. 6 years ago
Fernando Sahmkow e6f8bde74b General: Fix Stop function 6 years ago
Fernando Sahmkow f370de84b1 Kernel: Rewind on SVC change. 6 years ago
Fernando Sahmkow d494b074e8 Kernel: Preempt Single core on redudant yields. 6 years ago