Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-08tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2022-01-28tracing: Don't inc err_log entry count if entry allocation failsTom Zanussi
2022-01-28tracing: Propagate is_signed to expressionTom Zanussi
2022-01-28tracing: Fix smatch warning for do while check in event_hist_trigger_parse()Tom Zanussi
2022-01-28tracing: Fix smatch warning for null glob in event_hist_trigger_parse()Tom Zanussi
2022-01-28tracing/histogram: Fix a potential memory leak for kstrdup()Xiaoke Wang
2022-01-28ftrace: Have architectures opt-in for mcount build time sortingSteven Rostedt (Google)
2022-01-23Merge tag 'trace-v5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2022-01-23ftrace: Fix assuming build time sort works for s390Steven Rostedt (Google)
2022-01-16Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-15trace/hwlat: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15trace/osnoise: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-15ring-buffer: make use of the helper function kthread_run_on_cpu()Cai Huoqing
2022-01-14tracing: Add ustring operation to filtering string pointersSteven Rostedt
2022-01-14tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-14tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang
2022-01-14tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-14tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-01-14tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
2022-01-14ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)
2022-01-14scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2022-01-14tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-01-14tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-01-14tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2022-01-06tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao
2022-01-06tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-20blktrace: switch trace spinlock to a raw spinlockWander Lairson Costa
2021-12-19bpf: Add MEM_RDONLY for helper args that are pointers to rdonly mem.Hao Luo
2021-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-17add missing bpf-cgroup.h includesJakub Kicinski
2021-12-13bpf: Add get_func_[arg|ret|arg_cnt] helpersJiri Olsa
2021-12-11tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)
2021-12-11tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng
2021-12-11tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa
2021-12-11Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-12-09tracing: Fix possible memory leak in __create_synth_event() error pathMiaoqian Lin
2021-12-08ftrace: Add cleanup to unregister_ftrace_direct_multiJiri Olsa
2021-12-08ftrace: Use direct_ops hash in unregister_ftrace_directJiri Olsa
2021-12-08tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
2021-12-07tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2021-12-07tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang