summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-07-30net/funeth: switch to higher-level allocator APIBrendan Jackman1-1/+1
2026-07-30sgi-xp: use higher-level allocator APIBrendan Jackman1-3/+2
2026-07-28arch_numa: remove redundant nodemask clears in numa_init()Sang-Heon Jeon1-4/+0
2026-07-27Merge tag 'pinctrl-v7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds5-16/+22
2026-07-26Merge tag 'spi-fix-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2026-07-26Merge tag 'regulator-fix-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-74/+91
2026-07-26Merge tag 'char-misc-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-37/+48
2026-07-26Merge tag 'staging-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+9
2026-07-26Merge tag 'tty-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-5/+21
2026-07-26Merge tag 'usb-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds30-212/+582
2026-07-25Merge tag 'firewire-fixes-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-17/+20
2026-07-25Merge tag 'loongarch-fixes-7.2-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+1
2026-07-25pinctrl: bm1880: add missing select GENERIC_PINCONFBenjamin Boortz1-0/+1
2026-07-25pinctrl-amd: Don't clear S4 wake bits at probeMario Limonciello1-2/+1
2026-07-25pinctrl: microchip-sgpio: add missing select REGMAP_MMIOBenjamin Boortz1-0/+1
2026-07-25pinctrl: devicetree: don't free uninitialized dev_name on error pathKarl Mehltretter1-0/+4
2026-07-24Merge tag 'block-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-17/+31
2026-07-24Merge tag 'drm-fixes-2026-07-25' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds31-167/+411
2026-07-24Merge tag 'ceph-for-7.2-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds1-1/+6
2026-07-24Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-15/+23
2026-07-24Merge tag 'iommu-fixes-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-23/+43
2026-07-24drm/amd/display: Fix missing DCE check in dm_gpureset_toggle_interrupts()Leo Li1-1/+2
2026-07-24drm/amd/display: Fix flip-done timeouts on mode1 resetLeo Li1-2/+11
2026-07-24Merge tag 'usb-serial-7.2-rc4' of ssh://gitolite.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman7-10/+58
2026-07-24platform/loongarch: laptop: Explicitly reset bl_powered state when suspendZixing Liu1-0/+1
2026-07-24platform/loongarch: laptop: Stop setting acpi_device_class()Rafael J. Wysocki1-3/+0
2026-07-24Merge tag 'drm-misc-fixes-2026-07-24' of https://gitlab.freedesktop.org/drm/m...Dave Airlie22-142/+348
2026-07-24Revert "drm/pagemap: Guard HPAGE_PMD_ORDER use with CONFIG_ARCH_ENABLE_THP_MI...Maarten Lankhorst1-10/+3
2026-07-23drm/vc4: Shut down BO cache timer before teardownLinmao Li1-1/+1
2026-07-24Merge tag 'drm-xe-fixes-2026-07-23' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie6-16/+49
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds157-612/+1726
2026-07-23rbd: Reset positive result codes to zero in object map update pathRaphael Zimmer1-1/+6
2026-07-23bnge/bng_re: fix ring ID widthsVikas Gupta7-37/+36
2026-07-23Merge tag 'ovpn-net-20260720' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski3-11/+15
2026-07-23net: airoha: fix ETS channel derivation in airoha_tc_setup_qdisc_ets()Lorenzo Bianconi1-2/+1
2026-07-23ptp: netc: explicitly clear TMR_OFF during initializationClark Wang1-0/+1
2026-07-23net: slip: serialize receive against buffer reallocationSungmin Kang1-0/+4
2026-07-23idpf: fix max_vport related crash on allocation error during initEmil Tantilov1-1/+6
2026-07-23ice: reject out-of-range ptype in ice_parser_profile_initAleksandr Loktionov1-0/+3
2026-07-23ice: prevent tstamp ring allocation for non-PF VSI typesPaul Greenwalt1-0/+3
2026-07-23ice: fix PTP Call Trace during PTP releasePaul Greenwalt1-0/+5
2026-07-23ice: use READ_ONCE() to access cached PHC timeSergey Temerkhanov1-1/+1
2026-07-23ice: fix LAG recipe to profile associationMarcin Szycik1-1/+1
2026-07-23ice: pass the return value of skb_checksum_help()Michal Swiatkowski1-11/+9
2026-07-23ice: allow creating VFs when !CONFIG_ICE_SWITCHDEVVincent Chen3-10/+10
2026-07-23octeontx2-pf: tc: fix egress ratelimitingHariprasad Kelam1-13/+16
2026-07-23usb: atm: ueagle-atm: reject descriptors that confuse probe and disconnectDiego Fernando Mancera Gomez1-0/+17
2026-07-23net/mlx5e: Reject unsupported CB Shaper TSA in ETS validationAlexei Lazar1-0/+8
2026-07-23net/mlx5e: Report zero bandwidth for non-ETS traffic classesAlexei Lazar1-0/+7
2026-07-23net: pcs: xpcs: fix SGMII state readingCoia Prant1-25/+7