aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-06-07fbdev: efifb: fix memory leak in efifb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: uvesafb: fix potential memory leak in uvesafb_probe()Abdun Nihaal1-2/+2
2026-06-07fbdev: tridentfb: fix potential memory leak in trident_pci_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: tdfxfb: fix potential memory leak in tdfxfb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: s3fb: fix potential memory leak in s3_pci_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: nvidia: fix potential memory leak in nvidiafb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: i740fb: fix potential memory leak in i740fb_probe()Abdun Nihaal1-0/+1
2026-06-07fbdev: carminefb: fix potential memory leak in alloc_carmine_fb()Abdun Nihaal1-0/+1
2026-06-07fbdev: radeon: fix potential memory leak in radeonfb_pci_register()Abdun Nihaal1-0/+1
2026-06-07fbdev: metronomefb: fix potential memory leak in metronomefb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: broadsheetfb: fix potential memory leak in broadsheetfb_probe()Abdun Nihaal1-2/+6
2026-06-07fbdev: hecubafb: fix potential memory leak in hecubafb_probe()Abdun Nihaal1-1/+5
2026-06-07fbdev: atmel_lcdfb: Use of_device_get_match_data()Rosen Penev1-4/+2
2026-06-07fbdev: imxfb: Use of_device_get_match_data()Rosen Penev1-5/+1
2026-06-07fbcon: Use correct type for vc_resize() return valueJiacheng Yu1-2/+1
2026-06-07fbdev: Consistently define pci_device_ids using named initializersUwe Kleine-König21-399/+296
2026-06-07fbdev: matroxfb/ssd1307fb: Use named initializers for struct i2c_device_idUwe Kleine-König2-5/+5
2026-06-07Merge tag 'input-for-v7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+15
2026-06-07Merge branch 'for-linus' into for-nextTakashi Iwai189-1135/+1994
2026-06-06Input: atkbd - skip deactivate for HONOR BCC-N's internal keyboardCryolitia PukNgae1-0/+7
2026-06-06wifi: ath9k_htc: allocate tx_buf and buf togetherRosen Penev2-13/+3
2026-06-06wifi: ath9k: remove disabling of bandsRosen Penev2-14/+4
2026-06-06wifi: ath9k: remove TX99 power array zero initRosen Penev1-2/+2
2026-06-06wifi: ath9k: Clear DMA descriptors without memsetRosen Penev2-5/+33
2026-06-06wifi: ath9k_htc: use module_usb_driverRosen Penev3-29/+1
2026-06-06wifi: wcn36xx: allocate chan_surveys with main structRosen Penev2-12/+3
2026-06-06wifi: wcn36xx: fix spelling mistakes in dxe header commentStepan Ionichev1-2/+2
2026-06-06wifi: wcn36xx: fix OOB read from short trigger BA firmware responseTristan Madani1-0/+3
2026-06-06wifi: wcn36xx: fix OOB read from firmware count in PRINT_REG_INFO indicationTristan Madani1-0/+6
2026-06-06wifi: wcn36xx: fix heap overflow from oversized firmware HAL responseTristan Madani1-0/+4
2026-06-05net: stmmac: xgmac: report L3/L4 filter match count in ethtool statsNazim Amirul2-0/+8
2026-06-05net: microchip: sparx5: clean up PSFP resources on flower setup failureHaoxiang Li2-6/+17
2026-06-05net: airoha: Support multiple LAN/WAN interfaces for hw MAC address configura...Lorenzo Bianconi3-12/+71
2026-06-05net: airoha: Introduce WAN device flagLorenzo Bianconi3-22/+66
2026-06-05net: airoha: Do not stop GDM port if it is sharedLorenzo Bianconi2-12/+48
2026-06-05net: airoha: Support multiple net_devices for a single FE GDM portLorenzo Bianconi3-77/+237
2026-06-05net: airoha: Remove private net_device pointer in airoha_gdm_dev structLorenzo Bianconi3-11/+15
2026-06-05net: mdio: realtek-rtl9300: Correctly handle ethernet-phy-packageManuel Stocker1-1/+16
2026-06-05net: mdio: realtek-rtl9300: reorder controller setupMarkus Stockhausen1-20/+24
2026-06-05net: mdio: realtek-rtl9300: relocate c22/c45 device tree readoutMarkus Stockhausen1-12/+9
2026-06-05net: mdio: realtek-rtl9300: relocate topology setupMarkus Stockhausen1-51/+76
2026-06-05net: mdio: realtek-rtl9300: harden otto_emdio_probe_one()Markus Stockhausen1-1/+5
2026-06-05net: mdio: realtek-rtl9300: harden otto_emdio_map_ports()Markus Stockhausen1-5/+6
2026-06-05net: mdio: realtek-rtl9300: Refactor otto_emdio_map_ports()Markus Stockhausen1-27/+42
2026-06-05bnge: fix context mem iterationVikas Gupta1-4/+10
2026-06-05net: stmmac: dwmac4: Report DCB feature capabilityOvidiu Panait2-0/+2
2026-06-05net: ena: PHC: Add missing barrierArthur Kiyanovski1-0/+5
2026-06-05net: airoha: Add NULL check for of_reserved_mem_lookup() in airoha_qdma_init_...ZhaoJinming1-0/+3
2026-06-05Merge tag 'drm-fixes-2026-06-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds60-324/+473
2026-06-05net: cpsw_new: unregister devlink on port registration failureGuangshuo Li1-1/+3