2451 Commits (e5fd0b8ef5d8a4e9b0c67e1cf1963b0d7be01e0a)

Author SHA1 Message Date
bunnei 3d7b4bfa48 hle: kernel: service_thread: Add parameter for thread pool size. 6 years ago
bunnei 56be5d7ba9 core: hle: server_session: Use separate threads for each service connection. 6 years ago
Lioncash a4f07e1cc4 svc: Remove unnecessary casts 6 years ago
Lioncash 8f135703dc core: Remove unnecessary enum casts in log calls 6 years ago
comex 086238f1ac Fix "explicitly defaulted but implicitly deleted" warning 6 years ago
comex cf99d67e66 core: Mark unused fields as [[maybe_unused]] 6 years ago
bunnei 144e143a40 hle: kernel: Process: Various style fixes based on code review feedback. 6 years ago
bunnei 37b1919b4d hle: kernel: Thread: Various style fixes based on code review feedback. 6 years ago
bunnei f83f0ef61b hle: kernel: KScopedSchedulerLockAndSleep: Various style fixes based on code review feedback. 6 years ago
bunnei 85c01ee860 hle: kernel: KScopedLock: Various style fixes based on code review feedback. 6 years ago
bunnei e3e254b713 hle: kernel: KAbstractSchedulerLock: Various style fixes based on code review feedback. 6 years ago
bunnei 2033f0a1a3 hle: kernel: KScheduler: Various style fixes based on code review feedback. 6 years ago
bunnei dfacfa12d3 hle: kernel: KPriorityQueue: Various style fixes based on code review feedback. 6 years ago
bunnei 266d16c350 hle: kernel: KAffinityMask: Various style fixes based on code review feedback. 6 years ago
bunnei ddaecce2f5 hle: kernel: GlobalSchedulerContext: Various style fixes based on code review feedback. 6 years ago
bunnei ea30e22ef1 hle: kernel: Use C++ style comments in KScheduler, etc. 6 years ago
bunnei c3c09d9a35 kernel: KScopedSchedulerLockAndSleep: Remove unused ctor. 6 years ago
bunnei 31243d2b7a kernel: time_manager: Add missing lock guards. 6 years ago
bunnei de522657dd hle: kernel: Migrate to KScopedSchedulerLock. 6 years ago
bunnei 61e017a026 hle: kernel: Separate KScopedSchedulerLockAndSleep from k_scheduler. 6 years ago
bunnei 4f16c961c9 hle: kernel: Separate KScheduler from GlobalSchedulerContext class. 6 years ago
bunnei 039844bbb9 hle: kernel: Rewrite scheduler implementation based on Mesopshere. 6 years ago
bunnei abc079aca1 hle: kernel: physical_core: Clear exclusive state after each run. 6 years ago
bunnei 1ffab4019b hle: kernel: Port KAbstractSchedulerLock from Mesosphere. 6 years ago
bunnei 0c9f4d749c hle: kernel: svc: Remove reschedule on svcBreak. 6 years ago
bunnei cd66ac3af5 hle: kernel: process: Add schedule count tracking, to be used for yield impl. 6 years ago
bunnei 5f00b01a5d hle: kernel: svc: Remove unnecessary hack in svcSleep. 6 years ago
bunnei 11e7b74858 common: Port KPriorityQueue from Mesosphere. 6 years ago
bunnei ba09b4d69d hle: kernel: Port KAffinityMask from Mesosphere. 6 years ago
Lioncash 5db4785535 video_core: Resolve more variable shadowing scenarios pt.3 6 years ago
bunnei 3edaafa295 kernel: scheduler: Minor cleanup to remove duplicated code. 6 years ago
bunnei 64cb411dda kernel: time_manager: Protect access with a mutex. 6 years ago
bunnei b2de57e93e hle: kernel: thread: Remove unused "Running" state. 6 years ago
bunnei a5b73195c9 core: arm: Implement InvalidateCacheRange for CPU cache invalidation. 6 years ago
bunnei 5114c6f3ac hle: kernel: time_manager: Avoid a crash on process exit. 6 years ago
bunnei 026a8dd832 hle: kernel: AddressArbiter: Remove unused code. 6 years ago
bunnei e7c2a66ecd hle: kernel: SynchronizationObject: Use atomic_bool for is_signaled. 6 years ago
bunnei b92d8acd2f common: fiber: Use boost::context instead of native fibers on Windows. 6 years ago
bunnei aaffe73f47 hle: kernel: multicore: Replace n-JITs impl. with 4 JITs. 6 years ago
Lioncash b038dcf23c svc: Remove unnecessary [[maybe_unused]] tag 6 years ago
Lioncash e7fe020ace ipc_helpers: Remove usage of the global system instance 6 years ago
Lioncash 5c55f3b585 core: Remove usage of unicorn 6 years ago
Morph fc09a13d34 kernel/process: Add missing <ctime> include 6 years ago
ReinUsesLisp 1a1ca86eb5 hle/kernel: Remove unused registered_core_threads to fix data races 6 years ago
lat9nq 2974d72a2a kernel: Use the current time as the default RNG seed 6 years ago
bunnei deb3536936 Revert "core: Fix clang build" 6 years ago
Lioncash 1367e8fb75 kernel: Fix build with recent compiler flag changes 6 years ago
Lioncash 18636013c9 core: Fix clang build 6 years ago
ReinUsesLisp a13623c68b kernel: Implement host thread register methods without locking 6 years ago
Lioncash 16de0a6a96 core/CMakeLists: Make some warnings errors 6 years ago