aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel/Process
AgeCommit message (Expand)Author
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan
2022-12-26Added Generic Math to BitUtils (#3929)1.1.491Hunter
2022-12-05Make structs readonly when applicable (#4002)1.1.426Andrey Sukharev
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine
2022-06-24Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)1.1.155gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)1.1.145gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan
2022-05-03Implement PM GetProcessInfo atmosphere extension (partially) (#2966)1.1.112gdkchan
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan
2022-03-12Fix GetUserDisableCount NRE (#3187)1.1.67gdkchan
2022-02-18Enable CPU JIT cache invalidation (#2965)1.1.44gdkchan
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42Berkan Diler
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
2022-01-16kernel: Fix deadlock when pinning in interrupt handler (#2999)Mary
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico
2021-08-04Update TamperMachine and disable write-to-code prevention (#2506)Caian Benedicto
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-05-30Fix guest stack trace inexistent function names (#2326)gdkchan
2021-05-29Add multi-level function table (#2228)FICTURE7
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-21Extend info printed when guest crashes/breaks execution (#1845)Somebody Whoisbored
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto
2020-12-13Correct type of executable sizes (#1802)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 IPC related syscalls (#1379)gdkchan
2020-07-09Implement modding support (#1249)mageven
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-02-06Fix a crash when closing the main UI (#904)Thog
2020-01-12Add 32 bits support to HleProcessDebugger (#859)Thog
2020-01-09Initialize GPU physical memory accessor from KProcess, to allow homebrew that...gdkchan
2019-12-26Make HLE disposable safely (#850)Thog
2019-10-31.NET Core 3.0 is here! (#784)LDj3SNuD
2019-09-02Added GUI to Ryujinx (#695)Xpl0itR
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-24Optimize address translation and write tracking on the MMU (#571)gdkchan
2019-02-04Implement speculative translation on the CPU (#515)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