summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-02-05bpf: Support negative offsets, BPF_SUB, and alu32 for linked register trackingPuranjay Mohan1-1/+5
2026-02-05bpf: Add bitwise tracking for BPF_ENDTianci Cao1-0/+5
2026-02-03bpf: Clear singular ids for scalars in is_state_visited()Puranjay Mohan1-2/+5
2026-02-01bpf, arm64: Add fsession supportLeon Hwang1-1/+6
2026-02-01bpf: Add bpf_jit_supports_fsession()Leon Hwang1-0/+1
2026-01-30bpf: Allow sleepable programs to use tail callsJiri Olsa1-0/+1
2026-01-28ftrace: Factor ftrace_ops ops_func interfaceJiri Olsa1-1/+1
2026-01-28bpf: Add trampoline ip hash tableJiri Olsa1-2/+5
2026-01-28ftrace: Add update_ftrace_direct_mod functionJiri Olsa1-0/+6
2026-01-28ftrace: Add update_ftrace_direct_del functionJiri Olsa1-0/+6
2026-01-28ftrace: Add update_ftrace_direct_add functionJiri Olsa1-0/+7
2026-01-28ftrace: Export some of hash related functionsJiri Olsa1-0/+9
2026-01-28ftrace,bpf: Remove FTRACE_OPS_FL_JMP ftrace_ops flagJiri Olsa1-1/+0
2026-01-28bpf: Fix tcx/netkit detach permissions when prog fd isn't givenGuillaume Gonnet2-0/+15
2026-01-27bpf, sockmap: Fix FIONREAD for sockmapJiayuan Chen1-2/+66
2026-01-27bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen1-0/+2
2026-01-25bpf: support fsession for bpf_session_cookieMenglong Dong1-0/+15
2026-01-25bpf: support fsession for bpf_session_is_returnMenglong Dong1-0/+2
2026-01-25bpf: add fsession supportMenglong Dong1-0/+19
2026-01-21bpf: Verifier support for KF_IMPLICIT_ARGSIhor Solodrai1-0/+1
2026-01-21bpf: Refactor btf_kfunc_id_set_containsIhor Solodrai1-2/+2
2026-01-20bpf/verifier: Optimize ID mapping reset in states_equalQiliang Yuan1-0/+1
2026-01-16arm64/ftrace,bpf: Fix partial regs after bpf_prog_runJiri Olsa1-0/+25
2026-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov37-68/+130
2026-01-14btf: Optimize type lookup with binary searchDonglin Peng1-0/+1
2026-01-12Merge tag 'cgroup-for-6.19-rc5-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-11/+14
2026-01-11treewide: Update email addressThomas Gleixner12-12/+12
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds2-2/+7
2026-01-08Merge tag 'trace-v6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+10
2026-01-08Merge tag 'net-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-5/+6
2026-01-08cgroup: Eliminate cgrp_ancestor_storage in cgroup_rootMichal Koutný1-11/+14
2026-01-07tracing: Add recursion protection in kernel stack trace recordingSteven Rostedt1-0/+9
2026-01-07ftrace: Make ftrace_graph_ent depth field signedSteven Rostedt1-1/+1
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_cgroup_storage...Leon Hwang2-2/+3
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_hash and lru_p...Leon Hwang1-1/+3
2026-01-07bpf: Add BPF_F_CPU and BPF_F_ALL_CPUS flags support for percpu_array mapsLeon Hwang1-2/+7
2026-01-07bpf: Introduce BPF_F_CPU and BPF_F_ALL_CPUS flagsLeon Hwang1-1/+22
2026-01-06mm: drop mem_cgroup_usage() declaration from memcontrol.hRoman Gushchin1-1/+0
2026-01-06net: airoha: Fix npu rx DMA definitionsLorenzo Bianconi1-4/+4
2026-01-04netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu1-1/+2
2026-01-04Merge tag 'core_urgent_for_v6.19_rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2026-01-03bpf: Replace __opt annotation with __nullable for kfuncsPuranjay Mohan1-1/+1
2026-01-03bpf: syscall: Introduce memcg enter/exit helpersPuranjay Mohan1-0/+15
2026-01-02Merge tag 'io_uring-6.19-20260102' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+7
2026-01-02bpf: Remove redundant KF_TRUSTED_ARGS flag from all kfuncsPuranjay Mohan2-3/+2
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe1-1/+7
2025-12-31Merge tag 'platform-drivers-x86-v6.19-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-8/+9
2025-12-31Merge tag 'vfio-v6.19-rc4' of https://github.com/awilliam/linux-vfioLinus Torvalds1-1/+9
2025-12-29Merge tag 'mm-hotfixes-stable-2025-12-28-21-50' of git://git.kernel.org/pub/s...Linus Torvalds6-8/+27
2025-12-27Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1