| Commit message (Expand) | Author | Age | Files | Lines |
* | prctl: implement PR_[GS]ET_MDWE decodingesyr/prctl-mdwe | Eugene Syromyatnikov | 2023-04-28 | 7 | -4/+176 |
* | io_uring: rename pad field of io_uring_buf_reg to flags | Dmitry V. Levin | 2023-04-28 | 3 | -9/+7 |
* | xlat: update V4L2_PIX_FMT_* constants | Dmitry V. Levin | 2023-04-28 | 2 | -1/+7 |
* | xlat: update TCA_* constants | Dmitry V. Levin | 2023-04-28 | 3 | -3/+5 |
* | xlat: update PR_* constants | Dmitry V. Levin | 2023-04-28 | 3 | -1/+5 |
* | xlat: update NFT_MSG_* constants | Dmitry V. Levin | 2023-04-28 | 3 | -1/+16 |
* | xlat: update MFD_* constants | Dmitry V. Levin | 2023-04-28 | 3 | -6/+9 |
* | xlat: update IORING_* constants | Dmitry V. Levin | 2023-04-28 | 2 | -1/+2 |
* | xlat: update IP_* constants | Dmitry V. Levin | 2023-04-28 | 2 | -1/+2 |
* | xlat: update IFLA_BRPORT_* constants | Dmitry V. Levin | 2023-04-28 | 5 | -4/+13 |
* | xlat: update IFLA_* constants | Dmitry V. Levin | 2023-04-28 | 3 | -1/+7 |
* | xlat: update F_SEAL_* constants | Dmitry V. Levin | 2023-04-28 | 2 | -0/+2 |
* | bundled: update linux UAPI headers to v6.3-rc7 | Dmitry V. Levin | 2023-04-28 | 15 | -7/+74 |
* | tests: fix strace--syscall-limit test | Dmitry V. Levin | 2023-04-28 | 2 | -4/+13 |
* | tests/prctl-sve: fix prctl(PR_SVE_GET_VL) return expected value printingesyr/tests-prctl-sve-fix | Eugene Syromyatnikov | 2023-04-27 | 1 | -4/+20 |
* | tests/gen_tests: remove redundant option | Sahil Siddiq | 2023-04-24 | 1 | -1/+1 |
* | tests: expand symlink test, add symlink-P test | Eugene Syromyatnikov | 2023-04-22 | 5 | -3/+45 |
* | tests: expand link test, add link-P test | Eugene Syromyatnikov | 2023-04-22 | 5 | -5/+48 |
* | Implement an ability to filter syscalls that operate on specific FDs | Eugene Syromyatnikov | 2023-04-22 | 33 | -107/+449 |
* | strauss: add a couple of new tips | Eugene Syromyatnikov | 2023-04-22 | 1 | -0/+17 |
* | strauss: rely on strace--tips test instead of forcibly trimming lines | Eugene Syromyatnikov | 2023-04-22 | 1 | -2/+2 |
* | tests: fix strace--tips test | Eugene Syromyatnikov | 2023-04-22 | 1 | -23/+30 |
* | tests: double quote array expansions to avoid re-splitting elements | Dmitry V. Levin | 2023-04-04 | 3 | -3/+3 |
* | tests: check -l/--syscall-limit options | Sahil Siddiq | 2023-04-03 | 8 | -0/+175 |
* | Document new -l/--syscall-limit options | Sahil Siddiq | 2023-04-03 | 2 | -0/+16 |
* | Introduce -l/--syscall-limit options | Sahil Siddiq | 2023-04-03 | 3 | -1/+23 |
* | open_by_handle_at: add RVAL_FD to return value | Kossi Glokpor | 2023-04-03 | 1 | -1/+1 |
* | tests/membarrier: add new combination of flags | Sven Schnelle | 2023-03-31 | 1 | -0/+12 |
* | Make --tips more easily available | Dmitry V. Levin | 2023-04-01 | 5 | -1/+21 |
* | treewide: fix unnecessary $ on arithmetic variables | Dmitry V. Levin | 2023-03-30 | 20 | -31/+31 |
* | Update ioctl entries from linux v6.3 | Gleb Fotengauer-Malinovskiy | 2023-03-27 | 8 | -405/+101 |
* | debian/control: fix wording in description | adrien-n | 2023-03-20 | 1 | -3/+3 |
* | strauss: add missing line separators | Jakub Wilk | 2023-03-10 | 1 | -4/+4 |
* | Add config3 field to struct perf_event_attr | Sven Schnelle | 2023-03-09 | 4 | -1/+20 |
* | Add a configure flag for installing tests | Elvira Khabirova | 2023-03-05 | 2 | -0/+20 |
* | tests: split EXTRA_DIST | Elvira Khabirova | 2023-03-05 | 1 | -77/+86 |
* | mips: fix raw_syscall_0 | Elvira Khabirova | 2023-03-05 | 1 | -3/+13 |
* | Post-release administrivia | Dmitry V. Levin | 2023-02-27 | 3 | -0/+14 |
* | Prepare for 6.2 releasev6.2 | Dmitry V. Levin | 2023-02-26 | 1 | -1/+1 |
* | Update copyright headers | Dmitry V. Levin | 2023-02-26 | 60 | -54/+60 |
* | Fix build on alpha | Dmitry V. Levin | 2023-02-24 | 4 | -8/+13 |
* | filter_seccomp: do not call PR_SET_NO_NEW_PRIVS if privileged enough | Dmitry V. Levin | 2023-02-23 | 1 | -5/+11 |
* | NEWS: mention collision resolution for overlapping ioctl commands | Masatake YAMATO | 2023-02-22 | 1 | -0/+2 |
* | dyxlat: make the type of the xlat created by dyxlat_alloc customizable | Masatake YAMATO | 2023-02-21 | 3 | -4/+4 |
* | ioctl: use finfo as hints for resolving overlapping ioctl commands | Masatake YAMATO | 2023-02-20 | 5 | -8/+75 |
* | ioctl: pass finfo to ioctl_decode() as hints for decoding | Masatake YAMATO | 2023-02-20 | 1 | -3/+8 |
* | ioctl: prepare finfo only when ioctl command can overlap | Masatake YAMATO | 2023-02-20 | 1 | -1/+12 |
* | ioctl: collect finfo just before decoding ioctl command | Masatake YAMATO | 2023-02-20 | 3 | -2/+22 |
* | Allow to pass pre-filled finfo data to printdev() from upper layers | Masatake YAMATO | 2023-02-19 | 2 | -8/+20 |
* | util: introduce get_finfo_for_dev function | Masatake YAMATO | 2023-02-19 | 2 | -7/+47 |