index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2022-04-27
tracing: Replace usage of found with dedicated list iterator variable
Jakob Koschel
-21
/
+18
2022-04-27
tracing: Remove usage of list iterator variable after the loop
Jakob Koschel
-8
/
+7
2022-04-27
tracing: Remove usage of list iterator after the loop body
Jakob Koschel
-4
/
+9
2022-04-27
tracing: Introduce trace clock tai
Kurt Kanzenbach
-0
/
+1
2022-04-27
ring-buffer: Have 32 bit time stamps use all 64 bits
Steven Rostedt (Google)
-10
/
+18
2022-04-27
ring-buffer: Have absolute time stamps handle large numbers
Steven Rostedt (Google)
-5
/
+44
2022-04-27
x86/split_lock: Make life miserable for split lockers
Tony Luck
-0
/
+5
2022-04-26
tracing: make tracer_init_tracefs initcall asynchronous
Mark-PK Tsai
-10
/
+22
2022-04-26
tracing: Avoid adding tracer option before update_tracer_options
Mark-PK Tsai
-0
/
+7
2022-04-26
ring-buffer: Simplify if-if to if-else
Wan Jiabing
-2
/
+2
2022-04-26
tracing: Use WARN instead of printk and WARN_ON
Guo Zhengkui
-9
/
+3
2022-04-26
tracing: Fix sleeping function called from invalid context on RT kernel
Jun Miao
-3
/
+3
2022-04-26
tracing: Change `if (strlen(glob))` to `if (glob[0])`
Ammar Faizi
-1
/
+1
2022-04-26
tracing: Return -EINVAL if WARN_ON(!glob) triggered in event_hist_trigger_par...
Ammar Faizi
-1
/
+2
2022-04-26
tracing: Make tp_printk work on syscall tracepoints
Jeff Xie
-24
/
+11
2022-04-26
tracing: Fix tracing_map_sort_entries() kernel-doc comment
Yang Li
-1
/
+2
2022-04-26
tracing: Fix kernel-doc
Jiapeng Chong
-1
/
+1
2022-04-26
tracing: Fix inconsistent style of mini-HOWTO
Oscar Shiang
-2
/
+2
2022-04-26
tracing: Separate hist state updates from hist registration
Tom Zanussi
-18
/
+48
2022-04-26
tracing: Have existing event_command.parse() implementations use helpers
Tom Zanussi
-151
/
+69
2022-04-26
tracing: Remove redundant trigger_ops params
Tom Zanussi
-60
/
+36
2022-04-26
tracing: Remove logic for registering multiple event triggers at a time
Tom Zanussi
-77
/
+45
2022-04-26
tracing: Cleanup double word in comment
Tom Rix
-2
/
+2
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
-115
/
+52
2022-04-26
kprobes: Fix KRETPROBES when CONFIG_KRETPROBE_ON_RETHOOK is set
Adam Zabrocki
-1
/
+1
2022-04-26
printk: remove @console_locked
John Ogness
-15
/
+14
2022-04-26
printk: extend console_lock for per-console locking
John Ogness
-56
/
+205
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
-7
/
+25
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
-5
/
+53
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
-25
/
+204
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
-0
/
+108
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
-1
/
+87
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
-7
/
+28
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
-13
/
+119
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
-41
/
+50
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
-35
/
+401
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
-48
/
+24
2022-04-25
kernel/kexec_core: move kexec_core sysctls into its own file
yingelin
-13
/
+22
2022-04-25
genirq/matrix: Remove redundant assignment to variable 'end'
Colin Ian King
-1
/
+1
2022-04-25
timers/nohz: Switch to ONESHOT_STOPPED in the low-res handler when the tick i...
Nicholas Piggin
-2
/
+10
2022-04-25
audit: use fsnotify group lock helpers
Amir Goldstein
-16
/
+16
2022-04-25
fsnotify: make allow_dups a property of the group
Amir Goldstein
-2
/
+2
2022-04-25
fsnotify: pass flags argument to fsnotify_alloc_group()
Amir Goldstein
-3
/
+4
2022-04-24
Merge tag 'sched_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-5
/
+5
2022-04-24
Merge tag 'perf_urgent_for_v5.18_rc4' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-6
/
+6
2022-04-22
PM: CXL: Disable suspend
Dan Williams
-3
/
+7
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
-54
/
+56
2022-04-22
printk: add kthread console printers
John Ogness
-22
/
+307
2022-04-22
printk: add functions to prefer direct printing
John Ogness
-2
/
+65
2022-04-22
printk: add pr_flush()
John Ogness
-0
/
+83
[prev]
[next]