summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-27dt-bindings: phy: qcom,sc8280xp-qmp-ufs-phy: document the Eliza QMP UFS PHYAbel Vesa1-2/+6
2026-02-27phy: qcom: m31-eusb2: clear PLL_EN during initElson Serrao1-1/+1
2026-02-27phy: eswin: Create eswin directory and add EIC7700 SATA PHY driverYulin Lu5-0/+291
2026-02-27dt-bindings: phy: eswin: Document the EIC7700 SoC SATA PHYYulin Lu1-0/+92
2026-02-27phy: apple: apple: Use local variable for ioremap return valueJanne Grunau1-3/+5
2026-02-27phy: qcom: qmp-usbc: Simplify check for non-NULL pointerKrzysztof Kozlowski1-3/+3
2026-02-27phy: marvell: mmp3-hsic: Avoid re-casting __iomemKrzysztof Kozlowski1-8/+16
2026-02-27phy: apple: atc: Make atcphy_dwc3_reset_ops variable staticKrzysztof Kozlowski1-1/+1
2026-02-27dt-bindings: phy: mediatek,dsi-phy: Add support for mt8167Luca Leonardo Scorcia1-0/+1
2026-02-27phy: usb: Add driver for Canaan K230 USB 2.0 PHYJiayu Du5-0/+302
2026-02-27dt-bindings: phy: Add Canaan K230 USB PHYJiayu Du1-0/+35
2026-02-27phy: phy-mtk-tphy: Update names and format of kernel-doc commentsVinod Koul1-2/+2
2026-02-27phy: Sort the subsystem KconfigVinod Koul1-44/+44
2026-02-27phy: Sort the subsystem MakefileVinod Koul1-4/+5
2026-02-27phy: move spacemit pcie driver to its subfolderVinod Koul5-13/+13
2026-02-23Linux 7.0-rc1v7.0-rc1Linus Torvalds1-3/+3
2026-02-23Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds3-16/+14
2026-02-23Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+7
2026-02-22CREDITS: Add -next to Stephen Rothwell's entryMark Brown1-1/+2
2026-02-22x509: select CONFIG_CRYPTO_LIB_SHA256Arnd Bergmann1-0/+1
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang1-2/+2
2026-02-22Merge tag 'rtc-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds14-88/+178
2026-02-22Merge tag 'rust-fixes-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/o...Linus Torvalds5-15/+32
2026-02-22Merge tag 'trace-rv-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-5/+11
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook415-833/+612
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds826-2422/+1211
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds310-352/+352
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds6673-13013/+13013
2026-02-22add default_gfp() helper macro and use it in the new *alloc_obj() helpersLinus Torvalds2-24/+28
2026-02-22slab.h: disable completely broken overflow handling in flex allocationsLinus Torvalds2-6/+2
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8018-20914/+20062
2026-02-21Merge tag 'perf-tools-for-v7.0-1-2026-02-21' of git://git.kernel.org/pub/scm/...Linus Torvalds324-4400/+15622
2026-02-21Merge tag 'cocci-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds2-13/+29
2026-02-21Merge tag 'ntb-7.0' of https://github.com/jonmason/ntbLinus Torvalds10-206/+196
2026-02-21Merge tag 'io_uring-20260221' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-17/+41
2026-02-21Merge tag 'fixes-2026-02-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+5
2026-02-21Merge tag 'sched_ext-for-7.0-fixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-18/+96
2026-02-21Merge tag 'v7.0-rc-part2-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2-3/+2
2026-02-21Documentation: Coccinelle: document debug log handlingBenjamin Philip1-5/+16
2026-02-21scripts: coccicheck: warn on unset debug fileBenjamin Philip1-0/+5
2026-02-21scripts: coccicheck: simplify debug file handlingBenjamin Philip1-8/+8
2026-02-21kmalloc_obj: Clean up after treewide replacementsKees Cook4-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8016-20913/+20055
2026-02-21compiler_types: Disable __builtin_counted_by_ref for ClangKees Cook2-1/+7
2026-02-21tools/sched_ext: fix getopt not re-parsed on restartDavid Carlier6-0/+6
2026-02-21tools/sched_ext: scx_userland: fix data races on shared countersDavid Carlier1-13/+13
2026-02-21Merge tag 'spi-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-42/+23
2026-02-21Merge tag 'regulator-fix-v7.0-merge-window' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-25/+18
2026-02-21Merge tag 'pci-v7.0-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-19/+39
2026-02-21Merge tag 'dmi-for-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/jde...Linus Torvalds1-0/+1