index
:
kernel/git/ij/linux.git
master
fork of linux.git
Ilpo Järvinen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-02
Merge tag 'probes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
10
-164
/
+582
2023-09-01
tracing/filters: Fix coding style issues
Valentin Schneider
1
-2
/
+4
2023-09-01
tracing/filters: Change parse_pred() cpulist ternary into an if block
Valentin Schneider
1
-2
/
+6
2023-09-01
tracing/filters: Fix double-free of struct filter_pred.mask
Valentin Schneider
1
-0
/
+1
2023-09-01
tracing/filters: Fix error-handling of cpulist parsing buffer
Valentin Schneider
1
-2
/
+8
2023-09-01
tracing: Zero the pipe cpumask on alloc to avoid spurious -EBUSY
Brian Foster
1
-2
/
+2
2023-09-01
ftrace: Use LIST_HEAD to initialize clear_hash
Ruan Jinjie
1
-3
/
+1
2023-09-01
ftrace: Use within_module to check rec->ip within specified module.
Levi Yun
1
-4
/
+2
2023-09-01
tracing: Fix race issue between cpu buffer write and swap
Zheng Yejian
1
-5
/
+12
2023-09-01
tracing: Remove extra space at the end of hwlat_detector/mode
Mikhail Kobuk
1
-1
/
+1
2023-09-01
Merge tag 'trace-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
8
-148
/
+389
2023-08-29
Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
5
-42
/
+411
2023-08-23
tracing/fprobe-event: Assume fprobe is a return event by $retval
Masami Hiramatsu (Google)
1
-14
/
+44
2023-08-23
tracing/probes: Add string type check with BTF
Masami Hiramatsu (Google)
2
-3
/
+89
2023-08-23
tracing/probes: Support BTF field access from $retval
Masami Hiramatsu (Google)
2
-102
/
+86
2023-08-23
tracing/probes: Support BTF based data structure field access
Masami Hiramatsu (Google)
3
-28
/
+216
2023-08-23
tracing/probes: Add a function to search a member of a struct/union
Masami Hiramatsu (Google)
2
-0
/
+73
2023-08-23
tracing/probes: Move finding func-proto API and getting func-param API to tra...
Masami Hiramatsu (Google)
4
-40
/
+72
2023-08-23
tracing/probes: Support BTF argument on module functions
Masami Hiramatsu (Google)
6
-48
/
+73
2023-08-23
tracing/eprobe: Iterate trace_eprobe directly
Chuang Wang
1
-9
/
+9
2023-08-22
tracing/user_events: Optimize safe list traversals
Eric Vaughn
1
-7
/
+8
2023-08-22
tracing: Remove unused function declarations
Yue Haibing
1
-2
/
+0
2023-08-22
tracing/filters: Further optimise scalar vs cpumask comparison
Valentin Schneider
1
-6
/
+20
2023-08-22
tracing/filters: Optimise CPU vs cpumask filtering when the user mask is a si...
Valentin Schneider
1
-2
/
+7
2023-08-22
tracing/filters: Optimise scalar vs cpumask filtering when the user mask is a...
Valentin Schneider
1
-1
/
+6
2023-08-22
tracing/filters: Optimise cpumask vs cpumask filtering when user mask is a si...
Valentin Schneider
1
-1
/
+34
2023-08-22
tracing/filters: Enable filtering the CPU common field by a cpumask
Valentin Schneider
1
-0
/
+14
2023-08-22
tracing/filters: Enable filtering a scalar field by a cpumask
Valentin Schneider
1
-11
/
+81
2023-08-22
tracing/filters: Enable filtering a cpumask field by another cpumask
Valentin Schneider
1
-2
/
+95
2023-08-22
tracing/filters: Dynamically allocate filter_pred.regex
Valentin Schneider
1
-25
/
+39
2023-08-21
bpf: Add bpf_get_func_ip helper support for uprobe link
Jiri Olsa
1
-3
/
+30
2023-08-21
bpf: Add pid filter support for uprobe_multi link
Jiri Olsa
1
-0
/
+33
2023-08-21
bpf: Add cookies support for uprobe_multi link
Jiri Olsa
1
-4
/
+41
2023-08-21
bpf: Add multi uprobe link
Jiri Olsa
1
-0
/
+233
2023-08-21
tracing: Introduce pipe_cpumask to avoid race on trace_pipes
Zheng Yejian
2
-7
/
+50
2023-08-17
tracing: Fix memleak due to race between current_tracer and trace
Zheng Yejian
3
-2
/
+12
2023-08-16
tracing/synthetic: Allocate one additional element for size
Sven Schnelle
1
-1
/
+2
2023-08-16
tracing/synthetic: Skip first entry for stack traces
Sven Schnelle
1
-13
/
+4
2023-08-16
tracing/synthetic: Use union instead of casts
Sven Schnelle
2
-50
/
+45
2023-08-16
tracing: Fix cpu buffers unavailable due to 'record_disabled' missed
Zheng Yejian
1
-0
/
+6
2023-08-07
bpf: Add support for bpf_get_func_ip helper for uprobe program
Jiri Olsa
3
-7
/
+16
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
2
-15
/
+8
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-31
/
+37
2023-08-03
Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-5
/
+12
2023-08-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-5
/
+12
2023-08-02
bpf: fix bpf_probe_read_kernel prototype mismatch
Arnd Bergmann
1
-11
/
+0
2023-08-01
tracing: bpf: use struct trace_entry in struct syscall_tp_t
Yauheni Kaliuta
1
-4
/
+8
2023-07-31
eventfs: Move tracing/events to eventfs
Ajay Kaher
2
-33
/
+34
2023-07-30
tracing: Require all trace events to have a TRACE_SYSTEM
Steven Rostedt (Google)
1
-7
/
+8
2023-07-30
tracing: Set actual size after ring buffer resize
Zheng Yejian
1
-8
/
+11
2023-07-30
tracing: Add free_trace_iter_content() helper function
Steven Rostedt (Google)
1
-11
/
+22
2023-07-30
tracing: Remove unnecessary copying of tr->current_trace
Steven Rostedt (Google)
1
-19
/
+3
2023-07-30
ring_buffer: Use try_cmpxchg instead of cmpxchg
Uros Bizjak
1
-14
/
+6
2023-07-30
tracing: Add back FORTIFY_SOURCE logic to kernel_stack event structure
Steven Rostedt (Google)
4
-22
/
+24
2023-07-30
Merge tag 'probes-fixes-v6.5-rc3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-4
/
+4
2023-07-28
tracing: Fix warning in trace_buffered_event_disable()
Zheng Yejian
1
-10
/
+4
2023-07-28
tracing: Fix kernel-doc warnings in trace_seq.c
Gaosheng Cui
1
-0
/
+1
2023-07-28
tracing: Fix kernel-doc warnings in trace_events_trigger.c
Gaosheng Cui
1
-0
/
+2
2023-07-28
tracing/synthetic: Fix kernel-doc warnings in trace_events_synth.c
Gaosheng Cui
1
-0
/
+1
2023-07-28
ring-buffer: Fix kernel-doc warnings in ring_buffer.c
Gaosheng Cui
1
-2
/
+1
2023-07-28
ring-buffer: Fix wrong stat of cpu_buffer->read
Zheng Yejian
1
-10
/
+12
2023-07-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-7
/
+17
2023-07-26
tracing/probes: Fix to add NULL check for BTF APIs
Masami Hiramatsu (Google)
1
-4
/
+4
2023-07-25
bpf: Disable preemption in bpf_event_output
Jiri Olsa
1
-1
/
+5
2023-07-25
bpf: Disable preemption in bpf_perf_event_output
Jiri Olsa
1
-4
/
+7
2023-07-23
tracing/histograms: Return an error if we fail to add histogram to hist_vars ...
Mohamed Khalfella
1
-1
/
+2
2023-07-23
ring-buffer: Do not swap cpu_buffer during resize process
Chen Lin
2
-2
/
+15
2023-07-23
tracing: Remove unused extern declaration tracing_map_set_field_descr()
YueHaibing
1
-4
/
+0
2023-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-29
/
+24
2023-07-16
Merge tag 'probes-fixes-v6.5-rc1-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-29
/
+24
2023-07-14
tracing/probes: Fix to record 0-length data_loc in fetch_store_string*() if f...
Masami Hiramatsu (Google)
3
-12
/
+14
2023-07-13
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
3
-14
/
+51
2023-07-13
Merge tag 'trace-v6.5-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-30
/
+81
2023-07-14
Revert "tracing: Add "(fault)" name injection to kernel probes"
Masami Hiramatsu (Google)
3
-26
/
+9
2023-07-14
tracing/probes: Fix to update dynamic data counter if fetcharg uses it
Masami Hiramatsu (Google)
1
-5
/
+7
2023-07-14
tracing/probes: Fix not to count error code to total length
Masami Hiramatsu (Google)
1
-0
/
+2
2023-07-14
tracing/probes: Fix to avoid double count of the string length on the array
Masami Hiramatsu (Google)
1
-2
/
+2
2023-07-14
fprobes: Add a comment why fprobe_kprobe_handler exits if kprobe is running
Masami Hiramatsu (Google)
1
-0
/
+6
2023-07-13
tracing: Fix memory leak of iter->temp when reading trace_pipe
Zheng Yejian
1
-0
/
+1
2023-07-12
tracing/histograms: Add histograms to hist_vars if they have referenced varia...
Mohamed Khalfella
1
-3
/
+5
2023-07-12
tracing: Stop FORTIFY_SOURCE complaining about stack trace caller
Steven Rostedt (Google)
1
-2
/
+19
2023-07-12
ftrace: Fix possible warning on checking all pages used in ftrace_process_locs()
Zheng Yejian
1
-14
/
+31
2023-07-12
Merge tag 'probes-fixes-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-10
/
+36
2023-07-12
ring-buffer: Fix deadloop issue on reading trace_pipe
Zheng Yejian
1
-9
/
+15
2023-07-12
tracing: arm64: Avoid missing-prototype warnings
Arnd Bergmann
3
-2
/
+7
2023-07-11
bpf: Support ->fill_link_info for perf_event
Yafang Shao
1
-3
/
+7
2023-07-11
bpf: Expose symbol's respective address
Yafang Shao
1
-12
/
+4
2023-07-11
bpf: Clear the probe_addr for uprobe
Yafang Shao
2
-2
/
+3
2023-07-11
bpf: Protect probed address based on kptr_restrict setting
Yafang Shao
1
-1
/
+4
2023-07-11
bpf: Support ->fill_link_info for kprobe_multi
Yafang Shao
1
-0
/
+37
2023-07-10
tracing/user_events: Fix struct arg size match check
Beau Belgrave
1
-0
/
+3
2023-07-11
fprobe: Ensure running fprobe_exit_handler() finished before calling rethook_...
Masami Hiramatsu (Google)
2
-0
/
+16
2023-07-11
fprobe: add unlock to match a succeeded ftrace_test_recursion_trylock
Ze Gao
1
-1
/
+3
2023-07-11
kernel/trace: Fix cleanup logic of enable_trace_eprobe
Tzvetomir Stoyanov (VMware)
1
-2
/
+16
2023-07-06
Merge tag 'trace-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2
-5
/
+5
2023-07-05
tracing/boot: Test strscpy() against less than zero for error
Steven Rostedt (Google)
1
-4
/
+4
2023-07-05
tracing: Fix null pointer dereference in tracing_err_log_open()
Mateusz Stachyra
1
-1
/
+1
2023-06-30
Merge tag 'probes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...
Linus Torvalds
13
-155
/
+1916
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
9
-23
/
+665
2023-06-29
Merge tag 'trace-v6.4-rc7-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+2
2023-06-28
Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+2
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-06-28
tracing/user_events: Fix incorrect return value for writing operation when ev...
sunliming
1
-1
/
+2
2023-06-27
Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-19
/
+19
2023-06-27
fprobe: Release rethook after the ftrace_ops is unregistered
Jiri Olsa
1
-9
/
+3
2023-06-26
Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+1
2023-06-23
Merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes.
Andrew Morton
6
-60
/
+149
2023-06-23
tracing/probes: Fix tracepoint event with $arg* to fetch correct argument
Masami Hiramatsu (Google)
1
-2
/
+8
2023-06-23
tracing/probes: Fix to return NULL and keep using current argc
Masami Hiramatsu (Google)
1
-1
/
+2
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-84
/
+208
2023-06-22
tracing/boot: Replace strlcpy with strscpy
Azeem Shaikh
1
-4
/
+4
2023-06-22
tracing/timerlat: Add user-space interface
Daniel Bristot de Oliveira
2
-5
/
+377
2023-06-22
tracing/osnoise: Skip running osnoise if all instances are off
Daniel Bristot de Oliveira
1
-3
/
+28
2023-06-22
tracing/osnoise: Switch from PF_NO_SETAFFINITY to migrate_disable
Daniel Bristot de Oliveira
1
-0
/
+68
2023-06-22
ftrace: Show all functions with addresses in available_filter_functions_addrs
Jiri Olsa
1
-0
/
+37
2023-06-20
function_graph: Support recording and printing the return value of function
Donglin Peng
5
-11
/
+148
2023-06-20
fgraph: Add declaration of "struct fgraph_ret_regs"
Steven Rostedt (Google)
1
-0
/
+3
2023-06-20
Merge tag 'trace-v6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-84
/
+208
2023-06-14
tracing/user_events: Add auto cleanup and future persist flag
Beau Belgrave
1
-13
/
+126
2023-06-14
tracing/user_events: Track refcount consistently via put/get
Beau Belgrave
1
-28
/
+41
2023-06-14
tracing/user_events: Store register flags on events
Beau Belgrave
1
-6
/
+10
2023-06-14
tracing/user_events: Remove user_ns walk for groups
Beau Belgrave
1
-37
/
+5
2023-06-14
tracing/user_events: Fix the incorrect trace record for empty arguments events
sunliming
1
-2
/
+2
2023-06-14
tracing: Modify print_fields() for fields output order
sunliming
1
-1
/
+1
2023-06-14
tracing/user_events: Handle matching arguments that is null from dyn_events
sunliming
1
-0
/
+2
2023-06-14
tracing/user_events: Prevent same name but different args event
sunliming
1
-6
/
+30
2023-06-09
mm/gup: remove unused vmas parameter from pin_user_pages_remote()
Lorenzo Stoakes
1
-1
/
+1
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+12
2023-06-08
Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
1
-1
/
+11
2023-06-07
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+11
2023-06-07
bpf: Add extra path pointer check to d_path helper
Jiri Olsa
1
-1
/
+11
2023-06-06
tracing/probes: Add BTF retval type support
Masami Hiramatsu (Google)
2
-7
/
+63
2023-06-06
tracing/probes: Add $arg* meta argument for all function args
Masami Hiramatsu (Google)
4
-12
/
+212
2023-06-06
tracing/probes: Support function parameters if BTF is available
Masami Hiramatsu (Google)
6
-31
/
+270
2023-06-06
tracing/probes: Move event parameter fetching code to common parser
Masami Hiramatsu (Google)
6
-132
/
+155
2023-06-06
tracing/probes: Add tracepoint support on fprobe_events
Masami Hiramatsu (Google)
5
-16
/
+151
2023-06-06
tracing/probes: Add fprobe events for tracing function entry and exit.
Masami Hiramatsu (Google)
9
-7
/
+1100
2023-06-06
tracing/probes: Avoid setting TPARG_FL_FENTRY and TPARG_FL_RETURN
Masami Hiramatsu (Google)
2
-1
/
+6
2023-06-06
fprobe: Pass return address to the handlers
Masami Hiramatsu (Google)
3
-6
/
+9
2023-06-03
Merge tag 'probes-fixes-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2023-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
6
-60
/
+149
2023-05-31
tracing/probe: trace_probe_primary_from_call(): checked list_first_entry
Pietro Borrello
1
-1
/
+1
2023-05-30
ftrace: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-9
/
+9
2023-05-28
tracing: Have function_graph selftest call cond_resched()
Steven Rostedt (Google)
1
-0
/
+10
2023-05-28
tracing: Only make selftest conditionals affect the global_trace
Steven Rostedt (Google)
1
-2
/
+8
2023-05-28
tracing: Make tracing_selftest_running/delete nops when not used
Steven Rostedt (Google)
1
-1
/
+4
2023-05-28
tracing: Have tracer selftests call cond_resched() before running
Steven Rostedt (Google)
1
-0
/
+7
2023-05-28
tracing: Move setting of tracing_selftest_running out of register_tracer()
Steven Rostedt (Google)
1
-4
/
+16
2023-05-26
tracing: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
5
-10
/
+10
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-17
/
+60
2023-05-24
trace: Convert trace/seq to use copy_splice_read()
David Howells
1
-1
/
+1
2023-05-23
tracing: Rename stacktrace field to common_stacktrace
Steven Rostedt (Google)
3
-7
/
+13
2023-05-23
tracing/histograms: Allow variables to have some modifiers
Steven Rostedt (Google)
1
-7
/
+16
2023-05-23
tracing/user_events: Document user_event_mm one-shot list usage
Beau Belgrave
1
-1
/
+22
2023-05-23
tracing/user_events: Rename link fields for clarity
Beau Belgrave
1
-18
/
+22
2023-05-23
tracing/user_events: Remove RCU lock while pinning pages
Linus Torvalds
1
-6
/
+7
2023-05-23
tracing/user_events: Split up mm alloc and attach
Linus Torvalds
1
-11
/
+18
2023-05-23
tracing/timerlat: Always wakeup the timerlat thread
Daniel Bristot de Oliveira
1
-0
/
+2
2023-05-23
tracing/user_events: Use long vs int for atomic bit ops
Beau Belgrave
1
-7
/
+8
2023-05-18
fprobe: add recursion detection in fprobe_exit_handler
Ze Gao
1
-0
/
+14
2023-05-18
fprobe: make fprobe_kprobe_handler recursion free
Ze Gao
1
-15
/
+44
2023-05-18
rethook: use preempt_{disable, enable}_notrace in rethook_trampoline_handler
Ze Gao
1
-2
/
+2
2023-05-17
tracing: fprobe: Initialize ret valiable to fix smatch error
Masami Hiramatsu (Google)
1
-1
/
+1
2023-05-16
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-2
/
+2
2023-05-05
Merge tag 'trace-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2
-4
/
+10
2023-05-05
ftrace: Add MODIFIED flag to show if IPMODIFY or direct was attached
Steven Rostedt (Google)
1
-3
/
+9
2023-05-03
tracing: Fix permissions for the buffer_percent file
Ondrej Mosnacek
1
-1
/
+1
2023-04-28
Merge tag 'trace-tools-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+0
2023-04-28
Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
10
-260
/
+1168
2023-04-27
Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-4
/
+1
2023-04-27
ring-buffer: Sync IRQ works before buffer destruction
Johannes Berg
1
-0
/
+4
2023-04-27
bpf: Add bpf_dynptr_size
Joanne Koong
1
-2
/
+2
2023-04-26
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-4
/
+0
2023-04-26
tracing: Add missing spaces in trace_print_hex_seq()
Ken Lin
1
-1
/
+4
2023-04-26
ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset...
Tze-nan Wu
1
-3
/
+13
2023-04-25
tracing/user_events: Limit max fault-in attempts
Beau Belgrave
1
-14
/
+35
2023-04-25
tracing/user_events: Prevent same address and bit per process
Beau Belgrave
1
-0
/
+41
2023-04-25
tracing/user_events: Ensure bit is cleared on unregister
Beau Belgrave
1
-0
/
+34
2023-04-25
tracing/user_events: Ensure write index cannot be negative
Beau Belgrave
1
-0
/
+3
2023-04-25
tracing: Fix print_fields() for __dyn_loc/__rel_loc
Beau Belgrave
1
-4
/
+6
2023-04-25
tracing/user_events: Set event filter_type from type
Beau Belgrave
1
-0
/
+3
2023-04-25
ring-buffer: Clearly check null ptr returned by rb_set_head_page()
Zheng Yejian
1
-2
/
+3
2023-04-25
rv: Remove redundant assignment to variable retval
Colin Ian King
1
-2
/
+0
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-428
/
+34
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2023-04-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-7
/
+10
2023-04-13
rv/reactor: remove MODULE_LICENSE in non-modules
Nick Alcock
2
-2
/
+0
2023-04-06
tracing/synthetic: Make lastcmd_mutex static
Steven Rostedt (Google)
1
-1
/
+1
2023-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-19
/
+45
2023-04-06
ftrace: Fix issue that 'direct->addr' not restored in modify_ftrace_direct()
Zheng Yejian
1
-6
/
+9
2023-04-05
tracing: Free error logs of tracing instances
Steven Rostedt (Google)
1
-0
/
+1
2023-04-05
tracing: Rename kvfree_rcu() to kvfree_rcu_mightsleep()
Uladzislau Rezki (Sony)
2
-2
/
+2
2023-04-04
tracing: Fix ftrace_boot_snapshot command line logic
Steven Rostedt (Google)
1
-6
/
+7
2023-04-04
tracing: Have tracing_snapshot_instance_cond() write errors to the appropriat...
Steven Rostedt (Google)
1
-7
/
+7
2023-04-03
tracing/osnoise: Fix notify new tracing_max_latency
Daniel Bristot de Oliveira
1
-1
/
+1
2023-04-03
tracing/timerlat: Notify new max thread latency
Daniel Bristot de Oliveira
1
-0
/
+2
2023-04-03
ring-buffer: Fix race while reader and writer are on the same page
Zheng Yejian
1
-1
/
+12
2023-04-03
tracing/synthetic: Fix races on freeing last_cmd
Tze-nan Wu
1
-4
/
+15
2023-03-29
tracing: Unbreak user events
Steven Rostedt (Google)
1
-1
/
+0
2023-03-29
tracing/user_events: Use print_format_fields() for trace output
Steven Rostedt (Google)
1
-6
/
+3
[next]