summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-06-01tcp: preserve const qualifier in tcp_sk()Eric Dumazet1-4/+6
2026-06-01container_of: add container_of_const() that preserves const-ness of the pointerGreg Kroah-Hartman1-0/+13
2026-06-01container_of: remove container_of_safe()Greg Kroah-Hartman1-16/+0
2026-06-01lib/hexdump: print_hex_dump_bytes() calls print_hex_dump_debug()Geert Uytterhoeven1-2/+3
2026-06-01dev_printk: add new dev_err_probe() helpersNuno Sa1-0/+8
2026-06-01driver core: Move dev_err_probe() to where it belogsAndy Shevchenko2-2/+2
2026-06-01driver core: device.h: remove extern from function prototypesGreg Kroah-Hartman1-2/+1
2026-06-01quota: Fix race of dquot_scan_active() with quota deactivationJan Kara1-8/+1
2026-06-01padata: Put CPU offline callback in ONLINE section to allow failureDaniel Jordan2-5/+4
2026-06-01module: Fix freeing of charp module parameters when CONFIG_SYSFS=nPetr Pavlu1-8/+3
2026-06-01kernel: globalize lookup_or_create_module_kobject()Shyam Saini1-0/+2
2026-06-01firmware: dmi: Correct an indexing error in dmi.hMario Limonciello (AMD)1-0/+5
2026-06-01locking: Fix rwlock support in <linux/spinlock_up.h>Bart Van Assche1-10/+10
2026-06-01fanotify: fix false positive on permission eventsMiklos Szeredi1-0/+1
2026-06-01driver core: Add kernel-doc for DEV_FLAG_COUNT enum valueDouglas Anderson1-0/+1
2026-06-01randomize_kstack: Maintain kstack_offset per taskRyan Roberts2-11/+19
2026-06-01tpm: avoid -Wunused-but-set-variableArnd Bergmann1-2/+7
2026-06-01f2fs: fix to detect potential corrupted nid in free_nid_listChao Yu1-0/+1
2026-06-01driver core: Don't let a device probe until it's readyDouglas Anderson1-0/+44
2026-06-01device property: Make modifications of fwnode "flags" thread safeDouglas Anderson1-11/+33
2026-06-01padata: Remove comment for reorder_workHerbert Xu1-1/+0
2026-06-01padata: Fix pd UAF once and for allHerbert Xu1-3/+0
2026-06-01usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio1-1/+2
2026-06-01soc: qcom: apr: make remove callback of apr driver void returnedDawei Li1-1/+1
2026-06-01KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson1-1/+2
2026-05-15ptrace: slightly saner 'get_dumpable()' logicLinus Torvalds1-0/+3
2026-04-11mm/huge_memory: fix folio isn't locked in softleaf_to_folio()Jinjiang Tu1-5/+15
2026-04-11netfilter: ipset: use nla_strcmp for IPSET_ATTR_NAME attrFlorian Westphal1-1/+1
2026-04-11dma-mapping: add missing `inline` for `dma_free_attrs`Miguel Ojeda1-2/+2
2026-04-11rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2-6/+5
2026-04-11usb: core: new quirk to handle devices with zero configurationsJie Deng1-0/+3
2026-04-11net: usb: r8152: add TRENDnet TUC-ET2GValentin Spreckels1-0/+1
2026-03-25xen/privcmd: add boot control for restricted usage in domUJuergen Gross1-0/+1
2026-03-25net: stmmac: remove support for lpi_intr_oRussell King (Oracle)1-1/+0
2026-03-25x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-0/+1
2026-03-25net: add skb_header_pointer_careful() helperEric Dumazet1-0/+12
2026-03-25mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_...David Hildenbrand (Red Hat)2-5/+11
2026-03-25mm/hugetlb: fix hugetlb_pmd_shared()David Hildenbrand (Red Hat)1-1/+1
2026-03-25irqchip/gic-v3-its: Limit number of per-device MSIs to the range the ITS supp...Marc Zyngier1-0/+1
2026-03-25mmc: core: Avoid bitfield RMW for claim/retune flagsPenghe Geng1-4/+5
2026-03-25USB: core: Limit the length of unkillable synchronous timeoutsAlan Stern1-0/+3
2026-03-25USB: usbcore: Introduce usb_bulk_msg_killable()Alan Stern1-2/+3
2026-03-25net/mlx5: IFC updates for disabled host PFDaniel Jurgens1-1/+3
2026-03-25bpf: export bpf_link_inc_not_zero.Kui-Feng Lee1-0/+6
2026-03-25indirect_call_wrapper: do not reevaluate function pointerEric Dumazet1-7/+11
2026-03-25resource: Add resource set range and size helpersIlpo Järvinen1-0/+32
2026-03-25PCI: Introduce pci_dev_for_each_resource()Mika Westerberg1-0/+14
2026-03-04EFI/CPER: don't go past the ARM processor CPER record bufferMauro Carvalho Chehab1-1/+2
2026-03-04clk: Move clk_{save,restore}_context() to COMMON_CLK sectionGeert Uytterhoeven1-24/+24
2026-03-04net: Add skb_dstref_steal and skb_dstref_restoreStanislav Fomichev1-0/+32