summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-06-10bpf: Cancel special fields on map value recycleJustin Suess1-0/+1
2026-06-10bpf: Reject bpf_obj_drop() from tracing progsJustin Suess1-0/+29
2026-06-07rhashtable: Fix rhashtable_next_key() build warningsMykyta Yatsenko1-40/+2
2026-06-07bpf: Add support for tracing_multi link sessionJiri Olsa1-1/+5
2026-06-07bpf: Add support for tracing_multi link cookiesJiri Olsa1-0/+1
2026-06-07bpf: Add support for tracing multi linkJiri Olsa2-0/+7
2026-06-07bpf: Add bpf_trampoline_multi_attach/detach functionsJiri Olsa2-0/+47
2026-06-07bpf: Add multi tracing attach typesJiri Olsa2-0/+6
2026-06-07bpf: Factor fsession link to use struct bpf_tramp_nodeJiri Olsa1-5/+1
2026-06-07bpf: Add struct bpf_tramp_node objectJiri Olsa1-23/+37
2026-06-07bpf: Use mutex lock pool for bpf trampolinesJiri Olsa1-2/+0
2026-06-07ftrace: Add add_ftrace_hash_entry functionJiri Olsa1-0/+1
2026-06-07ftrace: Add ftrace_hash_remove functionJiri Olsa1-0/+1
2026-06-07ftrace: Add ftrace_hash_count functionJiri Olsa1-0/+7
2026-06-06bpf: Expose signature verdict via bpf_prog_auxKP Singh1-10/+35
2026-06-05bpf: Replace scratch PTE atomically when allocating arena pagesTejun Heo1-0/+18
2026-06-05bpf: Implement resizable hashmap basic functionsMykyta Yatsenko1-0/+1
2026-06-05rhashtable: Use irq work for shrinkingHerbert Xu1-1/+1
2026-06-05rhashtable: Add rhashtable_next_key() APIMykyta Yatsenko1-0/+40
2026-06-02bpf: Silence unused-but-set-variable warning in bpf_for_each_reg_in_vstate_maskAmery Hung1-0/+1
2026-06-02libbpf: Reject non-exclusive metadata maps in the signed loaderKP Singh1-0/+1
2026-06-02bpf: Drop redundant hash_buf from map_get_hash operationDaniel Borkmann1-1/+1
2026-06-02bpf: Unify release handling for helpers and kfuncsAmery Hung1-3/+3
2026-06-02bpf: Unify referenced object tracking in verifierAmery Hung1-1/+13
2026-06-02bpf: Refactor object relationship tracking and fix dynptr UAF bugAmery Hung2-51/+30
2026-06-02bpf: Unify dynptr handling in the verifierAmery Hung1-5/+8
2026-05-31bpf: fix BPF_PROG_QUERY OOB write and cgroup backward compatYuyang Huang1-2/+3
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov3-0/+58
2026-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc5Alexei Starovoitov30-79/+411
2026-05-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-4/+9
2026-05-23Merge tag 'driver-core-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2026-05-23bpf/arena: Add bpf_arena_map_kern_vm_start() and bpf_prog_arena()Tejun Heo1-0/+2
2026-05-23bpf: Add bpf_struct_ops_for_each_prog()Tejun Heo1-0/+3
2026-05-23bpf: Add sleepable variant of bpf_arena_alloc_pages for kernel callersTejun Heo1-0/+8
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi2-0/+20
2026-05-23mm: Add ptep_try_set() for lockless empty-slot installsTejun Heo1-0/+25
2026-05-23Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2026-05-22device property: set fwnode->secondary to NULL in fwnode_init()Bartosz Golaszewski1-0/+1
2026-05-22Merge tag 'net-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-3/+3
2026-05-21Merge tag 'efi-fixes-for-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-05-20net: airoha: Fix NPU RX DMA descriptor bitsChristian Marangi1-3/+3
2026-05-19Merge tag 'ata-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/liba...Linus Torvalds1-3/+4
2026-05-19efi: efi.h: Remove extra semicolonRong Tao1-1/+1
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds2-8/+9
2026-05-18cgroup/rstat: validate cpu before css_rstat_cpu() accessQing Ming1-0/+1
2026-05-18Merge tag 'vfs-7.1-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-10/+322
2026-05-18ata: libata-scsi: do not needlessly defer commands when using PMP with FBSNiklas Cassel1-3/+3
2026-05-18ata: libata-scsi: do not use the deferred QC feature on PMPs with CBSNiklas Cassel1-0/+1
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+1
2026-05-17bpf: Check global subprog exception pathsKumar Kartikeya Dwivedi1-0/+2