aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Threading
AgeCommit message (Expand)Author
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2022-03-11KThread: Fix GetPsr mask (#3180)1.1.65merry
2022-02-09misc: Make PID unsigned long instead of long (#3043)1.1.22Mary
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-11-28kernel: Add support for CFI (#2839)Mary
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-21Extend info printed when guest crashes/breaks execution (#1845)Somebody Whoisbored
2021-05-11Fix a specific core migration bug on the scheduler (#2271)gdkchan
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-01-01Update KAddressArbiter implementation to 11.x kernel (#1851)gdkchan
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan
2020-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan
2020-08-04Improved Logger (#1292)mageven
2020-07-30 Print guest stack trace on invalid memory access (#1407)gdkchan
2020-07-17Improve kernel WaitSynchronization syscall implementation (#1362)gdkchan
2020-05-04Move kernel state out of the Horizon class (#1107)gdkchan
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix
2020-03-12Use a Jump Table for direct and indirect calls/jumps, removing transitions to...riperiperi
2020-02-06Fix a crash when closing the main UI (#904)Thog
2020-01-13Name all threads (#886)Ac_K
2019-12-26Make HLE disposable safely (#850)Thog
2019-11-14Set AArch32 mode in KThread (#818)Natalie C
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-08-08Add a new JIT compiler for CPU code (#693)gdkchan
2019-07-02Misc cleanup (#708)Alex Barney
2019-03-15Print Guest Stack Trace in ServiceNotImplemented Exception (#650)jduncanator
2019-02-19ARM exclusive monitor and multicore fixes (#589)gdkchan
2019-01-29Implement some ARM32 memory instructions and CMP (#565)gdkchan
2019-01-24Add ARM32 support on the translator (#561)gdkchan
2019-01-18Improve kernel IPC implementation (#550)gdkchan
2018-12-18Refactor SVC handler (#540)gdkchan