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-11-18
tracing/eprobe: Fix eprobe filter to make a filter correctly
Masami Hiramatsu (Google)
-1
/
+1
2022-11-18
tracing/eprobe: Fix warning in filter creation
Rafael Mendonca
-1
/
+1
2022-11-18
kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace case
Li Huafei
-1
/
+7
2022-11-18
rethook: fix a potential memleak in rethook_alloc()
Yi Yang
-1
/
+3
2022-11-18
tracing/eprobe: Fix memory leak of filter string
Rafael Mendonca
-0
/
+1
2022-11-18
tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...
Shang XiaoJing
-0
/
+4
2022-11-18
tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...
Shang XiaoJing
-16
/
+28
2022-11-17
tracing: Fix wild-memory-access in register_synth_event()
Shang XiaoJing
-3
/
+2
2022-11-17
tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()
Shang XiaoJing
-10
/
+6
2022-11-17
ftrace: Fix null pointer dereference in ftrace_add_mod()
Xiu Jianfeng
-0
/
+1
2022-11-17
ring_buffer: Do not deactivate non-existant pages
Daniil Tatianin
-2
/
+2
2022-11-17
ftrace: Optimize the allocation for mcount entries
Wang Wensheng
-1
/
+1
2022-11-17
ftrace: Fix the possible incorrect kernel message
Wang Wensheng
-1
/
+1
2022-11-17
bpf: Pass map file to .map_update_batch directly
Hou Tao
-18
/
+14
2022-11-16
tracing: Fix memory leak in tracing_read_pipe()
Wang Yufen
-0
/
+1
2022-11-16
ring-buffer: Include dropped pages in counting dirty patches
Steven Rostedt (Google)
-0
/
+12
2022-11-16
tracing/ring-buffer: Have polling block on watermark
Steven Rostedt (Google)
-20
/
+37
2022-11-15
bpf: propagate nullness information for reg to reg comparisons
Eduard Zingerman
-2
/
+33
2022-11-15
bpf: Expand map key argument of bpf_redirect_map to u64
Toke Høiland-Jørgensen
-5
/
+5
2022-11-15
bpf, perf: Use subprog name when reporting subprog ksymbol
Hou Tao
-1
/
+1
2022-11-14
bpf: Refactor btf_struct_access
Kumar Kartikeya Dwivedi
-9
/
+14
2022-11-14
bpf: Rename MEM_ALLOC to MEM_RINGBUF
Kumar Kartikeya Dwivedi
-10
/
+10
2022-11-14
bpf: Rename RET_PTR_TO_ALLOC_MEM
Kumar Kartikeya Dwivedi
-1
/
+1
2022-11-14
bpf: Support bpf_list_head in map values
Kumar Kartikeya Dwivedi
-4
/
+202
2022-11-14
bpf: Remove BPF_MAP_OFF_ARR_MAX
Kumar Kartikeya Dwivedi
-1
/
+1
2022-11-14
sched: Fix race in task_call_func()
Peter Zijlstra
-17
/
+35
2022-11-14
rseq: Use pr_warn_once() when deprecated/unknown ABI flags are encountered
Mathieu Desnoyers
-2
/
+17
2022-11-11
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-601
/
+783
2022-11-11
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
-37
/
+28
2022-11-11
bpf: Initialize same number of free nodes for each pcpu_freelist
Xu Kuohai
-12
/
+11
2022-11-11
docs/bpf: Document BPF_MAP_TYPE_CPUMAP map
Maryam Tahhan
-3
/
+6
2022-11-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-32
/
+44
2022-11-10
Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-4
/
+13
2022-11-08
bpf: Fix memory leaks in __check_func_call
Wang Yufen
-5
/
+9
2022-11-08
perf: Improve missing SIGTRAP checking
Marco Elver
-6
/
+19
2022-11-07
bpf: Add explicit cast to 'void *' for __BPF_DISPATCHER_UPDATE()
Nathan Chancellor
-1
/
+1
2022-11-06
Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
-2
/
+2
2022-11-04
bpf: Convert BPF_DISPATCHER to use static_call() (not ftrace)
Peter Zijlstra
-14
/
+8
2022-11-04
bpf: Revert ("Fix dispatcher patchable function entry to 5 bytes nop")
Peter Zijlstra
-6
/
+0
2022-11-04
bpf: aggressively forget precise markings during state checkpointing
Andrii Nakryiko
-0
/
+37
2022-11-04
bpf: stop setting precise in current state
Andrii Nakryiko
-12
/
+91
2022-11-04
bpf: allow precision tracking for programs with subprogs
Andrii Nakryiko
-1
/
+61
2022-11-04
bpf: propagate precision across all frames, not just the last one
Andrii Nakryiko
-32
/
+39
2022-11-04
bpf: propagate precision in ALU/ALU64 operations
Andrii Nakryiko
-0
/
+5
2022-11-03
bpf: Refactor map->off_arr handling
Kumar Kartikeya Dwivedi
-64
/
+64
2022-11-03
bpf: Consolidate spin_lock, timer management into btf_record
Kumar Kartikeya Dwivedi
-320
/
+278
2022-11-03
bpf: Refactor kptr_off_tab into btf_record
Kumar Kartikeya Dwivedi
-217
/
+250
2022-11-03
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
-4
/
+13
2022-11-03
bpf: Drop reg_type_may_be_refcounted_or_null
Kumar Kartikeya Dwivedi
-8
/
+1
2022-11-03
bpf: Fix slot type check in check_stack_write_var_off
Kumar Kartikeya Dwivedi
-8
/
+11
[prev]
[next]