index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
/
trace.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-20
Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-0
/
+9
2024-12-18
trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffers
Steven Rostedt
1
-0
/
+9
2024-12-17
tracing: Check "%s" dereference via the field and not the TP_printk format
Steven Rostedt
1
-202
/
+53
2024-11-22
tracing: Record task flag NEED_RESCHED_LAZY.
Thomas Gleixner
1
-0
/
+2
2024-11-22
Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-45
/
+36
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-4
/
+11
2024-11-18
tracing: Fix function name for trampoline
Tatsuya S
1
-8
/
+25
2024-11-16
Merge tag 'trace-ringbuffer-v6.12-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-2
/
+26
2024-11-14
tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
Steven Rostedt
1
-2
/
+26
2024-11-01
tracing: Replace strncpy() with strscpy() when copying comm
Jinjie Ruan
1
-1
/
+1
2024-11-01
tracing: Document tracefs gid mount option
Kalesh Singh
1
-0
/
+4
2024-10-30
tracing: Make percpu stack trace buffer invariant to PAGE_SIZE
Ryan Roberts
1
-1
/
+1
2024-10-30
ftrace: Show timings of how long nop patching took
Steven Rostedt
1
-4
/
+11
2024-10-14
ring-buffer: Fix refcount setting of boot mapped buffers
Steven Rostedt
1
-3
/
+3
2024-10-08
tracing: Remove TRACE_EVENT_FL_FILTERED logic
Zheng Yejian
1
-35
/
+9
2024-10-03
tracing: Fix trace_check_vprintf() when tp_printk is used
Steven Rostedt
1
-2
/
+13
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
1
-3
/
+0
2024-09-22
Merge tag 'trace-ring-buffer-v6.12' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-34
/
+338
2024-09-09
tracing: Drop unused helper function to fix the build
Andy Shevchenko
1
-4
/
+0
2024-09-05
tracing: Avoid possible softlockup in tracing_iter_reset()
Zheng Yejian
1
-0
/
+2
2024-08-26
tracing: Add option to set an instance to be the trace_printk destination
Steven Rostedt
1
-5
/
+35
2024-08-26
tracing: Have trace_printk not use binary prints if boot buffer
Steven Rostedt
1
-15
/
+29
2024-08-26
tracing: Allow trace_printk() to go to other instance buffers
Steven Rostedt
1
-11
/
+35
2024-08-26
tracing: Add "traceoff" flag to boot time tracing instances
Steven Rostedt
1
-1
/
+30
2024-08-15
tracing: Allow boot instances to use reserve_mem boot memory
Steven Rostedt (Google)
1
-8
/
+15
2024-08-14
tracing: Fix ifdef of snapshots to not prevent last_boot_info file
Steven Rostedt
1
-2
/
+2
2024-08-14
Merge tag 'v6.11-rc3' into trace/ring-buffer/core
Steven Rostedt
1
-1
/
+1
2024-08-09
tracing: Return from tracing_buffers_read() if the file has been closed
Steven Rostedt
1
-1
/
+1
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-1
/
+1
2024-07-15
tracing: Fix NULL vs IS_ERR() check in enable_instances()
Dan Carpenter
1
-1
/
+1
2024-06-14
tracing: Handle old buffer mappings for event strings and functions
Steven Rostedt (Google)
1
-3
/
+39
2024-06-14
tracing/ring-buffer: Add last_boot_info file to boot instance
Steven Rostedt (Google)
1
-1
/
+46
2024-06-14
tracing: Add option to use memmapped memory for trace boot instance
Steven Rostedt (Google)
1
-6
/
+69
2024-06-14
ring-buffer: Add output of ring buffer meta page
Steven Rostedt (Google)
1
-2
/
+28
2024-06-14
tracing: Implement creating an instance based on a given memory region
Steven Rostedt (Google)
1
-10
/
+40
2024-05-17
Merge tag 'trace-ringbuffer-v6.10' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+99
2024-05-13
tracing: Allow user-space mapping of the ring-buffer
Vincent Donnefort
1
-5
/
+99
2024-05-01
tracing/probes: support '%pD' type for print struct file's name
Ye Bin
1
-1
/
+1
2024-05-01
tracing/probes: support '%pd' type for print struct dentry's name
Ye Bin
1
-1
/
+1
2024-03-18
tracing: Support to dump instance traces by ftrace_dump_on_oops
Huang Yiwei
1
-40
/
+116
2024-03-18
tracing: Fix snapshot counter going between two tracers that use it
Steven Rostedt (Google)
1
-1
/
+1
2024-03-18
tracing: Use init_utsname()->release
John Garry
1
-2
/
+2
2024-03-18
tracing: Add snapshot refcount
Vincent Donnefort
1
-17
/
+82
2024-03-17
tracing: Move saved_cmdline code into trace_sched_switch.c
Steven Rostedt (Google)
1
-512
/
+3
2024-03-17
tracing: Move open coded processing of tgid_map into helper function
Steven Rostedt (Google)
1
-15
/
+23
2024-03-17
tracing: Have saved_cmdlines arrays all in one allocation
Steven Rostedt (Google)
1
-10
/
+8
2024-03-14
Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-12
/
+31
2024-03-14
Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
1
-3
/
+2
2024-03-12
tracing/ring-buffer: Fix wait_on_pipe() race
Steven Rostedt (Google)
1
-12
/
+31
2024-03-10
tracing: Use .flush() call to wake up readers
Steven Rostedt (Google)
1
-6
/
+15
[next]