summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* hwrng: pic32 - remove unused definesMartin Kaiser2023-07-201-10/+3
* hwrng: pic32 - use devm_clk_get_enabledMartin Kaiser2023-07-201-14/+5
* hwrng: pic32 - enable compile-testingMartin Kaiser2023-07-201-1/+1
* hwrng: exynos - switch to DEFINE_SIMPLE_DEV_PM_OPSMartin Kaiser2023-07-201-4/+4
* hwrng: imx-rngc - use dev_err_probeMartin Kaiser2023-07-201-16/+8
* crypto: qat - replace the if statement with min()You Kangren2023-07-201-5/+2
* hwrng: nomadik - use dev_err_probeMartin Kaiser2023-07-201-5/+2
* hwrng: nomadik - keep clock enabled while hwrng is registeredMartin Kaiser2023-07-201-9/+3
* crypto: qat - add heartbeat counters checkDamian Muszynski2023-07-206-0/+81
* crypto: qat - add heartbeat featureDamian Muszynski2023-07-2020-2/+611
* crypto: qat - add measure clock frequencyDamian Muszynski2023-07-2016-0/+268
* crypto: qat - drop obsolete heartbeat interfaceDamian Muszynski2023-07-201-15/+0
* crypto: qat - add internal timer for qat 4xxxDamian Muszynski2023-07-2010-0/+137
* crypto: qat - add fw_counters debugfs fileLucas Segarra Fernandez2023-07-207-0/+303
* crypto: ccp - Add support for getting and setting DBC parametersMario Limonciello2023-07-202-0/+47
* crypto: ccp - Add support for setting user ID for dynamic boost controlMario Limonciello2023-07-202-0/+24
* crypto: ccp - Add support for fetching a nonce for dynamic boost controlMario Limonciello2023-07-207-1/+253
* crypto: ccp - move setting PSP master to earlier in the initMario Limonciello2023-07-201-3/+7
* crypto: ccp - Add bootloader and TEE version offsetsMario Limonciello2023-07-201-0/+5
* crypto: ccp - Add support for displaying PSP firmware versionsMario Limonciello2023-07-202-0/+66
* crypto: ccp - Rename macro for security attributesMario Limonciello2023-07-201-13/+13
* crypto: qat - change value of default idle filterGiovanni Cabiddu2023-07-141-1/+1
* Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds2023-07-098-30/+33
|\
| * ntb: hw: amd: Fix debugfs_create_dir error checkingAnup Sharma2023-07-081-1/+1
| * ntb_netdev: Fix module_init problemGeoff Levand2023-07-081-1/+1
| * ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: epf: Remove redundant pci_clear_masterCai Huoqing2023-07-081-8/+4
| * ntb_hw_amd: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
| * ntb: idt: drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas2023-07-081-12/+5
| * NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie2023-07-081-0/+1
| * NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang2023-07-081-0/+2
| * NTB: ntb_transport: fix possible memory leak while device_register() failsYang Yingliang2023-07-081-1/+1
| * ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * NTB: amd: Fix error handling in amd_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
| * ntb: idt: Fix error handling in idt_pci_driver_init()Yuan Can2023-07-081-1/+6
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2023-07-089-39/+28
|\ \
| * | scsi: ufs: core: Remove unused function declarationKeoseong Park2023-06-281-1/+0
| * | scsi: target: iblock: Quiet bool conversion warning with pr_preempt useMike Christie2023-06-281-1/+1
| * | scsi: core: Simplify scsi_cdl_check_cmd()Damien Le Moal2023-06-281-23/+14
| * | scsi: isci: Fix comment typoYueh-Shun Li2023-06-281-1/+1
| * | scsi: smartpqi: Replace one-element arrays with flexible-array membersGustavo A. R. Silva2023-06-212-5/+4
| * | scsi: target: tcmu: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-2/+2
| * | scsi: ncr53c8xx: Replace strlcpy() with strscpy()Azeem Shaikh2023-06-211-1/+1
| * | scsi: lpfc: Fix lpfc_name struct packingArnd Bergmann2023-06-211-5/+5
* | | Merge tag 'i2c-for-6.5-rc1-part2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-07-083-3/+2
|\ \ \
| * | | i2c: mpc: Drop unused variableGuenter Roeck2023-07-061-1/+0
| * | | i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET2023-07-061-2/+0
| * | | i2c: xiic: Don't try to handle more interrupt events after errorRobert Hancock2023-07-061-0/+2
* | | | Merge tag 'hardening-v6.5-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-07-081-0/+3
|\ \ \ \
| * | | | dm: verity-loadpin: Add NULL pointer check for 'bdev' parameterMatthias Kaehlcke2023-06-281-0/+3