index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-04
bpf: Teach verifier that certain helpers accept NULL pointer.
Alexei Starovoitov
5
-11
/
+11
2023-04-04
bpf: Refactor btf_nested_type_is_trusted().
Alexei Starovoitov
3
-41
/
+33
2023-04-04
bpf: Remove unused arguments from btf_struct_access().
Alexei Starovoitov
7
-25
/
+16
2023-04-04
bpf: Invoke btf_struct_access() callback only for writes.
Alexei Starovoitov
4
-11
/
+2
2023-04-04
selftests/bpf: Add RESOLVE_BTFIDS dependency to bpf_testmod.ko
Ilya Leoshkevich
1
-1
/
+1
2023-04-03
bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call
Dave Marchevsky
1
-5
/
+9
2023-04-02
bpf, docs: Add docs on extended 64-bit immediate instructions
Dave Thaler
2
-8
/
+72
2023-04-02
bpf: compute hashes in bloom filter similar to hashmap
Anton Protopopov
1
-15
/
+2
2023-04-01
bpf: optimize hashmap lookups when key_size is divisible by 4
Anton Protopopov
1
-0
/
+2
2023-04-01
bpf,docs: Update documentation to reflect new task kfuncs
David Vernet
1
-6
/
+43
2023-04-01
bpf: Remove now-defunct task kfuncs
David Vernet
6
-162
/
+14
2023-04-01
bpf: Make struct task_struct an RCU-safe type
David Vernet
6
-16
/
+108
2023-04-01
veristat: small fixed found in -O2 mode
Andrii Nakryiko
1
-1
/
+3
2023-04-01
veristat: avoid using kernel-internal headers
Andrii Nakryiko
1
-1
/
+4
2023-04-01
veristat: improve version reporting
Andrii Nakryiko
1
-2
/
+17
2023-04-01
veristat: relicense veristat.c as dual GPL-2.0-only or BSD-2-Clause licensed
Andrii Nakryiko
1
-1
/
+1
2023-03-31
selftests/bpf: Fix conflicts with built-in functions in bench_local_storage_c...
James Hilliard
2
-2
/
+2
2023-03-31
selftests/bpf: Replace extract_build_id with read_build_id
Jiri Olsa
4
-49
/
+13
2023-03-31
selftests/bpf: Add read_build_id function
Jiri Olsa
2
-0
/
+87
2023-03-31
selftests/bpf: Add err.h header
Jiri Olsa
2
-2
/
+19
2023-03-30
selftests/bpf: Add testcases for ptr_*_or_null_ in bpf_kptr_xchg
David Vernet
2
-0
/
+48
2023-03-30
bpf: Handle PTR_MAYBE_NULL case in PTR_TO_BTF_ID helper call arg
David Vernet
1
-0
/
+4
2023-03-30
veristat: change guess for __sk_buff from CGROUP_SKB to SCHED_CLS
Andrii Nakryiko
1
-1
/
+1
2023-03-29
selftests/bpf: Rewrite two infinite loops in bound check cases
Xu Kuohai
1
-8
/
+16
2023-03-29
veristat: guess and substitue underlying program type for freplace (EXT) progs
Andrii Nakryiko
1
-4
/
+117
2023-03-29
veristat: add -d debug mode option to see debug libbpf log
Andrii Nakryiko
1
-1
/
+7
2023-03-29
libbpf: disassociate section handler on explicit bpf_program__set_type() call
Andrii Nakryiko
2
-1
/
+2
2023-03-29
selftests/bpf: test a BPF CC writing app_limited
Yixin Shen
1
-1
/
+12
2023-03-29
bpf: allow a TCP CC to write app_limited
Yixin Shen
1
-0
/
+3
2023-03-29
tools: bpftool: json: Fix backslash escape typo in jsonw_puts
Manu Bretelle
2
-1
/
+2
2023-03-28
selftests/bpf: Remove verifier/xdp_direct_packet_access.c, converted to progs...
Eduard Zingerman
1
-1468
/
+0
2023-03-28
selftests/bpf: Verifier/xdp_direct_packet_access.c converted to inline assembly
Eduard Zingerman
2
-0
/
+1724
2023-03-27
libbpf: Fix double-free when linker processes empty sections
Eduard Zingerman
1
-1
/
+13
2023-03-27
selftests/bpf: Don't assume page size is 4096
Hengqi Chen
1
-1
/
+1
2023-03-27
libbpf: Ensure print callback usage is thread-safe
JP Kobryn
2
-3
/
+8
2023-03-25
xsk: allow remap of fill and/or completion rings
Nuno Gonçalves
1
-3
/
+6
2023-03-25
bpf, docs: Add extended call instructions
Dave Thaler
1
-22
/
+37
2023-03-25
selftests/bpf: Add bench for task storage creation
Martin KaFai Lau
3
-14
/
+164
2023-03-25
selftests/bpf: Test task storage when local_storage->smap is NULL
Martin KaFai Lau
2
-17
/
+46
2023-03-25
bpf: Use bpf_mem_cache_alloc/free for bpf_local_storage
Martin KaFai Lau
2
-15
/
+116
2023-03-25
bpf: Use bpf_mem_cache_alloc/free in bpf_local_storage_elem
Martin KaFai Lau
6
-14
/
+95
2023-03-25
bpf: Add a few bpf mem allocator functions
Martin KaFai Lau
2
-9
/
+52
2023-03-25
selftests/bpf: verifier/xdp.c converted to inline assembly
Eduard Zingerman
3
-14
/
+26
2023-03-25
selftests/bpf: verifier/xadd.c converted to inline assembly
Eduard Zingerman
3
-97
/
+126
2023-03-25
selftests/bpf: verifier/var_off.c converted to inline assembly
Eduard Zingerman
3
-291
/
+351
2023-03-25
selftests/bpf: verifier/value_or_null.c converted to inline assembly
Eduard Zingerman
3
-220
/
+290
2023-03-25
selftests/bpf: verifier/value.c converted to inline assembly
Eduard Zingerman
3
-104
/
+160
2023-03-25
selftests/bpf: verifier/value_adj_spill.c converted to inline assembly
Eduard Zingerman
3
-43
/
+80
2023-03-25
selftests/bpf: verifier/uninit.c converted to inline assembly
Eduard Zingerman
3
-39
/
+63
2023-03-25
selftests/bpf: verifier/stack_ptr.c converted to inline assembly
Eduard Zingerman
3
-359
/
+486
[next]