summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* v4l2: use standard kernel version printing routineEugene Syromyatnikov2020-03-302-7/+7
* tests: add v4l2 ioctl success injection-based testsEugene Syromyatnikov2020-03-3012-0/+1459
* tests: use ioctl-success.sh for ioctl_perf-success testEugene Syromyatnikov2020-03-303-21/+1
* tests: always check ioctl_perf-successEugene Syromyatnikov2020-03-301-19/+15
* tests: add a runner for ioctl decoder tests that use success injectionEugene Syromyatnikov2020-03-302-0/+22
* v4l2: print capability and rxsubchans fields of struct v4l2_tuner as flagsEugene Syromyatnikov2020-03-301-2/+2
* v4l2: comment unknown tuner types with "V4L2_TUNER_???" and not "V4L2_TUNER_T...Eugene Syromyatnikov2020-03-301-1/+1
* v4l2: do not print struct v4l2_control.value field name second time on exitingEugene Syromyatnikov2020-03-301-2/+1
* v4l2: print exiting structure fields as a separate structureEugene Syromyatnikov2020-03-302-5/+5
* v4l2: print struct v4l2_standard.framelines as unsignedEugene Syromyatnikov2020-03-301-1/+1
* v4l2: print struct v4l2_outputparm.outputmode using v4l2_capture_modes flagsEugene Syromyatnikov2020-03-301-1/+3
* v4l2: print struct v4l2_{capture,output}parm.extendedmode as hexEugene Syromyatnikov2020-03-302-4/+4
* tests/fill_memory: add 16-bit-wide and 32-bit-wide memory-filling routinesEugene Syromyatnikov2020-03-302-2/+49
* tests: move struct strval64 definition to tests.hEugene Syromyatnikov2020-03-302-5/+6
* v4l2: remove spaces around "=" in struct v4l2_buffer.timestamp outputEugene Syromyatnikov2020-03-301-1/+1
* v4l2: print struct v4l2_vbi_format.flags as flagsEugene Syromyatnikov2020-03-301-1/+1
* v4l2: print struct v4l2_vbi_format.start elements as signed integersEugene Syromyatnikov2020-03-302-2/+2
* tests/ioctl_v4l2: add checks for decoding unknown/unsupported commandsEugene Syromyatnikov2020-03-301-0/+256
* ioctl: re-define broken _IOC_SIZE on sparcEugene Syromyatnikov2020-03-301-0/+23
* v4l2: short-circuit handling of unknown buffer typesEugene Syromyatnikov2020-03-291-0/+2
* tests/ioctl_v4l2: increase coverage a bitEugene Syromyatnikov2020-03-291-11/+18
* xlat: add KEY_SELECTIVE_SCREENSHOT to evdev_keycodeEugene Syromyatnikov2020-03-291-0/+2
* debian/control: remove ppc64el from gcc-multilib architecturesEugene Syromyatnikov2020-03-291-1/+1
* strace: warn about -S option uselessness in absence of -c/-CEugene Syromyatnikov2020-03-292-0/+10
* io_uring: add support for IORING_{UN,}REGISTER_PERSONALITY commandsEugene Syromyatnikov2020-03-282-1/+5
* io_uring: support IORING_REGISTER_PROBE io_uring_register commandEugene Syromyatnikov2020-03-286-7/+239
* io_uring: de-indent some code in io_uring_setup decoderEugene Syromyatnikov2020-03-281-32/+33
* Fix various typos found using codespell toolDmitry V. Levin2020-03-286-6/+6
* tests: fix strace-DDD.test for the case when strace has a process subreaperDmitry V. Levin2020-03-284-3/+119
* tests/ioctl_v4l2.c: whitespace fixEugene Syromyatnikov2020-03-281-1/+1
* tests: add ARG_XLAT_KNOWN and ARG_XLAT_UNKNOWN macrosEugene Syromyatnikov2020-03-281-0/+3
* tests: add v4l2 ioctl -v testsEugene Syromyatnikov2020-03-287-0/+21
* v4l2: do not fancy-print fourcc if -Xraw is setEugene Syromyatnikov2020-03-282-8/+54
* tests: add ioctl_v4l2 xlat style testsEugene Syromyatnikov2020-03-288-204/+330
* tests: move XLAT_FMT and XLAT_ARGS macros from sock_filter-v.c to tests.hEugene Syromyatnikov2020-03-282-13/+11
* hppa: switch to PTRACE_GETREGS APIDmitry V. Levin2020-03-2710-36/+24
* build: enable compiler -Werror option by defaultDmitry V. Levin2020-03-264-13/+55
* tests: workaround clang compilation warningsDmitry V. Levin2020-03-261-2/+2
* tests: fix musl compilation warningsDmitry V. Levin2020-03-262-7/+7
* count: store average time as struct timespecEugene Syromyatnikov2020-03-231-14/+11
* util: change the integer type in ts_mul and ts_div to uint64_tEugene Syromyatnikov2020-03-232-4/+4
* count: use dashes in option argument namesEugene Syromyatnikov2020-03-235-20/+30
* count: add information about minimum and maximum call durationEugene Syromyatnikov2020-03-235-8/+81
* count: add ability to select columns being shownEugene Syromyatnikov2020-03-235-10/+133
* count: factor out column alias namesEugene Syromyatnikov2020-03-233-23/+45
* count: add ability to sort on avg_time fieldEugene Syromyatnikov2020-03-234-2/+18
* count: refactor statistics calculation/outputEugene Syromyatnikov2020-03-231-49/+214
* xlat: wire up PR_SET_IO_FLUSHER and PR_GET_IO_FLUSHER prctl optionsEugene Syromyatnikov2020-03-232-0/+4
* xlat: sort prctl_options entries, add #sortedEugene Syromyatnikov2020-03-231-54/+55
* rtc: decode RTC Voltage Low value as flagsEugene Syromyatnikov2020-03-232-1/+20