Commit graph

721 commits

Author SHA1 Message Date
DH 1f9cd4561c ps5: dce: implement RegisterBufferAttributes2, RegisterBuffer2 and flip2 2024-11-21 14:28:19 +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 afde24fd91 hid: add ps5 usb ready ioctl 2024-11-21 11:46:51 +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 0741f8a0dc gpu: DeviceCtl: add missed include 2024-11-21 00:26:14 +03:00
DH c2f317b2fa vfs: allow cross fs operations if both are host fw 2024-11-20 23:30:34 +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 ff8d81e059 gpu: implement more pm4 packets
add IT_LOAD_SH_REG_INDEX, IT_LOAD_UCONFIG_REG_INDEX, IT_SET_UCONFIG_REG_INDEX, IT_LOAD_CONTEXT_REG_INDEX
stub IT_WAIT_REG_MEM64
2024-11-20 23:22:37 +03:00
DH fd44e4f960 refl: accept enums without valid 0 members 2024-11-20 23:12:34 +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 48c1ea0ce9 dev container: explicitly specify required platform 2024-11-18 00:36:29 +00:00
DH 0218bcd06a linker: initial ps5 Dyn/DynExec support 2024-11-18 00:59:01 +03:00
DH b983ca6aa5 add docker dev container configuration 2024-11-17 19:03:16 +00:00
DH 86942b3ba8 linker: fix map flags 2024-11-17 15:07:53 +03:00
DH f972e14325 gpu: shader: implement fp16 register read
fixed s_branch target
2024-11-16 00:43:08 +03:00
Nikita Savyolov 59eef074ee
ajm: raw aac support (#85) 2024-11-15 20:17:06 +03:00
DH 315864aaae gpu: shader: fix s_mulk_i32, implement s_addk_i32 2024-11-15 14:53:00 +03:00
DH ab716b7adc gpu: shaders: respect dmask in image_store_* 2024-11-15 14:24:36 +03:00
DH 239d554c66 orbis-kernel: umtx: fix random hangs 2024-11-14 21:23:51 +03:00
DH ddad35e1ee gpu: remove unimplemented instructions earlier 2024-11-14 20:07:07 +03:00
DH 76cf146a32 gpu: unimplemented semantic is not critical error 2024-11-14 19:47:35 +03:00
DH 89d04a3d10 gpu: implement image_gather4
draft image_gather4_lz implementation
2024-11-14 17:53:00 +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 4ad843b25a ipmi: SceNetCtl: revert error reporting in 0x20004 method
introduces regression
2024-11-14 11:09:13 +03:00
DH 33c769dfa0 gpu: fix v_bcnt_u32_b32 operands count 2024-11-14 11:02:56 +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 fe6fa76067 gpu: add missed change 2024-11-14 00:32:28 +03:00
DH 9da9200cf4 gpu: do not wait for compute pipes 2024-11-14 00:26:56 +03:00
DH 70b312398f update shader-tool to use new api 2024-11-14 00:18:04 +03:00
DH f4994f6717 gpu: extend resource evaluation rules to handle relative resources
implement evaluation of x16 dword loads
fixed evaluation of binary expressions
2024-11-14 00:06:52 +03:00
DH b85c6e6acc gpu: fixed command ring corruption in release build
add IT_DMA_DATA for compute pipe
implement 3 indirection gfx ring commands
2024-11-13 23:53:08 +03:00
DH 2f1c8e9a91 orbis-kernel: implement vm.budgets.mlock_total 2024-11-13 22:37:32 +03:00
DH 2bfdc6ffde revert shader-tool change
not yet
2024-11-13 22:23:00 +03:00
DH 5aaabba761 vfs: do not crash on procfs access 2024-11-13 22:01:04 +03:00
DH 3ca33e19e2 hid: reduce log spam 2024-11-13 22:00:23 +03:00
DH 245bc31b6d add unself tool 2024-11-13 21:59:36 +03:00
DH 1497d01fed ajm: do not crash on codec error 2024-11-13 21:59:21 +03:00
DH 74e1b4d8b2 hdmi: report 1080p display edid 2024-11-13 21:58:34 +03:00
DH 017cda3c43 dmem: implement get direct memory type 2024-11-13 21:57:12 +03:00
DH 396698d0be dmem: do not report main dmem size in get total size 2024-11-13 21:56:57 +03:00
DH b472f40266 vm: allow big allocations 2024-11-13 21:56:05 +03:00
DH d654e5fcad rpcsx: implement blockpool 2024-11-13 21:55:28 +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