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
2022-04-26
libbpf: Avoid joining .BTF.ext data with BPF programs by section name
Andrii Nakryiko
3
-29
/
+65
2022-04-26
libbpf: Fix logic for finding matching program for CO-RE relocation
Andrii Nakryiko
1
-2
/
+3
2022-04-26
libbpf: Drop unhelpful "program too large" guess
Andrii Nakryiko
1
-4
/
+0
2022-04-26
libbpf: Fix anonymous type check in CO-RE logic
Andrii Nakryiko
1
-1
/
+1
2022-04-26
bpf: Compute map_btf_id during build time
Menglong Dong
19
-129
/
+62
2022-04-25
Merge branch 'Introduce typed pointer support in BPF maps'
Alexei Starovoitov
23
-162
/
+2035
2022-04-25
selftests/bpf: Add test for strict BTF type check
Kumar Kartikeya Dwivedi
2
-1
/
+41
2022-04-25
selftests/bpf: Add verifier tests for kptr
Kumar Kartikeya Dwivedi
3
-7
/
+562
2022-04-25
selftests/bpf: Add C tests for kptr
Kumar Kartikeya Dwivedi
2
-0
/
+227
2022-04-25
libbpf: Add kptr type tag macros to bpf_helpers.h
Kumar Kartikeya Dwivedi
1
-0
/
+7
2022-04-25
bpf: Make BTF type match stricter for release arguments
Kumar Kartikeya Dwivedi
3
-8
/
+27
2022-04-25
bpf: Teach verifier about kptr_get kfunc helpers
Kumar Kartikeya Dwivedi
2
-5
/
+55
2022-04-25
bpf: Wire up freeing of referenced kptr
Kumar Kartikeya Dwivedi
6
-25
/
+210
2022-04-25
bpf: Populate pairs of btf_id and destructor kfunc in btf
Kumar Kartikeya Dwivedi
2
-0
/
+125
2022-04-25
bpf: Adapt copy_map_value for multiple offset case
Kumar Kartikeya Dwivedi
2
-27
/
+117
2022-04-25
bpf: Prevent escaping of kptr loaded from maps
Kumar Kartikeya Dwivedi
2
-8
/
+37
2022-04-25
bpf: Allow storing referenced kptr in map
Kumar Kartikeya Dwivedi
6
-13
/
+151
2022-04-25
bpf: Tag argument to be released in bpf_func_proto
Kumar Kartikeya Dwivedi
8
-49
/
+60
2022-04-25
bpf: Allow storing unreferenced kptr in map
Kumar Kartikeya Dwivedi
6
-36
/
+433
2022-04-25
bpf: Use bpf_prog_run_array_cg_flags everywhere
Stanislav Fomichev
2
-54
/
+26
2022-04-25
bpftool, musl compat: Replace sys/fcntl.h by fcntl.h
Dominique Martinet
1
-1
/
+1
2022-04-25
bpftool, musl compat: Replace nftw with FTW_ACTIONRETVAL
Dominique Martinet
1
-55
/
+57
2022-04-25
libbpf: Remove unnecessary type cast
Yuntao Wang
1
-1
/
+1
2022-04-23
selftests/bpf: Switch fexit_stress to bpf_link_create() API
Andrii Nakryiko
1
-1
/
+1
2022-04-23
libbpf: Teach bpf_link_create() to fallback to bpf_raw_tracepoint_open()
Andrii Nakryiko
2
-3
/
+34
2022-04-23
bpf: Allow attach TRACING programs through LINK_CREATE command
Andrii Nakryiko
1
-54
/
+56
2022-04-22
libbpf: Improve libbpf API documentation link position
Grant Seltzer
1
-2
/
+1
2022-04-21
libbpf: Remove redundant non-null checks on obj_elf
Gaosheng Cui
1
-4
/
+2
2022-04-21
selftests/bpf: Fix map tests errno checks
Artem Savkov
2
-68
/
+37
2022-04-21
selftests/bpf: Fix prog_tests uprobe_autoattach compilation error
Artem Savkov
1
-1
/
+2
2022-04-21
selftests/bpf: Fix attach tests retcode checks
Artem Savkov
2
-2
/
+2
2022-04-21
i40e, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
1
-1
/
+0
2022-04-21
ixgbe, xsk: Get rid of redundant 'fallthrough'
Maciej Fijalkowski
1
-1
/
+0
2022-04-21
bpf: Move check_ptr_off_reg before check_map_access
Kumar Kartikeya Dwivedi
1
-38
/
+38
2022-04-21
bpf: Make btf_find_field more generic
Kumar Kartikeya Dwivedi
1
-31
/
+89
2022-04-21
libbpf: Add documentation to API functions
Grant Seltzer
1
-0
/
+76
2022-04-21
libbpf: Update API functions usage to check error
Grant Seltzer
1
-7
/
+5
2022-04-21
libbpf: Add error returns to two API functions
Grant Seltzer
2
-5
/
+13
2022-04-20
samples/bpf: Reduce the sampling interval in xdp1_user
Zhengchao Shao
1
-1
/
+1
2022-04-20
selftests/bpf: Add test for skb_load_bytes
Liu Jian
2
-0
/
+64
2022-04-20
net: Change skb_ensure_writable()'s write_len param to unsigned int type
Liu Jian
2
-2
/
+2
2022-04-20
bpf: Enlarge offset check value to INT_MAX in bpf_skb_{load,store}_bytes
Liu Jian
1
-2
/
+2
2022-04-19
Merge branch 'Support riscv libbpf USDT arg parsing logic'
Andrii Nakryiko
3
-6
/
+113
2022-04-19
libbpf: Support riscv USDT argument parsing logic
Pu Lehui
1
-0
/
+107
2022-04-19
libbpf: Fix usdt_cookie being cast to 32 bits
Pu Lehui
3
-6
/
+6
2022-04-19
bpf: Fix usage of trace RCU in local storage.
KP Singh
5
-19
/
+28
2022-04-19
Merge branch 'Ensure type tags are always ordered first in BTF'
Alexei Starovoitov
2
-0
/
+153
2022-04-19
selftests/bpf: Add tests for type tag order validation
Kumar Kartikeya Dwivedi
1
-0
/
+99
2022-04-19
bpf: Ensure type tags precede modifiers in BTF
Kumar Kartikeya Dwivedi
1
-0
/
+54
2022-04-19
selftests/bpf: Use non-autoloaded programs in few tests
Andrii Nakryiko
6
-65
/
+35
[next]