index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-02
libbpf: Use CO-RE in the kernel in light skeleton.
Alexei Starovoitov
3
-33
/
+120
2021-12-02
bpf: Add bpf_core_add_cands() and wire it into bpf_core_apply_relo_insn().
Alexei Starovoitov
1
-1
/
+345
2021-12-02
libbpf: Cleanup struct bpf_core_cand.
Andrii Nakryiko
2
-15
/
+17
2021-12-02
bpf: Adjust BTF log size limit.
Alexei Starovoitov
1
-1
/
+1
2021-12-02
bpf: Pass a set of bpf_core_relo-s to prog_load command.
Alexei Starovoitov
7
-56
/
+207
2021-12-02
bpf: Define enum bpf_core_relo_kind as uapi.
Alexei Starovoitov
5
-60
/
+82
2021-12-02
bpf: Prepare relo_core.c for kernel duty.
Alexei Starovoitov
4
-11
/
+176
2021-12-02
bpf: Rename btf_member accessors.
Alexei Starovoitov
4
-19
/
+19
2021-12-02
libbpf: Replace btf__type_by_id() with btf_type_by_id().
Alexei Starovoitov
3
-13
/
+10
2021-12-02
samples: bpf: Fix conflicting types in fds_example
Alexander Lobakin
1
-7
/
+2
2021-12-01
bpf: Clean-up bpf_verifier_vlog() for BPF_LOG_KERNEL log level
Hou Tao
1
-4
/
+6
2021-12-01
Merge branch 'Apply suggestions for typeless/weak ksym series'
Andrii Nakryiko
2
-20
/
+24
2021-12-01
libbpf: Avoid reload of imm for weak, unresolved, repeating ksym
Kumar Kartikeya Dwivedi
1
-3
/
+2
2021-12-01
libbpf: Avoid double stores for success/failure case of ksym relocations
Kumar Kartikeya Dwivedi
1
-16
/
+21
2021-12-01
bpf: Change bpf_kallsyms_lookup_name size type to ARG_CONST_SIZE_OR_ZERO
Kumar Kartikeya Dwivedi
1
-1
/
+1
2021-11-30
Merge branch 'Add bpf_loop helper'
Alexei Starovoitov
20
-39
/
+771
2021-11-30
selftest/bpf/benchs: Add bpf_loop benchmark
Joanne Koong
7
-1
/
+203
2021-11-30
selftests/bpf: Measure bpf_loop verifier performance
Joanne Koong
5
-4
/
+169
2021-11-30
selftests/bpf: Add bpf_loop test
Joanne Koong
2
-0
/
+257
2021-11-30
bpf: Add bpf_loop helper
Joanne Koong
6
-34
/
+142
2021-11-30
bpf, docs: Split general purpose eBPF documentation out of filter.rst
Christoph Hellwig
4
-990
/
+1008
2021-11-30
bpf, docs: Move handling of maps to Documentation/bpf/maps.rst
Christoph Hellwig
2
-44
/
+46
2021-11-30
bpf, docs: Prune all references to "internal BPF"
Christoph Hellwig
6
-21
/
+20
2021-11-30
bpf: Remove a redundant comment on bpf_prog_free
Christoph Hellwig
1
-1
/
+0
2021-11-30
x86, bpf: Cleanup the top of file header in bpf_jit_comp.c
Christoph Hellwig
1
-2
/
+2
2021-11-30
libbpf: Remove duplicate assignments
Mehrdad Arshad Rad
1
-1
/
+0
2021-11-29
libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data
Alan Maguire
1
-1
/
+1
2021-11-29
Merge branch 'Support static initialization of BPF_MAP_TYPE_PROG_ARRAY'
Andrii Nakryiko
3
-33
/
+192
2021-11-29
selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization
Hengqi Chen
2
-0
/
+71
2021-11-29
libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY
Hengqi Chen
1
-33
/
+121
2021-11-27
bpf, mips: Fix build errors about __NR_bpf undeclared
Tiezhu Yang
3
-0
/
+22
2021-11-26
selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf tests
Andrii Nakryiko
2
-8
/
+9
2021-11-26
selftests/bpf: Fix misaligned memory accesses in xdp_bonding test
Andrii Nakryiko
1
-16
/
+20
2021-11-26
selftests/bpf: Prevent out-of-bounds stack access in test_bpffs
Andrii Nakryiko
1
-1
/
+3
2021-11-26
selftests/bpf: Fix misaligned memory access in queue_stack_map test
Andrii Nakryiko
1
-5
/
+7
2021-11-26
selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test
Andrii Nakryiko
1
-4
/
+10
2021-11-26
selftests/bpf: Fix possible NULL passed to memcpy() with zero size
Andrii Nakryiko
1
-1
/
+2
2021-11-26
selftests/bpf: Fix UBSan complaint about signed __int128 overflow
Andrii Nakryiko
1
-1
/
+1
2021-11-26
libbpf: Fix using invalidated memory in bpf_linker
Andrii Nakryiko
1
-1
/
+4
2021-11-26
libbpf: Fix glob_syms memory leak in bpf_linker
Andrii Nakryiko
1
-0
/
+1
2021-11-26
libbpf: Don't call libc APIs with NULL pointers
Andrii Nakryiko
1
-3
/
+7
2021-11-26
libbpf: Fix potential misaligned memory access in btf_ext__new()
Andrii Nakryiko
2
-6
/
+6
2021-11-26
tools/resolve_btf_ids: Close ELF file on error
Andrii Nakryiko
1
-2
/
+3
2021-11-26
selftests/bpf: Migrate selftests to bpf_map_create()
Andrii Nakryiko
21
-256
/
+201
2021-11-26
libbpf: Prevent deprecation warnings in xsk.c
Andrii Nakryiko
1
-0
/
+5
2021-11-26
libbpf: Use bpf_map_create() consistently internally
Andrii Nakryiko
4
-51
/
+25
2021-11-26
libbpf: Unify low-level map creation APIs w/ new bpf_map_create()
Andrii Nakryiko
7
-153
/
+126
2021-11-26
selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test
Andrii Nakryiko
2
-0
/
+138
2021-11-26
libbpf: Load global data maps lazily on legacy kernels
Andrii Nakryiko
1
-4
/
+30
2021-11-23
selftests/bpf: Fix trivial typo
Drew Fustini
1
-1
/
+1
[next]