summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-11-19bpf: bpf_iter_task_next: use next_task(kit->task) rather than next_task(kit->...Oleg Nesterov
2023-11-19bpf: bpf_iter_task_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-19bpf: task_group_seq_get_next: use __next_thread() rather than next_thread()Oleg Nesterov
2023-11-18bpf: emit frameno for PTR_TO_STACK regs if it differs from current oneAndrii Nakryiko
2023-11-18bpf: smarter verifier log number printing logicAndrii Nakryiko
2023-11-18bpf: omit default off=0 and imm=0 in register state logAndrii Nakryiko
2023-11-18bpf: emit map name in register state if applicable and availableAndrii Nakryiko
2023-11-18bpf: print spilled register state in stack slotAndrii Nakryiko
2023-11-18bpf: extract register state printingAndrii Nakryiko
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko
2023-11-15bpf: make __reg{32,64}_deduce_bounds logic more robustAndrii Nakryiko
2023-11-15bpf: remove redundant s{32,64} -> u{32,64} deduction logicAndrii Nakryiko
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko
2023-11-15bpf: enhance BPF_JEQ/BPF_JNE is_branch_taken logicAndrii Nakryiko
2023-11-15bpf: generalize is_scalar_branch_taken() logicAndrii Nakryiko
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko
2023-11-14bpf: Add a new kfunc for cgroup1 hierarchyYafang Shao
2023-11-10bpf: Add crosstask check to __bpf_get_stackJordan Rome
2023-11-10Merge branch 'for-6.8-bpf' of https://git.kernel.org/pub/scm/linux/kernel/git...Alexei Starovoitov
2023-11-09bpf: Mark direct ld of stashed bpf_{rb,list}_node as non-owning refDave Marchevsky
2023-11-09bpf: Move GRAPH_{ROOT,NODE}_MASK macros into btf_field_type enumDave Marchevsky
2023-11-09bpf: Use bpf_mem_free_rcu when bpf_obj_dropping non-refcounted nodesDave Marchevsky
2023-11-09bpf: Add KF_RCU flag to bpf_refcount_acquire_implDave Marchevsky
2023-11-09bpf: replace register_is_const() with is_reg_const()Shung-Hsi Yu
2023-11-09bpf: Introduce KF_ARG_PTR_TO_CONST_STRSong Liu
2023-11-09bpf: Factor out helper check_reg_const_str()Song Liu
2023-11-09bpf: Add __bpf_dynptr_data* for in kernel useSong Liu
2023-11-09bpf, lpm: Fix check prefixlen before walking trieFlorian Lehner
2023-11-09bpf: generalize reg_set_min_max() to handle two sets of two registersAndrii Nakryiko
2023-11-09bpf: prepare reg_set_min_max for second set of registersAndrii Nakryiko
2023-11-09bpf: unify 32-bit and 64-bit is_branch_taken logicAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken to handle all conditional jumps in one placeAndrii Nakryiko
2023-11-09bpf: move is_branch_taken() downAndrii Nakryiko
2023-11-09bpf: generalize is_branch_taken() to work with two registersAndrii Nakryiko
2023-11-09bpf: rename is_branch_taken reg arguments to prepare for the second oneAndrii Nakryiko
2023-11-09bpf: drop knowledge-losing __reg_combine_{32,64}_into_{64,32} logicAndrii Nakryiko
2023-11-09bpf: try harder to deduce register bounds from different numeric domainsAndrii Nakryiko
2023-11-09bpf: improve deduction of 64-bit bounds from 32-bit boundsAndrii Nakryiko
2023-11-09bpf: add special smin32/smax32 derivation from 64-bit boundsAndrii Nakryiko
2023-11-09bpf: derive subreg bounds from full bounds when upper 32 bits are constantAndrii Nakryiko
2023-11-09bpf: derive smin32/smax32 from umin32/umax32 boundsAndrii Nakryiko
2023-11-09bpf: derive smin/smax from umin/max boundsAndrii Nakryiko
2023-11-09Merge tag 'net-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-11-09cgroup: Add a new helper for cgroup1 hierarchyYafang Shao
2023-11-09cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...Yafang Shao
2023-11-09cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()Yafang Shao
2023-11-09cgroup: Make operations on the cgroup root_list RCU safeYafang Shao
2023-11-09cgroup: Remove unnecessary list_empty()Yafang Shao