index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-25
tracing/user_events: Prevent same address and bit per process
Beau Belgrave
2023-04-25
tracing/user_events: Ensure bit is cleared on unregister
Beau Belgrave
2023-04-25
tracing/user_events: Ensure write index cannot be negative
Beau Belgrave
2023-04-25
seq_buf: Add seq_buf_do_printk() helper
Sergey Senozhatsky
2023-04-25
tracing: Fix print_fields() for __dyn_loc/__rel_loc
Beau Belgrave
2023-04-25
tracing/user_events: Set event filter_type from type
Beau Belgrave
2023-04-25
ring-buffer: Clearly check null ptr returned by rb_set_head_page()
Zheng Yejian
2023-03-29
tracing: Unbreak user events
Steven Rostedt (Google)
2023-03-29
tracing/user_events: Use print_format_fields() for trace output
Steven Rostedt (Google)
2023-03-29
tracing/user_events: Align structs with tabs for readability
Beau Belgrave
2023-03-29
tracing/user_events: Limit global user_event count
Beau Belgrave
2023-03-29
tracing/user_events: Charge event allocs to cgroups
Beau Belgrave
2023-03-29
tracing/user_events: Update documentation for ABI
Beau Belgrave
2023-03-29
tracing/user_events: Use write ABI in example
Beau Belgrave
2023-03-29
tracing/user_events: Add ABI self-test
Beau Belgrave
2023-03-29
tracing/user_events: Update self-tests to write ABI
Beau Belgrave
2023-03-29
tracing/user_events: Add ioctl for disabling addresses
Beau Belgrave
2023-03-29
tracing/user_events: Fixup enable faults asyncly
Beau Belgrave
2023-03-29
tracing/user_events: Use remote writes for event enablement
Beau Belgrave
2023-03-29
tracing/user_events: Track fork/exec/exit for mm lifetime
Beau Belgrave
2023-03-29
tracing/user_events: Split header into uapi and kernel
Beau Belgrave
2023-03-29
tracing: Add "fields" option to show raw trace event fields
Steven Rostedt (Google)
2023-03-29
tools/kvm_stat: use canonical ftrace path
Ross Zwisler
2023-03-29
leaking_addresses: also skip canonical ftrace path
Ross Zwisler
2023-03-29
selftests: use canonical ftrace path
Ross Zwisler
2023-03-28
docs: tracing: Update fprobe documentation
Masami Hiramatsu (Google)
2023-03-28
lib/test_fprobe: Add a testcase for skipping exit_handler
Masami Hiramatsu (Google)
2023-03-28
fprobe: Skip exit_handler if entry_handler returns !0
Masami Hiramatsu (Google)
2023-03-28
lib/test_fprobe: Add a test case for nr_maxactive
Masami Hiramatsu (Google)
2023-03-28
fprobe: Add nr_maxactive to specify rethook_node pool size
Masami Hiramatsu (Google)
2023-03-28
lib/test_fprobe: Add private entry_data testcases
Masami Hiramatsu (Google)
2023-03-28
fprobe: Pass entry_data to handlers
Masami Hiramatsu (Google)
2023-03-21
ftrace: Show a list of all functions that have ever been enabled
Steven Rostedt (Google)
2023-03-21
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
2023-03-21
ring_buffer: Change some static functions to bool
Uros Bizjak
2023-03-21
ring_buffer: Change some static functions to void
Uros Bizjak
2023-03-21
ftrace: selftest: remove broken trace_direct_tramp
Mark Rutland
2023-03-21
ftrace: Make DIRECT_CALLS work WITH_ARGS and !WITH_REGS
Florent Revest
2023-03-21
ftrace: Store direct called addresses in their ops
Florent Revest
2023-03-21
ftrace: Rename _ftrace_direct_multi APIs to _ftrace_direct APIs
Florent Revest
2023-03-21
ftrace: Remove the legacy _ftrace_direct API
Florent Revest
2023-03-21
ftrace: Replace uses of _ftrace_direct APIs with _ftrace_direct_multi
Florent Revest
2023-03-21
ftrace: Let unregister_ftrace_direct_multi() call ftrace_free_filter()
Florent Revest
2023-03-19
Linux 6.3-rc3
v6.3-rc3
Linus Torvalds
2023-03-19
Merge tag 'trace-v6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-03-19
tracing/hwlat: Replace sched_setaffinity with set_cpus_allowed_ptr
Costa Shulyupin
2023-03-19
ring-buffer: remove obsolete comment for free_buffer_page()
Vlastimil Babka
2023-03-19
tracing: Make splice_read available again
Sung-hun Kim
2023-03-19
Merge tag 'tty-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2023-03-19
Merge tag 'char-misc-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
[next]