summaryrefslogtreecommitdiff
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-03519-36133/+0
* print_sigset_addr: print the structure formattingDmitry V. Levin2021-01-315-10/+1
* Remove prefix argument from tprintsigmask_addrDmitry V. Levin2021-01-315-10/+5
* treewide: replace tprints(", ...")Dmitry V. Levin2021-01-291-9/+10
* treewide: replace tprints("}") with tprint_struct_end()Dmitry V. Levin2021-01-291-5/+6
* print_fields.h: remove prefix argument from all remaining PRINT_FIELD_* macrosDmitry V. Levin2021-01-291-17/+34
* print_fields.h: remove prefix argument from PRINT_FIELD_X macroDmitry V. Levin2021-01-291-21/+42
* print_fields.h: remove prefix argument from PRINT_FIELD_OBJ_PTR macroDmitry V. Levin2021-01-291-1/+1
* print_fields.h: remove prefix argument from PRINT_FIELD_{UINT,U,X}_ARRAY and ...Dmitry V. Levin2021-01-281-1/+2
* x86_64/arch_kvm: remove prefix argument from PRINT_FIELD_KVM_SREGS_STRUCT macroDmitry V. Levin2021-01-271-12/+22
* x86_64/arch_kvm.c: cleanup PRINT_FIELD_KVM_SREGS_STRUCTDmitry V. Levin2021-01-201-20/+17
* linux/sh*/ioctls_arch0.h: update SIOCGSTAMP* ioctl entriesDmitry V. Levin2021-01-072-4/+4
* linux/*/ioctls_arch0.h: remove redundant 0x890[1-7] ioctl entriesDmitry V. Levin2021-01-078-41/+0
* maint: remove ioctl duplicatesDmitry V. Levin2021-01-045-66/+0
* Change my email addressDmitry V. Levin2020-12-3132-32/+32
* Update copyright headersDmitry V. Levin2020-12-132-2/+2
* Fix %clock trace classDmitry V. Levin2020-12-131-4/+4
* mips o32: set true_scno in decode_syscall_subcallDmitry V. Levin2020-12-121-1/+1
* Update ioctl entries from linux v5.10Gleb Fotengauer-Malinovskiy2020-12-119-45/+74
* Update the number of arguments of membarrier syscallDmitry V. Levin2020-12-1124-24/+24
* Implement decoding of process_madvise syscallDmitry V. Levin2020-12-071-0/+1
* xlat: update INET_DIAG_* constantsDmitry V. Levin2020-12-051-0/+1
* Update copyright headersDmitry V. Levin2020-09-231-1/+1
* Update ioctl entries from linux v5.9Gleb Fotengauer-Malinovskiy2020-09-235-10/+65
* xlat: update INET_DIAG_REQ_* constantsDmitry V. Levin2020-09-061-0/+2
* Implement decoding of close_range syscallDmitry V. Levin2020-09-061-1/+1
* Use printpid in decodersÁkos Uzonyi2020-08-251-7/+1
* Update copyright headersDmitry V. Levin2020-08-033-3/+3
* Introduce SYS_FUNC(tkill)Ákos Uzonyi2020-08-0125-25/+25
* x86_64/arch_kvm: use PRINT_FIELD_X_ARRAYDmitry V. Levin2020-07-081-9/+2
* Update ioctl entries from linux v5.8Gleb Fotengauer-Malinovskiy2020-07-066-5/+41
* Implement decoding of faccessat2 syscallDmitry V. Levin2020-07-041-0/+1
* xlat: update INET_DIAG_* constantsDmitry V. Levin2020-06-281-0/+5
* Modify %process class: trace syscalls associated with process lifecycleÁkos Uzonyi2020-06-1627-136/+136
* Add statx syscall to %fstat trace classDmitry V. Levin2020-06-1422-22/+22
* s390: use a more appropriate regset typeDmitry V. Levin2020-06-021-1/+1
* Update copyright headersDmitry V. Levin2020-06-0122-22/+22
* Update ioctl entries from linux v5.7Gleb Fotengauer-Malinovskiy2020-06-017-8/+185
* Replace struct v4l2_event with a reliable alternative definitionDmitry V. Levin2020-05-283-3/+3
* Replace struct v4l2_buffer with a reliable alternative definitionDmitry V. Levin2020-05-263-12/+12
* Rework printing of SO_TIMESTAMPNS_OLD and SO_TIMESTAMPING_OLD timestampsDmitry V. Levin2020-04-192-5/+12
* Add %clock trace classÁkos Uzonyi2020-04-1726-206/+206
* x86_64: provide a fallback definition of __X32_SYSCALL_BITDmitry V. Levin2020-04-153-8/+3
* Update copyright headersDmitry V. Levin2020-04-0332-32/+32
* sparc, sparc64: wire up former vserver syscallDmitry V. Levin2020-04-022-2/+2
* hppa: wire up kexec_file_load syscallDmitry V. Levin2020-04-021-1/+2
* linux/32: move wait4 and [gs]ettimeofday from syscallent.h to syscallent-time...Dmitry V. Levin2020-04-022-3/+6
* Update ioctl entries from linux v5.6Gleb Fotengauer-Malinovskiy2020-03-317-70/+69
* ia64: rename getpagesize syscall entry to old_getpagesizeDmitry V. Levin2020-03-301-1/+1
* Implement pidfd_getfd syscall decodingEugene Syromyatnikov2020-03-301-0/+1