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
Commit message (
Expand
)
Author
Age
*
tracing: Consolidate buffer allocation code
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Have trace_array keep track if snapshot buffer is allocated
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add snapshot_raw to extract the raw data from snapshot
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add config option to allow snapshot to swap per cpu
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add snapshot in the per_cpu trace directories
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Consolidate max_tr into main trace_array structure
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Enable snapshot when any latency tracer is enabled
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Clear all trace buffers when unloaded module event was used
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Only clear trace buffer on module unload if event was traced
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add comment for trace event flag IGNORE_ENABLE
Steven Rostedt (Red Hat)
2013-03-15
*
ring-buffer: Init waitqueue for blocked readers
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Fix some section mismatch warnings
Li Zefan
2013-03-15
*
tracing: Fix trace events build without modules
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Add __per_cpu annotation to trace array percpu data pointer
Steven Rostedt (Red Hat)
2013-03-15
*
tracing/syscalls: Annotate field-defining functions with __init
Li Zefan
2013-03-15
*
tracing: Annotate event field-defining functions with __init
Li Zefan
2013-03-15
*
tracing: Add a helper function for event print functions
Li Zefan
2013-03-15
*
tracing/ring-buffer: Move poll wake ups into ring buffer code
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Fix read blocking on trace_pipe_raw
Steven Rostedt
2013-03-15
*
tracing: Fix polling on trace_pipe_raw
Steven Rostedt
2013-03-15
*
tracing: Do not block on splice if either file or splice NONBLOCK flag is set
Steven Rostedt (Red Hat)
2013-03-15
*
tracing: Use direct field, type and system names
Steven Rostedt
2013-03-15
*
tracing: Use kmem_cache_alloc instead of kmalloc in trace_events.c
Steven Rostedt
2013-03-15
*
tracing: Get trace_events kernel command line working again
Steven Rostedt
2013-03-15
*
tracing: Add rmdir to remove multibuffer instances
Steven Rostedt
2013-03-15
*
tracing: Add interface to allow multiple trace buffers
Steven Rostedt
2013-03-15
*
tracing: Make syscall events suitable for multiple buffers
Steven Rostedt
2013-03-15
*
tracing: Replace the static global per_cpu arrays with allocated per_cpu
Steven Rostedt
2013-03-15
*
tracing: Pass the ftrace_file to the buffer lock reserve code
Steven Rostedt
2013-03-15
*
tracing: Encapsulate global_trace and remove dependencies on global vars
Steven Rostedt
2013-03-15
*
tracing: Use RING_BUFFER_ALL_CPUS for TRACE_PIPE_ALL_CPU
Steven Rostedt
2013-03-15
*
tracing: Separate out trace events from global variables
Steven Rostedt
2013-03-15
*
tracing: Prevent buffer overwrite disabled for latency tracers
Steven Rostedt (Red Hat)
2013-03-14
*
tracing: Keep overwrite in sync between regular and snapshot buffers
Steven Rostedt (Red Hat)
2013-03-14
*
tracing: Protect tracer flags with trace_types_lock
Steven Rostedt (Red Hat)
2013-03-14
*
tracing: Fix free of probe entry by calling call_rcu_sched()
Steven Rostedt (Red Hat)
2013-03-13
*
tracing: Fix race in snapshot swapping
Steven Rostedt (Red Hat)
2013-03-12
*
tracing: update documentation of snapshot utility
Hiraku Toyooka
2013-03-08
*
tracing: Do not return EINVAL in snapshot when not allocated
Steven Rostedt (Red Hat)
2013-03-07
*
tracing: Add help of snapshot feature when snapshot is empty
Steven Rostedt (Red Hat)
2013-03-07
*
Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...
Ingo Molnar
2013-02-28
|
\
|
*
ftrace: Update the kconfig for DYNAMIC_FTRACE
Steven Rostedt
2013-02-27
|
/
*
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2013-02-20
|
\
|
*
ftrace: Call ftrace cleanup module notifier after all other notifiers
Steven Rostedt (Red Hat)
2013-02-18
|
*
tracing/syscalls: Allow archs to ignore tracing compat syscalls
Steven Rostedt
2013-02-12
*
|
perf/x86: Add Intel IvyBridge event scheduling constraints
Stephane Eranian
2013-02-20
*
|
Merge branch 'for-3.9-async' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2013-02-20
|
\
\
|
*
|
async: initialise list heads to fix crash
James Hogan
2013-01-25
|
*
|
async: replace list of active domains with global list of pending items
Tejun Heo
2013-01-23
|
*
|
async: keep pending tasks on async_domain and remove async_pending
Tejun Heo
2013-01-23
[next]