]> git.ipfire.org Git - thirdparty/kernel/linux.git/shortlog
thirdparty/kernel/linux.git
2026-06-02  Jakub KicinskiMerge branch 'add-starfive-jhb100-soc-sgmii-gmac-support'
2026-06-02  Minda Chennet: stmmac: starfive: Add STMMAC_FLAG_SPH_DISABLE...
2026-06-02  Minda Chennet: stmmac: starfive: Add jhb100 SGMII interface
2026-06-02  Minda Chendt-bindings: net: starfive,jh7110-dwmac: Add jhb100...
2026-06-02  Minda Chendt-bindings: net: starfive,jh7110-dwmac: Remove jh8100
2026-06-02  Linus TorvaldsMerge tag 'for-7.1/dm-fixes-3' of git://git.kernel...
2026-06-02  Mark Blochdevlink: Release nested relation on devlink free
2026-06-02  Wentao Liangnet: qrtr: fix node refcount leak on ctrl packet alloc...
2026-06-02  David Thompsonnet: lan743x: avoid netdev-based logging before netdev...
2026-06-02  Linus TorvaldsMerge tag 'auxdisplay-v7.2-1' of git://git.kernel.org...
2026-06-02  Lee Jonesl2tp: pppol2tp: hold reference to session in pppol2tp_i...
2026-06-02  Chenguang Zhaonet: txgbe: fix phylink leak on AML init failure
2026-06-02  Rosen Penevnet: fec_mpc52xx_phy: Add missing MODULE_DESCRIPTION()
2026-06-02  Jose Ignacio... net: wwan: t7xx: Add delay between MD and SAP suspend
2026-06-02  Petr Wozniaknet: phy: sfp: probe for RollBall I2C-to-MDIO bridge...
2026-06-02  Jakub KicinskiMerge branch 'mv88e6xxx-serdes-on-mv88e6321'
2026-06-02  Fidan Aliyevamv88e6xxx: Add SERDES Support for mv88e6321
2026-06-02  Fidan Aliyevamv88e6xxx: Refactor 6352's serdes functions
2026-06-02  Fidan Aliyevamv88e6xxx: Add mv88e6352_serdes_get_lane
2026-06-02  Yizhou Zhao6lowpan: fix off-by-one in multicast context address...
2026-06-02  Jakub KicinskiMerge branch 'net-mdio-realtek-rtl9300-soc-independent...
2026-06-02  Markus Stockhausennet: mdio: realtek-rtl9300: use command runner for...
2026-06-02  Markus Stockhausennet: mdio: realtek-rtl9300: use command runner for...
2026-06-02  Markus Stockhausennet: mdio: realtek-rtl9300: use command runner for...
2026-06-02  Markus Stockhausennet: mdio: realtek-rtl9300: provide generic command...
2026-06-02  Chanwoo Leescsi: ufs: Remove redundant vops NULL check and trivial...
2026-06-02  Chanwoo Leescsi: ufs: Remove unnecessary return in void vops wrappers
2026-06-02  Chanwoo Leescsi: ufs: Fix wrong value printed in unexpected UPIU...
2026-06-02  Chanwoo Leescsi: ufs: core: Fix NULL pointer dereference in scsi_c...
2026-06-02  Arnd Bergmannscsi: megaraid_mbox: Avoid double kfree()
2026-06-02  Dan Carpenterscsi: pm8001: Fix error code in non_fatal_log_show()
2026-06-02  Rosen Penevscsi: lpfc: Turn lpfc_queue q_pgs into a flexible array
2026-06-02  Daejun Parkscsi: ufs: core: Skip link param validation when lanes_...
2026-06-02  Alexei StarovoitovMerge branch 'minimize-annotations-for-arena-programs'
2026-06-02  Emil Tsalapatisselftests/bpf: Add tests for the new type-tag based...
2026-06-02  Emil Tsalapatisselftests/bpf: libarena: Directly return arena pointers...
2026-06-02  Emil Tsalapatisselftests/bpf: Remove __arg_arena from the codebase
2026-06-02  Emil Tsalapatisbpf: Allow subprogs to return arena pointers
2026-06-02  Emil Tsalapatisverifier: parse BTF type tags for function arguments
2026-06-02  Emil Tsalapatisselftests/bpf: libarena: Add "arena" BTF type tag to...
2026-06-02  Ionut Nechitascsi: sas: Skip opt_sectors when DMA reports no real...
2026-06-02  Alexei StarovoitovMerge branch 'more-gen_loader-fixes'
2026-06-02  Daniel Borkmannselftests/bpf: Test that exclusive maps are rejected...
2026-06-02  KP Singhselftests/bpf: Adjust verifier_map_ptr for the map...
2026-06-02  Daniel Borkmannlibbpf: Skip max_entries override on signed loaders
2026-06-02  Daniel Borkmannlibbpf: Skip initial_value override on signed loaders
2026-06-02  KP Singhlibbpf: Reject non-exclusive metadata maps in the signe...
2026-06-02  Daniel Borkmannbpf: Drop redundant hash_buf from map_get_hash operation
2026-06-02  Daniel Borkmannbpf: Reject exclusive maps as inner maps in map-in-map
2026-06-02  Alexei StarovoitovMerge branch 'refactor-verifier-object-relationship...
2026-06-02  Amery Hungselftests/bpf: Test using dynptr after freeing the...
2026-06-02  Amery Hungselftests/bpf: Test using file dynptr after the referen...
2026-06-02  Amery Hungselftests/bpf: Test using slice after invalidating...
2026-06-02  Amery Hungselftests/bpf: Test creating dynptr from dynptr data...
2026-06-02  Amery Hungbpf: Fix dynptr ref counting to scan all call frames
2026-06-02  Amery Hungbpf: Unify release handling for helpers and kfuncs
2026-06-02  Amery Hungbpf: Unify referenced object tracking in verifier
2026-06-02  Amery Hungbpf: Remove redundant dynptr arg check for helper
2026-06-02  Amery Hungbpf: Refactor object relationship tracking and fix...
2026-06-02  Amery Hungbpf: Preserve reg->id of pointer objects after null...
2026-06-02  Amery Hungbpf: Assign reg->id when getting referenced kptr from ctx
2026-06-02  Amery Hungbpf: Unify dynptr handling in the verifier
2026-06-02  Amery Hungbpf: Simplify mark_stack_slot_obj_read() and callers
2026-06-02  Martin Wilckscsi: Revert "scsi: Fix sas_user_scan() to handle wildc...
2026-06-02  Martin Wilckscsi: smartpqi: Use shost_to_hba() in pqi_scan_finished()
2026-06-02  Krzysztof KozlowskiMAINTAINERS: nvdimm: Include maintainer profile
2026-06-02  Ira WeinyMAINTAINERS: Update address for Ira Weiny
2026-06-02  Dave JiangMAINTAINERS: Add maintainer info for libnvdimm and DAX
2026-06-02  Jason GunthorpeRDMA/core: Validate the passed in fops for ib_get_ucaps()
2026-06-01  Costa Shulyupinnet: Remove orphaned ax25_ptr references
2026-06-01  Yury Norovnvdimm: Use sysfs_emit() for cpumask show callback
2026-06-01  Jamal Hadi... net/sched: act_api: use RCU with deferred freeing for...
2026-06-01  Neal Cardwelltcp_bbr: fix SPDX-License-Identifier to be GPL-2.0...
2026-06-01  Tomasz Wolskidax/bus: Upgrade resource conflict message to dev_err...
2026-06-01  Abdun Nihaalnvdimm/btt: Free arenas on btt_init() error paths
2026-06-01  Abdun Nihaalnvdimm/btt: Free arena sub-allocations on discover_aren...
2026-06-01  Otto Pflügerpower: reset: sc27xx: Add platform_device_id table
2026-06-01  Uwe Kleine... power: Unify code style for platform_device_id arrays
2026-06-01  Uwe Kleine... power: supply: mt6360_charger: Use of match table uncon...
2026-06-01  Uwe Kleine... power: Use named initializers for platform_device_id...
2026-06-01  Uwe Kleine... power: supply: max14577: Drop driver data in of and...
2026-06-01  Uwe Kleine... power: Drop unused assignment of platform_device_id...
2026-06-01  Maíra Canaldrm/v3d: Clean caches before runtime suspend
2026-06-01  Maíra Canaldrm/v3d: Flush MMU TLB and cache during runtime resume
2026-06-01  Lech PerczakARM: dts: imx7d-pico-pi: add OV5645 camera support
2026-06-01  Frank LiARM: dts: imx6-display5: replace marvell,88E1510 with...
2026-06-01  Frank LiARM: dts: imx: replace undocumented compatible string...
2026-06-01  Frank LiARM: dts: imx6qdl-tx6: remove undocumented karo,imx6qdl...
2026-06-01  Frank LiARM: dts: imx: Add bus-type for ov5642/ov5640
2026-06-01  Frank LiARM: dts: imx: remove redundant bus-width for video-mux
2026-06-01  Frank LiARM: dts: imx: add (power|vdd)-supply for related node
2026-06-01  Arnd BergmannMerge tag 'ep93xx-20260529' of https://git.kernel.org...
2026-06-01  Alison Schofieldnvdimm/btt: Handle preemption in BTT lane acquisition
2026-06-01  Randy Dunlapx86/cpu: Keep the PROCESSOR_SELECT menu together
2026-06-01  Linus WalleijMerge tag 'zx29-docfix-for-7.2' of https://gitlab.com...
2026-06-01  Linus WalleijMerge tag 'cix-dt-v7.2-rc1' of git://git.kernel.org...
2026-06-01  Yuho ChoiARM: imx31: Fix IIM mapping leak in revision check
2026-06-01  Janne Grunauarm64: dts: apple: Initial t8122 (M3) device trees
2026-06-01  Janne Grunaudt-bindings: arm: apple: Add M3 based devices
2026-06-01  Janne Grunaudt-bindings: pwm: apple,s5l-fpwm: Add t8122 compatible
next