aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-14ring-buffer: Add rb_check_bpage in __rb_allocate_pagesQiujun Huang
2020-12-14ring-buffer: Fix two typos in commentsQiujun Huang
2020-12-14tracing: Drop unneeded assignment in ring_buffer_resize()Lukas Bulwahn
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu
2020-12-07seq_buf: Avoid type mismatch for seq_buf_initArnd Bergmann
2020-12-07ring-buffer: Fix a typo in function descriptionQiujun Huang
2020-12-07ring-buffer: Remove obsolete rb_event_is_commit()Lukas Bulwahn
2020-12-01ring-buffer: Add test to validate the time stamp deltasSteven Rostedt (VMware)
2020-11-18ftrace/documentation: Fix RST C code blocksSteven Rostedt (VMware)
2020-11-16tracing: Clean up after filter logic rewritingLukas Bulwahn
2020-11-13tracing: Remove the useless value assignment in test_create_synth_event()Kaixu Xia
2020-11-13livepatch: Use the default ftrace_ops instead of REGS when ARGS is availableSteven Rostedt (VMware)
2020-11-13ftrace/x86: Allow for arguments to be passed in to ftrace_regs by defaultSteven Rostedt (VMware)
2020-11-13ftrace: Have the callbacks receive a struct ftrace_regs instead of pt_regsSteven Rostedt (VMware)
2020-11-10MAINTAINERS: assign ./fs/tracefs to TRACINGLukas Bulwahn
2020-11-10tracing: Fix some typos in commentsQiujun Huang
2020-11-10ftrace: Remove unused varible 'ret'Alex Shi
2020-11-10ring-buffer: Add recording of ring buffer recursion into recursed_functionsSteven Rostedt (VMware)
2020-11-10ftrace: Clean up the recursion code a bitSteven Rostedt (VMware)
2020-11-10fgraph: Make overruns 4 bytes in graph stack structureSteven Rostedt (VMware)
2020-11-06ftrace: Add recording of functions that caused recursionSteven Rostedt (VMware)
2020-11-06ftrace: Reverse what the RECURSION flag means in the ftrace_opsSteven Rostedt (VMware)
2020-11-06perf/ftrace: Check for rcu_is_watching() in callback functionSteven Rostedt (VMware)
2020-11-06perf/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06livepatch: Trigger WARNING if livepatch function fails due to recursionSteven Rostedt (VMware)
2020-11-06livepatch/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06kprobes/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06pstore/ftrace: Add recursion protection to the ftrace callbackSteven Rostedt (VMware)
2020-11-06ftrace: Optimize testing what context current is inSteven Rostedt (VMware)
2020-11-06ftrace: Add ftrace_test_recursion_trylock() helper functionSteven Rostedt (VMware)
2020-11-06ftrace: Move the recursion testing into global headersSteven Rostedt (VMware)
2020-11-04kprobes: Tell lockdep about kprobe nestingSteven Rostedt (VMware)
2020-11-02tracing: Make -ENOMEM the default error for parse_synth_field()Steven Rostedt (VMware)
2020-11-02ring-buffer: Fix recursion protection transitions between interrupt contextSteven Rostedt (VMware)
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang
2020-11-02ftrace: Handle tracing when switching between contextSteven Rostedt (VMware)
2020-11-02ftrace: Fix recursion check for NMI testSteven Rostedt (VMware)
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang
2020-11-01Linux 5.10-rc2Linus Torvalds
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'timers-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-11-01Merge tag 'smp-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'locking-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-01Merge tag 'char-misc-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-01Merge tag 'driver-core-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-01Merge tag 'staging-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-11-01Merge tag 'tty-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-01Merge tag 'usb-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds