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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2022-02-09
selftests/bpf: Fix an endianness issue in bpf_syscall_macro test
Ilya Leoshkevich
1
-1
/
+4
2022-02-09
Merge branch 'fix bpf_prog_pack build errors'
Alexei Starovoitov
3
-3
/
+7
2022-02-09
bpf: Fix bpf_prog_pack build HPAGE_PMD_SIZE
Song Liu
1
-1
/
+5
2022-02-09
bpf: Fix leftover header->pages in sparc and powerpc code.
Song Liu
2
-2
/
+2
2022-02-09
libbpf: Fix signedness bug in btf_dump_array_data()
Dan Carpenter
1
-2
/
+3
2022-02-08
selftests/bpf: Do not export subtest as standalone test
Hou Tao
5
-8
/
+8
2022-02-08
bpf, x86_64: Fail gracefully on bpf_jit_binary_pack_finalize failures
Song Liu
1
-2
/
+6
2022-02-08
bpf: test_run: Fix overflow in bpf_test_finish frags parsing
Stanislav Fomichev
1
-2
/
+3
2022-02-08
bpf: test_run: Fix overflow in xdp frags parsing
Stanislav Fomichev
1
-2
/
+2
2022-02-08
Merge branch 'bpf_prog_pack allocator'
Alexei Starovoitov
9
-62
/
+349
2022-02-08
bpf, x86_64: Use bpf_jit_binary_pack_alloc
Song Liu
1
-27
/
+31
2022-02-08
bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]
Song Liu
3
-10
/
+120
2022-02-08
bpf: Introduce bpf_prog_pack allocator
Song Liu
1
-0
/
+127
2022-02-08
bpf: Introduce bpf_arch_text_copy
Song Liu
3
-0
/
+14
2022-02-08
x86/alternative: Introduce text_poke_copy
Song Liu
2
-0
/
+35
2022-02-08
bpf: Use prog->jited_len in bpf_prog_ksym_set_addr()
Song Liu
2
-4
/
+2
2022-02-08
bpf: Use size instead of pages in bpf_binary_header
Song Liu
2
-9
/
+8
2022-02-08
bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmem
Song Liu
3
-14
/
+13
2022-02-08
x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAP
Song Liu
1
-0
/
+1
2022-02-07
Merge branch 'bpf: Fix strict mode calculation'
Andrii Nakryiko
3
-13
/
+2
2022-02-07
selftests/bpf: Fix strict mode calculation
Mauricio Vásquez
1
-1
/
+1
2022-02-07
bpftool: Fix strict mode calculation
Mauricio Vásquez
1
-4
/
+1
2022-02-07
libbpf: Remove mode check in libbpf_set_strict_mode()
Mauricio Vásquez
1
-8
/
+0
2022-02-07
selftests/bpf: Fix tests to use arch-dependent syscall entry points
Naveen N. Rao
11
-23
/
+34
2022-02-07
selftests/bpf: Use "__se_" prefix on architectures without syscall wrapper
Naveen N. Rao
1
-1
/
+1
2022-02-05
libbpf: Fix build issue with llvm-readelf
Yonghong Song
1
-2
/
+2
2022-02-04
selftests/bpf: Test bpf_core_types_are_compat() functionality.
Matteo Croce
6
-2
/
+74
2022-02-04
bpf: Implement bpf_core_types_are_compat().
Matteo Croce
2
-1
/
+109
2022-02-04
bpf, arm64: Enable kfunc call
Hou Tao
1
-0
/
+5
2022-02-04
libbpf: Deprecate forgotten btf__get_map_kv_tids()
Andrii Nakryiko
2
-0
/
+4
2022-02-04
selftests/bpf: Add a selftest for invalid func btf with btf decl_tag
Yonghong Song
1
-0
/
+19
2022-02-04
bpf: Fix a btf decl_tag bug when tagging a function
Yonghong Song
1
-8
/
+21
2022-02-03
libbpf: Deprecate priv/set_priv storage
Delyan Kratunov
1
-1
/
+6
2022-02-03
bpf: test_run: Fix OOB access in bpf_prog_test_run_xdp
Lorenzo Bianconi
1
-0
/
+5
2022-02-03
bpf, docs: Better document the atomic instructions
Christoph Hellwig
1
-27
/
+49
2022-02-03
bpf, docs: Better document the extended instruction format
Christoph Hellwig
1
-7
/
+19
2022-02-03
bpf, docs: Better document the legacy packet access instruction
Christoph Hellwig
1
-22
/
+32
2022-02-03
bpf, docs: Better document the regular load and store instructions
Christoph Hellwig
1
-5
/
+12
2022-02-03
bpf, docs: Document the byte swapping instructions
Christoph Hellwig
1
-4
/
+40
2022-02-03
Merge branch 'bpf-libbpf-deprecated-cleanup'
Daniel Borkmann
18
-102
/
+132
2022-02-03
samples/bpf: Get rid of bpf_prog_load_xattr() use
Andrii Nakryiko
6
-35
/
+63
2022-02-03
selftests/bpf: Redo the switch to new libbpf XDP APIs
Andrii Nakryiko
7
-50
/
+47
2022-02-03
selftests/bpf: Remove usage of deprecated feature probing APIs
Andrii Nakryiko
2
-3
/
+3
2022-02-03
bpftool: Fix uninit variable compilation warning
Andrii Nakryiko
1
-1
/
+1
2022-02-03
bpftool: Stop supporting BPF offload-enabled feature probing
Andrii Nakryiko
1
-12
/
+17
2022-02-03
libbpf: Stop using deprecated bpf_map__is_offload_neutral()
Andrii Nakryiko
1
-1
/
+1
2022-02-03
Merge branch 'migrate from bpf_prog_test_run{,_xattr}'
Andrii Nakryiko
53
-810
/
+872
2022-02-03
libbpf: Deprecate bpf_prog_test_run_xattr and bpf_prog_test_run
Delyan Kratunov
1
-1
/
+3
2022-02-03
bpftool: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
1
-3
/
+2
2022-02-03
selftests/bpf: Migrate from bpf_prog_test_run_xattr
Delyan Kratunov
14
-283
/
+218
[next]