summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2026-04-11mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu
2026-04-11netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal
2026-04-11dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda
2026-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu
2026-04-11usb: core: new quirk to handle devices with zero configurationsJie Deng
2026-04-11net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross
2026-03-25net: stmmac: remove support for lpi_intr_oRussell King (Oracle)
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-03-25net: add skb_header_pointer_careful() helperEric Dumazet
2026-03-25mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)
2026-03-25mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)
2026-03-25irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier
2026-03-25mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng
2026-03-25USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern
2026-03-25USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern
2026-03-25net/mlx5: IFC updates for disabled host PFDaniel Jurgens
2026-03-25bpf: export bpf_link_inc_not_zero.Kui-Feng Lee
2026-03-25indirect_call_wrapper: do not reevaluate function pointerEric Dumazet
2026-03-25resource: Add resource set range and size helpersIlpo Järvinen
2026-03-25PCI: Introduce pci_dev_for_each_resource()Mika Westerberg
2026-03-04EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab
2026-03-04clk: Move clk_{save,restore}_context() to COMMON_CLK sectionGeert Uytterhoeven
2026-03-04net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev
2026-03-04netfilter: nft_counter: fix reset of counters on 32bit archsAnders Grahn
2026-03-04ipc: don't audit capability check in ipc_permissions()Ondrej Mosnacek
2026-03-04kallsyms/ftrace: set module buildid in ftrace_mod_address_lookup()Petr Mladek
2026-03-04module: add helper function for reading module_buildid()Petr Mladek
2026-03-04mfd: wm8350-core: Use IRQF_ONESHOTSebastian Andrzej Siewior
2026-03-04bpf, sockmap: Fix incorrect copied_seq calculationJiayuan Chen
2026-03-04audit: move the compat_xxx_class[] extern declarations to audit_arch.hBen Dooks
2026-03-04audit: avoid missing-prototype warningsArnd Bergmann
2026-02-06nvme-pci: do not directly handle subsys reset falloutKeith Busch
2026-02-06ata: libata: cleanup fua support detectionDamien Le Moal
2026-02-06ata: libata: Introduce ata_ncq_supported()Damien Le Moal
2026-02-06posix-clock: Store file pointer in struct posix_clock_contextWojtek Wasko
2026-02-06posix-clock: introduce posix_clock_context conceptXabier Marquiegui
2026-02-06usb: core: add USB_QUIRK_NO_BOS for devices that hang on BOS descriptorJohannes Brüderl
2026-02-06mm, kfence: describe @slab parameter in __kfence_obj_info()Bagas Sanjaya
2026-02-06textsearch: describe @list member in ts_ops searchBagas Sanjaya
2026-01-17nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer
2026-01-17mm/pagewalk: add walk_page_range_vma()David Hildenbrand
2026-01-17netdev: preserve NETIF_F_ALL_FOR_ALL across TSO updatesDi Zhu
2026-01-17mm: page_poison: always declare __kernel_map_pages() functionArnd Bergmann
2026-01-11mm: (un)track_pfn_copy() fix + doc improvementsDavid Hildenbrand
2026-01-11tty: fix tty_port_tty_*hangup() kernel-docJiri Slaby (SUSE)
2026-01-11sched/fair: Proportional newidle balancePeter Zijlstra
2026-01-11mm/mprotect: use long for page accountings and retvalPeter Xu
2026-01-11x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range()David Hildenbrand
2026-01-11x86/mm/pat: clear VM_PAT if copy_p4d_range failedMa Wupeng