| .. |
|
lv2.cpp
|
Fix vm::lock_range wrong check
|
2020-11-04 14:59:26 +03:00 |
|
sys_bdemu.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_bdemu.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_btsetting.cpp
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_btsetting.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_cond.cpp
|
Fix truncation warning in sys_cond.cpp
|
2020-08-17 17:36:27 +01:00 |
|
sys_cond.h
|
sys_cond/mutex: Fix race between sys_cond_create and sys_mutex, Fix IPC support in sys_cond/mutex
|
2020-06-15 17:08:57 +03:00 |
|
sys_config.cpp
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_config.h
|
Fix some warnings (GCC)
|
2020-05-05 21:55:22 +03:00 |
|
sys_console.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_console.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_crypto_engine.cpp
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_crypto_engine.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_dbg.cpp
|
Fix vm::range_lock, imporve vm::check_addr
|
2020-11-11 10:30:09 +03:00 |
|
sys_dbg.h
|
Split Emu/Memory into more logical headers
|
2019-06-25 17:11:10 +03:00 |
|
sys_event.cpp
|
sys_event: cleanup (replace vm::temporary_unlock)
|
2020-10-30 17:49:07 +03:00 |
|
sys_event.h
|
sys_event: cleanup (replace vm::temporary_unlock)
|
2020-10-30 17:49:07 +03:00 |
|
sys_event_flag.cpp
|
Allow cpu_thread& arg passed to the syscalls
|
2020-10-30 17:03:32 +03:00 |
|
sys_event_flag.h
|
Allow cpu_thread& arg passed to the syscalls
|
2020-10-30 17:03:32 +03:00 |
|
sys_fs.cpp
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_fs.h
|
fs: improve handling root mountpoint
|
2020-10-02 14:37:58 +03:00 |
|
sys_gamepad.cpp
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_gamepad.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_gpio.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_gpio.h
|
sys_gpio Cleanup
|
2019-10-08 02:52:33 +03:00 |
|
sys_hid.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_hid.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_interrupt.cpp
|
SPU/PPU reservations: Optimizations for reservation locks and check_state() (non-TSX)
|
2020-07-09 03:17:35 +01:00 |
|
sys_interrupt.h
|
sys_interrupt: add vm::temporary_unlock
|
2019-07-14 18:08:18 +03:00 |
|
sys_io.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_io.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_lwcond.cpp
|
Improve cond_var notifiers
|
2020-11-06 00:10:16 +03:00 |
|
sys_lwcond.h
|
lv2: Minor fix of "unspecific ppu" path of _sys_lwcond_signal
|
2020-08-03 02:57:20 +03:00 |
|
sys_lwmutex.cpp
|
SPU/PPU reservations: Optimizations for reservation locks and check_state() (non-TSX)
|
2020-07-09 03:17:35 +01:00 |
|
sys_lwmutex.h
|
kernel_explorer: More Improvements
|
2020-06-12 09:28:23 +02:00 |
|
sys_memory.cpp
|
sys_memory: HORRIBLE HACK for sys_memory_get_page_attributes
|
2020-11-17 15:22:04 +03:00 |
|
sys_memory.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_mmapper.cpp
|
vm: memory locking rewritten
|
2020-11-16 12:46:15 +03:00 |
|
sys_mmapper.h
|
vm: add map_self() method to utils::shm
|
2020-11-08 16:43:15 +03:00 |
|
sys_mutex.cpp
|
SPU/PPU reservations: Optimizations for reservation locks and check_state() (non-TSX)
|
2020-07-09 03:17:35 +01:00 |
|
sys_mutex.h
|
sys_cond/mutex: Fix race between sys_cond_create and sys_mutex, Fix IPC support in sys_cond/mutex
|
2020-06-15 17:08:57 +03:00 |
|
sys_net.cpp
|
Improve disconnected state handling of dns queries
|
2020-11-13 07:05:06 +03:00 |
|
sys_net.h
|
Implement sceNpSignaling & signaling improvements (#8836)
|
2020-09-07 22:50:17 +01:00 |
|
sys_overlay.cpp
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_overlay.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_ppu_thread.cpp
|
Improve cond_var notifiers
|
2020-11-06 00:10:16 +03:00 |
|
sys_ppu_thread.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_process.cpp
|
Implement sys_process_is_spu_lock_line_reservation_address
|
2020-10-04 19:54:56 +03:00 |
|
sys_process.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_prx.cpp
|
sys_prx: add cpu_flag::wait
|
2020-11-04 14:59:26 +03:00 |
|
sys_prx.h
|
sys_prx: add cpu_flag::wait
|
2020-11-04 14:59:26 +03:00 |
|
sys_rsx.cpp
|
Fix vm::range_lock, imporve vm::check_addr
|
2020-11-11 10:30:09 +03:00 |
|
sys_rsx.h
|
sys_rsx: add cpu_flag::wait
|
2020-10-30 18:00:25 +03:00 |
|
sys_rsxaudio.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_rsxaudio.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_rwlock.cpp
|
SPU/PPU reservations: Optimizations for reservation locks and check_state() (non-TSX)
|
2020-07-09 03:17:35 +01:00 |
|
sys_rwlock.h
|
kernel_explorer: More Improvements
|
2020-06-12 09:28:23 +02:00 |
|
sys_semaphore.cpp
|
sys_semaphore: add state check to sys_semaphore_get_value
|
2020-11-08 19:03:41 +03:00 |
|
sys_semaphore.h
|
kernel_explorer: More Improvements
|
2020-06-12 09:28:23 +02:00 |
|
sys_sm.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_sm.h
|
LV2: cleanup syscall table (#9106)
|
2020-10-21 10:04:34 +03:00 |
|
sys_spu.cpp
|
SPU: don't allocate SPU LS in vm::main
|
2020-11-16 12:46:15 +03:00 |
|
sys_spu.h
|
SPU: increase max SPU count
|
2020-11-17 15:22:04 +03:00 |
|
sys_ss.cpp
|
sys_isolated_spu
|
2020-04-17 11:41:50 +01:00 |
|
sys_ss.h
|
sys_isolated_spu
|
2020-04-17 11:41:50 +01:00 |
|
sys_storage.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_storage.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_sync.h
|
Improve cond_var notifiers
|
2020-11-06 00:10:16 +03:00 |
|
sys_time.cpp
|
vm: add map_self() method to utils::shm
|
2020-11-08 16:43:15 +03:00 |
|
sys_time.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_timer.cpp
|
Improve cond_var notifiers
|
2020-11-06 00:10:16 +03:00 |
|
sys_timer.h
|
Improve cond_var notifiers
|
2020-11-06 00:10:16 +03:00 |
|
sys_trace.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_trace.h
|
Add missing #includes to header files
|
2019-06-25 17:11:10 +03:00 |
|
sys_tty.cpp
|
Fix vm::range_lock, imporve vm::check_addr
|
2020-11-11 10:30:09 +03:00 |
|
sys_tty.h
|
Split Emu/Memory into more logical headers
|
2019-06-25 17:11:10 +03:00 |
|
sys_uart.cpp
|
move config structs to own files and clean up some headers
|
2020-02-17 15:08:17 +03:00 |
|
sys_uart.h
|
VSH: Stubs
|
2020-02-08 23:07:03 +03:00 |
|
sys_usbd.cpp
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |
|
sys_usbd.h
|
sys_fs/sys_usbd: add cpu_flag::wait
|
2020-10-30 20:14:32 +03:00 |
|
sys_vm.cpp
|
vm: memory locking rewritten
|
2020-11-16 12:46:15 +03:00 |
|
sys_vm.h
|
Cleanup some includes
|
2020-10-31 11:53:46 +01:00 |