summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-04-09bpf: Make find_linfo widely availableKumar Kartikeya Dwivedi1-0/+1
2026-04-09bpf: Extract bpf_get_linfo_file_lineKumar Kartikeya Dwivedi1-0/+2
2026-04-07bpf: Retire rcu_trace_implies_rcu_gp()Kumar Kartikeya Dwivedi1-12/+0
2026-04-07bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva2-7/+2
2026-04-03bpf: Add helper and kfunc stack access size resolutionAlexei Starovoitov1-0/+6
2026-04-03bpf: Move verifier helpers to headerAlexei Starovoitov1-0/+28
2026-04-03bpf: Add bpf_compute_const_regs() and bpf_prune_dead_branches() passesAlexei Starovoitov1-0/+23
2026-04-03bpf: Sort subprogs in topological order after check_cfg()Alexei Starovoitov1-0/+2
2026-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc6+Alexei Starovoitov33-67/+222
2026-04-03Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+24
2026-04-03bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon1-1/+3
2026-04-03Merge tag 'v7.0-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-3/+2
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+3
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2026-04-01netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal1-1/+1
2026-04-01bpf: Fix grace period wait for tracepoint bpf_linkKumar Kartikeya Dwivedi2-0/+24
2026-04-01bpf: Clarify BPF_RB_NO_WAKEUP behavior for bpf_ringbuf_discard()Eyal Birger1-1/+3
2026-03-31Merge tag 'cgroup-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+3
2026-03-31Merge tag 'fs_for_v7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+9
2026-03-31crypto: algif_aead - Revert to operating out-of-placeHerbert Xu1-3/+2
2026-03-30Merge tag 'vfs-7.0-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-16/+5
2026-03-29Merge tag 'locking-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2026-03-29bpf: Support struct btf_struct_meta via KF_IMPLICIT_ARGSIhor Solodrai1-1/+1
2026-03-29Merge tag 'for-7.0-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+7
2026-03-29Merge tag 'mm-hotfixes-stable-2026-03-28-10-45' of git://git.kernel.org/pub/s...Linus Torvalds1-11/+21
2026-03-28mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-11/+21
2026-03-28Merge tag 'spi-fix-v7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+0
2026-03-27Merge tag 'sound-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-5/+0
2026-03-27mpage: Provide variant of mpage_writepages() with own optional folio handlerJan Kara1-2/+9
2026-03-27iommu: Do not call drivers for empty gathersJason Gunthorpe1-1/+2
2026-03-27netdevsim: fix build if SKB_EXTENSIONS=nQingfang Deng1-0/+1
2026-03-27mpls: add seqcount to protect the platform_label{,s} pairSabrina Dubroca1-0/+1
2026-03-26btf: Add BTF kind layout encoding to UAPIAlan Maguire1-0/+12
2026-03-26Merge tag 'net-7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds9-8/+113
2026-03-26Merge tag 'dma-mapping-7.0-2026-03-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+16
2026-03-26futex: Fix UaF between futex_key_to_node_opt() and vma_replace_policy()Hao-Yu Yang1-0/+1
2026-03-26netfs: Fix the handling of stream->front by removing itDavid Howells2-5/+4
2026-03-26netfilter: ctnetlink: use netlink policy range checksDavid Carlier1-0/+4
2026-03-26netfilter: nf_conntrack_expect: store netns and zone in expectationPablo Neira Ayuso1-1/+17
2026-03-26netfilter: ctnetlink: ensure safe access to master conntrackPablo Neira Ayuso1-0/+5
2026-03-26netfilter: nf_conntrack_expect: honor expectation helper fieldPablo Neira Ayuso1-1/+1
2026-03-26ASoC: adau1372: Fix error handling in adau1372_set_power()Mark Brown21-32/+155
2026-03-26Merge tag 'rcu-fixes.v7.0-20260325a' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+9
2026-03-25srcu: Use irq_work to start GP in tiny SRCUJoel Fernandes1-0/+4
2026-03-25rcu: Use an intermediate irq_work to start process_srcu()Boqun Feng1-0/+1
2026-03-25srcu: Use raw spinlocks so call_srcu() can be used under preempt_disable()Paul E. McKenney1-4/+4
2026-03-25ASoC: SDCA: remove the max count of initialization tableShuming Fan1-5/+0
2026-03-25dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
2026-03-25net_sched: codel: fix stale state for empty flows in fq_codelJonas Köppeler1-0/+1
2026-03-24cgroup: Wait for dying tasks to leave on rmdirTejun Heo1-0/+3