]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
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
2020-07-09 Martin CermakTapset and testsuite updates against @cast() change...
2020-07-06 Frank Ch. EiglerRHBZ1847676 cont'd: more uprobes-inode/onthefly concurr...
2020-07-02 Frank Ch. Eiglertapset: *user_string* formatting directive tweaks
2020-07-01 Frank Ch. EiglerPR26142: Adapt to linux/vermagic.h file hiding ......
2020-06-30 Frank Ch. EiglerPR26142: Adapt to linux/vermagic.h file hiding ......
2020-06-30 Frank Ch. EiglerPR26142: adapt to linux mmap_sem api transition
2020-06-30 Frank Ch. EiglerPR26142: Adapt to linux/vermagic.h file hiding
2020-06-29 Martin CermakPR26181: Use explicit @cast() within get_ip_from_client()
2020-06-24 William CohenExclude some __NR_compat_* defines for newer aarch64...
2020-06-22 William CohenUse explicit @cast() operators pointing to kernel for...
2020-06-22 Yichun Zhang... PR26131: garbled data might appear in staprun data...
2020-06-18 William CohenUse kernel.trace("sched:sched_process_fork") for kproce...
2020-06-18 William CohenUse explicit @cast() operators for semop-watch.stp...
2020-06-18 William CohenUse explicit @cast() operators for periodic.stp
2020-06-17 Serhei MakarovPR24758: increase stack size for BPF userspace interpreter
2020-06-17 William CohenUse explicit @cast() operators for stapgames/pingpong...
2020-06-17 William CohenUse explicit @cast() operators for pfiles.stp and ioctl...
2020-06-17 William CohenRemove the unneeded test_support check the lwtools...
2020-06-17 William CohenUse explicit @cast() operators to fslatency-nd.stp...
2020-06-17 William CohenFix sizeof.stp to explicitly use kernel debuginfo if...
2020-06-17 Serhei Makarovbpf.exp: tentative fix for bigmap1.stp hang on RHEL8
2020-06-17 Frank Ch. EiglerRHBZ1847676: uprobes-inode tweaks redux
2020-06-16 William CohenMake sizeof.stp runnable with the bpf backend.
2020-06-16 Sagar Patelremove comment
2020-06-16 Yichun Zhang... PR26123: fixed memory leaks in vma map for kernels...
2020-06-16 William CohenAdd overcommit.stp to examples that can run in bpf.
2020-06-15 Frank Ch. Eiglerconfigury: post-release version bump
2020-06-11 William CohenAvoid exceeding space constraints for the BPF environme...
2020-06-11 William CohenAvoid exceeding space constraints for BPF environment...
2020-06-11 Frank Ch. Eiglerprerelease: update-docs release-4.3
2020-06-11 Frank Ch. Eiglerdocs generator: tweak for python3
2020-06-11 Frank Ch. Eiglerprerelease: PRERELEASE source bumps
2020-06-11 Frank Ch. Eiglerprerelease: AUTHORS bump
2020-06-11 Frank Ch. Eiglerprerelease: update-po
2020-06-11 Frank Ch. Eiglertapset: fix ctime.stp handling of STAPCONF_TIME32_OLD_H
2020-06-11 Frank Ch. Eiglerbpf-translate.cxx: avoid dereferencing empty vectors
2020-06-11 Serhei MakarovPR26019 stapbpf: don't continue startup if begin probe...
2020-06-11 Frank Ch. Eigleruprobes-inode: rework for buildid vs. onthefly work
2020-06-10 Frank Ch. Eigleruprobes-inode: rework for buildid vs. onthefly work
2020-06-10 Frank Ch. Eiglergcc compatibility: use gcc #pragma to suppress -Wtautol...
2020-06-10 Serhei MakarovPR26074 fixup: disable #else paths on !USE_KALLSYMS_ON_...
2020-06-09 Frank Ch. Eiglersession.cxx prerelease: declare support for kernel 5.7
2020-06-09 Serhei MakarovPR26099: adapt to struct proc_ops split from struct...
2020-06-09 Frank Ch. Eiglerman error::dwar7: mention kbuild -fno-var-tracking...
2020-06-09 William CohenAdd probes to container_check.stp for additional capabi...
2020-06-08 Yichun Zhang... Bug: __stp_tf_quiesce_worker(): vma mmap callback incor...
2020-06-08 Yichun Zhang... feature: vma-related primitives now work in process...
2020-06-07 Yichun Zhang... Bug: tapset functions reading userland registers did...
2020-06-05 Serhei MakarovPR26074: pass kallsyms_lookup_name as a relocation...
2020-06-05 Frank Ch. Eiglerconfigury: adjust -lebl check to ebl_strtabinit
2020-06-04 Alice Zhangmove the new added blurb under version 4.3
2020-06-04 Alice Zhangupdate blurb related to PR13793
2020-06-03 Juri LelliRHBZ1842866 kernel-rt port: treat CONFIG_PREEMPT_RT...
next
This page took 0.053022 seconds and 5 git commands to generate.