summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2023-12-19Merge tag 'trace-v6.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-18ring-buffer: Fix slowpath of interrupted eventSteven Rostedt (Google)
2023-12-16Merge tag 'trace-v6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-15ring-buffer: Do not record in NMI if the arch does not support cmpxchg in NMISteven Rostedt (Google)
2023-12-15ring-buffer: Have rb_time_cmpxchg() set the msb counter tooSteven Rostedt (Google)
2023-12-15ring-buffer: Fix 32-bit rb_time_read() race with rb_time_cmpxchg()Mathieu Desnoyers
2023-12-15ring-buffer: Fix a race in rb_time_cmpxchg() for 32 bit archsSteven Rostedt (Google)
2023-12-15ring-buffer: Remove useless update to write_stamp in rb_try_to_discard()Steven Rostedt (Google)
2023-12-15ring-buffer: Do not try to put back write_stampSteven Rostedt (Google)
2023-12-13tracing: Fix uaf issue when open the hist or hist_debug fileZheng Yejian
2023-12-12tracing: Add size check when printing trace_marker outputSteven Rostedt (Google)
2023-12-12ring-buffer: Have saved event hold the entire eventSteven Rostedt (Google)
2023-12-12ring-buffer: Do not update before stamp when switching sub-buffersSteven Rostedt (Google)
2023-12-12tracing: Update snapshot buffer on resize if it is allocatedSteven Rostedt (Google)
2023-12-12ring-buffer: Fix memory leak of free pageSteven Rostedt (Google)
2023-12-12tracing: Have large events show up as '[LINE TOO BIG]' instead of nothingSteven Rostedt (Google)
2023-12-12ring-buffer: Fix writing to the buffer with max_data_sizeSteven Rostedt (Google)
2023-12-08Merge tag 'trace-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-12-06ring-buffer: Test last update in 32bit version of __rb_time_read()Steven Rostedt (Google)
2023-12-06ring-buffer: Force absolute timestamp on discard of eventSteven Rostedt (Google)
2023-12-05tracing: Fix a possible race when disabling buffered eventsPetr Pavlu
2023-12-05tracing: Fix a warning when allocating buffered events failsPetr Pavlu
2023-12-05tracing: Fix incomplete locking when disabling buffered eventsPetr Pavlu
2023-12-05tracing: Disable snapshot buffer when stopping instance tracersSteven Rostedt (Google)
2023-12-05tracing: Stop current tracer when resizing bufferSteven Rostedt (Google)
2023-12-05tracing: Always update snapshot buffer sizeSteven Rostedt (Google)
2023-12-01rethook: Use __rcu pointer for rethook::handlerMasami Hiramatsu (Google)
2023-11-11tracing/kprobes: Fix the order of argument descriptionsYujie Liu
2023-11-10tracing: fprobe-event: Fix to check tracepoint event and returnMasami Hiramatsu (Google)
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds
2023-11-01bpf: Add __bpf_kfunc_{start,end}_defs macrosDave Marchevsky
2023-11-01tracing: Have the user copy of synthetic event address use correct contextSteven Rostedt (Google)
2023-11-01tracing: Have trace_event_file have ref countersSteven Rostedt (Google)
2023-11-01Merge tag 'probes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2023-10-31Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-10-30Merge tag 'vfs-6.7.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds
2023-10-28seq_buf: Introduce DECLARE_SEQ_BUF and seq_buf_str()Kees Cook
2023-10-28tracing/kprobes: Fix symbol counting logic by looking at modules as wellAndrii Nakryiko
2023-10-27tracing/kprobes: Fix the description of variable length argumentsYujie Liu
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-24kprobes: unused header files removedwuqiang.matt
2023-10-23tracing/histograms: Simplify last_cmd_set()Christophe JAILLET
2023-10-20tracing: Move readpos from seq_buf to trace_seqMatthew Wilcox (Oracle)
2023-10-20tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir()Dan Carpenter
2023-10-20tracing/kprobes: Return EADDRNOTAVAIL when func matches several symbolsFrancis Laniel
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein
2023-10-18kprobes: kretprobe scalability improvementwuqiang.matt
2023-10-16Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski