summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-20drm/bridge: samsung-dsim: use drm_bridge_clear_and_put() to put the next bridgeLuca Ceresoli-5/+2
2026-03-20drm/bridge: add drm_bridge_clear_and_put()Luca Ceresoli-0/+34
2026-03-20reset: sti: kzalloc + kcalloc to kzallocRosen Penev-7/+2
2026-03-20drm/ttm: Avoid invoking the OOM killer when reading back swapped contentThomas Hellström-3/+8
2026-03-20drm/ttm: Don't spam the log on buffer object backing store allocation failureThomas Hellström-1/+1
2026-03-20drm/atomic: Remove state argument to drm_atomic_private_obj_initMaxime Ripard-38/+19
2026-03-20drm/tegra: Switch private_obj initialization to atomic_create_stateMaxime Ripard-6/+16
2026-03-20drm/omapdrm: Switch private_obj initialization to atomic_create_stateMaxime Ripard-6/+16
2026-03-20drm/amdgpu: Switch private_obj initialization to atomic_create_stateMaxime Ripard-24/+28
2026-03-20ata: libata-scsi: report correct sense field pointer in ata_scsiop_maint_in()Damien Le Moal-1/+1
2026-03-20drm/shmem-helper: Fix huge page mapping in fault handlerPedro Demarchi Gomes-22/+28
2026-03-20accel/ivpu: Perform engine reset instead of device recovery on TDRKarol Wachowski-17/+92
2026-03-20cpufreq: tegra194: remove COMPILE_TESTRosen Penev-1/+1
2026-03-20platform/chrome: cros_usbpd_logger: Simplify with devmKrzysztof Kozlowski-11/+7
2026-03-19scsi: target: file: Use kzalloc_flex for aio_cmdThinh Nguyen-1/+1
2026-03-19scsi: scsi_transport_sas: Fix the maximum channel scanning issueYihang Li-1/+1
2026-03-19scsi: target: tcm_loop: Drain commands in target_reset handlerJosef Bacik-6/+46
2026-03-19scsi: ibmvfc: Fix OOB access in ibmvfc_discover_targets_done()Tyllis Xu-1/+2
2026-03-19scsi: ses: Handle positive SCSI error from ses_recv_diag()Greg Kroah-Hartman-1/+1
2026-03-19drm/panel-edp: Add BOE NV153WUM-N42, CMN N153JCA-ELK, CSW MNF307QS3-2Alvin1 Chen-0/+3
2026-03-19net: fjes: Drop fjes_acpi_driver and rework initializationRafael J. Wysocki-70/+50
2026-03-19net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()Russell King (Oracle)-16/+16
2026-03-19net: stmmac: use more descriptive names in stmmac_xmit()Russell King (Oracle)-22/+23
2026-03-19net: stmmac: simplify DMA descriptor allocation/init/freeingRussell King (Oracle)-30/+27
2026-03-19net: stmmac: more mode -> descriptor_mode renamesRussell King (Oracle)-35/+42
2026-03-19net: stmmac: rename "mode" to "descriptor_mode"Russell King (Oracle)-14/+19
2026-03-19net: ntb_netdev: add SPDX tag and remove boilerplate license textOskar Ray-Frayssinet-46/+1
2026-03-19Merge tag 'for-net-2026-03-19' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-0/+2
2026-03-19Merge tag 'pci-v7.0-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-13/+46
2026-03-20i2c: npcm7xx: Use NULL instead of 0 for pointerKrzysztof Kozlowski-1/+1
2026-03-19hsi: hsi_core: use kzalloc_flexRosen Penev-22/+15
2026-03-19i2c: pxa: defer reset on Armada 3700 when recovery is usedGabor Juhos-1/+16
2026-03-19ionic: fix persistent MAC address override on PFMohammad Heib-6/+11
2026-03-19i2c: fsi: Fix a potential leak in fsi_i2c_probe()Christophe JAILLET-0/+1
2026-03-19i2c: cp2615: fix serial string NULL-deref at probeJohan Hovold-0/+3
2026-03-19cxl: Adjust the startup priority of cxl_pmem to be higher than that of cxl_acpiCui Chao-1/+1
2026-03-19PCI: eswin: Add ESWIN PCIe Root Complex driverSenchuan Zhang-0/+419
2026-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1325/+1915
2026-03-19pinctrl: mediatek: common: Fix probe failure for devices without EINTLuca Leonardo Scorcia-3/+6
2026-03-19Bluetooth: hci_ll: Fix firmware leak on error pathAnas Iqbal-0/+2
2026-03-19vfio/mlx5: Add REINIT support to VFIO_MIG_GET_PRECOPY_INFOYishai Hadas-39/+83
2026-03-19vfio/mlx5: consider inflight SAVE during PRE_COPYYishai Hadas-1/+8
2026-03-19vfio: Adapt drivers to use the core helper vfio_check_precopy_ioctlYishai Hadas-45/+24
2026-03-19vfio: Add support for VFIO_DEVICE_FEATURE_MIG_PRECOPY_INFOv2Yishai Hadas-0/+21
2026-03-19Merge tag 'net-7.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-111/+218
2026-03-19irqchip/gic-v5: Introduce minimal irq_set_type() for PPIsSascha Bischoff-0/+18
2026-03-19pinctrl: pinconf-generic: Convert ..._parse_dt_pinmux() to fwnode APIAndy Shevchenko-13/+14
2026-03-19pinctrl: pinconf-generic: Validate fwnode instead of device nodeAndy Shevchenko-2/+3
2026-03-19pinctrl: pinconf-generic: Fully validate 'pinmux' propertyAndy Shevchenko-1/+6
2026-03-19thermal: intel: hfi: use cpumask_empty() in intel_hfi_offline()Yury Norov-1/+1