Commit graph

304 commits

Author SHA1 Message Date
DH 091a9eec26 kernel: umtx: implement umtx_wake2_umutex
fixed shared unlock
2024-11-24 20:49:13 +03:00
DH c029923739 kernel: umtx: fix race on lock/unlock 2024-11-24 15:44:17 +03:00
DH 44acb30d60 kernel: sysctl: add hw.sce_main_socid 2024-11-24 14:11:12 +03:00
DH 2d30385a9a kernel: improve sys_begin_app_mount stub 2024-11-24 14:10:38 +03:00
DH 47619f1956 kevent: fix display events 2024-11-24 14:09:40 +03:00
DH c075822003 kernel: sysctl: add vm.budgets.avail 2024-11-22 14:49:57 +03:00
DH 661a71885b kernel:fix sys_osem_trywait merge issue
fix sys_osem_post on wrong descriptor
2024-11-21 12:32:18 +03:00
DH d7c3cb17ad fix compilation error 2024-11-21 11:46:10 +03:00
DH bb684f87b1 ps5: fix audiod failure
thanks ga2mer for investigation
2024-11-21 02:52:21 +03:00
DH 20f8ff7881 kernel: add ps5 sysvec
stub sys_begin_app_mount & sys_end_app_mount
2024-11-21 02:48:43 +03:00
DH 87c0cd7dad kernel: umtx: avoid notifying suspended processes
stub sys_prepare_to_suspend_process and sys_suspend_process
fix sys_osem_trywait on bad descriptor
2024-11-20 23:29:56 +03:00
DH 0da531a58e kernel: sysctl: do not return info about dead processes 2024-11-20 23:23:54 +03:00
DH b6556e83ee ps5: collect type of process and firmware
add
initial gc and dce ioctls implementation
2024-11-20 23:11:55 +03:00
DH ffe2837915 orbis-kernel: extend max load segments count 2024-11-18 04:44:47 +03:00
DH 239d554c66 orbis-kernel: umtx: fix random hangs 2024-11-14 21:23:51 +03:00
DH c4d55af26a shared cv: do not wakeup on spurious wakeup with timeout 2024-11-14 17:28:10 +03:00
DH fdce2892fb orbis-kernel: fix sys_cpuset_getaffinity 2024-11-14 11:14:27 +03:00
DH 00273aa75b orbis-kernel: allow umtx_cv_wait with abs time
workaround for wrong blockpool protection
2024-11-14 02:03:39 +03:00
DH 6f80249291 orbis-kernel: do not invoke coredump handler 2024-11-14 01:55:14 +03:00
DH 2f1c8e9a91 orbis-kernel: implement vm.budgets.mlock_total 2024-11-13 22:37:32 +03:00
DH 9fbe1846c0 orbis-kernel: unblock signals only on wait operations
implement sys_cpuset_getaffinity, sys_cpuset_setaffinity, sys_rtprio_thread
fix hang on sys_select
simplify sys_thr_*_ucontext
2024-11-13 21:53:05 +03:00
DH c19c70eb77 ipmi: fix dead lock on connection error
improved ipmi client simulators
2024-11-13 21:28:15 +03:00
Nikita Savyolov 2bf0824a5c
ipmi: hack to close message dialogs (#83) 2024-11-13 15:09:26 +03:00
DH aaec1484a1 orbis-kernel: sys_event: cache triggered events
add hp3d event stub
2024-11-12 13:00:13 +03:00
DH ce99af234c orbis-kernel: do not extend lifetime of kqueue in knote 2024-11-12 12:55:35 +03:00
DH 89c1601d49 vm: use virtual address range from orbis config 2024-11-12 12:55:06 +03:00
DH 9558bb7335 orbis-kernel: shared_cv: fixed regression 2024-11-01 09:14:51 +03:00
DH 8440940945 orbis-kernel: add deduction guide for Ref utility 2024-11-01 00:46:42 +03:00
DH 61f18f6215 orbis-kernel: const correctness for RcIdMap 2024-10-31 22:57:36 +03:00
DH 7d0f277ad5 orbis-kernel: Add SharedAtomic utility
Initial shared atomic implementation for Darwin
2024-10-31 22:54:16 +03:00
DH 2723eb0bfd orbis-kernel: umtx: implement notify_n 2024-10-31 14:19:22 +03:00
DH 1fbb7c2edf orbis-kernel: fix sys_truncate 2024-10-22 19:44:18 +03:00
DH 5d1fb82cc4 orbis-kernel: do not force clear of graphics core events 2024-10-22 15:10:35 +03:00
Isaac Marovitz 370b9695ac
Define umtx ops in header 2024-10-15 22:21:05 +02:00
DH 4fe857485c gpu: implement compute queue 2024-10-15 18:35:17 +03:00
DH 6259005d56 orbis-kernel: kalloc: reduce shared memory size
add detailed log on failure
2024-10-14 20:32:02 +03:00
DH 66890b53d2 orbis-kernel: kalloc: revert heap base change 2024-10-14 19:58:29 +03:00
DH 22674a4c67 orbis-kernel: kalloc: do not use debug heap by default 2024-10-14 19:51:04 +03:00
DH 55f1f26806 orbis-kernel: kalloc: reduce log spam 2024-10-14 19:35:25 +03:00
DH 0cca4b83be orbis-kernel: kevent: always clear display and graphics core events 2024-10-14 19:15:44 +03:00
DH 00b9f016e3 orbis-kernel: implement debug kalloc 2024-10-14 19:15:05 +03:00
DH 0c16e294d4 merge rpcsx-gpu and rpcsx-os
initial watchdog implementation
implement gpu -> os events
implement main gfx queue
2024-10-12 05:24:58 +03:00
DH 8f46b420c9 orbis-kernel: sys_evf_create: ignore shared evf duplication 2024-10-06 13:05:23 +03:00
DH 2ed1c7fa73 orbis-kernel: removed test change 2024-10-02 02:34:35 +03:00
DH 825c192c49 rpcsx-os: do not freeze on memory save data, part 2 2024-10-01 19:48:18 +03:00
DH af62ee04dd ipmi: implement fake client API 2024-09-26 20:23:52 +03:00
DH 7e01a65117 move AudioOut from orbis-kernel to rpcsx-os 2024-09-25 22:17:44 +03:00
Nikita Savyolov 0d4ed51cd9
emulate audio system without audio daemon (#74) 2024-09-25 14:54:28 +03:00
Alexandre Bouvier 7e78907829
cmake: try system libraries first (#71) 2024-09-14 14:45:07 +03:00
DH 225850483b fixed build errors with gcc 2024-09-02 20:53:05 +03:00