index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
libbpf: Fix off-by-one bug in bpf_core_apply_relo()
Andrii Nakryiko
1
-1
/
+1
2021-10-25
Merge branch 'bpftool: Switch to libbpf's hashmap for referencing BPF objects'
Andrii Nakryiko
9
-228
/
+262
2021-10-25
bpftool: Switch to libbpf's hashmap for PIDs/names references
Quentin Monnet
7
-65
/
+72
2021-10-25
bpftool: Switch to libbpf's hashmap for programs/maps in BTF listing
Quentin Monnet
2
-68
/
+62
2021-10-25
bpftool: Switch to libbpf's hashmap for pinned paths of BPF objects
Quentin Monnet
6
-84
/
+111
2021-10-25
bpftool: Do not expose and init hash maps for pinned path in main.c
Quentin Monnet
5
-18
/
+24
2021-10-25
bpftool: Remove Makefile dep. on $(LIBBPF) for $(LIBBPF_INTERNAL_HDRS)
Quentin Monnet
1
-2
/
+2
2021-10-25
Merge branch 'Parallelize verif_scale selftests'
Alexei Starovoitov
9
-88
/
+169
2021-10-25
selftests/bpf: Split out bpf_verif_scale selftests into multiple tests
Andrii Nakryiko
1
-68
/
+152
2021-10-25
selftests/bpf: Mark tc_redirect selftest as serial
Andrii Nakryiko
1
-1
/
+1
2021-10-25
selftests/bpf: Support multiple tests per file
Andrii Nakryiko
1
-4
/
+3
2021-10-25
selftests/bpf: Normalize selftest entry points
Andrii Nakryiko
6
-15
/
+13
2021-10-22
libbpf: Fix BTF header parsing checks
Andrii Nakryiko
1
-3
/
+9
2021-10-22
libbpf: Fix overflow in BTF sanity checks
Andrii Nakryiko
1
-2
/
+2
2021-10-22
Merge branch 'bpf: add support for BTF_KIND_DECL_TAG typedef'
Alexei Starovoitov
4
-13
/
+89
2021-10-22
docs/bpf: Update documentation for BTF_KIND_DECL_TAG typedef support
Yonghong Song
1
-3
/
+3
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef example in tag.c
Yonghong Song
1
-2
/
+7
2021-10-22
selftests/bpf: Test deduplication for BTF_KIND_DECL_TAG typedef
Yonghong Song
1
-6
/
+41
2021-10-22
selftests/bpf: Add BTF_KIND_DECL_TAG typedef unit tests
Yonghong Song
1
-0
/
+36
2021-10-22
bpf: Add BTF_KIND_DECL_TAG typedef support
Yonghong Song
1
-2
/
+2
2021-10-22
Merge branch 'libbpf: use func name when pinning programs with LIBBPF_STRICT_...
Andrii Nakryiko
5
-22
/
+32
2021-10-22
selftests/bpf: Fix flow dissector tests
Stanislav Fomichev
3
-20
/
+18
2021-10-22
libbpf: Use func name when pinning programs with LIBBPF_STRICT_SEC_NAME
Stanislav Fomichev
2
-2
/
+14
2021-10-22
bpftool: Avoid leaking the JSON writer prepared for program metadata
Quentin Monnet
1
-7
/
+9
2021-10-22
Merge branch 'libbpf: Add btf__type_cnt() and btf__raw_data() APIs'
Andrii Nakryiko
18
-83
/
+97
2021-10-22
selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIs
Hengqi Chen
8
-22
/
+22
2021-10-22
bpftool: Switch to new btf__type_cnt API
Hengqi Chen
2
-8
/
+8
2021-10-22
tools/resolve_btfids: Switch to new btf__type_cnt API
Hengqi Chen
1
-2
/
+2
2021-10-22
perf bpf: Switch to new btf__raw_data API
Hengqi Chen
1
-1
/
+1
2021-10-22
libbpf: Add btf__type_cnt() and btf__raw_data() APIs
Hengqi Chen
6
-50
/
+64
2021-10-22
libbpf: Fix memory leak in btf__dedup()
Mauricio Vásquez
1
-2
/
+4
2021-10-22
selftests/bpf: Make perf_buffer selftests work on 4.9 kernel again
Andrii Nakryiko
2
-2
/
+23
2021-10-22
libbpf: Fix the use of aligned attribute
Andrii Nakryiko
1
-1
/
+1
2021-10-21
Merge branch 'libbpf: support custom .rodata.*/.data.* sections'
Alexei Starovoitov
14
-491
/
+731
2021-10-21
selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal maps
Andrii Nakryiko
6
-7
/
+14
2021-10-21
libbpf: Simplify look up by name of internal maps
Andrii Nakryiko
1
-0
/
+10
2021-10-21
selftests/bpf: Demonstrate use of custom .rodata/.data sections
Andrii Nakryiko
2
-0
/
+47
2021-10-21
libbpf: Support multiple .rodata.* and .data.* BPF maps
Andrii Nakryiko
1
-29
/
+101
2021-10-21
bpftool: Improve skeleton generation for data maps without DATASEC type
Andrii Nakryiko
1
-6
/
+45
2021-10-21
bpftool: Support multiple .rodata/.data internal maps in skeleton
Andrii Nakryiko
1
-47
/
+60
2021-10-21
libbpf: Remove assumptions about uniqueness of .rodata/.data/.bss maps
Andrii Nakryiko
1
-120
/
+140
2021-10-21
libbpf: Use Elf64-specific types explicitly for dealing with ELF
Andrii Nakryiko
3
-162
/
+196
2021-10-21
libbpf: Extract ELF processing state into separate struct
Andrii Nakryiko
1
-36
/
+34
2021-10-21
libbpf: Deprecate btf__finalize_data() and move it into libbpf.c
Andrii Nakryiko
4
-102
/
+102
2021-10-21
Merge branch 'selftests/bpf: Fixes for perf_buffer test'
Andrii Nakryiko
2
-9
/
+10
2021-10-21
selftests/bpf: Use nanosleep tracepoint in perf buffer test
Jiri Olsa
1
-1
/
+1
2021-10-21
selftests/bpf: Fix possible/online index mismatch in perf_buffer test
Jiri Olsa
1
-6
/
+7
2021-10-21
selftests/bpf: Fix perf_buffer test on system with offline cpus
Jiri Olsa
1
-2
/
+2
2021-10-21
Merge branch 'bpf: keep track of verifier insn_processed'
Andrii Nakryiko
6
-2
/
+38
2021-10-21
selftests/bpf: Add verif_stats test
Dave Marchevsky
1
-0
/
+28
[next]