summaryrefslogtreecommitdiff
path: root/include/linux
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 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
2025-12-24virtio_features: make it self-containedMichael S. Tsirkin1-0/+2
2025-12-24virtio: make it self-containedMichael S. Tsirkin1-0/+2
2025-12-24vfio/pci: Disable qword access to the PCI ROM barKevin Tian1-1/+9
2025-12-23bpf: arena: make arena kfuncs any context safePuranjay Mohan1-0/+16
2025-12-23mm: consider non-anon swap cache folios in folio_expected_ref_count()Bijan Tabatabai1-4/+4
2025-12-23mm: fixup pfnmap memory failure handling to use pgoffAnkit Agrawal1-0/+2
2025-12-23kernel/kexec: change the prototype of kimage_map_segment()Pingfan Liu1-2/+2
2025-12-23mm: leafops.h: correct kernel-doc function param. namesRandy Dunlap1-2/+2
2025-12-23kasan: refactor pcpu kasan vmalloc unpoisonMaciej Wieczor-Retman1-0/+15
2025-12-23mm/kasan: fix incorrect unpoisoning in vrealloc for KASANJiayuan Chen1-0/+1
2025-12-23genalloc.h: fix htmldocs warningAndrew Morton1-0/+1
2025-12-23mm: introduce BPF kfuncs to access memcg statistics and eventsRoman Gushchin1-0/+14
2025-12-23mm: declare memcg_page_state_output() in memcontrol.hRoman Gushchin1-0/+6
2025-12-22platform/x86/intel/vsec: correct kernel-doc commentsRandy Dunlap1-8/+9
2025-12-22software node: Also support referencing non-constant software nodesSakari Ailus1-0/+1
2025-12-22Merge tag 'x86-urgent-2025-12-21' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2025-12-21bpf: arm64: Optimize recursion detection by not using atomicsPuranjay Mohan1-3/+29
2025-12-21bpf: move recursion detection logic to helpersPuranjay Mohan1-0/+10
2025-12-21clang: work around asm output constraint problemsEric Dumazet2-1/+3