index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-11-19
bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()
Oleg Nesterov
2023-11-18
Merge branch 'bpf-verifier-log-improvements'
Alexei Starovoitov
2023-11-18
bpf: emit frameno for PTR_TO_STACK regs if it differs from current one
Andrii Nakryiko
2023-11-18
bpf: smarter verifier log number printing logic
Andrii Nakryiko
2023-11-18
bpf: omit default off=0 and imm=0 in register state log
Andrii Nakryiko
2023-11-18
bpf: emit map name in register state if applicable and available
Andrii Nakryiko
2023-11-18
bpf: print spilled register state in stack slot
Andrii Nakryiko
2023-11-18
bpf: extract register state printing
Andrii Nakryiko
2023-11-18
bpf: move verifier state printing code to kernel/bpf/log.c
Andrii Nakryiko
2023-11-18
bpf: move verbose_linfo() into kernel/bpf/log.c
Andrii Nakryiko
2023-11-17
bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTS
Andrii Nakryiko
2023-11-15
bpf: Remove test for MOVSX32 with offset=32
Puranjay Mohan
2023-11-15
Merge branch 'bpf-register-bounds-range-vs-range-support'
Alexei Starovoitov
2023-11-15
selftests/bpf: add iter test requiring range x range logic
Andrii Nakryiko
2023-11-15
veristat: add ability to set BPF_F_TEST_SANITY_STRICT flag with -r flag
Andrii Nakryiko
2023-11-15
selftests/bpf: set BPF_F_TEST_SANITY_SCRIPT by default
Andrii Nakryiko
2023-11-15
selftests/bpf: add randomized reg_bounds tests
Andrii Nakryiko
2023-11-15
selftests/bpf: add range x range test to reg_bounds
Andrii Nakryiko
2023-11-15
selftests/bpf: adjust OP_EQ/OP_NE handling to use subranges for branch taken
Andrii Nakryiko
2023-11-15
selftests/bpf: BPF register range bounds tester
Andrii Nakryiko
2023-11-15
bpf: make __reg{32,64}_deduce_bounds logic more robust
Andrii Nakryiko
2023-11-15
bpf: remove redundant s{32,64} -> u{32,64} deduction logic
Andrii Nakryiko
2023-11-15
bpf: add register bounds sanity checks and sanitization
Andrii Nakryiko
2023-11-15
bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logic
Andrii Nakryiko
2023-11-15
bpf: generalize is_scalar_branch_taken() logic
Andrii Nakryiko
2023-11-15
bpf: generalize reg_set_min_max() to handle non-const register comparisons
Andrii Nakryiko
2023-11-14
Merge branch 'bpf-add-support-for-cgroup1-bpf-part'
Alexei Starovoitov
2023-11-14
selftests/bpf: Add selftests for cgroup1 hierarchy
Yafang Shao
2023-11-14
selftests/bpf: Add a new cgroup helper get_cgroup_hierarchy_id()
Yafang Shao
2023-11-14
selftests/bpf: Add a new cgroup helper get_classid_cgroup_id()
Yafang Shao
2023-11-14
selftests/bpf: Add parallel support for classid
Yafang Shao
2023-11-14
selftests/bpf: Fix issues in setup_classid_environment()
Yafang Shao
2023-11-14
bpf: Add a new kfunc for cgroup1 hierarchy
Yafang Shao
2023-11-13
selftests/bpf: Add assert for user stacks in test_task_stack
Jordan Rome
2023-11-11
selftests/bpf: Fix pyperf180 compilation failure with clang18
Yonghong Song
2023-11-10
bpf: Add crosstask check to __bpf_get_stack
Jordan Rome
2023-11-10
Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...
Alexei Starovoitov
2023-11-10
compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC
Yafang Shao
2023-11-09
bpf: Use named fields for certain bpf uapi structs
Yonghong Song
2023-11-09
Merge branch 'allow-bpf_refcount_acquire-of-mapval-obtained-via-direct-ld'
Alexei Starovoitov
2023-11-09
bpf: replace register_is_const() with is_reg_const()
Shung-Hsi Yu
2023-11-09
selftests/bpf: Test bpf_refcount_acquire of node obtained via direct ld
Dave Marchevsky
2023-11-09
veristat: add ability to filter top N results
Andrii Nakryiko
2023-11-09
bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning ref
Dave Marchevsky
2023-11-09
veristat: add ability to sort by stat's absolute value
Andrii Nakryiko
2023-11-09
bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enum
Dave Marchevsky
2023-11-09
libbpf: Fix potential uninitialized tail padding with LIBBPF_OPTS_RESET
Yonghong Song
2023-11-09
bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodes
Dave Marchevsky
2023-11-09
selftests/bpf: Add test passing MAYBE_NULL reg to bpf_refcount_acquire
Dave Marchevsky
2023-11-09
bpf: Add KF_RCU flag to bpf_refcount_acquire_impl
Dave Marchevsky
[next]