index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Commit message (
Expand
)
Author
Age
*
tracing: Remove locking trace_types_lock from tracing_reset_all_online_cpus()
Steven Rostedt (Red Hat)
2013-08-04
*
tracing: Kill the unbalanced tr->ref++ in tracing_buffers_open()
Oleg Nesterov
2013-08-04
*
tracing: Miscellaneous fixes for trace_array ref counting
Alexander Z Lam
2013-08-04
*
tracing: Fix error handling to ensure instances can always be removed
Alexander Z Lam
2013-08-04
*
tracing: Add trace_array_get/put() to event handling
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Fix race between deleting buffer and setting events
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Get trace_array ref counts when accessing trace files
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Add trace_array_get/put() to handle instance refs better
Steven Rostedt (Red Hat)
2013-07-25
*
tracing: Protect ftrace_trace_arrays list in trace_events.c
Alexander Z Lam
2013-07-25
*
tracing: Make trace_marker use the correct per-instance buffer
Alexander Z Lam
2013-07-25
*
tracing: Fix irqs-off tag display in syscall tracing
zhangwei(Jovi)
2013-07-25
*
tracing: Failed to create system directory
Steven Rostedt
2013-07-25
*
uprobes: Fix return value in error handling path
zhangwei(Jovi)
2013-07-25
*
tracing: Fix outputting formats of x86-tsc and counter when use trace_clock
Yoshihiro YUNOMAE
2013-06-11
*
tracing: Use current_uid() for critical time tracing
Steven Rostedt (Red Hat)
2013-06-06
*
tracing: Fix bad parameter passed in branch selftest
Steven Rostedt (Red Hat)
2013-05-29
*
ftrace: Use the rcu _notrace variants for rcu_dereference_raw() and friends
Steven Rostedt
2013-05-28
*
ring-buffer: Do not poll non allocated cpu buffers
Steven Rostedt (Red Hat)
2013-05-28
*
tracing: Fix crash when ftrace=nop on the kernel command line
Steven Rostedt (Red Hat)
2013-05-23
*
tracing: Return -EBUSY when event_enable_func() fails to get module
Masami Hiramatsu
2013-05-16
*
tracing/kprobes: Make print_*probe_event static
Masami Hiramatsu
2013-05-15
*
tracing/kprobes: Fix a sparse warning for incorrect type in assignment
Masami Hiramatsu
2013-05-15
*
tracing/kprobes: Use rcu_dereference_raw for tp->files
Masami Hiramatsu
2013-05-15
*
tracing: Fix leaks of filter preds
Steven Rostedt (Red Hat)
2013-05-15
*
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-05-11
|
\
|
*
tracing/kprobes: Support soft-mode disabling
Masami Hiramatsu
2013-05-09
|
*
tracing/kprobes: Support ftrace_event_file base multibuffer
Masami Hiramatsu
2013-05-09
|
*
tracing/kprobes: Pass trace_probe directly from dispatcher
Masami Hiramatsu
2013-05-09
|
*
tracing/kprobes: Increment probe hit-count even if it is used by perf
Masami Hiramatsu
2013-05-09
|
*
tracing/kprobes: Use bool for retprobe checker
Masami Hiramatsu
2013-05-09
|
*
ftrace: Fix function probe when more than one probe is added
Steven Rostedt (Red Hat)
2013-05-09
|
*
ftrace: Fix the output of enabled_functions debug file
Steven Rostedt (Red Hat)
2013-05-09
|
*
ftrace: Fix locking in register_ftrace_function_probe()
Steven Rostedt (Red Hat)
2013-05-09
|
*
tracing: Add helper function trace_create_new_event() to remove duplicate code
Steven Rostedt (Red Hat)
2013-05-09
|
*
tracing: Modify soft-mode only if there's no other referrer
Masami Hiramatsu
2013-05-09
|
*
tracing: Indicate enabled soft-mode in enable file
Masami Hiramatsu
2013-05-09
|
*
tracing/kprobes: Fix to increment return event probe hit-count
Masami Hiramatsu
2013-05-09
|
*
ftrace: Cleanup regex_lock and ftrace_lock around hash updating
Masami Hiramatsu
2013-05-09
|
*
ftrace, kprobes: Fix a deadlock on ftrace_regex_lock
Masami Hiramatsu
2013-05-09
|
*
ftrace: Have ftrace_regex_write() return either read or error
Steven Rostedt (Red Hat)
2013-05-09
|
*
tracing: Return error if register_ftrace_function_probe() fails for event_ena...
Steven Rostedt (Red Hat)
2013-05-09
|
*
tracing: Don't succeed if event_enable_func did not register anything
Masami Hiramatsu
2013-05-09
|
*
ring-buffer: Select IRQ_WORK
Steven Rostedt (Red Hat)
2013-05-03
*
|
Merge branch 'for-3.10/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2013-05-08
|
\
\
|
*
|
Export blk_fill_rwbs()
Kent Overstreet
2013-03-23
*
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2013-04-30
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-04-21
|
|
\
\
|
*
|
|
uprobes/perf: Avoid perf_trace_buf_prepare/submit if ->perf_events is empty
Oleg Nesterov
2013-04-15
|
*
|
|
uprobes/tracing: Don't pass addr=ip to perf_trace_buf_submit()
Oleg Nesterov
2013-04-13
|
*
|
|
uprobes/tracing: Change create_trace_uprobe() to support uretprobes
Oleg Nesterov
2013-04-13
[next]