summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xlat: update and provide fallback values to sysctl_* xlatsesyr/linux-5.15Eugene Syromyatnikov2021-10-1311-324/+698
* xlat/gen.sh: generate conditional constant sort order check under presence guardEugene Syromyatnikov2021-10-131-1/+6
* Update ioctl entries from linux v5.15Gleb Fotengauer-Malinovskiy2021-10-136-62/+138
* tests/pc: avoid program from creating a coredumpRenaud Métrich2021-10-121-0/+4
* xlat: mark some big xlats as #sortedEugene Syromyatnikov2021-10-124-4/+7
* xlat/sock_packet_options: add PACKET_IGNORE_OUTGOINGEugene Syromyatnikov2021-10-122-1/+2
* xlat: add fallback values to sock_packet_optionsEugene Syromyatnikov2021-10-121-21/+22
* xlat: add fallback values to sock_ipv6_optionsEugene Syromyatnikov2021-10-121-65/+65
* xlat: add fallback values to sock_ip_optionsEugene Syromyatnikov2021-10-121-51/+46
* prctl: handle PR_SPEC_L1D_FLUSH PR_[GS]ET_SPECULATION_CTRL prctl sub-commandEugene Syromyatnikov2021-10-124-5/+9
* xlat: add DM_IMA_MEASUREMENT_FLAG to dm_flagsEugene Syromyatnikov2021-10-123-2/+4
* xlat: update btrfs_features_compat_ro and btrfs_key_typesEugene Syromyatnikov2021-10-123-1/+4
* src/xlat: add #sorted directive to btrfs_key_typesEugene Syromyatnikov2021-10-121-2/+1
* xlat/gen.sh: add a compile-time check for sorted xlat orderEugene Syromyatnikov2021-10-121-2/+37
* xlat: fix constant order in elf_emEugene Syromyatnikov2021-10-121-1/+1
* tests: try to avoid excessive filter_seccomp-perf false positivesEugene Syromyatnikov2021-10-122-2/+2
* tests: try to make pidns-cache test a bit more robustEugene Syromyatnikov2021-10-121-2/+8
* tests/pidns.c: allow skipping tests inside the pidns harnessEugene Syromyatnikov2021-10-121-2/+9
* block: decode BLKGETDISKSEQ ioctlEugene Syromyatnikov2021-10-127-0/+7
* xlat: add FAN_REPORT_PIDFD to fan_init_flagsEugene Syromyatnikov2021-10-123-4/+5
* io_uring: implement IORING_REGISTER_IOWQ_MAX_WORKERS op decodingEugene Syromyatnikov2021-10-124-2/+76
* tests: add io_uring_register-success* testsEugene Syromyatnikov2021-10-128-31/+112
* io_uring: print struct io_cqring_offsets.flags as integer and not flagsEugene Syromyatnikov2021-10-123-10/+5
* io_uring: cap io_uring_probe element count to nargs on exitingEugene Syromyatnikov2021-10-121-3/+5
* util: print ellipsis inside an empty array if PAF_ARRAY_TRUNCATED is setEugene Syromyatnikov2021-10-121-0/+2
* io_uring: decode IORING_REGISTER_IOWQ_AFF io_uring_register opEugene Syromyatnikov2021-10-122-0/+69
* xlat: update printxvals_ex doxygenEugene Syromyatnikov2021-10-121-6/+7
* tests/sched_xetaffinity: add a check for a non-properly-sized CPU setEugene Syromyatnikov2021-10-121-0/+15
* affinity: make print_affinitylist externally availableEugene Syromyatnikov2021-10-122-1/+13
* affinity: print cpuset of len 0 as "[]"Eugene Syromyatnikov2021-10-122-1/+25
* affinity: use MIN and ROUNDUP macros in print_affinitylistEugene Syromyatnikov2021-10-121-3/+2
* xlat: no longer interpret NULL xlat as continuationEugene Syromyatnikov2021-10-122-17/+4
* io_uring: decode struct io_uring_rsrc_register and io_uring_rsrc_update2Eugene Syromyatnikov2021-10-122-2/+430
* io_uring: decode IORING_REGISTER_FILES_SKIP in IORING_REGISTER_FILES_UPDATEEugene Syromyatnikov2021-10-123-4/+24
* io_uring: deсode IORING_REGISTER_RESTRICTIONS io_uring_register opEugene Syromyatnikov2021-10-125-1/+264
* src: use is_bigendianEugene Syromyatnikov2021-10-122-12/+3
* tests: add io_uring_register-X* testsEugene Syromyatnikov2021-10-127-52/+100
* xlat: update uring_opsEugene Syromyatnikov2021-10-123-7/+10
* io_uring: explicitly list io_uring_register ops without argEugene Syromyatnikov2021-10-112-0/+9
* io_uring: sort xlat includes lexicographicallyEugene Syromyatnikov2021-10-111-2/+2
* defs: update print_array_ex doxygenEugene Syromyatnikov2021-10-111-13/+16
* util: unify differently-sized variants of print_{,u,x}int_array_memberEugene Syromyatnikov2021-10-1135-169/+102
* bpf: fix bpf_prog_info.map_ids array printingEugene Syromyatnikov2021-10-113-87/+150
* Decode process_mrelease syscallEugene Syromyatnikov2021-10-118-0/+84
* xlat: add MPOL_PREFERRED_MANY to mpol_modesEugene Syromyatnikov2021-10-114-11/+19
* bundled: update linux UAPI headers to v5.15-rc4Dmitry V. Levin2021-10-1015-12/+148
* tests: use BE_LE macro in more placesEugene Syromyatnikov2021-10-095-64/+19
* tests/test_nlattr.h: helper macros for integer attr testingEugene Syromyatnikov2021-10-091-0/+49
* tests/test_nlattr.h: provide TEST_NLATTR_OBJECT_ and TEST_NLATTR_ARRAY_Eugene Syromyatnikov2021-10-091-7/+25
* tests/tests.h: add struct strval16 typeEugene Syromyatnikov2021-10-091-0/+5