aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Kernel
AgeCommit message (Expand)Author
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-06-24Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)gdkchan
2022-06-22Rewrite kernel memory allocator (#3316)gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)gdkchan
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-05-03Implement PM GetProcessInfo atmosphere extension (partially) (#2966)gdkchan
2022-05-03Implement code memory syscalls (#2958)gdkchan
2022-05-02Support memory aliasing (#2954)gdkchan
2022-03-12Fix GetUserDisableCount NRE (#3187)gdkchan
2022-03-11KThread: Fix GetPsr mask (#3180)merry
2022-02-18Enable CPU JIT cache invalidation (#2965)gdkchan
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)Berkan Diler
2022-02-18Move kernel syscall logs to new trace log level (#3137)gdkchan
2022-02-17Added trace log level (#3096)mlgatto
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)Berkan Diler
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
2022-01-16kernel: Fix deadlock when pinning in interrupt handler (#2999)Mary
2021-12-30kernel: Implement thread pinning support (#2840)Mary
2021-12-23Remove PortRemoteClosed warning (#2928)gdkchan
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary
2021-11-28kernel: Fix sleep timing accuracy (#2828)Mary
2021-11-28kernel: Add support for CFI (#2839)Mary
2021-10-24kernel: Fix inverted condition on permission check of SetMemoryPermission sys...Mary
2021-10-24kernel: Clear pages allocated with SetHeapSize (#2776)Mary
2021-10-24kernel: Add resource limit related syscalls (#2773)Mary
2021-10-24kernel: Implement SetMemoryPermission syscall (#2772)Mary
2021-10-24kernel: Add missing address space check in SetMemoryAttribute syscall (#2771)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-07-11Fix virtual memory allocation being out of range (#2464)gdkchan
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan
2021-06-23kernel: Implement MapTransferMemory and UnmapTransferMemory (#2386)Mary
2021-05-30Fix guest stack trace inexistent function names (#2326)gdkchan
2021-05-30Fix inverted low/high mask value on GetThreadCoreMask32 syscall (#2325)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-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-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto
2021-02-08Fix inter-process data copy on non-contiguous physical regions (#1988)gdkchan
2021-01-01Update KAddressArbiter implementation to 11.x kernel (#1851)gdkchan
2020-12-13Correct type of executable sizes (#1802)gdkchan
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan
2020-12-07Signal memory tracking before/after mapping into another process (#1785)riperiperi
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