Commit graph

316 commits

Author SHA1 Message Date
DH 2255d304e3 orbis: missed change
Some checks are pending
Formatting check / formatting-check (push) Waiting to run
Build RPCS3 Qt UI (Legacy) / RPCS3 Qt UI (Legacy) for Linux ${{ matrix.os }} ${{ matrix.compiler }} (.ci/build-linux-aarch64.sh, clang, ubuntu-24.04-arm) (push) Waiting to run
Build RPCS3 Qt UI (Legacy) / RPCS3 Qt UI (Legacy) for Linux ${{ matrix.os }} ${{ matrix.compiler }} (.ci/build-linux.sh, clang, ubuntu-24.04) (push) Waiting to run
Build RPCS3 Qt UI (Legacy) / RPCS3 Qt UI (Legacy) for Linux ${{ matrix.os }} ${{ matrix.compiler }} (.ci/build-linux.sh, gcc, ubuntu-24.04) (push) Waiting to run
Build RPCS3 Qt UI (Legacy) / RPCS3 Qt UI (Legacy) for Windows (push) Waiting to run
Build RPCSX / build-linux (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv8-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv8.1-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv8.2-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv8.4-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv8.5-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv9-a) (push) Waiting to run
Build RPCSX / build-android (arm64-v8a, armv9.1-a) (push) Waiting to run
Build RPCSX / build-android (x86_64, x86-64) (push) Waiting to run
2025-09-21 11:18:34 +03:00
DH 79d3f279fd orbis: fixed race on signal handling 2025-09-21 10:44:42 +03:00
DH f7651d7eae orbis: propagate SIGSEGV, SIGBUS and SIGFPE in userspace to guest handler
fix minor race
fix signal delivery without handler freeze
2025-09-21 09:13:21 +03:00
DH 70fa577a7b orbis: implement initial guest signals support 2025-09-21 08:46:28 +03:00
DH 36b9e969c2 logs: fix debug build, do not print literal value 2025-09-21 06:55:54 +03:00
DH 42cb5d7977 format all source code with clang-format 2025-04-05 22:50:45 +03:00
DH eaf15a0169 kernel: merge appInfo and appInfo2 2024-11-27 14:10:53 +03:00
DH 20303c903d kernel: sysctl: add AppInfo2
stub camera and devact ioctls
stub sys_cpuset
reduce log spam

thanks ga2mer for investigation
2024-11-26 15:29:43 +03:00
DH 6257c0f76d ps4: proto fw tweaks 2024-11-25 19:06:56 +03:00
DH 28ceb7471d kevent: fix graphics core events 2024-11-25 03:06:33 +03:00
DH e0650ef782 kernel: kevent: wake up on signals
fix freeze in compositor
2024-11-24 20:55:25 +03:00
DH 9bed1001bc ps4: kevent: fix Flip event 2024-11-24 20:50:28 +03:00
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