2016-11-16 |
Dmitry V. Levin | Split qual_syscall into separate functions |
commit | commitdiff | tree | snapshot |
2016-11-15 |
Dmitry V. Levin | xtensa: wire up new syscalls |
commit | commitdiff | tree | snapshot |
2016-11-14 |
Dmitry V. Levin | arc: wire up new syscalls |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Dmitry V. Levin | tests: fix potential compilation warning in ioctl_block.c |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Eugene Syromyatnikov | Add support for pkey_mprotect, pkey_alloc, pkey_free... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Eugene Syromyatnikov | tests: fix "constant is too large" compilation warnings |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Eugene Syromyatnikov | tests: fix "comparison between signed and unsigned... |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Dmitry V. Levin | syscall.c: refactor getregs_old fallback in get_regs |
commit | commitdiff | tree | snapshot |
2016-11-13 |
Eugene Syromyatnikov | Rename BUILD_BUG_ON_ZERO macro |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Dmitry V. Levin | syscall.c: factor out ptrace_getregs from get_regs |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Dmitry V. Levin | syscall.c: rename get_regset to ptrace_getregset |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Andreas Schwab | m68k: switch to PTRACE_GETREGS |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Andreas Schwab | tests: do not run old_mmap test on m68k |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Dmitry V. Levin | syscall.c: introduce reallocate_vec function |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Dmitry V. Levin | Fix prototypes of qual_desc, qual_signal, and qual_sysc... |
commit | commitdiff | tree | snapshot |
2016-11-12 |
Eugene Syromyatnikov | linux/x32/syscallent.h: fix syscallent array initialisa... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Dmitry V. Levin | Introduce upoke function |
commit | commitdiff | tree | snapshot |
2016-11-11 |
Gleb Fotengauer... | Update ioctl entries from linux 4.9 |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Eugene Syromyatnikov | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Mikulas Patocka | Add support for decoding of DM_* ioctl commands |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Dmitry V. Levin | Introduce ALIGNOF macro |
commit | commitdiff | tree | snapshot |
2016-11-10 |
Eugene Syromyatnikov | util: add support for QUOTE_0_TERMINATED in user_style... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
Eugene Syromyatnikov | tests: check decoding of mq_{notify,open,timedreceive... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
Dmitry V. Levin | tests: skip times.test if CLOCK_PROCESS_CPUTIME_ID... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Eugene Syromyatnikov | tests: add tests for perf_event_attr structure decoding... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Eugene Syromyatnikov | Implement decoding of perf_event_attr structure in... |
commit | commitdiff | tree | snapshot |
2016-10-31 |
Eugene Syromyatnikov | tests: fix name spelling |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: fix name spelling |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | Update NEWS |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | Fix typo in comment in tests/quotactl.h |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: fix invalid pointer checks in quotactl test |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: fix invalid pointer checks in getcpu test |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: fix invalid pointer checks in request_key test |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: fix invalid pointer checks in add_key test |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | statfs: use printxval_search |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | util: add printing helper for sorted xlat arrays |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | defs: add check for argument being array to ARRAY_SIZE... |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: check decoding of oldfstat, oldlstat, and oldsta... |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: additional tests of stat decoders |
commit | commitdiff | tree | snapshot |
2016-10-30 |
Eugene Syromyatnikov | tests: prepare for additional tests of stat decoders |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Dmitry V. Levin | Provide a safe definition of O_ACCMODE |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | Implement dumping of mq_timedsend and mq_timedreceive... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: print msg_prio as a pointer, not as an immediate... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: print msg payload only in case of successful mq_tim... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: Print msg_prio parameter as unsigned int in mq_time... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: Properly print mq_flags field |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: Print msg_len parameter as kernel_ulong_t |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | print_mq_attr: fix typo |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: print mqdes parameter as int |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | mq: curly brackets usage fix |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: additional name_to_handle_at/open_by_handle_at... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: require only presence of __NR_* macros for file_... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: proper type conversion in keyctl test |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | file_handle: use separate xlat for name_ta_handle_at... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of kexec_file_load and kexec_load... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: use widen_to_ulong since kexec_load has compat... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: fix zeroing of higher bits of flags parameter... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | kexec: add printing of struct kexec_segment field names |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of unshare syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use kernel_ulong_t as type of flags parameter... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use separate flag list for unshare |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of setns syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | clone: use separate xlat for nstype parameter of setns... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check non-verbose capget/capset output |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: additional capset decoder checks |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of fanotify_init syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: some additional checks for fanotify_mark |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: use sprintrc in tests/fanotify_mark.c |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of {init,finit,delete}_module... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | bjm: use getarg_ull for retrieving first two parameters... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Dmitry V. Levin | Add printaddr_ull, change printaddr into a thin wrapper... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | xlat: add values for MODULE_INIT_* constants |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | Remove parser of create_module syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of process_vm_readv and process_v... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: use widen_to_ulong for local_iovcnt, renote... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | defs: add widen_to_ulong macro |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: print pid argument as int |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | process_vm: remove syserror check for iovec printing |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | io: use umoven_or_printaddr_ignore_syserror as umove... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | Move umoven_or_printaddr_ignore_syserror to util.c |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | v4l2: check for verbose flag in umoven_or_printaddr_ign... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Eugene Syromyatnikov | tests: check decoding of kcmp syscall |
commit | commitdiff | tree | snapshot |
2016-10-28 |
Dmitry V. Levin | kcmp: print index parameters of unknown commands as... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | tests: check decoding of inotify family syscalls |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | xlat: use IN_* prefix for inotify_init1 flag constants |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | tests: check decoding of lookup_dcookie syscall |
commit | commitdiff | tree | snapshot |
2016-10-27 |
Eugene Syromyatnikov | lookup_dcookie: print len parameter as kernel_ulong_t |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | defs.h: add offsetofend macro |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move ARG_STR and similar macros to tests.h |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move LL_PAIR and LL_VAL_TO_PAIR macros to tests.h |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: check decoding of ioprio_get and ioprio_set... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | xlat: provide fallback definitions for CLOCK_* constants |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: move fill_memory and fill_memory_ex into a separ... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
Eugene Syromyatnikov | tests: add period parameter to fill_memory_ex |
commit | commitdiff | tree | snapshot |
2016-10-05 |
Dmitry V. Levin | Post-release administrivia |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Prepare for 4.14 release v4.14 |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Generate SEN numbers in a locale independent order |
commit | commitdiff | tree | snapshot |
2016-10-04 |
Dmitry V. Levin | Assume that offsetof is provided by stddef.h |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | tests: check decoding of add_key, keyctl, and request_k... |
commit | commitdiff | tree | snapshot |
2016-10-03 |
Eugene Syromyatnikov | keyctl: use kernel_ulong_t and getarg_ull instead of... |
commit | commitdiff | tree | snapshot |
next |