1602 Commits (7b29a8ce4e1f94bec7e7828fb1674e1b43b937c5)

Author SHA1 Message Date
bunnei 8bc3d66354 hle: kernel: service_thread: Add parameter for thread pool size. 5 years ago
bunnei 28281ae250 core: hle: server_session: Use separate threads for each service connection. 5 years ago
Lioncash 2de124e223 svc: Remove unnecessary casts 5 years ago
Lioncash 6b7320add4 core: Remove unnecessary enum casts in log calls 5 years ago
comex e31cb50405 Fix "explicitly defaulted but implicitly deleted" warning 5 years ago
comex feac654ba0 core: Mark unused fields as [[maybe_unused]] 5 years ago
bunnei 1bdb756d28 hle: kernel: Process: Various style fixes based on code review feedback. 5 years ago
bunnei 9b492430bb hle: kernel: Thread: Various style fixes based on code review feedback. 5 years ago
bunnei ed4d1e2ade hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. 5 years ago
bunnei b1b4f2337e hle: kernel: KScopedLock: Various style fixes based on code review feedback. 5 years ago
bunnei 165d8485f0 hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. 5 years ago
bunnei 960500cfd2 hle: kernel: KScheduler: Various style fixes based on code review feedback. 5 years ago
bunnei 8fd921557f hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 5 years ago
bunnei 4d3be1816c hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 5 years ago
bunnei 357d79fb6e hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 5 years ago
bunnei b1326d9230 hle: kernel: Use C++ style comments in KScheduler, etc. 5 years ago
bunnei bc59ca92b6 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 5 years ago
bunnei b9b7e4f915 kernel: time_manager: Add missing lock guards. 5 years ago
bunnei ccce6cb3be hle: kernel: Migrate to KScopedSchedulerLock. 5 years ago
bunnei 4756cb203e hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 5 years ago
bunnei 8d3e06349e hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 5 years ago
bunnei 9e29e36a78 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 5 years ago
bunnei c10a37e5b6 hle: kernel: physical_core: Clear exclusive state after each run. 5 years ago
bunnei 7e5d0f1fe3 hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 5 years ago
bunnei 39d356782e hle: kernel: svc: Remove reschedule on svcBreak. 5 years ago
bunnei d58a609ae4 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 5 years ago
bunnei 493263f415 hle: kernel: svc: Remove unnecessary hack in svcSleep. 5 years ago
bunnei a3ccac3eb7 common: Port KPriorityQueue from Mesosphere. 5 years ago
bunnei e18ee8d681 hle: kernel: Port KAffinityMask from Mesosphere. 5 years ago
Lioncash f95602f152 video_core: Resolve more variable shadowing scenarios pt.3 5 years ago
bunnei 4b9e1b6586 kernel: scheduler: Minor cleanup to remove duplicated code. 5 years ago
bunnei b7ef581c6e kernel: time_manager: Protect access with a mutex. 5 years ago
bunnei c2ad1243ba hle: kernel: thread: Remove unused "Running" state. 5 years ago
bunnei 63fd1bb503 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 5 years ago
bunnei c0870315fd hle: kernel: time_manager: Avoid a crash on process exit. 5 years ago
bunnei 9705f651b2 hle: kernel: AddressArbiter: Remove unused code. 5 years ago
bunnei 9423347c1b hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 5 years ago
bunnei c042a89113 common: fiber: Use boost::context instead of native fibers on Windows. 5 years ago
bunnei 7b642c7781 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 5 years ago
Lioncash 874be0e3e1 svc: Remove unnecessary [[maybe_unused]] tag 5 years ago
Lioncash da7be67daf ipc_helpers: Remove usage of the global system instance 5 years ago
Lioncash fc6db97a09 core: Remove usage of unicorn 5 years ago
Morph 9cfc5fee2f kernel/process: Add missing <ctime> include 5 years ago
ReinUsesLisp ce69ff2890 hle/kernel: Remove unused registered_core_threads to fix data races 5 years ago
lat9nq 8bd246032a kernel: Use the current time as the default RNG seed 5 years ago
bunnei 3d592972dc
Revert "core: Fix clang build" 5 years ago
Lioncash fdd9154069 kernel: Fix build with recent compiler flag changes 5 years ago
Lioncash be1954e04c core: Fix clang build 5 years ago
ReinUsesLisp b9a9b83bee kernel: Implement host thread register methods without locking 5 years ago
Lioncash 39c8d18feb core/CMakeLists: Make some warnings errors 5 years ago