summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* net: implement IP_LOCAL_PORT_RANGE socket option decodingesyr/ip-local-port-rangeEugene Syromyatnikov2023-04-2814-1/+263
* prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdweEugene Syromyatnikov2023-04-287-4/+176
* io_uring: rename pad field of io_uring_buf_reg to flagsDmitry V. Levin2023-04-283-9/+7
* xlat: update V4L2_PIX_FMT_* constantsDmitry V. Levin2023-04-282-1/+7
* xlat: update TCA_* constantsDmitry V. Levin2023-04-283-3/+5
* xlat: update PR_* constantsDmitry V. Levin2023-04-283-1/+5
* xlat: update NFT_MSG_* constantsDmitry V. Levin2023-04-283-1/+16
* xlat: update MFD_* constantsDmitry V. Levin2023-04-283-6/+9
* xlat: update IORING_* constantsDmitry V. Levin2023-04-282-1/+2
* xlat: update IP_* constantsDmitry V. Levin2023-04-282-1/+2
* xlat: update IFLA_BRPORT_* constantsDmitry V. Levin2023-04-285-4/+13
* xlat: update IFLA_* constantsDmitry V. Levin2023-04-283-1/+7
* xlat: update F_SEAL_* constantsDmitry V. Levin2023-04-282-0/+2
* bundled: update linux UAPI headers to v6.3-rc7Dmitry V. Levin2023-04-2815-7/+74
* tests: fix strace--syscall-limit testDmitry V. Levin2023-04-282-4/+13
* tests/prctl-sve: fix prctl(PR_SVE_GET_VL) return expected value printingesyr/tests-prctl-sve-fixEugene Syromyatnikov2023-04-271-4/+20
* tests/gen_tests: remove redundant optionSahil Siddiq2023-04-241-1/+1
* tests: expand symlink test, add symlink-P testEugene Syromyatnikov2023-04-225-3/+45
* tests: expand link test, add link-P testEugene Syromyatnikov2023-04-225-5/+48
* Implement an ability to filter syscalls that operate on specific FDsEugene Syromyatnikov2023-04-2233-107/+449
* strauss: add a couple of new tipsEugene Syromyatnikov2023-04-221-0/+17
* strauss: rely on strace--tips test instead of forcibly trimming linesEugene Syromyatnikov2023-04-221-2/+2
* tests: fix strace--tips testEugene Syromyatnikov2023-04-221-23/+30
* tests: double quote array expansions to avoid re-splitting elementsDmitry V. Levin2023-04-043-3/+3
* tests: check -l/--syscall-limit optionsSahil Siddiq2023-04-038-0/+175
* Document new -l/--syscall-limit optionsSahil Siddiq2023-04-032-0/+16
* Introduce -l/--syscall-limit optionsSahil Siddiq2023-04-033-1/+23
* open_by_handle_at: add RVAL_FD to return valueKossi Glokpor2023-04-031-1/+1
* tests/membarrier: add new combination of flagsSven Schnelle2023-03-311-0/+12
* Make --tips more easily availableDmitry V. Levin2023-04-015-1/+21
* treewide: fix unnecessary $ on arithmetic variablesDmitry V. Levin2023-03-3020-31/+31
* Update ioctl entries from linux v6.3Gleb Fotengauer-Malinovskiy2023-03-278-405/+101
* debian/control: fix wording in descriptionadrien-n2023-03-201-3/+3
* strauss: add missing line separatorsJakub Wilk2023-03-101-4/+4
* Add config3 field to struct perf_event_attrSven Schnelle2023-03-094-1/+20
* Add a configure flag for installing testsElvira Khabirova2023-03-052-0/+20
* tests: split EXTRA_DISTElvira Khabirova2023-03-051-77/+86
* mips: fix raw_syscall_0Elvira Khabirova2023-03-051-3/+13
* Post-release administriviaDmitry V. Levin2023-02-273-0/+14
* Prepare for 6.2 releasev6.2Dmitry V. Levin2023-02-261-1/+1
* Update copyright headersDmitry V. Levin2023-02-2660-54/+60
* Fix build on alphaDmitry V. Levin2023-02-244-8/+13
* filter_seccomp: do not call PR_SET_NO_NEW_PRIVS if privileged enoughDmitry V. Levin2023-02-231-5/+11
* NEWS: mention collision resolution for overlapping ioctl commandsMasatake YAMATO2023-02-221-0/+2
* dyxlat: make the type of the xlat created by dyxlat_alloc customizableMasatake YAMATO2023-02-213-4/+4
* ioctl: use finfo as hints for resolving overlapping ioctl commandsMasatake YAMATO2023-02-205-8/+75
* ioctl: pass finfo to ioctl_decode() as hints for decodingMasatake YAMATO2023-02-201-3/+8
* ioctl: prepare finfo only when ioctl command can overlapMasatake YAMATO2023-02-201-1/+12
* ioctl: collect finfo just before decoding ioctl commandMasatake YAMATO2023-02-203-2/+22
* Allow to pass pre-filled finfo data to printdev() from upper layersMasatake YAMATO2023-02-192-8/+20