summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds35-1133/+495
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds7-15/+30
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-67/+1652
2024-05-13Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+93
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-41/+7
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds68-504/+3777
2024-05-13Merge tag 'soc-dt-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-3/+4
2024-05-13Merge tag 's390-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds15-241/+574
2024-05-12Merge tag 'edac_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+37
2024-05-11Merge tag 'drm-fixes-2024-05-11' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds20-203/+122
2024-05-11Revert "drm/nouveau/firmware: Fix SG_DEBUG error with nvkm_firmware_ctor()"Dave Airlie1-12/+7
2024-05-11Merge tag 'drm-misc-fixes-2024-05-10' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-40/+32
2024-05-11Merge tag 'gpio-fixes-for-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-30/+63
2024-05-10Merge tag 'amd-drm-fixes-6.9-2024-05-10' of https://gitlab.freedesktop.org/ag...Dave Airlie7-18/+51
2024-05-10Merge tag 'block-6.9-20240510' of git://git.kernel.dk/linuxLinus Torvalds6-20/+25
2024-05-10Merge tag 'spi-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-12/+3
2024-05-10Merge tag 'regulator-fix-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-15/+19
2024-05-10Merge tag 'iommu-fixes-v6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-3/+5
2024-05-10drm/amdgpu: Fix comparison in amdgpu_res_cpu_visibleMichel Dänzer1-1/+1
2024-05-10drm/amdkfd: don't allow mapping the MMIO HDP page with large pagesAlex Deucher1-2/+5
2024-05-10gpiolib: cdev: fix uninitialised kfifoKent Gibson1-0/+14
2024-05-10iommu/arm-smmu: Use the correct type in nvidia_smmu_context_fault()Jason Gunthorpe1-3/+1
2024-05-10Merge tag 'drm-xe-fixes-2024-05-09' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie4-3/+13
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley3-16/+67
2024-05-09tpm: add the null key name as a sysfs exportJames Bottomley1-0/+18
2024-05-09tpm: add session encryption protection to tpm2_get_random()James Bottomley1-4/+17
2024-05-09tpm: add hmac checks to tpm2_pcr_extend()James Bottomley1-17/+10
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley1-0/+400
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley1-0/+129
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley4-0/+291
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley2-0/+106
2024-05-09tpm: Add NULL primary creationJames Bottomley5-0/+349
2024-05-09tpm: export the context save and load commandsJames Bottomley2-4/+8
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley1-0/+28
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen1-1/+78
2024-05-09tpm: TPM2B formatted buffersJarkko Sakkinen1-3/+35
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen2-11/+39
2024-05-09tpm: Move buffer handling from static inlines to real functionsJames Bottomley2-0/+88
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen1-25/+0
2024-05-09char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nNiklas Schnelle2-3/+1
2024-05-09tpm/eventlog: remove redundant assignment to variabel retColin Ian King1-1/+0
2024-05-09char: tpm: handle HAS_IOPORT dependenciesNiklas Schnelle3-15/+21
2024-05-09Merge tag 'hwmon-for-v6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+35
2024-05-09hwmon: (pmbus/ucd9000) Increase delay from 250 to 500usLakshmi Yadlapati1-3/+3
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds11-90/+285
2024-05-09regulator: core: fix debugfs creation regressionJohan Hovold1-11/+16
2024-05-09Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2024-05-09crypto: mxs-dcp: Add support for hardware-bound keysDavid Gstir1-11/+93
2024-05-09drm/xe: Use ordered WQ for G2H handlerMatthew Brost3-1/+8