]> sourceware.org Git - systemtap.git/shortlog
systemtap.git
2023-10-20 William CohenAllow sdt_buildid.exp to run with and without DEBUGINFO...
2023-10-13 Frank Ch. Eiglerbuildbot test, ignore
2023-10-12 William CohenPR30401: Address newer s390 kernels that move struct...
2023-10-12 Frank Ch. Eiglertestsuite: add cve-2023-4911 band-aid
2023-10-12 Frank Ch. Eiglertestsuite: drop busybox test case
2023-10-12 Frank Ch. Eiglertestsuite: simplify Makefile drivers
2023-10-12 Martin CermakTeach stap-prep to use new versions of dnf (if available)
2023-10-12 Frank Ch. Eiglerdocs: mark another timestamp with PRERELEASE
2023-10-11 Frank Ch. Eiglertestsuite: finish removing dejazilla artifacts, restori...
2023-10-11 Frank Ch. EiglerRHEL-12499: tweak stap-prep sans-debuginfod notice
2023-10-06 Frank Ch. EiglerPR27410 cont'd: Tolerate (skip) foreign-architecture...
2023-09-27 William CohenEliminate use of kernel's flush_scheduled_work() in...
2023-09-27 William CohenUse TWA_RESUME in the runtime calls to task_work_add
2023-09-27 William CohenEliminate use of do_each_thread() macro
2023-09-27 Frank Ch. Eiglersystemtap.spec: bump Release back up to 1{something}
2023-09-22 Martin CermakRobustify the flightrec2 testcase
2023-09-22 Martin CermakFix flightrecorder log rotation test cases
2023-09-21 Martin CermakAdd missing header to fix an s390x specific compile...
2023-09-21 Martin CermakFix a typo in tapset/linux/s390/sysc_execve.stp
2023-09-18 Frank Ch. EiglerPR30864: tweak configury for debuginfod/json-c
2023-09-15 Frank Ch. EiglerPR30858: improve diagnostics for pass-4 build failures...
2023-09-14 Frank Ch. Eiglertapset-debuginfod.cxx: respect --without-debuginfod
2023-09-14 Frank Ch. Eiglerlanguage-server/jsonrpc.h: tweak for stdint.h usage
2023-09-12 William CohenHave the scsi tapset support newer kernels struct scsi_cmnd
2023-08-29 William CohenPR30777: Allow systemtap to work on Intel machines...
2023-08-29 William CohenFor non-x86 architectures set the CPUFlags to be empty.
2023-08-25 Ryan GoldbergPR27410: Probe processes using debuginfod
2023-08-24 Frank Ch. EiglerNEWS typo fix
2023-08-24 Housam AlamourPR30434: deprecate rhel6 (2.6.32*) support. Deprecate...
2023-08-24 Housam AlamourPR30434 complete: Further removal of "if" branches...
2023-08-24 Housam AlamourPR30434 continuation: Deprecate testsuite files and...
2023-08-24 Housam AlamourPR30434 continuation:Remove process().insn probes from...
2023-08-24 Housam AlamourPR30434 continuation: CONFIG_UTRACE mentions removed...
2023-08-24 Housam AlamourPR30434 continuation: Added documentation of changes...
2023-08-24 Housam AlamourPR30434 continuation: Removed old uprobes, uprobes2...
2023-08-24 Housam AlamourPR30434: deprecate rhel6 (2.6.32*) support. Depricate...
2023-08-23 Frank Ch. EiglerPR30777: note in systemtap testsuite logs and stap...
2023-08-23 Frank Ch. EiglerPR30716: work around objtool stac/clac warning
2023-08-15 Frank Ch. Eiglerdebian bug #1047029: "make clean" hygiene
2023-08-14 Frank Ch. Eiglertestsuite/stap_merge.tcl: update for magic word in...
2023-08-14 Frank Ch. EiglerPR29108 / BZ2095359 tweak: stap_merge magic handling
2023-08-12 Frank Ch. EiglerPR30749: correct stap --sign-module timing
2023-08-12 Frank Ch. Eiglertestsuite: fix hash-bang of pr30570.stp
2023-08-12 Frank Ch. EiglerPR29108 / BZ2095359: rewrite staprun serializer logic
2023-08-12 Aliaksandr... runtime/staprun: import gheap routines
2023-08-07 William CohenAdd coverity annotation to indicate overflow in bpfinte...
2023-08-07 William CohenSimplify init_backlog function to avoid coverity BAD_SH...
2023-07-13 lijunlongPR30634: stop flushing overlarge output to stapio for...
2023-07-12 Yaakov SelkowitzFix virthost conditional
2023-07-10 William CohenAdjust runtime _access_process_vm_ to work with linux 6.5
2023-07-10 Yichun Zhang... Bug: unwinding would fail due to the .zdebug_frame...
2023-07-06 Frank Ch. Eiglerrhbz2220986: SPCX license tweakage
2023-07-05 Frank Ch. Eiglersystemtap.spec: temporarily disable --with-crash, rhbz2...
2023-06-30 Frank Ch. Eiglergit_version.sh: don't use --no-show-signature either
2023-06-30 Frank Ch. Eiglergit_version.h: stop using --broken
2023-06-30 Frank Ch. Eiglerruntime: tweak STAPCONF_MODULE_MEMORY cpp
2023-06-29 William CohenFedora rawhide kernels are now flagging use of zero...
2023-06-28 Ryan GoldbergISystemtap: Added examples corresponding to blog article
2023-06-28 Ryan GoldbergPR30570: Improved type inference within the try block...
2023-06-20 Frank Ch. Eiglersystemtap.spec: SPDX review cleanup
2023-06-20 Frank Ch. Eiglerruntime: ditch docs/ subdir
2023-06-12 Frank Ch. Eiglersystemtap.spec: switch to SPDX license tags
2023-06-09 Aaron Mereydwflpp.cxx: Fix past-the-end iterator dereference
2023-06-08 William CohenMake runtime/transport/alloc.c compatible with newer...
2023-06-08 William CohenMake runtime/transport/symbols.c compatible with newer...
2023-06-07 William CohenAdjust runtime module_kallsyms_on_each_symbol to work...
2023-06-02 Martin CermakPR30415: conflicting types for ‘kallsyms_on_each_symbol’
2023-05-24 Frank Ch. EiglerPR30484: stap-report: scrape less of /sys /proc
2023-05-19 Martin CermakPR29765: Introduce probe nfs.aop.readfolio
2023-05-18 Yichun Zhang... PR30459: removed an unused large C array allocated...
2023-05-18 Yichun Zhang... PR30456: kernel 5.18+ removed set_fs() and we should...
2023-05-17 William CohenSupport newer kernels with struct module_memory
2023-05-16 Yichun Zhang... PR30454: Fix CR3 switching races on X86 when reading...
2023-05-16 Yichun Zhang... Bug: our autoconf mechanism might find unexported symbo...
2023-05-16 Yichun Zhang... PR30408: fixed excessive read faults when reading userl...
2023-05-12 Frank Ch. Eiglerstap-server logic: drop scraped NSS error table
2023-05-12 Frank Ch. EiglerPR30442: failing optional statement probes should not...
2023-05-12 Frank Ch. Eiglertestsuite: untested "$t est" typo fix
2023-05-11 Frank Ch. Eiglerconfigury: prep for next version
2023-05-11 Frank Ch. Eiglerrelease date fix
2023-05-09 Yichun Zhang... PR30405: stapkp_init(): we should not disable preemptio...
2023-05-08 Serhei Makarovfix duplicate codegen in stapregex-dfa.cxx
2023-05-08 Serhei Makarovfix PR30395: Regex code has invalid memory reads caught...
2023-04-30 Yichun Zhang... PR30406: C symbol conflicts when using stap -DDEBUG_MEM...
2023-04-28 Frank Ch. EiglerNEWS++ release-4.9a
2023-04-28 Martin Cermakpr18649.exp: Consider "No DWARF information found"...
2023-04-27 Frank Ch. EiglerPR30396: adapt runtime to linux 6.3-rc
2023-04-27 Frank Ch. Eiglerpre-release prep/regen
2023-04-27 Ryan GoldbergISystemtap: spec update to fix install issues where...
2023-04-26 William CohenTest for kernels that backported removal of <linux...
2023-04-26 William CohenAllow nfsd.stp tapset to work on kernels with CONFIG_NF...
2023-04-19 Frank Ch. EiglerBZ2180328: disable pass-2 dyninst liveness analysis...
2023-04-19 Martin Cermakstap-prep: Provide --quiet switch
2023-04-18 Ryan GoldbergAdded docs for livepatch.stp
2023-04-18 Ryan GoldbergISystemtap: Tweaked monitor to fix older build issues
2023-04-17 Ryan GoldbergISystemtap: Added man page stap-jupyter(1)
2023-04-17 Ryan GoldbergISystemtap: Improved logging and bug fixes
2023-04-17 Ryan GoldbergISystemtap: Added stap-jupyter-* commands and tweaked...
2023-04-17 Ryan GoldbergISystemtap: Updated NEWS, spec and other small tweaks
2023-04-17 Ryan GoldbergISystemtap: Added containerized encapsulation of jupyte...
next
This page took 0.060594 seconds and 5 git commands to generate.