aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-107-18/+32
|\
| * of: base: Shift refcount decrement in of_find_last_cache_level()Pierre Gondois2022-10-031-1/+2
| * of: base: make of_device_compatible_match() accept const device nodeDmitry Torokhov2022-09-301-1/+1
| * of: Fix "dma-ranges" handling for bus controllersRobin Murphy2022-09-303-2/+16
| * of: fdt: Remove unused struct fdt_scan_statusYuan Can2022-09-291-9/+0
| * of/fdt: Don't calculate initrd size from DT if start > endMarek Bykowski2022-09-091-0/+2
| * of: irq: Report individual failures in of_irq_init()Alexander Sverdlin2022-09-071-0/+3
| * of: unittest: taint the kernel when of unittest runsFrank Rowand2022-08-251-0/+3
| * of: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-223-5/+5
* | Merge tag 'tpmdd-next-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-10-101-1/+1
|\ \
| * | char: move from strlcpy with unused retval to strscpyWolfram Sang2022-10-051-1/+1
* | | Merge tag 'v6.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-10-1060-1116/+5137
|\ \ \
| * | | crypto: aspeed - Remove redundant dev_err callShang XiaoJing2022-09-301-3/+1
| * | | crypto: bcm - Simplify obtain the name for cipherGaosheng Cui2022-09-301-2/+2
| * | | crypto: marvell/octeontx - use sysfs_emit() to instead of scnprintf()ye xingchen2022-09-301-4/+4
| * | | hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski2022-09-301-26/+10
| * | | crypto: zip - remove the unneeded result variableye xingchen2022-09-301-24/+6
| * | | crypto: qat - add limit to linked list parsingAdam Guerin2022-09-301-2/+6
| * | | crypto: octeontx2 - Remove the unneeded result variableye xingchen2022-09-301-4/+1
| * | | crypto: ccp - Remove the unneeded result variableye xingchen2022-09-301-4/+1
| * | | crypto: aspeed - Fix check for platform_get_irq() errorsYueHaibing2022-09-301-3/+1
| * | | crypto: virtio - fix memory-leaklei he2022-09-301-0/+4
| * | | crypto: cavium - prevent integer overflow loading firmwareDan Carpenter2022-09-301-2/+4
| * | | crypto: marvell/octeontx - prevent integer overflowsDan Carpenter2022-09-301-2/+16
| * | | crypto: aspeed - fix build error when only CRYPTO_DEV_ASPEED is enabledNeal Liu2022-09-302-5/+5
| * | | crypto: hisilicon/qm - fix the qos value initializationKai Ye2022-09-241-7/+15
| * | | crypto: sun4i-ss - use DEFINE_SHOW_ATTRIBUTE to simplify sun4i_ss_debugfsLiu Shixin2022-09-241-14/+2
| * | | crypto: artpec6 - Fix printk warning on size_t/%dHerbert Xu2022-09-241-1/+1
| * | | crypto: inside-secure - Replace generic aes with libaesPeter Harliman Liem2022-09-242-54/+21
| * | | crypto: inside_secure - Avoid dma map if size is zeroPeter Harliman Liem2022-09-241-13/+31
| * | | crypto: qat - use reference to structure in dma_map_single()Damian Muszynski2022-09-161-6/+6
| * | | Revert "crypto: qat - reduce size of mapped region"Giovanni Cabiddu2022-09-161-6/+6
| * | | crypto: qat - fix DMA transfer directionDamian Muszynski2022-09-161-6/+12
| * | | crypto: hisilicon - support get algs by the capability registerZhiqi Song2022-09-165-18/+222
| * | | crypto: hisilicon/sec - get algorithm bitmap from registersWenkai Lin2022-09-163-121/+236
| * | | crypto: hisilicon/zip - support zip capabilityWeili Qian2022-09-163-42/+128
| * | | crypto: hisilicon/hpre - optimize registration of ecdhZhiqi Song2022-09-161-73/+63
| * | | crypto: hisilicon/hpre - support hpre capabilityZhiqi Song2022-09-163-38/+157
| * | | crypto: hisilicon/qm - support get device irq information from hardware regis...Weili Qian2022-09-161-99/+195
| * | | crypto: hisilicon/qm - get error type from hardware registersWeili Qian2022-09-165-103/+202
| * | | crypto: hisilicon/qm - add UACCE_CMD_QM_SET_QP_INFO supportWeili Qian2022-09-161-3/+18
| * | | crypto: hisilicon/qm - get qp num and depth from hardware registersWeili Qian2022-09-167-133/+198
| * | | crypto: hisilicon/qm - get hardware features from hardware registersWeili Qian2022-09-164-67/+141
| * | | crypto: hisilicon/sec - delete redundant blank linesKai Ye2022-09-161-2/+0
| * | | crypto: inside-secure - Change swab to swab32Peter Harliman Liem2022-09-161-4/+4
| * | | crypto: nx - Remove the unneeded result variableye xingchen2022-09-091-4/+1
| * | | crypto: ccp - Release dma channels before dmaengine unrgisterKoba Ko2022-09-091-1/+5
| * | | crypto: octeontx - Remove the unneeded result variableye xingchen2022-09-091-15/+5
| * | | crypto: aspeed - fix return value check in aspeed_hace_probe()Sun Ke2022-09-091-2/+2
| * | | crypto: aspeed - Fix sparse warningsHerbert Xu2022-09-072-40/+40