]> sourceware.org Git - systemtap.git/history - runtime
PR13513: undo PR11759 PREEMPT_RT hack
[systemtap.git] / runtime /
2011-12-17 Frank Ch. EiglerPR13513: undo PR11759 PREEMPT_RT hack
2011-12-17 Frank Ch. EiglerPR13489: Look up kallsyms_task_user_regset_view if...
2011-12-16 Mark Wielaardtask_finder_vma.c (__stp_tf_vma_new_entry): No unnecess...
2011-12-16 Mark Wielaardmodname/symdata: Try harder to retrieve module name...
2011-12-16 Mark Wielaard_stp_vma_mmap_cb: Also extend mapping that don't overla...
2011-12-16 David SmithFix gcc warning in uprobes2/uprobes.c.
2011-12-14 David SmithRemove the possibililty of sleeping from __stp_call_mma...
2011-12-13 Frank Ch. EiglerPR13489/PR11671: more lockdep antihistamines
2011-12-13 David SmithAdd HAVE_TASK_FINDER define to simplify some code.
2011-12-12 Dave BrolleyMerge branch 'master' of ssh://sources.redhat.com/git...
2011-12-12 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-12-12 Mark WielaardProtect just the transport state with _stp_transport_mutex.
2011-12-12 Mark Wielaarduprobes.c add rcu_read_lock for pid_task(), rcu_derefer...
2011-12-12 Frank Ch. EiglerPR13489: support inode-uprobes without EXPORT_SYMBOL*'s
2011-12-09 David SmithRemove the possibililty of sleeping from __stp_call_mma...
2011-12-09 David SmithRemoved ifdef'ed out code from stp_utrace.[ch].
2011-12-09 David SmithInitializce the vma tracker for internal utrace.
2011-12-09 Mark WielaardMove __stp_tf_vma_map check from commit 972ea1 to stap_...
2011-12-09 Mark Wielaardstap_add_vma_map_info: Make sure__stp_tf_vma_map is...
2011-12-09 Mark Wielaardstap_add_vma_map_info: Reserve __stp_tf_vma_entry memor...
2011-12-09 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-12-09 Mark WielaardPR11671 Allocate __stp_tf_vma_entry dynamically.
2011-12-08 David SmithInitialize the task_finder mmap entries in task_finder2.
2011-12-08 Mark WielaardIntroduce stap_destroy_vma_map and allocate vma free...
2011-12-08 Mark Wielaardstap_initialize_vma_map() doesn't need any locking.
2011-12-06 Dave Brolleystaprun: User privilege checking in restricted environm...
2011-12-05 Dave BrolleyPR 13323: Fix regression checking return code of init_c...
2011-12-05 Chris MeekFixed uninitialized error in _stp_vsnprintf()
2011-12-05 Dave BrolleyPR 13323: staprun should check return code from send_re...
2011-12-02 Mark Wielaardruntime/stack-dwarf.c: arch_unw_init_frame_info() call...
2011-12-01 David SmithMerge branch 'master' into jistone/inode-uprobes
2011-11-30 David SmithMerge branch 'master' into jistone/inode-uprobes
2011-11-30 Mark WielaardAdd DWARF unwinder support for ARM.
2011-11-29 Mark WielaardMerge branch 'master' of ssh://sourceware.org/git/systemtap
2011-11-29 Mark WielaardSupport fallback kernel dump_stack() with or without...
2011-11-29 Mark WielaardSupport fallback kernel dump_stack() with or without...
2011-11-28 David SmithFixed compile problem when HAVE_NSS isn't defined.
2011-11-28 Frank Ch. EiglerPR13445: shrink ctl command handler function use less...
2011-11-28 Mark Wielaard_stp_vma_mmap_cb: Really mean that we are only interest...
2011-11-27 Frank Ch. EiglerPR13354: remote_id() and remote_uri() tapset functions
2011-11-26 Mark WielaardPass through user flag into all of unwinder.
2011-11-26 Mark WielaardFix build error in staprun_funcs.c when HAVE_ELF_GETSHD...
2011-11-26 Mark WielaardUse __get_user and __put_user for s390 uderef/kderef.
2011-11-26 Mark Wielaardloc2c-runtime.h: Split deref and store_deref into user...
2011-11-26 Mark Wielaardruntime/loc2c-runtime.h remove unused deref_buffer...
2011-11-23 Dave BrolleyPR 13128: Implement module privilege check in staprun.
2011-11-23 Dave BrolleyPR 13128: Implement the new --privilege=stapsys
2011-11-23 Wade FarnsworthARM uprobes support
2011-11-22 Mark WielaardSimplify arch specific fallback for kernel backtraces...
2011-11-21 William CohenAdd autoconf check for the addition of the pte argument...
2011-11-21 William CohenMerge branch 'master' of ssh://sources.redhat.com/git...
2011-11-21 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-21 David SmithUpdate testsuite to check for new utrace requirements.
2011-11-18 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-16 David SmithAdd UTRACE_API_VERSION to determine which utrace versio...
2011-11-16 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-14 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-11-14 Dave BrolleyPR 13128: Reorganize privilege functions to share commo...
2011-11-11 David SmithFix compile error in _stp_stack_user_print.
2011-11-11 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-10 Josh StoneMerge remote-tracking branch 'origin/master' into inode...
2011-11-09 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-09 David SmithFix memory leak in new utrace code.
2011-11-09 Dave BrolleyPR 13128: Implement --privilege option and correct...
2011-11-08 David SmithFix commented out code to avoid compile error.
2011-11-08 David SmithSwitch UTRACE_EVENT(EXIT) support to UTRACE_EVENT(DEATH...
2011-11-08 David SmithUpdated for v3 of the kernel exec tracepoint patch.
2011-11-08 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-08 Mark WielaardSplit printing of kernel and user stack in separate...
2011-11-07 Frank Ch. EiglerPR13386: avoid _stp_printf() crash for null context...
2011-11-06 Frank Ch. EiglerPR13193: disable kprobes-optimization at staprun startu...
2011-11-04 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-04 David SmithSmall fixes and cleanups in stp_utrace.c and task_finde...
2011-11-04 Mark WielaardPPC64 Dwarf handle both .debug_frame and .eh_frame...
2011-11-04 Wade FarnsworthAdd syscall information for ARM
2011-11-04 Wade FarnsworthFix uninitialized variable warning in __stp_call_mmap_c...
2011-11-03 Mark Wielaardruntime/unwind.c (unwind_frame): _stp_warn which eh...
2011-11-03 David SmithIfdef'ed out unused internal utrace code.
2011-11-03 David SmithFix problem with last commit.
2011-11-03 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-03 David SmithAdded 'autoconf' tests to figure out which new utrace...
2011-11-01 David SmithCleanup task_finder2 by removing some unused code ...
2011-11-01 David SmithMerge branch 'master' into dsmith/task_finder2
2011-11-01 David SmithCleanup task_finder by removing some unused code.
2011-11-01 Mark WielaardMerge branch 's390x-unwind'
2011-11-01 Mark WielaardHook up s390x dwarf unwinder.
2011-11-01 Mark WielaardBe explicit about SP from CFA and PC from RA dwarf...
2011-10-31 Mark WielaardIntroduce and use STP_ALLOC_SLEEP_FLAGS for use with...
2011-10-28 David SmithPR 13128: Rework of commit f2013cc91ea1dba576661d6b746e...
2011-10-27 David SmithAvoid "sleeping function called from invalid context...
2011-10-27 David SmithMore PR13083 fixes to avoid sleeping in the task_finder...
2011-10-27 David SmithMerge branch 'master' of /es/scratch/dsmith/systemtap...
2011-10-27 David SmithMore PR13083 fixes to avoid sleeping in the task_finder.
2011-10-27 Mark WielaardWorkaround PR13350 dwarf unwinder _stp_valid_pc_addr...
2011-10-25 Dave BrolleyPR 13128: Rework of commit f2013cc91ea1dba576661d6b746e...
2011-10-24 David SmithFixed PR13083 by no longer calling mmput() when possibl...
2011-10-24 David SmithFix spacing in runtime/task_finder2.c to match runtime...
2011-10-24 David SmithPR 13128: Modify unprivileged mode infrastructure to...
2011-10-24 David SmithFixed PR13146 by not allowing memory allocations to...
2011-10-24 David SmithMerge branch 'master' into dsmith/task_finder2
next
This page took 0.057738 seconds and 8 git commands to generate.