index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
2017-12-27
tracing: Fix possible double free on failure of allocating trace buffer
Steven Rostedt (VMware)
2017-12-27
tracing: Fix crash when it fails to alloc ring buffer
Jing Xia
2017-12-27
tracing: Remove extra zeroing out of the ring buffer page
Steven Rostedt (VMware)
2017-12-04
tracing: Pass export pointer as argument to ->write()
Felipe Balbi
2017-12-04
tracing: Allocate mask_str buffer dynamically
Changbin Du
2017-12-04
tracing: Fix code comments in trace.c
Chunyu Hu
2017-10-04
tracing: Make traceprobe parsing code reusable
Tom Zanussi
2017-10-04
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2017-09-19
tracing: Fix trace_pipe behavior for instance traces
Tahsin Erdogan
2017-09-19
tracing: Ignore mmiotrace from kernel commandline
Ziqian SUN (Zamir)
2017-09-19
tracing: Erase irqsoff trace with empty write
Bo Yan
2017-09-06
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
2017-09-05
tracing: Add barrier to trace_printk() buffer nesting modification
Steven Rostedt (VMware)
2017-08-31
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
2017-08-02
ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPU
Steven Rostedt (VMware)
2017-08-02
tracing: Missing error code in tracer_alloc_buffers()
Dan Carpenter
2017-08-02
tracing: Call clear_boot_tracer() at lateinit_sync
Steven Rostedt (VMware)
2017-07-20
tracing: Fix kmemleak in instance_rmdir
Chunyu Hu
2017-07-13
Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
2017-07-11
tracing: Fixup trace file header alignment
Steven Rostedt (VMware)
2017-07-07
Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2017-07-07
tracing: Attempt to record other information even if some fail
Joel Fernandes
2017-07-07
tracing: Treat recording tgid for idle task as a success
Joel Fernandes
2017-07-07
tracing: Treat recording comm for idle task as a success
Joel Fernandes
2017-07-06
tracing: Add saved_tgids file to show cached pid to tgid mappings
Michael Sartain
2017-07-05
Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/core
Steven Rostedt (VMware)
2017-06-29
ftrace: Fix regression with module command in stack_trace_filter
Steven Rostedt (VMware)
2017-06-27
tracing: Add support for display of tgid in trace output
Joel Fernandes
2017-06-27
tracing: Add support for recording tgid of tasks
Joel Fernandes
2017-06-27
ftrace: Remove unused function ftrace_arch_read_dyn_info()
Steven Rostedt (VMware)
2017-06-13
tracing: Rename update the enum_map file
Jeremy Linton
2017-06-13
trace: rename enum_map functions
Jeremy Linton
2017-06-13
trace: rename trace.c enum functions
Jeremy Linton
2017-06-13
trace: rename trace_enum_mutex to trace_eval_mutex
Jeremy Linton
2017-06-13
trace: rename trace enum data structures in trace.c
Jeremy Linton
2017-06-13
trace: rename struct module entry for trace enums
Jeremy Linton
2017-06-13
trace: rename trace_enum_map to trace_eval_map
Jeremy Linton
2017-06-13
trace: rename kernel enum section to eval
Jeremy Linton
2017-06-13
tracing: Remove unused declaration of trace_stop_cmdline_recording
Joel Fernandes
2017-06-07
ftrace/kprobes: selftests: Check kretprobe maxactive is supported
Masami Hiramatsu
2017-05-18
tracing: Make sure RCU is watching before calling a stack trace
Steven Rostedt (VMware)
2017-05-17
ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stub
Steven Rostedt (VMware)
2017-05-17
ftrace/instances: Clear function triggers when removing instances
Naveen N. Rao
2017-05-17
tracing: Move postpone selftests to core from early_initcall
Steven Rostedt
2017-05-08
tracing: Use cpumask_available() to check if cpumask variable may be used
Matthias Kaehlcke
2017-05-03
tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
Amey Telawane
2017-05-03
Merge tag 'trace-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2017-05-02
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-05-01
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-05-01
ring-buffer: Return reader page back into existing ring buffer
Steven Rostedt (VMware)
[next]