summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Starovoitov62-319/+337
2026-01-14btf: Optimize type lookup with binary searchDonglin Peng1-0/+1
2026-01-13Merge tag 'hyperv-fixes-signed-20260112' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-2/+5
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 Gleixner13-13/+13
2026-01-09Merge tag 'acpi-6.19-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-1/+1
2026-01-09Merge tag 'drm-fixes-2026-01-09' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-183/+88
2026-01-09Merge tag 'vfs-6.19-rc5.fixes' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds3-3/+8
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-08Merge tag 'drm-misc-fixes-2026-01-07' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-183/+88
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 Hwang2-1/+24
2026-01-06Merge tag 'nfsd-6.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds2-3/+0
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-06Merge tag 'for-6.19-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2026-01-05ACPI: PCI: IRQ: Fix INTx GSIs signednessLorenzo Pieralisi1-1/+1
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-03drm/atomic-helper: Export and namespace some functionsLinus Walleij1-0/+22
2026-01-03Revert "drm/atomic-helper: Re-order bridge chain pre-enable and post-disable"Tomi Valkeinen1-183/+66
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 'libcrypto-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+33
2026-01-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+4
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-02NFSD: Remove NFSERR_EAGAINChuck Lever2-3/+0
2026-01-02Merge tag 'drm-fixes-2026-01-02' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-3/+14
2026-01-01io_uring/tctx: add separate lock for list of tctx's in ctxJens Axboe1-1/+7
2026-01-01Merge tag 'drm-xe-fixes-2025-12-30' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie1-3/+14
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-30Merge tag 'net-6.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
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 'regulator-fix-v6.19-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+1
2025-12-27Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2025-12-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-0/+4
2025-12-24virtio_features: make it self-containedMichael S. Tsirkin1-0/+2
2025-12-24virtio: make it self-containedMichael S. Tsirkin1-0/+2