summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: drbg - should select CTRCorentin Labbe2020-04-301-1/+1
* crypto: ctr - no longer needs CRYPTO_SEQIVCorentin Labbe2020-04-301-1/+0
* hwrng: cctrng - Make some symbols staticZou Wei2020-04-301-2/+2
* crypto: hisilicon/qm - Make qm_controller_reset() staticZou Wei2020-04-301-1/+1
* hwrng: optee - Use UUID API for exporting the UUIDAndy Shevchenko2020-04-301-1/+1
* lib/mpi: Fix 64-bit MIPS build with ClangNathan Chancellor2020-04-301-1/+1
* crypto: ccp - Add support for SEV-ES to the PSP driverTom Lendacky2020-04-303-0/+47
* padata: add separate cpuhp node for CPUHP_PADATA_DEADDaniel Jordan2020-04-302-8/+12
* hwrng: cctrng - Remove unnecessary FIPS ifdefHerbert Xu2020-04-301-3/+1
* crypto: bcm - Delete redundant variable definitionTang Bin2020-04-241-1/+0
* crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller2020-04-242-12/+20
* crypto: jitter - SP800-90B complianceStephan Müller2020-04-242-101/+343
* crypto: algif_rng - remove redundant assignment to variable errColin Ian King2020-04-241-1/+1
* crypto: chelsio - remove redundant assignment to variable errorColin Ian King2020-04-241-1/+1
* crypto: arm64 - Consistently enable extensionMark Brown2020-04-241-1/+1
* hwrng: cctrng - Add dependency on HAS_IOMEMHerbert Xu2020-04-221-0/+1
* crypto: hisilicon/qm - add more ACPI dependenciesStephen Rothwell2020-04-221-0/+3
* hwrng: cctrng - add missing include to linux/fips.hHadar Gat2020-04-201-0/+1
* crypto: hisilicon/qm - fix build failure with ACPI offShukun Tan2020-04-201-0/+1
* crypto: marvell/octeontx - Add missing '\n' in log messagesChristophe JAILLET2020-04-166-69/+70
* crypto: api - Fix use-after-free and race in crypto_spawn_algHerbert Xu2020-04-163-7/+19
* crypto: ccp -- don't "select" CONFIG_DMADEVICESArnd Bergmann2020-04-161-2/+1
* crypto: algapi - Avoid spurious modprobe on LOADEDEric Biggers2020-04-161-1/+1
* crypto: sun8i-ss - Delete an error message in sun8i_ss_probe()Markus Elfring2020-04-161-3/+1
* hwrng: xgene - Delete an error message in xgene_rng_probe()Markus Elfring2020-04-161-3/+1
* hwrng: omap - Delete an error message in of_get_omap_rng_device_details()Markus Elfring2020-04-161-4/+1
* crypto: amlogic - Delete duplicate dev_err in meson_crypto_probe()Tang Bin2020-04-161-3/+1
* crypto: hisilicon/qm - stop qp by judging sq and cq tailYang Shen2020-04-161-9/+114
* crypto: hisilicon/sec2 - add controller reset support for SEC2Yang Shen2020-04-161-12/+28
* crypto: hisilicon/hpre - add controller reset support for HPREHui Tang2020-04-161-9/+37
* crypto: hisilicon/zip - add controller reset support for zipShukun Tan2020-04-161-6/+51
* crypto: hisilicon/qm - add controller reset interfaceShukun Tan2020-04-162-0/+560
* crypto: hisilicon - add vfs_num module parameter for hpre/secHao Fang2020-04-164-2/+64
* crypto: hisilicon - unify SR-IOV related codes into QMShukun Tan2020-04-165-324/+138
* crypto: hisilicon - put vfs_num into struct hisi_qmShukun Tan2020-04-166-29/+22
* MAINTAINERS: add HG as cctrng maintainerHadar Gat2020-04-161-0/+9
* hwrng: cctrng - introduce Arm CryptoCell driverHadar Gat2020-04-164-0/+821
* dt-bindings: add device tree binding for Arm CryptoCell trng engineHadar Gat2020-04-161-0/+54
* crypto: caam - fix the address of the last entry of S/GIuliana Prodan2020-04-161-1/+1
* crypto: caam - fix use-after-free KASAN issue for RSA algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for HASH algorithmsIuliana Prodan2020-04-161-2/+6
* crypto: caam - fix use-after-free KASAN issue for AEAD algorithmsIuliana Prodan2020-04-161-1/+3
* crypto: caam - fix use-after-free KASAN issue for SKCIPHER algorithmsIuliana Prodan2020-04-161-1/+3
* Linux 5.7-rc1v5.7-rc1Linus Torvalds2020-04-121-2/+2
* MAINTAINERS: sort field names for all entriesLinus Torvalds2020-04-121-1974/+1974
* MAINTAINERS: sort entries by entry nameLinus Torvalds2020-04-121-820/+820
* Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-124-9/+79
|\
| * KVM: VMX: Extend VMXs #AC interceptor to handle split lock #AC in guestXiaoyao Li2020-04-111-3/+34
| * KVM: x86: Emulate split-lock access as a write in emulatorXiaoyao Li2020-04-111-1/+11
| * x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-112-5/+34