summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-11-17bpf: Add comments for map BTF matching requirement for bpf_list_headKumar Kartikeya Dwivedi3-0/+22
2022-11-17bpf: Add 'release on unlock' logic for bpf_list_push_{front,back}Kumar Kartikeya Dwivedi1-1/+57
2022-11-17bpf: Introduce single ownership BPF linked list APIKumar Kartikeya Dwivedi2-9/+321
2022-11-17bpf: Permit NULL checking pointer with non-zero fixed offsetKumar Kartikeya Dwivedi1-9/+12
2022-11-17bpf: Introduce bpf_obj_dropKumar Kartikeya Dwivedi2-11/+66
2022-11-17bpf: Introduce bpf_obj_newKumar Kartikeya Dwivedi3-15/+150
2022-11-17bpf: Support constant scalar arguments for kfuncsKumar Kartikeya Dwivedi1-14/+43
2022-11-17bpf: Rewrite kfunc argument handlingKumar Kartikeya Dwivedi2-386/+539
2022-11-17bpf: Allow locking bpf_spin_lock in inner map valuesKumar Kartikeya Dwivedi1-5/+0
2022-11-17bpf: Allow locking bpf_spin_lock global variablesKumar Kartikeya Dwivedi1-13/+28
2022-11-17bpf: Allow locking bpf_spin_lock in allocated objectsKumar Kartikeya Dwivedi2-25/+67
2022-11-17bpf: Verify ownership relationships for user BTF typesKumar Kartikeya Dwivedi2-0/+75
2022-11-17bpf: Recognize lock and list fields in allocated objectsKumar Kartikeya Dwivedi2-18/+183
2022-11-17bpf: Introduce allocated objects supportKumar Kartikeya Dwivedi2-2/+28
2022-11-17bpf: Populate field_offs for inner_map_metaKumar Kartikeya Dwivedi1-12/+32
2022-11-17bpf: Free inner_map_meta when btf_record_dup failsKumar Kartikeya Dwivedi1-1/+3
2022-11-17bpf: Do btf_record_free outside map_free callbackKumar Kartikeya Dwivedi3-6/+14
2022-11-17bpf: Fix early return in map_check_btfKumar Kartikeya Dwivedi1-1/+1
2022-11-17bpf: Pass map file to .map_update_batch directlyHou Tao1-18/+14
2022-11-15bpf: propagate nullness information for reg to reg comparisonsEduard Zingerman1-2/+33
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen3-5/+5
2022-11-14bpf: Refactor btf_struct_accessKumar Kartikeya Dwivedi2-9/+14
2022-11-14bpf: Rename MEM_ALLOC to MEM_RINGBUFKumar Kartikeya Dwivedi2-10/+10
2022-11-14bpf: Rename RET_PTR_TO_ALLOC_MEMKumar Kartikeya Dwivedi1-1/+1
2022-11-14bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi4-4/+202
2022-11-14bpf: Remove BPF_MAP_OFF_ARR_MAXKumar Kartikeya Dwivedi1-1/+1
2022-11-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski10-601/+783
2022-11-11docs/bpf: Document BPF_MAP_TYPE_CPUMAP mapMaryam Tahhan1-3/+6
2022-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-32/+44
2022-11-10Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-4/+13
2022-11-06Merge tag 'perf_urgent_for_v6.1_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+2
2022-11-04bpf: aggressively forget precise markings during state checkpointingAndrii Nakryiko1-0/+37
2022-11-04bpf: stop setting precise in current stateAndrii Nakryiko1-12/+91
2022-11-04bpf: allow precision tracking for programs with subprogsAndrii Nakryiko1-1/+61
2022-11-04bpf: propagate precision across all frames, not just the last oneAndrii Nakryiko1-32/+39
2022-11-04bpf: propagate precision in ALU/ALU64 operationsAndrii Nakryiko1-0/+5
2022-11-03bpf: Refactor map->off_arr handlingKumar Kartikeya Dwivedi2-64/+64
2022-11-03bpf: Consolidate spin_lock, timer management into btf_recordKumar Kartikeya Dwivedi9-320/+278
2022-11-03bpf: Refactor kptr_off_tab into btf_recordKumar Kartikeya Dwivedi6-217/+250
2022-11-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+13
2022-11-03bpf: Drop reg_type_may_be_refcounted_or_nullKumar Kartikeya Dwivedi1-8/+1
2022-11-03bpf: Fix slot type check in check_stack_write_var_offKumar Kartikeya Dwivedi1-8/+11
2022-11-03bpf: Clobber stack slot when writing over spilled PTR_TO_BTF_IDKumar Kartikeya Dwivedi1-4/+5
2022-11-03bpf: Allow specifying volatile type modifier for kptrsKumar Kartikeya Dwivedi1-0/+3
2022-11-04tracing: kprobe: Fix memory leak in test_gen_kprobe/kretprobe_cmd()Shang XiaoJing1-11/+7
2022-11-04tracing/fprobe: Fix to check whether fprobe is registered correctlyMasami Hiramatsu (Google)1-1/+2
2022-11-04fprobe: Check rethook_alloc() return in rethook initializationRafael Mendonca1-0/+2
2022-11-04kprobe: reverse kp->flags when arm_kprobe failedLi Qiang1-1/+4
2022-11-04bpf: Fix wrong reg type conversion in release_reference()Youlin Li1-2/+6
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-1/+2