summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Prepare for 5.18 releasev5.18Dmitry V. Levin2022-06-181-1/+1
* Update copyright headersDmitry V. Levin2022-06-1828-24/+28
* tests: rename strace-T test to strace-T_upperEugene Syromyatnikov2022-06-174-7/+7
* tests: work around UAPI breakage in v5.19-rc1~143^2~9^2Eugene Syromyatnikov2022-06-122-1/+8
* fcntl: work around removal of F_*64 definitions in v5.19-rc1~89^2~9^2~18Eugene Syromyatnikov2022-06-122-3/+21
* io_uring: work aroung struct io_uring_rsrc_register field name changeEugene Syromyatnikov2022-06-123-4/+27
* tests/io_uring_register: introduce ARR_ITEM macroEugene Syromyatnikov2022-06-081-3/+5
* rtc: implement RTC_PARAM_[GS]ET ioctl code decodingEugene Syromyatnikov2022-06-078-2/+230
* tests/ioctl_rtc: expand RTC_VL_READ checkEugene Syromyatnikov2022-06-071-6/+19
* tests/ioctl_rtc: make RTC_VL_READ/RTC_VL_CLR checks unconditionalEugene Syromyatnikov2022-06-071-6/+7
* Implement COUNTER_* ioctl decodingEugene Syromyatnikov2022-06-0717-0/+408
* tests: make XLAT_ARGS_U generally available.Eugene Syromyatnikov2022-06-072-9/+3
* src: make CHECK_IOCTL_SIZE generally available.Eugene Syromyatnikov2022-06-072-5/+5
* tests: use sprintrc in waitid testsDmitry V. Levin2022-05-271-6/+9
* tests: check decoding of waitid P_PGIDSuHsueyu2022-05-271-0/+5
* tests: add -Y test for waitidSuHsueyu2022-05-275-15/+37
* tests: support both old and new landlock pseudopathEugene Syromyatnikov2022-05-272-2/+33
* landlock: update expected stringBruce Ashfield2022-05-271-1/+1
* bpf: improve bpf(BPF_LINK_CREATE) decodingEugene Syromyatnikov2022-05-265-13/+458
* tests/bpf: add ability to define multi-iterational checksEugene Syromyatnikov2022-05-261-38/+49
* bpf: fix next_id decoding for BPF_*_GET_NEXT_IDEugene Syromyatnikov2022-05-262-4/+19
* bpf: provide approximate local time for prog_info.load_timeEugene Syromyatnikov2022-05-263-2/+69
* tests/bpf: make sizeof_attr constEugene Syromyatnikov2022-05-251-1/+1
* xlat: add BPF_TRACE_KPROBE_MULTI to bpf_attach_typeEugene Syromyatnikov2022-05-253-6/+7
* bpf: add support for the batch_size field of BPF_PROG_TEST_RUN commandEugene Syromyatnikov2022-05-254-9/+75
* Update ioctl entries from linux v5.18Gleb Fotengauer-Malinovskiy2022-05-218-82/+120
* xlat: update KVM_* constantsEugene Syromyatnikov2022-05-022-1/+4
* xlat: update UFFD_* constantsEugene Syromyatnikov2022-05-022-1/+2
* xlat: update IORING_* constantsEugene Syromyatnikov2022-05-028-15/+21
* io_uring: decode IORING_{,UN}REGISTER_RING_FDS io_uring_register operationsEugene Syromyatnikov2022-05-024-3/+184
* tests: introduce TAIL_ALLOC_OBJECT_{CONST,VAR}_ARREugene Syromyatnikov2022-05-021-0/+16
* xlat: update KEY_* constantsEugene Syromyatnikov2022-04-292-1/+19
* xlat: update BR_* constantsDmitry V. Levin2022-04-294-8/+12
* xlat: update IFLA_* constantsDmitry V. Levin2022-04-287-4/+11
* xlat: update IFA_* constantsDmitry V. Levin2022-04-272-1/+2
* xlat: update BTRFS_* constantsDmitry V. Levin2022-04-263-1/+3
* xlat: update MADV_* constantsDmitry V. Levin2022-04-252-0/+3
* bundled: update linux UAPI headers to v5.18-rc4Dmitry V. Levin2022-04-2422-26/+361
* Raise strace awarenessEugene Syromyatnikov2022-04-0210-0/+604
* Add an option for raising Strauss awarenessEugene Syromyatnikov2022-04-0210-11/+176
* strace: explicitly indicate inability to print SELinux contextsEugene Syromyatnikov2022-04-024-16/+15
* xtensa: fix register access using PTRACE_GETREGS APIMax Filippov2022-03-284-7/+29
* tests: fix build on systems where <signal.h> does not define SEGV_PKUERRDmitry V. Levin2022-03-271-1/+1
* Post-release administriviaDmitry V. Levin2022-03-273-0/+16
* Prepare for 5.17 releasev5.17Dmitry V. Levin2022-03-261-3/+1
* Update copyright headersDmitry V. Levin2022-03-2633-32/+33
* Decode set_mempolicy_home_node syscallEugene Syromyatnikov2022-03-247-0/+84
* printpidfd: print pidfd path if pidfd_get_pid failsDmitry V. Levin2022-03-131-9/+11
* printsocket: print socket path if get_sockaddr_by_inode failsDmitry V. Levin2022-03-121-5/+2
* util: introduce get_inode_of_socket_pathDmitry V. Levin2022-03-121-19/+24