index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-01
ring-buffer: Do not trigger a WARN if clock going backwards is detected
Steven Rostedt (VMware)
1
-3
/
+21
2020-07-01
ring-buffer: Call trace_clock_local() directly for RETPOLINE kernels
Steven Rostedt (VMware)
1
-1
/
+9
2020-07-01
ring-buffer: Move the add_timestamp into its own function
Steven Rostedt (VMware)
1
-12
/
+20
2020-07-01
ring-buffer: Consolidate add_timestamp to remove some branches
Steven Rostedt (VMware)
1
-66
/
+73
2020-07-01
bpf: Allow %pB in bpf_seq_printf() and bpf_trace_printk()
Song Liu
1
-2
/
+8
2020-07-01
bpf: Introduce helper bpf_get_task_stack()
Song Liu
1
-0
/
+2
2020-06-30
ring-buffer: Mark the !tail (crossing a page) as unlikely
Steven Rostedt (VMware)
1
-1
/
+1
2020-06-30
ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPU
Nicholas Piggin
2
-17
/
+72
2020-06-30
ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bit
Steven Rostedt (VMware)
1
-27
/
+243
2020-06-30
ring-buffer: Incorporate absolute timestamp into add_timestamp logic
Steven Rostedt (VMware)
1
-18
/
+22
2020-06-30
ring-buffer: Have nested events still record running time stamp
Steven Rostedt (VMware)
1
-95
/
+181
2020-06-30
tracing: Move pipe reference to trace array instead of current_tracer
Steven Rostedt (VMware)
2
-7
/
+7
2020-06-29
x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooks
Steven Rostedt (VMware)
1
-0
/
+8
2020-06-29
tracing: Only allow trace_array_printk() to be used by instances
Steven Rostedt (VMware)
1
-3
/
+7
2020-06-25
blktrace: Provide event for request merging
Jan Kara
1
-0
/
+10
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-06-24
bpf: Add bpf_skc_to_udp6_sock() helper
Yonghong Song
1
-0
/
+2
2020-06-24
bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpers
Yonghong Song
1
-0
/
+6
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
1
-0
/
+2
2020-06-24
bpf: Allow tracing programs to use bpf_jiffies64() helper
Yonghong Song
1
-0
/
+2
2020-06-24
bpf: Support 'X' in bpf_seq_printf() helper
Yonghong Song
1
-1
/
+2
2020-06-24
block: create the request_queue debugfs_dir on registration
Luis Chamberlain
1
-32
/
+26
2020-06-24
blktrace: ensure our debugfs dir exists
Luis Chamberlain
1
-0
/
+12
2020-06-24
blktrace: fix debugfs use after free
Luis Chamberlain
1
-6
/
+12
2020-06-24
blktrace: annotate required lock on do_blk_trace_setup()
Luis Chamberlain
1
-0
/
+2
2020-06-23
tracing/boottime: Fix kprobe multiple events
Sascha Ortmann
1
-2
/
+6
2020-06-23
tracing: Fix event trigger to accept redundant spaces
Masami Hiramatsu
1
-2
/
+19
2020-06-23
tracing/boot: Fix config dependency for synthedic event
Masami Hiramatsu
1
-1
/
+1
2020-06-23
Merge up to bpf_probe_read_kernel_str() fix into bpf-next
Alexei Starovoitov
1
-1
/
+1
2020-06-23
ring-buffer: Zero out time extend if it is nested and not absolute
Steven Rostedt (VMware)
1
-1
/
+1
2020-06-20
Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
7
-14
/
+40
2020-06-19
Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-10
/
+20
2020-06-18
Merge branch 'hch' (maccess patches from Christoph Hellwig)
Linus Torvalds
2
-7
/
+7
2020-06-17
ftrace: Fix maybe-uninitialized compiler warning
Kaitao Cheng
1
-2
/
+10
2020-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-1
/
+1
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
2
-3
/
+3
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2
-4
/
+4
2020-06-17
bpf: bpf_probe_read_kernel_str() has to return amount of data read on success
Andrii Nakryiko
1
-1
/
+1
2020-06-17
blktrace: Avoid sparse warnings when assigning q->blk_trace
Jan Kara
1
-11
/
+8
2020-06-17
blktrace: break out of blktrace setup on concurrent calls
Luis Chamberlain
1
-0
/
+13
2020-06-16
tracing: Remove unused event variable in tracing_iter_reset
YangHui
1
-2
/
+1
2020-06-16
tracing/probe: Fix memleak in fetch_op_data operations
Vamshi K Sthambamkadi
1
-2
/
+2
2020-06-16
trace: Fix typo in allocate_ftrace_ops()'s comment
Wei Yang
1
-1
/
+1
2020-06-16
tracing: Make ftrace packed events have align of 1
Steven Rostedt (VMware)
3
-7
/
+26
2020-06-15
tracing/probe: Replace zero-length array with flexible-array
Gustavo A. R. Silva
1
-1
/
+1
2020-06-15
ftrace: Add perf text poke events for ftrace trampolines
Adrian Hunter
1
-0
/
+14
2020-06-15
ftrace: Add perf ksymbol events for ftrace trampolines
Adrian Hunter
1
-2
/
+12
2020-06-15
ftrace: Add symbols for ftrace trampolines
Adrian Hunter
1
-2
/
+75
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2
-2
/
+2
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+5
[prev]
[next]