summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-2/+0
|\
| * Merge branch 'rework/printk_safe-removal' into for-linusPetr Mladek2021-08-301-2/+0
| |\
| | * printk: remove NMI trackingJohn Ogness2021-07-261-2/+0
* | | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-09-011-12/+100
|\ \ \
| * \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-08-311-10/+62
| |\ \ \
| | * | | bpf: Fix bpf-next builds without CONFIG_BPF_EVENTSDaniel Xu2021-08-261-2/+0
| | * | | bpf: Add bpf_task_pt_regs() helperDaniel Xu2021-08-251-0/+19
| | * | | bpf: Extend bpf_base_func_proto helpers with bpf_get_current_task_btf()Daniel Xu2021-08-251-1/+1
| | * | | bpf: Consolidate task_struct BTF_ID declarationsDaniel Xu2021-08-251-2/+2
| | * | | bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie valueAndrii Nakryiko2021-08-171-1/+34
| | * | | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-3/+5
| | * | | bpf: Refactor BPF_PROG_RUN_ARRAY family of macros into functionsAndrii Nakryiko2021-08-171-1/+1
| | * | | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-205-36/+77
| |\ \ \ \ | | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-6/+7
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-063-3/+27
| |\ \ \ \ \
| * \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-311-2/+7
| |\ \ \ \ \ \
| | * | | | | | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-241-1/+6
| | * | | | | | bpf: Fix pointer cast warningArnd Bergmann2021-07-231-1/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-316-18/+51
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-3/+3
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-07-161-1/+32
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| | * | | | | | | bpf: Add bpf_get_func_ip helper for kprobe programsJiri Olsa2021-07-161-0/+16
| | * | | | | | | bpf: Add bpf_get_func_ip helper for tracing programsJiri Olsa2021-07-161-0/+15
| | * | | | | | | bpf: Introduce bpf timers.Alexei Starovoitov2021-07-151-1/+1
* | | | | | | | | Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2021-08-301-2/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | ftrace: Introduce ftrace_need_init_nop()Ilya Leoshkevich2021-08-031-2/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'trace-v5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-08-172-35/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | tracing: Apply trace filters on all output channelsPingfan Liu2021-08-162-35/+15
* | | | | | | | | Merge tag 'trace-v5.14-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-08-163-1/+62
|\| | | | | | | | | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | tracing / histogram: Fix NULL pointer dereference on strcmp() on NULL event nameSteven Rostedt (VMware)2021-08-121-0/+2
| * | | | | | | tracing: define needed config DYNAMIC_FTRACE_WITH_ARGSLukas Bulwahn2021-08-121-0/+5
| * | | | | | | trace/osnoise: Print a stop tracing messageDaniel Bristot de Oliveira2021-08-121-1/+5
| * | | | | | | trace/timerlat: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+19
| * | | | | | | trace/osnoise: Add a header with PREEMPT_RT additional fieldsDaniel Bristot de Oliveira2021-08-121-0/+31
| | |_|_|_|/ / | |/| | | | |
* | | | | | | bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-2/+3
* | | | | | | bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-4/+4
|/ / / / / /
* | | | | | tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)2021-08-051-1/+1
* | | | | | tracing: Reject string operand in the histogram expressionMasami Hiramatsu2021-08-041-1/+19
* | | | | | tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)2021-08-041-0/+4
* | | | | | tracing: Fix NULL pointer dereference in start_creatingKamal Agrawal2021-07-311-1/+3
|/ / / / /
* | | | | ftrace: Remove redundant initialization of variable retColin Ian King2021-07-231-1/+1
* | | | | ftrace: Avoid synchronize_rcu_tasks_rude() call when not necessaryNicolas Saenz Julienne2021-07-231-1/+2
* | | | | tracing: Clean up alloc_synth_event()Steven Rostedt (VMware)2021-07-231-5/+3
* | | | | tracing/histogram: Rename "cpu" to "common_cpu"Steven Rostedt (VMware)2021-07-232-6/+20
* | | | | tracing: Synthetic event field_pos is an index not a booleanSteven Rostedt (VMware)2021-07-231-1/+1
* | | | | tracing: Fix bug in rb_per_cpu_empty() that might cause deadloop.Haoran Luo2021-07-221-4/+24
| |_|/ / |/| | |
* | | | Merge tag 'trace-v5.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-171-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | tracing: Do not reference char * as a string in histogramsSteven Rostedt (VMware)2021-07-151-3/+3
* | | | Merge tag 'trace-v5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-07-092-2/+8
|\| | |