summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-20of/reserved_mem: Simplify the logic of __reserved_mem_reserve_reg()Yuntao Wang-14/+9
2025-11-20of/fdt: Simplify the logic of early_init_dt_scan_memory()Yuntao Wang-9/+7
2025-11-20of/fdt: Fix incorrect use of dt_root_addr_cells in early_init_dt_check_kho()Yuntao Wang-12/+4
2025-11-20of/fdt: Fix the len check in early_init_dt_check_for_usable_mem_range()Yuntao Wang-7/+11
2025-11-20of/fdt: Fix the len check in early_init_dt_check_for_elfcorehdr()Yuntao Wang-8/+2
2025-11-20of/fdt: Consolidate duplicate code into helper functionsYuntao Wang-0/+41
2025-11-20thermal/drivers/rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven-5/+3
2025-11-20leds: rgb: leds-qcom-lpg: Allow LED_COLOR_ID_MULTIKonrad Dybcio-3/+3
2025-11-20net: ti: icssg-prueth: Enable zero copy in XDP featuresMeghana Malladi-1/+2
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for RXMeghana Malladi-72/+313
2025-11-20net: ti: icssg-prueth: Make emac_run_xdp function independent of pageMeghana Malladi-13/+25
2025-11-20net: ti: icssg-prueth: Add AF_XDP zero copy for TXMeghana Malladi-2/+125
2025-11-20net: ti: icssg-prueth: Add XSK pool helpersMeghana Malladi-1/+149
2025-11-20net: ti: icssg-prueth: Add functions to create and destroy Rx/Tx queuesMeghana Malladi-62/+127
2025-11-20mfd: mt6358-irq: Fix missing irq_domain_remove() in error pathHaotian Zhang-0/+1
2025-11-20mfd: mt6397-irq: Fix missing irq_domain_remove() in error pathHaotian Zhang-0/+1
2025-11-20phy: qcom-qmp-combo: Use regulator_bulk_data with init_load_uA for regulator ...Faisal Hassan-43/+6
2025-11-20cpuidle: governors: teo: Fix tick_intercepts handling in teo_update()Rafael J. Wysocki-1/+1
2025-11-20cpuidle: governors: teo: Rework the handling of tick wakeupsRafael J. Wysocki-15/+24
2025-11-20gpio: fxl6408: Add suspend/resume supportJisheng Zhang-0/+13
2025-11-20gpio: menz127: add support for 16Z034 and 16Z037 GPIO controllersJose Javier Rodriguez Barbarin-3/+23
2025-11-20firmware: cs_dsp: Append \n to debugfs string during readRichard Fitzgerald-9/+8
2025-11-20firmware: cs_dsp: Factor out common debugfs string readRichard Fitzgerald-24/+21
2025-11-20gpio: improve support for shared GPIOsMark Brown-9/+1044
2025-11-20ata: libata-core: Set capacity to zero for a security locked driveNiklas Cassel-0/+10
2025-11-20ata: libata-scsi: Fix system suspend for a security locked driveNiklas Cassel-0/+7
2025-11-20leds: pwm: Reorder include files to alphabetic orderLI Qingwu-4/+4
2025-11-20leds: pwm: Add optional GPIO enable pin supportLI Qingwu-0/+19
2025-11-20ata: libata-scsi: Add missing scsi_device_put() in ata_scsi_dev_rescan()Yihang Li-1/+3
2025-11-20Merge tag 'wireless-2025-11-20' of https://git.kernel.org/pub/scm/linux/kerne...Paolo Abeni-0/+7
2025-11-20net: txgbe: support getting module EEPROM by pageJiawen Wu-0/+77
2025-11-20net: txgbe: delay to identify modules in .ndo_openJiawen Wu-1/+2
2025-11-20net: txgbe: improve functions of AML 40G devicesJiawen Wu-48/+137
2025-11-20net: txgbe: rename the SFP relatedJiawen Wu-34/+35
2025-11-20net: txgbe: support CR modules for AML devicesJiawen Wu-18/+44
2025-11-20drm/xe/oa: Fix potential UAF in xe_oa_add_config_ioctl()Sanjay Yadav-3/+5
2025-11-20wifi: ipw2x00: replace use of system_wq with system_percpu_wqMarco Crivellari-4/+4
2025-11-20iommu/vt-d: Restore previous domain::aperture_end calculationLu Baolu-0/+10
2025-11-20iommu/vt-d: Fix unused invalidation hint in qi_desc_iotlbAashish Sharma-1/+1
2025-11-20iommu/vt-d: Set INTEL_IOMMU_FLOPPY_WA depend on BLK_DEV_FDVineeth Pillai (Google)-1/+1
2025-11-20mfd: sec: Use chained IRQs for s2mpg10André Draszik-25/+71
2025-11-20net: dsa: microchip: lan937x: Fix RGMII delay tuningOleksij Rempel-0/+1
2025-11-20mfd: qnap-mcu: Add proper error handling for command errorsHeiko Stuebner-1/+65
2025-11-20mfd: qnap-mcu: Move checksum verification to its own functionHeiko Stuebner-3/+8
2025-11-20mfd: qnap-mcu: Use EPROTO in stead of EIO on checksum errorsHeiko Stuebner-1/+1
2025-11-20mfd: qnap-mcu: Calculate the checksum on the actual number of bytes receivedHeiko Stuebner-2/+2
2025-11-20wifi: cw1200: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-2/+3
2025-11-20wifi: wfx: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-11-20wifi: qtnfmac: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-20gpio: improve support for shared GPIOsMark Brown-9/+1052