summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2026-03-27HID: hid-lenovo-go: fix LEDS dependenciesArnd Bergmann-6/+3
2026-03-27HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3leo vriska-0/+4
2026-03-27HID: roccat: fix use-after-free in roccat_report_eventBenoƮt Sevens-0/+2
2026-03-27thermal/drivers/spear: Fix error condition for reading st,thermal-flagsGopi Krishna Menon-1/+1
2026-03-27Merge branch 'icc-msm8974' into icc-nextGeorgi Djakov-413/+1255
2026-03-27coresight: cti: fix the check condition in inout_sel_storeJie Gan-1/+2
2026-03-27crypto: qce - use memcpy_and_pad in qce_aead_setkeyThorsten Blum-2/+2
2026-03-27crypto: inside-secure/eip93 - add missing address terminator characterMieczyslaw Nalewaj-13/+13
2026-03-27crypto: inside-secure/eip93 - correct ecb(des-eip93) typoMieczyslaw Nalewaj-1/+1
2026-03-27crypto: hisilicon/sec2 - prevent req used-after-free for secWenkai Lin-1/+1
2026-03-27crypto: inside-secure/eip93 - make it selectable for ECONETAleksander Jan Bajkowski-1/+1
2026-03-27crypto: ti - Add support for AES-CCM in DTHEv2 driverT Pratham-16/+126
2026-03-27crypto: ti - Add support for AES-GCM in DTHEv2 driverT Pratham-3/+628
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify cryp_find_devThorsten Blum-11/+5
2026-03-27crypto: stm32 - use list_first_entry_or_null to simplify hash_find_devThorsten Blum-11/+5
2026-03-27crypto: qat - add anti-rollback support for GEN6 devicesSuman Kumar Chakraborty-5/+383
2026-03-27crypto: caam - guard HMAC key hex dumps in hash_digest_keyThorsten Blum-4/+4
2026-03-27crypto: nx - Fix packed layout in struct nx842_crypto_headerGustavo A. R. Silva-2/+2
2026-03-27crypto: nx - annotate struct nx842_crypto_header with __counted_byThorsten Blum-1/+1
2026-03-27crypto: marvell/cesa - use memcpy_and_pad in mv_cesa_ahash_exportThorsten Blum-2/+1
2026-03-27crypto: s5p-sss - use unregister_{ahashes,skciphers} in probe/removeThorsten Blum-17/+10
2026-03-27mmc: core: Switch to use pm_ptr() for mmc_host_class_dev_pm_opsShawn Lin-9/+3
2026-03-27mmc: core: Remove legacy 'enable-sdio-wakeup' DT property supportShawn Lin-2/+1
2026-03-27mmc: mmc_test: use kzalloc_flexRosen Penev-18/+10
2026-03-27pinctrl: core: Don't use "proxy" headersAndy Shevchenko-1/+1
2026-03-27auxdisplay: line-display: fix NULL dereference in linedisp_releaseGuangshuo Li-1/+1
2026-03-27iommupt/amdv1: mark amdv1pt_install_leaf_entry as __always_inlineSherry Yang-1/+1
2026-03-27pinctrl: amd: Support new ACPI ID AMDI0033Basavaraj Natikar-0/+1
2026-03-27iommu/amd: Fix illegal cap/mmio access in IOMMU debugfsGuanghui Feng-23/+19
2026-03-27iommu/amd: Fix illegal device-id access in IOMMU debugfsGuanghui Feng-9/+12
2026-03-27iommupt: Fix short gather if the unmap goes into a large mappingJason Gunthorpe-1/+1
2026-03-27Merge branch 'dt-reserved-mem-cleanups' into dma-mapping-for-nextMarek Szyprowski-144/+199
2026-03-27Merge tag 'drm-xe-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie-11/+33
2026-03-27Merge tag 'drm-misc-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/m...Dave Airlie-26/+35
2026-03-27Merge tag 'drm-intel-fixes-2026-03-26' of https://gitlab.freedesktop.org/drm/...Dave Airlie-15/+41
2026-03-27Merge tag 'mediatek-drm-next-20260325' of https://git.kernel.org/pub/scm/linu...Dave Airlie-18/+34
2026-03-26net: stmmac: remove axi_kbbe, axi_mb and axi_rb membersRussell King (Oracle)-4/+0
2026-03-26virtio-net: enable NETIF_F_GRO_HW only if GRO-related offloads are supportedDi Zhu-11/+13
2026-03-26net: enetc: do not access non-existent registers on pseudo MACWei Fang-0/+7
2026-03-26net: enetc: add graceful stop to safely reinitialize the TX RingWei Fang-14/+108
2026-03-26net: enetc: reset PIR and CIR if they are not equal when initializing TX ringWei Fang-1/+12
2026-03-26net: fec: fix the PTP periodic output sysfs interfaceBuday Csaba-3/+0
2026-03-26virtio_net: sync RX buffer before reading the headerMichael S. Tsirkin-10/+10
2026-03-26drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctlArvind Yadav-4/+12
2026-03-26drm/xe/madvise: Enable purgeable buffer object IOCTL supportArvind Yadav-17/+7
2026-03-26drm/xe/bo: Add purgeable shrinker state helpersArvind Yadav-1/+42
2026-03-26drm/xe/dma_buf: Block export of DONTNEED/purged BOsArvind Yadav-0/+24
2026-03-26drm/xe/bo: Block mmap of DONTNEED/purged BOsArvind Yadav-1/+26
2026-03-26drm/xe/madvise: Block imported and exported dma-bufsArvind Yadav-0/+37
2026-03-26drm/xe/madvise: Implement per-VMA purgeable state trackingArvind Yadav-7/+153