summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* MAINTAINERS: Add qcom-qce dt-binding file to QUALCOMM CRYPTO DRIVERS sectionBhupesh Sharma2023-03-141-0/+1
* dt-bindings: qcom-qce: Convert bindings to yamlBhupesh Sharma2023-03-142-25/+67
* crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2023-03-142-0/+30
* crypto: p10-aes-gcm - A perl script to process PowerPC assembler source.Danny Tsen2023-03-141-0/+229
* crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen2023-03-141-0/+370
* crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen2023-03-141-0/+585
* crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen2023-03-141-0/+1521
* crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen2023-03-141-0/+345
* crypto: ccree - Use devm_platform_get_and_ioremap_resource()Yang Li2023-03-141-2/+2
* crypto: aspeed - Use devm_platform_ioremap_resource()Yang Li2023-03-141-5/+2
* hwrng: meson - remove not needed call to platform_set_drvdataHeiner Kallweit2023-03-141-2/+0
* hwrng: meson - use devm_clk_get_optional_enabledHeiner Kallweit2023-03-141-20/+4
* hwrng: meson - remove unused member of struct meson_rng_dataHeiner Kallweit2023-03-141-3/+0
* padata: Make kobj_type structure constantThomas Weißschuh2023-03-141-1/+1
* crypto: api - Check CRYPTO_USER instead of NET for reportHerbert Xu2023-03-149-72/+36
* crypto: api - Move MODULE_ALIAS_CRYPTO to algapi.hHerbert Xu2023-03-142-13/+13
* crypto: rng - Count error stats differentlyHerbert Xu2023-03-145-126/+105
* crypto: skcipher - Count error stats differentlyHerbert Xu2023-03-145-79/+109
* crypto: kpp - Count error stats differentlyHerbert Xu2023-03-145-101/+89
* crypto: acomp - Count error stats differentlyHerbert Xu2023-03-149-156/+229
* crypto: hash - Count error stats differentlyHerbert Xu2023-03-147-157/+240
* crypto: akcipher - Count error stats differentlyHerbert Xu2023-03-145-138/+108
* crypto: aead - Count error stats differentlyHerbert Xu2023-03-145-84/+95
* crypto: algapi - Move stat reporting into algapiHerbert Xu2023-03-142-0/+9
* crypto: qat - Include algapi.h for low-level Crypto APIHerbert Xu2023-03-141-1/+2
* hwrng: xgene - Improve error reporting for problems during .remove()Uwe Kleine-König2023-03-141-1/+1
* hwrng: xgene - Simplify using devm_clk_get_optional_enabled()Uwe Kleine-König2023-03-101-21/+6
* hwrng: xgene - Simplify using dev_err_probe()Uwe Kleine-König2023-03-101-14/+7
* crypto: acomp - Be more careful with request flagsHerbert Xu2023-03-101-1/+3
* Linux 6.3-rc1v6.3-rc1Linus Torvalds2023-03-051-2/+2
* cpumask: re-introduce constant-sized cpumask optimizationsLinus Torvalds2023-03-054-72/+72
* Merge tag 'v6.3-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-03-053-23/+53
|\
| * crypto: caam - Fix edesc/iv ordering mixupHerbert Xu2023-02-283-23/+53
* | Merge tag 'x86-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-053-15/+51
|\ \
| * | virt/sev-guest: Return -EIO if certificate buffer is not large enoughTom Lendacky2023-03-011-3/+17
| * | Documentation/hw-vuln: Document the interaction between IBRS and STIBPKP Singh2023-02-271-5/+16
| * | x86/speculation: Allow enabling STIBP with legacy IBRSKP Singh2023-02-271-7/+18
* | | Merge tag 'irq-urgent-2023-03-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-03-057-15/+44
|\ \ \
| * | | genirq/msi, platform-msi: Ensure that MSI descriptors are unreferencedThomas Gleixner2023-03-023-1/+25
| * | | genirq/msi: Drop dead domain name assignmentJohan Hovold2023-02-241-4/+1
| * | | irqdomain: Add missing NULL pointer check in irq_domain_create_hierarchy()Juergen Gross2023-02-231-1/+2
| * | | Merge branch 'irq/core' into irq/urgentThomas Gleixner2023-02-2337-830/+1020
| |\ \ \
| * | | | genirq/irqdesc: Make kobj_type structures constantThomas Weißschuh2023-02-211-2/+2
| * | | | PCI/MSI: Clarify usage of pci_msix_free_irq()Reinette Chatre2023-02-211-2/+2
| * | | | genirq/msi: Take the per-device MSI lock before validating the control structureMarc Zyngier2023-02-201-3/+6
| * | | | genirq/ipi: Fix NULL pointer deref in irq_data_get_affinity_mask()Sergey Shtylyov2023-02-201-2/+6
* | | | | Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-051-0/+1
|\ \ \ \ \
| * | | | | Adding VFS co-maintainerAl Viro2023-03-051-0/+1
| |/ / / /
* | | | | Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2023-03-0511-11/+48
|\ \ \ \ \
| * | | | | openrisc: fix livelock in uaccessAl Viro2023-03-021-1/+4