]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
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.
2012-05-23 Kris Van HeesMissing file.
2012-04-19 Kris Van Hees- sched-tick SDT probe.
2012-04-05 Kris Van HeesAdd argument description info for SDT probes.
2012-02-14 Kris Van HeesImplement refcount handling in DTrace modules to ensure...
2012-02-09 Nick AlcockNew DTrace option DTRACEOPT_QUIETRESIZE, and accordingl...
2012-02-07 Kris Van HeesChanged from using mutex_is_locked() to a new mutex_own...
2012-01-31 Kris Van HeesMake all allocations that are allowed to fail atomic...
2012-01-17 Kris Van HeesFix signed division and modulo operations in DIF.
2012-01-12 Kris Van HeesForgot to commit the changes to the header file.
2012-01-12 Kris Van HeesThe idr_empty() macro is no longer needed.
2012-01-12 Kris Van HeesFix for incorrect handling of BUFSIZE = 0. The handlin...
2012-01-12 Kris Van HeesInitial values for min and max aggregate functions...
2012-01-12 Kris Van HeesEnsure that the trap handler is regisstered only once.
2012-01-11 Kris Van HeesEnsure that the die notifier hook is installed whenever...
2011-12-14 Kris Van HeesSupport for page fault and general protection fault...
2011-12-07 Kris Van HeesSDT implementation (core kernel support for providing...
2011-11-14 Kris Van HeesEnable processing the SDT probe point info at boot...
2011-11-11 Kris Van HeesFix resolving addresses of relocation records for SDT...
2011-11-03 Kris Van HeesFixed the allocation of cyclics that was the cuase...
2011-10-27 Kris Van HeesHandle the case where regs (during cyclic processing...
2011-10-27 Kris Van HeesRemoved dead code (was #if 0 ... #endif). Cleaned...
2011-10-27 Kris Van HeesImplementation for tracing stub-based system calls...
2011-10-14 Kris Van HeesStacktrace dumping has been moved to the GPL-licensed...
2011-10-13 Kris Van HeesFix porting issues from 2.6.32 to 2.6.39.
2011-10-06 Nick AlcockMove cyclic.h into include/linux.
2011-10-06 Nick AlcockFinish GPL/CDDL splitting work.
2011-10-06 Nick AlcockSet MODULE_LICENSE to CDDL.
2011-10-06 Nick AlcockCDDL copyrights for everything needing it.
2011-12-05 Nick AlcockInitial commit of DTrace.