index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
selftests
/
bpf
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
4
-35
/
+35
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
1
-5
/
+5
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
8
-18
/
+17
2023-11-16
Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
6
-17
/
+127
2023-11-15
selftests/bpf: add iter test requiring range x range logic
Andrii Nakryiko
1
-0
/
+22
2023-11-15
veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
Andrii Nakryiko
2
-3
/
+11
2023-11-15
selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
Andrii Nakryiko
6
-13
/
+33
2023-11-15
selftests/bpf: add randomized reg_bounds tests
Andrii Nakryiko
1
-7
/
+159
2023-11-15
selftests/bpf: add range x range test to reg_bounds
Andrii Nakryiko
1
-0
/
+86
2023-11-15
selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
Andrii Nakryiko
1
-4
/
+26
2023-11-15
selftests/bpf: BPF register range bounds tester
Andrii Nakryiko
1
-0
/
+1838
2023-11-14
selftests/bpf: Add selftests for cgroup1 hierarchy
Yafang Shao
2
-0
/
+229
2023-11-14
selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
Yafang Shao
2
-0
/
+53
2023-11-14
selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
Yafang Shao
2
-6
/
+23
2023-11-14
selftests/bpf: Add parallel support for classid
Yafang Shao
3
-9
/
+13
2023-11-14
selftests/bpf: Fix issues in setup_classid_environment()
Yafang Shao
1
-4
/
+14
2023-11-13
selftests/bpf: Add assert for user stacks in test_task_stack
Jordan Rome
2
-0
/
+7
2023-11-12
Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
6
-6
/
+12
2023-11-11
selftests/bpf: Fix pyperf180 compilation failure with clang18
Yonghong Song
1
-0
/
+22
2023-11-09
selftests/bpf: add more test cases for check_cfg()
Andrii Nakryiko
1
-0
/
+62
2023-11-09
bpf: fix control-flow graph checking in privileged mode
Andrii Nakryiko
2
-6
/
+9
2023-11-09
selftests/bpf: add edge case backtracking logic test
Andrii Nakryiko
1
-0
/
+40
2023-11-09
bpf: handle ldimm64 properly in check_cfg()
Andrii Nakryiko
1
-4
/
+4
2023-11-09
selftests: bpf: xskxceiver: ksft_print_msg: fix format type error
Anders Roxell
1
-7
/
+12
2023-11-09
selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld
Dave Marchevsky
2
-0
/
+104
2023-11-09
selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
Dave Marchevsky
1
-0
/
+19
2023-11-09
veristat: add ability to filter top N results
Andrii Nakryiko
1
-0
/
+10
2023-11-09
veristat: add ability to sort by stat's absolute value
Andrii Nakryiko
1
-12
/
+56
2023-11-09
selftests/bpf: Disable CONFIG_DEBUG_INFO_REDUCED in config.aarch64
Anders Roxell
1
-0
/
+1
2023-11-09
selftests/bpf: Consolidate VIRTIO/9P configs in config.vm file
Manu Bretelle
5
-38
/
+15
2023-11-09
selftsets/bpf: Retry map update for non-preallocated per-cpu map
Hou Tao
1
-1
/
+19
2023-11-09
selftests/bpf: Export map_update_retriable()
Hou Tao
2
-5
/
+17
2023-11-09
selftests/bpf: Use value with enough-size when updating per-cpu map
Hou Tao
1
-3
/
+18
2023-11-09
selftests/bpf: satisfy compiler by having explicit return in btf test
Andrii Nakryiko
1
-0
/
+1
2023-11-09
selftests/bpf: fix RELEASE=1 build for tc_opts
Andrii Nakryiko
1
-5
/
+1
2023-11-09
selftests/bpf: Add malloc failure checks in bpf_iter
Yuran Pereira
1
-1
/
+5
2023-11-09
selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
Yuran Pereira
1
-44
/
+35
2023-11-08
selftests/bpf: Enable cpu v4 tests for LoongArch
Hengqi Chen
6
-6
/
+12
2023-11-07
selftests/bpf: get trusted cgrp from bpf_iter__cgroup directly
Chuyi Zhou
1
-12
/
+4
2023-11-02
selftests/bpf: Fix broken build where char is unsigned
Björn Töpel
1
-1
/
+1
2023-11-01
selftests/bpf: precision tracking test for BPF_NEG and BPF_END
Shung-Hsi Yu
2
-0
/
+95
2023-11-01
selftests/bpf: Add test for using css_task iter in sleepable progs
Chuyi Zhou
2
-0
/
+20
2023-11-01
selftests/bpf: Add tests for css_task iter combining with cgroup iter
Chuyi Zhou
2
-0
/
+77
2023-11-01
bpf: Relax allowlist for css_task iter
Chuyi Zhou
1
-2
/
+2
2023-11-01
selftests/bpf: fix test_maps' use of bpf_map_create_opts
Andrii Nakryiko
1
-15
/
+5
2023-11-01
bpf: Add __bpf_hook_{start,end} macros
Dave Marchevsky
1
-4
/
+2
2023-11-01
selftests/bpf: fix test_bpffs
Manu Bretelle
1
-3
/
+8
2023-11-01
selftests/bpf: Add test for immediate spilled to stack
Hao Sun
1
-0
/
+32
2023-11-01
Merge tag 'for-6.7/io_uring-sockopt-2023-10-30' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+107
2023-11-01
Merge 'bpf-next 2023-10-16' into loongarch-next
Huacai Chen
92
-926
/
+5605
[prev]
[next]