]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2014-04-24 Kris Van Heesdtrace: update NEWS and spec file for 0.4.3-2
2014-04-24 Nick AlcockDrop CPU_DTRACE_NOFAULT manipulation in progenyof().
2014-04-24 Nick AlcockDrop CPU_DTRACE_NOFAULT manipulation around ustack...
2014-04-24 Nick AlcockPass down the tgid to userspace in u{stack,sym,mod...
2014-04-24 Nick AlcockFix the pid and ppid variables in multithreaded processes.
2014-04-15 Kris Van Heesdtrace: NEWS and specfile update for 0.4.3
2014-04-15 Kris Van Heesdtrace: add support for profile-* probes
2014-01-29 Nick AlcockUpdated specfile for 0.4.2-3.
2014-01-29 Nick AlcockHave the new dtrace-modules-provider-headers obsolete...
2014-01-27 Nick AlcockRemove kernel version from name of dtrace-modules-provi...
2013-12-21 Kris Van Heesdtrace: updated spec file and NEWS
2013-12-20 Kris Van Heesdtrace: Fix RPM dependencies.
2013-12-20 Kris Van Heesdtrace: vtimestamp implementation
2013-12-19 Kris Van Heesdtrace: implement SDT in kernel modules
2013-12-16 Kris Van Heesdtrace: fix conditionals for changelog composition
2013-12-03 Kris Van Heesdtrace: make the release tag dependent on the kernel...
2013-12-03 Kris Van Heesdtrace: fix changelog for 0.4.0 series
2013-11-18 Kris Van Heesdtrace: support auto-building of dtrace-module for...
2013-11-06 Kris Van Heesdtrace: prepare spec file for errata release (3.87...
2013-11-06 Kris Van Heesdtrace: Updated NEWS and spec file
2013-11-06 Kris Van Heesdtrace: provide a corrected implementation of the ...
2013-10-23 Kris Van Heesdtrace: Updated specfile and NEWS
2013-10-23 Kris Van Heesdtrace: fix lock ordering issues, mutex_owned(), and...
2013-10-17 Kris Van Heesdtrace: ensure userspace stack memory access cannot...
2013-10-17 Kris Van Heesdtrace: ensure speculation buffer cleaning does not...
2013-10-17 Kris Van Heesdtrace: reject enabling is referencing module fails...
2013-10-17 Kris Van Heesdtrace: ensure state is free'd after use (memleak fix)
2013-10-17 Kris Van Heesdtrace: align module code with new cyclics API
2013-10-10 Kris Van Heesdtrace: update getufpstack implementation to be safer
2013-10-10 Nick Alcockdtrace: armour ustack() against kernel threads, !task...
2013-09-30 Kris Van Heesdtrace: Ensure that provider names are unique in the...
2013-09-22 Kris Van Heesdtrace: ensure &tp->ftt_mtp is set to 0s for is-enabled...
2013-09-20 Kris Van Heesdtrace: Update NEWS
2013-09-20 Kris Van Heesdtrace: Various memory allocation fixes (leaks, footpri...
2013-09-17 Kris Van Heesdtrace: UEK3 build -16
2013-09-17 Kris Van Heesdtrace: prevent Oops caused by preemption issues with...
2013-09-17 Kris Van Heesdtrace: fix for psinfo allocation during execve
2013-09-17 Kris Van Heesdtrace: General cleanup of debug info and fix syscall...
2013-09-05 Kris Van Heesdtrace: fixes for the module build
2013-09-05 Kris Van Heesdtrace: remove debugging code
2013-09-05 Kris Van Heesdtrace: Ensure that USDT probes are carried over correc...
2013-09-05 Kris Van Heesdtrace: Fix frame offsets for direct called probes...
2013-09-05 Kris Van Heesdtrace: fix retrieval of arg5 through arg9
2013-09-05 Kris Van HeesBug fix for logic to determine the (inode, offset)...
2013-09-05 Kris Van HeesEnsure memory allocation results are checked throughout...
2013-08-08 Kris Van HeesBug fix for fasttrap module unloading.
2013-08-07 Kris Van HeesRemove pre-alpha features for release.
2013-08-07 Kris Van HeesBug fix for module unloading.
2013-07-31 Nick AlcockFix fasttrap ioctls and headers_check.
2013-07-31 Nick AlcockRe-enable DTrace ioctl()-size debugging.
2013-07-25 Nick AlcockAdd RPM changelog.
2013-07-23 Kris Van HeesAdd a warning to be displayed when tracepoint enabling...
2013-07-24 Nick AlcockFix provider header requirements.
2013-07-24 Nick AlcockSPEC: Changes for UEK merge.
2013-07-22 Nick AlcockBoost ustackframes_default.
2013-07-22 Kris Van HeesMake old_rsp available to kernel modules.
2013-07-19 Kris Van HeesRemove unnecessary 32-bit code.
2013-07-19 Kris Van HeesClean up ioctl debugging output, and remove dtrace_ioct...
2013-07-19 Kris Van HeesAdd debugging for enablings.
2013-07-19 Kris Van HeesEnsure that the fasttrap device file can be opened.
2013-06-20 Nick AlcockFix format string errors in buffer storage debugging...
2013-06-20 Nick AlcockDrop stack debugging messages.
2013-06-06 Nick AlcockSPEC: Fix the name of the kernel development package...
2013-06-06 Nick AlcockSPEC: Boost the associated kernel version to 3.8.12.
2013-05-31 Kris Van HeesEnsure that arg6 through arg9 get retrieved correctly...
2013-05-23 Kris Van HeesFinish the implementation of is-enabled USDT probes.
2013-05-22 Kris Van HeesFixes for tracepoint cleanup.
2013-05-22 Kris Van HeesFixes for locking issues and cleanup workqueue handling.
2013-05-21 Kris Van HeesUpdate syscall tracing in view of Linux 3.8 changes.
2013-05-20 Kris Van HeesUSDT implementation (phase 2).
2013-05-02 Kris Van HeesFix to exclude stack addresses from pcstack.
2013-04-29 Nick AlcockRevamp and split up DTrace headers. Add ioctl() debugg...
2013-04-26 Kris Van HeesOS/arch specific ustack implementation.
2013-04-23 Kris Van HeesEnsure PID is passed as first element for ustack.
2013-04-10 Kris Van HeesRevert "stack() / jstack(): Send PID to userspace."
2013-03-28 Nick Alcockstack() / jstack(): Send PID to userspace.
2013-02-07 Kris Van HeesAdding more compile time debugging for development.
2013-01-23 Kris Van HeesUSDT implementation (Phase 1).
2013-01-23 Kris Van HeesAdd basic development debugging framework.
2013-01-23 Kris Van HeesUpdate copyright statements.
2013-01-23 Kris Van HeesDisable providers that do not work.
2013-01-06 Kris Van HeesDifferentiate between multi-providers and meta-providers.
2012-10-26 Kris Van HeesAdding missing build specs for dt_perf.
2012-10-22 Kris Van HeesRemove unnecessary and inconsistemt use of argument...
2012-10-19 Kris Van HeesClean up a file that is no longer used.
2012-10-19 Kris Van HeesInternal performance measurement support code.
2012-10-18 Kris Van HeesMiscellaneous 3.6 porting work.
2012-10-10 Nick AlcockDTrace-independent CTF.
2012-09-19 Kris Van HeesType and grammar fix.
2012-09-19 Kris Van HeesFix name of lwp-create and lwp-exit probes in SDT argum...
2012-09-19 Kris Van HeesAdd NEWS file.
2012-09-13 Nick AlcockSPEC: Rename the DTrace kernel to kernel-uek-dtrace-.
2012-09-12 Nick AlcockFix depmod invocation on RPM %post-installation.
2012-09-10 Nick AlcockAdd a specfile.
2012-09-09 Kris Van HeesAdditional action support (and bug fixes).
2012-09-09 Kris Van HeesChange the DTrace startup handling (at boot time) for...
2012-09-09 Kris Van HeesCleanup (and adding) of SDT probe points.
2012-08-06 Kris Van HeesRemove remnant of internal, for-my-use-only test code.
2012-07-20 Nick AlcockDIF_SUBR_RW_READ_HELD's parameter should be an rwlock_t.
2012-07-20 Nick AlcockForce dtrace_ctf.ko to be loaded whenever dtrace.ko is.
next