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-12-11
kernel: kcsan: kcsan_test: build without structleak plugin
Anders Roxell
-0
/
+1
2022-12-11
relay: use strscpy() is more robust and safer
Xu Panda
-2
/
+2
2022-12-11
lockdep: allow instrumenting lockdep.c with KMSAN
Alexander Potapenko
-1
/
+0
2022-12-10
bpf: use check_ids() for active_lock comparison
Eduard Zingerman
-3
/
+13
2022-12-10
bpf: states_equal() must build idmap for all function frames
Eduard Zingerman
-1
/
+2
2022-12-10
bpf: regsafe() must not skip check_ids()
Eduard Zingerman
-21
/
+8
2022-12-10
tracing/osnoise: Add preempt and/or irq disabled options
Daniel Bristot de Oliveira
-5
/
+43
2022-12-10
tracing/osnoise: Add PANIC_ON_STOP option
Daniel Bristot de Oliveira
-1
/
+5
2022-12-10
tracing: Fix some checker warnings
David Howells
-3
/
+4
2022-12-10
tracing/osnoise: Make osnoise_options static
Daniel Bristot de Oliveira
-2
/
+2
2022-12-10
tracing: remove unnecessary trace_trigger ifdef
Ross Zwisler
-6
/
+0
2022-12-10
ring-buffer: Handle resize in early boot up
Steven Rostedt
-7
/
+25
2022-12-10
tracing/hist: Fix issue of losting command info in error_log
Zheng Yejian
-1
/
+1
2022-12-10
tracing: Fix issue of missing one synthetic field
Zheng Yejian
-1
/
+1
2022-12-10
tracing/hist: Fix out-of-bound write on 'action_data.var_ref_idx'
Zheng Yejian
-2
/
+8
2022-12-10
tracing/hist: Fix wrong return value in parse_action_params()
Zheng Yejian
-0
/
+1
2022-12-09
tracing: Fix complicated dependency of CONFIG_TRACER_MAX_TRACE
Masami Hiramatsu (Google)
-15
/
+18
2022-12-09
tracing/probes: Handle system names with hyphens
Steven Rostedt (Google)
-4
/
+17
2022-12-09
trace/kprobe: remove duplicated calls of ring_buffer_event_data
Song Chen
-2
/
+0
2022-12-09
tracing: Add nohitcount option for suppressing display of raw hitcount
Masami Hiramatsu (Google)
-8
/
+29
2022-12-09
tracing: Add .graph suffix option to histogram value
Masami Hiramatsu (Google)
-17
/
+63
2022-12-09
tracing: Add .percent suffix option to histogram values
Masami Hiramatsu (Google)
-15
/
+78
2022-12-09
tracing: Allow multiple hitcount values in histograms
Tom Zanussi
-3
/
+9
2022-12-09
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
-1
/
+0
2022-12-09
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
-1
/
+0
2022-12-08
bpf: Use memmove for bpf_dynptr_{read,write}
Kumar Kartikeya Dwivedi
-2
/
+10
2022-12-08
bpf: Move PTR_TO_STACK alignment check to process_dynptr_func
Kumar Kartikeya Dwivedi
-5
/
+8
2022-12-08
bpf: Rework check_func_arg_reg_off
Kumar Kartikeya Dwivedi
-25
/
+38
2022-12-08
bpf: Rework process_dynptr_func
Kumar Kartikeya Dwivedi
-67
/
+178
2022-12-08
bpf: Propagate errors from process_* checks in check_func_arg
Kumar Kartikeya Dwivedi
-10
/
+15
2022-12-08
bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func
Kumar Kartikeya Dwivedi
-64
/
+70
2022-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-20
/
+28
2022-12-08
bpf: Skip rcu_barrier() if rcu_trace_implies_rcu_gp() is true
Hou Tao
-1
/
+9
2022-12-08
bpf: Reuse freed element in free_by_rcu during allocation
Hou Tao
-3
/
+18
2022-12-08
memcg: Fix possible use-after-free in memcg_write_event_control()
Tejun Heo
-1
/
+0
2022-12-08
bpf: Fix comment error in fixup_kfunc_call function
Yang Jihong
-1
/
+1
2022-12-08
bpf: Do not zero-extend kfunc return values
Björn Töpel
-0
/
+4
2022-12-08
blktrace: Fix output non-blktrace event when blk_classic option enabled
Yang Jihong
-1
/
+2
2022-12-08
Merge branch 'topic/objtool' into next
Michael Ellerman
-0
/
+7
2022-12-08
Merge branch 'rework/console-list-lock' into for-linus
Petr Mladek
-964
/
+2732
2022-12-07
bpf/docs: Document struct cgroup * kfuncs
David Vernet
-1
/
+1
2022-12-07
bpf/docs: Document struct task_struct * kfuncs
David Vernet
-1
/
+1
2022-12-07
bpf: Remove unused insn_cnt argument from visit_[func_call_]insn()
Andrii Nakryiko
-6
/
+5
2022-12-07
Merge "do not rely on ALLOW_ERROR_INJECTION for fmod_ret" into bpf-next
Alexei Starovoitov
-7
/
+40
2022-12-07
module/decompress: Support zstd in-kernel decompression
Stephen Boyd
-3
/
+92
2022-12-07
bpf: do not rely on ALLOW_ERROR_INJECTION for fmod_ret
Benjamin Tissoires
-7
/
+40
2022-12-06
bpf: remove unnecessary prune and jump points
Andrii Nakryiko
-24
/
+10
2022-12-06
bpf: mostly decouple jump history management from is_state_visited()
Andrii Nakryiko
-23
/
+26
2022-12-06
bpf: decouple prune and jump points
Andrii Nakryiko
-14
/
+43
2022-12-06
bpf: Loosen alloc obj test in verifier's reg_btf_record
Dave Marchevsky
-1
/
+6
[prev]
[next]