index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
fs.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-03-07
bpf, net: sock_map memory usage
Yafang Shao
1
-0
/
+20
2023-03-07
bpf, net: bpf_local_storage memory usage
Yafang Shao
6
-0
/
+15
2023-03-07
bpf: local_storage memory usage
Yafang Shao
1
-0
/
+7
2023-03-07
bpf: bpf_struct_ops memory usage
Yafang Shao
1
-0
/
+16
2023-03-07
bpf: queue_stack_maps memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: devmap memory usage
Yafang Shao
1
-2
/
+24
2023-03-07
bpf: cpumap memory usage
Yafang Shao
1
-0
/
+10
2023-03-07
bpf: bloom_filter memory usage
Yafang Shao
1
-0
/
+12
2023-03-07
bpf: ringbuf memory usage
Yafang Shao
1
-1
/
+19
2023-03-07
bpf: reuseport_array memory usage
Yafang Shao
1
-0
/
+8
2023-03-07
bpf: stackmap memory usage
Yafang Shao
1
-0
/
+14
2023-03-07
bpf: arraymap memory usage
Yafang Shao
1
-0
/
+28
2023-03-07
bpf: hashtab memory usage
Yafang Shao
1
-0
/
+43
2023-03-07
bpf: lpm_trie memory usage
Yafang Shao
1
-0
/
+11
2023-03-07
bpf: add new map ops ->map_mem_usage
Yafang Shao
2
-8
/
+9
2023-03-07
bpf: Increase size of BTF_ID_LIST without CONFIG_DEBUG_INFO_BTF again
Nathan Chancellor
1
-1
/
+1
2023-03-06
selftests/bpf: Add test for legacy/perf kprobe/uprobe attach mode
Menglong Dong
3
-41
/
+81
2023-03-06
selftests/bpf: Split test_attach_probe into multi subtests
Menglong Dong
3
-101
/
+205
2023-03-06
libbpf: Add support to set kprobe/uprobe attach mode
Menglong Dong
2
-14
/
+84
2023-03-06
tools/resolve_btfids: Add /libsubcmd to .gitignore
Rong Tao
1
-0
/
+1
2023-03-04
bpf: add support for fixed-size memory pointer returns for kfuncs
Andrii Nakryiko
1
-0
/
+8
2023-03-04
bpf: generalize dynptr_get_spi to be usable for iters
Andrii Nakryiko
1
-6
/
+12
2023-03-04
bpf: mark PTR_TO_MEM as non-null register type
Andrii Nakryiko
1
-1
/
+2
2023-03-04
bpf: move kfunc_call_arg_meta higher in the file
Andrii Nakryiko
1
-35
/
+35
2023-03-04
bpf: ensure that r0 is marked scratched after any function call
Andrii Nakryiko
1
-0
/
+2
2023-03-04
bpf: fix visit_insn()'s detection of BPF_FUNC_timer_set_callback helper
Andrii Nakryiko
1
-1
/
+1
2023-03-04
bpf: clean up visit_insn()'s instruction processing
Andrii Nakryiko
1
-13
/
+12
2023-03-04
selftests/bpf: adjust log_fixup's buffer size for proper truncation
Andrii Nakryiko
1
-1
/
+1
2023-03-04
bpf: honor env->test_state_freq flag in is_state_visited()
Andrii Nakryiko
1
-1
/
+2
2023-03-04
selftests/bpf: enhance align selftest's expected log matching
Andrii Nakryiko
1
-6
/
+12
2023-03-04
bpf: improve regsafe() checks for PTR_TO_{MEM,BUF,TP_BUFFER}
Andrii Nakryiko
1
-1
/
+5
2023-03-04
bpf: improve stack slot state printing
Andrii Nakryiko
1
-26
/
+49
2023-03-04
selftests/bpf: Disassembler tests for verifier.c:convert_ctx_access()
Eduard Zingerman
4
-1
/
+920
2023-03-04
selftests/bpf: test if pointer type is tracked for BPF_ST_MEM
Eduard Zingerman
1
-0
/
+23
2023-03-04
bpf: allow ctx writes using BPF_ST_MEM instruction
Eduard Zingerman
4
-123
/
+126
2023-03-03
bpf: Use separate RCU callbacks for freeing selem
Kumar Kartikeya Dwivedi
2
-36
/
+49
2023-03-03
bpf: Refactor RCU enforcement in the verifier.
Alexei Starovoitov
12
-110
/
+173
2023-03-03
selftests/bpf: Tweak cgroup kfunc test.
Alexei Starovoitov
1
-1
/
+11
2023-03-03
selftests/bpf: Add a test case for kptr_rcu.
Alexei Starovoitov
1
-0
/
+12
2023-03-03
bpf: Introduce kptr_rcu.
Alexei Starovoitov
9
-23
/
+65
2023-03-03
bpf: Mark cgroups and dfl_cgrp fields as trusted.
Alexei Starovoitov
1
-0
/
+6
2023-03-03
bpf: Rename __kptr_ref -> __kptr and __kptr -> __kptr_untrusted.
Alexei Starovoitov
14
-30
/
+30
2023-03-03
selftests/bpf: Add absolute timer test
Tero Kristo
2
-0
/
+48
2023-03-03
bpf: Add support for absolute value BPF timers
Tero Kristo
3
-2
/
+39
2023-03-03
selftests/bpf: Add -Wuninitialized flag to bpf prog flags
Dave Marchevsky
6
-11
/
+14
2023-03-03
bpf: Make bpf_get_current_[ancestor_]cgroup_id() available for all program types
Tejun Heo
4
-14
/
+4
2023-03-03
bpf, docs: Fix final bpf docs build failure
David Vernet
1
-3
/
+4
2023-03-03
bpf, docs: Fix link to netdev-FAQ target
David Vernet
1
-7
/
+7
2023-03-02
bpf: Fix bpf_dynptr_slice{_rdwr} to return NULL instead of 0
Joanne Koong
1
-4
/
+4
2023-03-02
libbpf: Add support for attaching uprobes to shared objects in APKs
Daniel Müller
1
-7
/
+84
[next]