pysvp64db: fix traversal
[openpower-isa.git] / src / openpower / syscalls / __init__.py
2023-12-13 Jacob Lifshaysyscalls/__init__: log which syscall is made
2023-10-25 Dmitry Selyutinsyscall: improve architecture detection
2023-10-23 Dmitry Selyutinsyscall: handle architecture aliases scemu
2023-10-23 Dmitry Selyutinsyscall: handle arm and aarch64 architectures
2023-09-22 Dmitry Selyutinsyscalls: fix syscall arguments
2023-09-22 Dmitry Selyutinsyscalls: introduce syscall arguments length
2023-09-22 Dmitry Selyutinsyscalls: fix sys_ni_syscall call
2023-09-22 Dmitry Selyutinsyscalls: fix default table path
2023-09-21 Dmitry Selyutinsyscalls: support RISC-V architectures
2023-09-19 Dmitry Selyutinsyscalls: introduce Syscall class
2023-09-19 Dmitry Selyutinsyscalls: fix ctypes syscall
2023-09-19 Dmitry Selyutinsyscalls: support identifiers iteration
2023-09-19 Dmitry Selyutinsyscalls: support identifiers lookup
2023-09-19 Dmitry Selyutinsyscalls: adjust syscall name
2023-09-18 Dmitry Selyutinsyscalls: refactor calls chain
2023-09-18 Dmitry Selyutinsyscalls: refactor dispatcher call arguments
2023-09-18 Dmitry Selyutinsyscalls: introduce dispatcher class
2023-09-18 Dmitry Selyutinsyscalls: refactor module hierarchy