]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2014-12-08 William CohenFix the SDT_V3 operand handling to recognize arm64...
2014-12-08 William CohenImplement arm64 support in __is_user_regs
2014-12-08 David SmithFix BZ1171823 by updating the __svc_fh() nfsd tapset...
2014-12-08 William CohenAllow speculate.exp to use syscall.openat on arm64
2014-12-08 William CohenAllow pp.exp to use syscall.openat on arm64
2014-12-08 William CohenCorrections to global_var_kernel.stp tests
2014-12-05 Martin CermakPR16716 partial fix: Fix types in 'syscall.sched_{...
2014-12-04 David SmithPR16716 partial fix: Fix types in 'syscall.{ioprio_...
2014-12-03 Martin CermakPR16716 partial fix: Fix types in syscall.mknod[at]
2014-12-02 Martin CermakRHBZ1126645: New regression testcase.
2014-12-01 David SmithPR16716 partial fix: Fix types in 'syscall.{get,list...
2014-11-28 William CohenAllow systemtap.base/warnings.exp to work with newer...
2014-11-28 William CohenFix stat.c syscall test matching for arm64
2014-11-28 William CohenAllow at_var_tracepoint.stp to handle time.c move in...
2014-11-26 Chung-Lin TangRemove <stdint.h> from <sys/sdt.h>
2014-11-25 Martin CermakRHBZ1167652: Boot time probing feature fix
2014-11-21 William CohenSplit the access of sp from the rest of pt_regs regs...
2014-11-21 William CohenRecognize the arm64 registers in SDT_V3 format
2014-11-21 William CohenAllow syscall tests to match the arm64 remapped syscalls
2014-11-20 David SmithKFAIL more plt and callee probe types in systemtap...
2014-11-20 Frank Ch. EiglerPR17126: put hcall_* kernel tracepoints into blacklist...
2014-11-20 David SmithAdd more checks for uprobes in the testsuite when needed.
2014-11-20 David SmithPR16716 partial fix: Fix types in 'syscall.{semctl...
2014-11-19 David SmithUpdated COVERAGE lines in syscall test cases.
2014-11-19 Martin Cermak16716 partial fix: Fix types in 'syscall.{io_setup...
2014-11-19 William CohenAdd arm64 loader to the whitelist of interpreters
2014-11-14 Frank Ch. Eiglerruntime: fix kernel relocation basis symbol on ppc64le
2014-11-14 William CohenCorrect nodebug mkdirat syscall argstr
2014-11-14 William CohenImprove arm64 syscall/nd_syscall test results
2014-11-13 William CohenAdd arm64 specific defines for num_args.stp
2014-11-12 Frank Ch. EiglerRHBZ1119336: document STAP_FIPS_OVERRIDE in man staprun.8
2014-11-11 David SmithAdded missing 'asmlinkage()' call in nd_syscall.pread.
2014-11-11 David SmithPR16716 partial fix: Fix types in 'syscall.{msgctl...
2014-11-11 Hilko Bengendebian bug766994: adapt to emacs 24.3 deprecation of...
2014-11-10 David SmithImprove arm64 syscall/nd_syscall test results.
2014-11-06 David SmithFixed BZ1160837 by updating the iostat-scsi.stp example.
2014-11-06 Frank Ch. Eiglertransok/tval-opt.stp: nuke test case
2014-11-05 Martin CermakPR16716 partial fix: Fix types in syscall.mq_*
2014-11-04 David SmithPR16716 partial fix: Fix types in 'syscall.{pread,pwrit...
2014-10-31 William CohenEstimate the frequency of the arch64 get_cycle()
2014-10-27 Frank Ch. Eiglerdebian bug766994: adapt to emacs 24.3 deprecation of...
2014-10-20 David SmithPR16716 partial fix: Fix types in 'syscall.{shmctl...
2014-10-16 Frank Ch. EiglerRHBZ1153673: speculatively correct segv in dead_control...
2014-10-15 Frank Ch. EiglerRHBZ847286: systemtap initscript: return rc=0 for no...
2014-10-14 Frank Ch. EiglerNEWS: tweak string-optimization wordage
2014-10-14 Abegail JakopNEWS: added bit on string passing optimization
2014-10-14 Martin CermakPR16716 partial fix: Fix types in syscall.{getdents...
2014-10-11 Frank Ch. Eiglerruntime: tweak panic message
2014-10-10 Masanari IidaFix spelling typo in man pages
2014-10-10 Abegail JakopMerge branch 'ajakop/11528'
2014-10-10 Abegail Jakoptranslate.cxx: fix "referece" typo
2014-10-09 Abegail JakopPR11528: log messages for vars passed by reference
2014-10-09 Abegail JakopPR11528: put retval assignment after arg assignments
2014-10-09 William CohenAdd backtrace support for aarch64
2014-10-09 Martin CermakPR16716 partial fix: Fix types in syscall.{getrlimit...
2014-10-09 William CohenMake the -DDEBUG_UNWIND output more tolerant of types...
2014-10-08 Lukas BerkAdd support for getrandom, memfd_create, seccomp syscalls
2014-10-07 Josh StoneRHBZ1150166: Handle the filename of compressed modules
2014-10-07 Josh Stonerun-stap: Let DEBUG_STAP use a custom gdb command
2014-10-07 William CohenDefine __NR_epoll_wait if not defined (PR17462)
2014-10-06 Abegail JakopPR11528: embedded_tags_visitor store tags in a set
2014-10-06 Abegail JakopPR11528: added unmodified-fnargs pragma to man/stap.1
2014-10-06 Abegail JakopPR11528: revised embedded_code_visitor
2014-10-06 Abegail JakopPR11528: replace ::is_functioncall() with a visitor
2014-10-02 David SmithFixed typo in testsuite/systemtap.syscall/rt_signal.c.
2014-10-02 Abegail JakopPR11528: don't include pure code in optimization
2014-10-01 Abegail JakopPR11528: new pragma "unmodified-fnargs" for embedded-c
2014-10-01 David SmithPR16716 partial fix: Fix types in 'syscall.{rt_sigactio...
2014-09-30 David SmithPR16716 partial fix: Fix types in 'syscall.{pipe,pselec...
2014-09-25 Abegail JakopPR11528: set __retval as char * where possible
2014-09-25 Stan CoxAdd pyparsing / no-parsing compatibility test.
2014-09-25 Martin CermakPR16716 partial fix: Fix types for the flock syscall
2014-09-25 Frank Ch. EiglerPR16806: tweak test case to guarantee stoppage better
2014-09-24 Frank Ch. Eiglerpo i18n regen
2014-09-23 Santosh Shuklastp: rt: fix preemptible bug_on for STAT_GET_CPU
2014-09-23 Santosh Shuklastp: rt: replace stp_print lock with stp style lock
2014-09-23 Santosh Shuklastp: rt: replace addr_map_lock rd/wr lock with stp...
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_task_work_list_lock to stp raw
2014-09-23 Santosh Shuklastp: rt: replace utrace_struct lock to stp style raw...
2014-09-23 Santosh Shuklastp: rt: replace utrace->lock with stp style raw lock
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_vma_lock rd/wr lock with...
2014-09-23 Santosh Shuklastp: rt: replace __stp_tf_map_lock rd/wr lock with...
2014-09-23 Santosh Shuklastp: rt: locking helper api
2014-09-23 Stan CoxIgnore C declarations in .d file and use string pattern...
2014-09-23 Abegail JakopPR11528: pass function args as char * where possible
2014-09-23 Martin CermakPR16716 partial fix: Fix types and compat support in...
2014-09-23 Martin CermakPR17413: add compat support for {nd_,}syscall.timer_create
2014-09-19 Frank Ch. Eiglerstaplog.c: add some more per-arch macros w/ protection
2014-09-17 Abegail Jakopuse strerror to generate error message in is_valid_pid
2014-09-17 David SmithPR16716 partial fix: Fix types in 'syscall.{[gs]etgroup...
2014-09-15 Josh StonePR17395: Add breaks to is_valid_pid error switch
2014-09-12 Josh Stonestapdyn: use process_vm_readv/writev when possible
2014-09-12 Jonathan Lebonstap.1: document --save-uprobes
2014-09-12 Jonathan Leboninitscript: also delete uprobes.ko during cleanup
2014-09-12 Stefan Hajnocziinitscript: automatically detect uprobes dependency
2014-09-12 David SmithPR16716 partial fix: Fix types in 'syscall.{mlock,mlock...
2014-09-12 Jonathan LebonPR17190: accept functions given with their decl_line
2014-09-12 Jonathan Lebonlisting_mode.exp: test nearest
2014-09-12 Jonathan Lebonnearest probes: preserve user-entered lineno in chain
2014-09-12 Jonathan Lebondwflpp.cxx: refactor nearest code
next
This page took 0.052262 seconds and 5 git commands to generate.