summaryrefslogtreecommitdiff
path: root/linux/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Add copyright headers to some files that lack themDmitry V. Levin2018-12-2411-0/+77
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-103-63/+3
* i386, x32: use upoke() instead of set_regs()Dmitry V. Levin2018-12-053-13/+3
* Refactor get_syscall_args() and get_error()Dmitry V. Levin2018-12-052-2/+2
* Refactor stack pointersDmitry V. Levin2018-12-054-8/+11
* Wire up io_pgetevents and rseq on hppa, microblaze, mips, powerpc, and s390Eugene Syromyatnikov2018-07-111-0/+1
* Wire up rseq syscallDmitry V. Levin2018-06-131-0/+1
* linux: set error flags in arch_set_error on POWER and AlphaEugene Syromyatnikov2018-06-111-1/+3
* Introduce print_big_u64_addrEugene Syromyatnikov2018-04-041-0/+1
* Update ioctl entries from linux v4.16Gleb Fotengauer-Malinovskiy2018-04-031-0/+3
* Introduce raw syscall invocation wrappersDmitry V. Levin2018-03-231-0/+52
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* powerpc, powerpc64: wire up pkey_* syscallsEugene Syromyatnikov2018-02-121-0/+3
* Mark architectures that indicate syscall error in a dedicated registerEugene Syromyatnikov2018-02-101-0/+1
* Add pure syscall flagEugene Syromyatnikov2018-02-101-8/+8
* Add SYSCALL_NEVER_FAILS flag to getpgrpEugene Syromyatnikov2018-02-091-1/+1
* Add KVM_PPC_GET_CPU_CHAR ioctl definition from linux v4.15Gleb Fotengauer-Malinovskiy2018-01-291-0/+1
* Rework decoding and pathtrace of old select syscallDmitry V. Levin2018-01-231-0/+1
* Enhance decoding of mq_* syscallsDmitry V. Levin2018-01-151-5/+5
* Change the first argument of upeek from pid to tcpEugene Syromiatnikov2018-01-041-5/+5
* Change argument of getregs_old from pid to tcpEugene Syromiatnikov2018-01-041-6/+6
* Change the first argument of upoke from pid to tcpEugene Syromiatnikov2018-01-042-4/+4
* ppc64: fix sigreturn parser for ppc personalityDmitry V. Levin2017-09-201-14/+19
* ppc64: truncate syscall args for 32-bit personality traceesDmitry V. Levin2017-09-201-6/+21
* Remove KVM_S390_* ioctls from non-s390 architecturesDmitry V. Levin2017-09-181-16/+0
* Remove some of arch-specific KVM ioctls from non-matching architecturesDmitry V. Levin2017-09-171-3/+0
* Update ioctl entries from linux v4.13-rc7Gleb Fotengauer-Malinovskiy2017-08-281-7/+3
* Add TF flag to inotify_add_watch syscall entriesNikolay Marchuk2017-08-111-1/+1
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* Rename sys_sig[gs]etmask to sys_s[gs]etmask to match syscall namesDmitry V. Levin2017-05-211-2/+2
* alpha, cris, mips, ppc, sh, sparc: fix decoding of sigsuspend syscallDmitry V. Levin2017-05-011-1/+1
* Implement -e trace=%stat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%lstat optionEugene Syromyatnikov2017-04-211-3/+3
* Implement -e trace=%fstat optionEugene Syromyatnikov2017-04-211-4/+4
* Implement -e trace=%%stat optionEugene Syromyatnikov2017-04-211-11/+11
* Implement -e trace=%%statfs optionEugene Syromyatnikov2017-04-211-5/+5
* Implement -e trace=%fstatfs optionEugene Syromyatnikov2017-04-211-2/+2
* Update statx parser and syscall entries lists to the upstreamVictor Krapivensky2017-04-151-0/+1
* Revert "Implement -e trace=%sched option"Dmitry V. Levin2017-04-141-12/+12
* Revert "Implement -e trace=%clock option"Dmitry V. Levin2017-04-141-5/+5
* Implement -e trace=%statfs optionAbhishek Tiwari2017-04-071-2/+2
* Implement -e trace=%clock optionRishi Bhatt2017-04-061-5/+5
* Update ioctl entries from linux v4.11-rc3Gleb Fotengauer-Malinovskiy2017-03-231-0/+4
* Introduce get_rt_sigframe_addr functionDmitry V. Levin2017-03-131-0/+33
* Implement -e trace=%sched option for tracing sched_* syscallsEugene Syromyatnikov2017-03-051-12/+12
* powerpc, powerpc64: wire up new syscallsDmitry V. Levin2017-02-071-0/+1
* Implement success injectionElvira Khabirova2017-01-281-0/+13
* Remove redundant commas at the end of structure initializersDmitry V. Levin2017-01-111-7/+7
* Introduce NSIG_BYTESDmitry V. Levin2016-12-271-1/+1
* Automatically replace kernel_(scno|ureg)_t with kernel_ulong_tDmitry V. Levin2016-12-261-1/+1