]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2020-11-06 Aaron Mereyprerelease: update-po
2020-11-06 Sultan AlsawafPR26144: task_finder2: execute task workers in order
2020-11-05 Alice ZhangPR13838: update fp systemtap example
2020-11-05 Alice ZhangPR13838: Fix previous commit message (c80f1453eba943092...
2020-11-05 Alice ZhangPR13838: add floating point to systemtap.examples
2020-11-05 Alice ZhangPR13838: add floating point to systemtap.examples
2020-11-05 Aaron MereyMakefile.am: Install runtime/softfloat/
2020-11-04 Sultan AlsawafPR26846: task_finder2: fix kernel panics by eliminating...
2020-11-04 Frank Ch. Eiglertranslator: disambiguate runtime errors better
2020-11-04 Serhei MakarovPR26811 WIP: adapt to set_fs() removal in linux 5.10+
2020-10-31 Sultan Alsawafstp_task_work: don't busy poll in stp_task_work_exit()
2020-10-31 Sultan Alsawafstp_utrace: reset the correct atomic var when resume...
2020-10-30 Martin CermakAdapt debugpath.exp to the debuginfod feature.
2020-10-30 Alice ZhangPR13838: Added basic floating point support to systemtap
2020-10-29 amereyPR26015: Make syscall arguments writable again
2020-10-29 Sagar PatelPR26015: Add @probewrite predicate.
2020-10-29 Aaron MereyAllow individual probes to have both a prologue and...
2020-10-29 Yichun Zhang... NEWS: mentioned the utrace task hash table optimization
2020-10-29 Sultan Alsawaftask_finder2: change the default engine action to UTRAC...
2020-10-29 Yichun Zhang... task_finder2: don't attach to forked children when...
2020-10-29 Sultan AlsawafBug: deadlocks might happen in the spinlocks when ...
2020-10-29 Sultan Alsawaftask_finder: error out when we cannot attach to _stp_target
2020-10-28 Frank Ch. Eiglertestsuite: current.stp module("*") defang
2020-10-27 Sultan Alsawafstp_utrace: replace task_utrace_lock with non-blocking...
2020-10-27 Stan Coxman stapprobes.3stap: Document tls context variable...
2020-10-27 Stan CoxMerge branch 'scox/tls': Add tls support.
2020-10-27 Frank Ch. Eiglertestsuite: reduce server_concurrency* debuginfo require...
2020-10-27 Yichun Zhang... NEWS: added an entry for the VMA map RCU lock changes
2020-10-27 Frank Ch. Eiglerstep-prep: check for debuginfod capability
2020-10-26 Stan CoxSupport tls variables on s390
2020-10-26 Serhei Makarovstapconf: adapt to kernel_read_file_from_path API chang...
2020-10-25 Yichun Zhang... Optimize: increased the default size of task_utrace_tab...
2020-10-24 Serhei Makarovreduce bpf.exp reg_alloc3 verbosity (~70k lines)
2020-10-24 Serhei Makarovreduce unprivileged_embedded_C.exp verbosity (~800k...
2020-10-22 Frank Ch. Eiglertestsuite: fix buildok perms
2020-10-22 Frank Ch. EiglerRHBZ1890702: fix pretty-print conflict with --suppress...
2020-10-22 Sultan Alsawaftask_finder_vma: add autoconf check for atomic_fetch_ad...
2020-10-21 Stan CoxAdd support for external tls variables
2020-10-21 Yichun Zhang... Optimize: increase the default size of the vma map...
2020-10-21 Sultan Alsawaftask_finder_vma: rewrite using RCU to fix performance...
2020-10-21 Serhei MakarovPR26755 temporary kprobes_onthefly.exp: also disable...
2020-10-19 Serhei MakarovPR26755 kprobes_onthefly.exp: skip lock_* tracepoints...
2020-10-09 Stan CoxSupport tls on ppcle
2020-10-06 Stan CoxFind module in link_map via module_name
2020-10-02 Stan CoxUse module_container_of to find kernel header.
2020-10-02 Frank Ch. Eiglerprocfs tapset: compute STP_MAX_PROCFS_FILES
2020-10-01 Sultan AlsawafPR26697: fix NULL pointer deref in get_utrace_lock()
2020-10-01 Frank Ch. Eiglerstap -V: note function with kernel 5.9-rc
2020-09-30 Frank Ch. EiglerPR26665: fix secureboot/mok -> stap-server signing
2020-09-29 Stan CoxAdd preliminary systemtap tls support
2020-09-28 Yichun Zhang... Doc: documented the @var(NAME, EXE) notation in the...
2020-09-28 Yichun Zhang... PR26673: ko gcc compilation error would happen when...
2020-09-28 Frank Ch. Eiglerman stapprobes.3stap: add @var("var","module") docs
2020-09-28 Serhei Makarovtentative fix: update hand-written Makefiles to use...
2020-09-24 Yichun Zhang... PR26660: probe kernel.statement(HEX).absolute incorrect...
2020-09-23 Frank Ch. EiglerPR26658: initscript onboot capability for rhel8 era...
2020-09-18 Frank Ch. Eiglerconfigury: complete auto* regeneration for AM_PROG_AR use
2020-09-18 Frank Ch. Eiglerdeprecate STP_TRANSPORT_VERSION=1 (rhel4 relayfs)
2020-09-17 Serhei MakarovFix get_user_pages{,_remote} for 5.9 kernels.
2020-09-17 Frank Ch. Eiglerdeprecate STP_TRANSPORT_VERSION=3 (ring_buffer)
2020-09-16 Stan CoxUpdate emacs/systemtap-mode.el for emacs 27
2020-09-09 Sergei Trofimovichconfigure.ac: use AM_PROG_AR to autodetect prefixed...
2020-08-27 Frank Ch. Eiglerman stap.1: belatedly mention type auto-casting
2020-08-21 Sagar Patelstapbpf: fix module name
2020-08-20 Frank Ch. EiglerPR26511: fix probe-condition synthetic begin{} probe...
2020-08-18 Frank Ch. EiglerPR26296: lock pushdown optimization
2020-08-17 Frank Ch. Eiglertestsuite: have control_limits.stp trigger MAXNESTING...
2020-08-17 Martin Cermakat_var_unresolved.exp: Adapt to new error msg wording.
2020-08-14 Yichun Zhang... PR26392: removed the "stable" flag from unwunding tapse...
2020-08-14 Thorsten Glaserprint formatting fixes for stapbpf rlim_t
2020-08-13 Martin CermakPR26379: Formatting directive type fix.
2020-08-07 Frank Ch. Eiglertranslator: probe-condition error handling
2020-08-06 Frank Ch. Eigler--enable-http: add backward compatibility for pre-MHD_R...
2020-08-05 William CohenMake dtrace generated code work with LTO (take 2)
2020-08-04 Stan CoxFix --enable-http build errors by always using MHD_Result
2020-07-31 Frank Ch. EiglerPR26307: rhel6 porting tweak redux
2020-07-31 Frank Ch. EiglerPR26307: rhel6 porting tweak
2020-07-31 Frank Ch. Eiglerjava/HelperSDT.c: correct 32-bit pointer cast warnings
2020-07-31 Frank Ch. EiglerPR26307: adapt to kernel module_sect_attr changes in...
2020-07-29 Frank Ch. Eiglersystemtap.spec: let -testsuite subrpm require elfutils...
2020-07-29 Craig RingerPR26249: "%p" -> "0x%lx" pointer formatting in *convers...
2020-07-27 Frank Ch. EiglerPR25568 / RHBZ1857749: sdt_buildid.exp test case
2020-07-27 Frank Ch. EiglerPR25568 / RHBZ1857749: buildid/uprobes/inode rework...
2020-07-21 Serhei MakarovPR26234: stapbpf should warn about other unsupported...
2020-07-18 Frank Ch. Eiglertestsuite: shrink output
2020-07-18 Frank Ch. Eiglerrhbz1857749: uprobes-inode regression in sdt semaphore...
2020-07-15 Frank Ch. Eiglerconfigury: make systemtap buildable with gcc -flto
2020-07-14 William CohenMake dtrace generated code work with LTO
2020-07-14 William CohenRevert "Make dtrace generated code work with LTO"
2020-07-14 Frank Ch. Eiglersystemtap.spec: comment syntax tweak
2020-07-13 William CohenMake dtrace generated code work with LTO
2020-07-13 Serhei MakarovPR26234: stapbpf should warn about unsupported utrace_d...
2020-07-12 Frank Ch. Eiglertestsuite: block listing_mode_sanity large tests on...
2020-07-12 Frank Ch. EiglerRHBZ1847676 cont'd: one more uprobes-inode/onthefly...
2020-07-12 Frank Ch. Eiglerruntime: startup dmesg %p decloaking
2020-07-11 Frank Ch. Eiglerrun-stap.in: forget about bundled elfutils build mode
2020-07-10 Frank Ch. EiglerPR25549: format tweak
2020-07-10 Frank Ch. EiglerPR25549: statement probe visibility for openmp / lto...
2020-07-10 Frank Ch. Eiglertestuite: More @cast() fallout
2020-07-10 Frank Ch. EiglerREADME: modernize
next
This page took 0.054444 seconds and 5 git commands to generate.