summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-27drm/xe: Move VRAM MM debugfs creation to tile levelPiotr Piórkowski-12/+9
2025-11-27drm/xe/xe_sriov_packet: Return int from pf_descriptor_initJonathan Cavitt-1/+1
2025-11-27ACPI: PM: Fix a spelling mistakeChu Guangqing-1/+1
2025-11-27ACPI: LPSS: Fix a spelling mistakeChu Guangqing-1/+1
2025-11-27RDMA/rxe: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher-0/+98
2025-11-27net: stmmac: dwmac: Disable flushing frames on Rx Buffer UnavailableRohan G Thomas-2/+14
2025-11-27platform/x86/amd/pmf: Use devm_mutex_init() for mutex initializationShyam Sundar S K-6/+11
2025-11-27platform/x86/amd/pmf: Add BIOS_INPUTS_MAX macro to replace hardcoded array sizeShyam Sundar S K-4/+5
2025-11-27iommupt: Avoid a compiler bug with sw_bitJason Gunthorpe-8/+8
2025-11-27spi: airoha-snfi: en7523: workaround flash damaging if UART_TXD was short to GNDMikhail Kshevetskiy-1/+24
2025-11-27firmware: cs_dsp: Use kvzalloc() to allocate control cachesRichard Fitzgerald-3/+3
2025-11-27firmware: cs_dsp: Take pwr_lock around reading controls debugfsRichard Fitzgerald-0/+2
2025-11-27spi: nxp-fspi: Propagate fwnode in ACPI case as wellAndy Shevchenko-5/+5
2025-11-27regulator: rtq2208: Correct LDO2 logic judgment bitsChiYuan Huang-1/+1
2025-11-27regulator: rtq2208: Correct buck group2 phase mapping logicChiYuan Huang-2/+2
2025-11-27net: fec: do not register PPS event for PEROUTWei Fang-2/+5
2025-11-27net: fec: do not allow enabling PPS and PEROUT simultaneouslyWei Fang-0/+12
2025-11-27net: fec: do not update PEROUT if it is enabledWei Fang-10/+34
2025-11-27net: fec: cancel perout_timer when PEROUT is disabledWei Fang-0/+2
2025-11-27RDMA/siw: reclassify sockets in order to avoid false positives from lockdepStefan Metzmacher-0/+51
2025-11-27platform/x86: serial-multi-instantiate: Add IRQ_RESOURCE_OPT for IRQ missing ...Baojun Xu-4/+9
2025-11-27fbnic: Replace use of internal PCS w/ Designware XPCSAlexander Duyck-63/+55
2025-11-27fbnic: Add SW shim for MDIO interface to PMD and PCSAlexander Duyck-0/+205
2025-11-27fbnic: Add handler for reporting link down event statisticsAlexander Duyck-0/+9
2025-11-27fbnic: Add logic to track PMD state via MAC/PCS signalsAlexander Duyck-52/+175
2025-11-27fbnic: Rename PCS IRQ to MAC IRQ as it is actually a MAC interruptAlexander Duyck-32/+32
2025-11-27net: pcs: xpcs: Add support for FBNIC 25G, 50G, 100G PMDAlexander Duyck-2/+22
2025-11-27net: pcs: xpcs: Fix PMA identifier handling in XPCSAlexander Duyck-5/+4
2025-11-27net: pcs: xpcs: Add support for 25G, 50G, and 100G interfacesAlexander Duyck-4/+101
2025-11-27net: phy: Add MDIO_PMA_CTRL1_SPEED for 2.5G and 5G to reflect PMA valuesAlexander Duyck-4/+4
2025-11-27platform/x86/amd/pmf: Refactor repetitive BIOS output handlingShyam Sundar S K-30/+42
2025-11-27usb: gadget: tegra-xudc: Always reinitialize data toggle when clear haltHaotien Hsu-6/+0
2025-11-27Merge tag 'usb-serial-6.19-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-292/+182
2025-11-27pwm: rzg2l-gpt: Allow checking period_tick cache value only if sibling channe...Biju Das-3/+12
2025-11-27RDMA/bng_re: Remove prefetch instructionLeon Romanovsky-1/+1
2025-11-27backlight: aw99706: Fix unused function warnings from suspend/resume opsNathan Chancellor-2/+2
2025-11-27gpio: shared: handle the reset-gpios corner caseBartosz Golaszewski-1/+80
2025-11-27vhost/test: add test specific macro for featuresMichael S. Tsirkin-2/+4
2025-11-27virtio: clean up features qword/dword termsMichael S. Tsirkin-20/+20
2025-11-27vduse: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-27virtio_balloon: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+2
2025-11-27vdpa/pds: use %pe for ERR_PTR() in event handler registrationAlok Tiwari-1/+1
2025-11-27vhost: Fix kthread worker cgroup failure handlingMike Christie-1/+3
2025-11-27virtio: vdpa: Fix reference count leak in octep_sriov_enable()Miaoqian Lin-0/+1
2025-11-27vdpa/mlx5: Fix incorrect error code reporting in query_virtqueuesAlok Tiwari-1/+1
2025-11-27virtio: fix kernel-doc for mapping/free_coherent functionsKriish Sharma-3/+4
2025-11-27virtio_vdpa: fix misleading return in void functionAlok Tiwari-1/+1
2025-11-26Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm...Jakub Kicinski-41/+124
2025-11-26net: atlantic: fix fragment overflow handling in RX pathJiefeng Zhang-0/+5
2025-11-26virtio-net: avoid unnecessary checksum calculation on guest RXJon Kohler-2/+3