summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-2416-172/+346
|\
| * crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum2022-05-233-0/+186
| * crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum2022-05-233-3/+19
| * tpm: Add field upgrade mode support for Infineon TPM2 modulesStefan Mahnke-Hartmann2022-05-231-1/+5
| * tpm: Fix buffer access in tpm2_get_tpm_pt()Stefan Mahnke-Hartmann2022-05-231-1/+10
| * char: tpm: cr50_i2c: Suppress duplicated error message in .remove()Uwe Kleine-König2022-05-231-2/+2
| * tpm: cr50: Add new device/vendor ID 0x504a6666Jes B. Klinke2022-05-231-3/+4
| * tpm: Remove read16/read32/write32 calls from tpm_tis_phy_opsJohannes Holland2022-05-236-161/+118
| * tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()Xiu Jianfeng2022-05-231-0/+1
| * tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functionsHaowen Bai2022-05-231-1/+1
* | Merge tag 'kernel-hardening-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-242-56/+130
|\ \
| * | niu: Silence randstruct warningsKees Cook2022-05-171-10/+31
| * | lkdtm/stackleak: fix CONFIG_GCC_PLUGIN_STACKLEAK=nMark Rutland2022-05-081-1/+11
| * | lkdtm/stackleak: check stack boundariesMark Rutland2022-05-081-0/+20
| * | lkdtm/stackleak: prevent unexpected stack usageMark Rutland2022-05-081-1/+23
| * | lkdtm/stackleak: rework boundary managementMark Rutland2022-05-081-39/+47
| * | lkdtm/stackleak: avoid spurious failureMark Rutland2022-05-081-7/+0
* | | Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-05-241-785/+561
|\ \ \
| * | | random: check for signals after page of pool writesJason A. Donenfeld2022-05-221-4/+10
| * | | random: wire up fops->splice_{read,write}_iter()Jens Axboe2022-05-201-0/+4
| * | | random: convert to using fops->write_iter()Jens Axboe2022-05-201-32/+35
| * | | random: convert to using fops->read_iter()Jens Axboe2022-05-201-36/+29
| * | | random: unify batched entropy implementationsJason A. Donenfeld2022-05-191-92/+55
| * | | random: move randomize_page() into mm where it belongsJason A. Donenfeld2022-05-191-32/+0
| * | | random: remove mostly unused async readiness notifierJason A. Donenfeld2022-05-191-48/+0
| * | | random: remove get_random_bytes_arch() and add rng_has_arch_random()Jason A. Donenfeld2022-05-191-33/+16
| * | | random: move initialization functions out of hot pagesJason A. Donenfeld2022-05-191-25/+21
| * | | random: make consistent use of buf and lenJason A. Donenfeld2022-05-191-102/+97
| * | | random: use static branch for crng_ready()Jason A. Donenfeld2022-05-191-4/+12
| * | | random: credit architectural init the exact amountJason A. Donenfeld2022-05-181-6/+6
| * | | random: handle latent entropy and command line from random_init()Jason A. Donenfeld2022-05-181-7/+10
| * | | random: use proper jiffies comparison macroJason A. Donenfeld2022-05-181-1/+1
| * | | random: remove ratelimiting for in-kernel unseeded randomnessJason A. Donenfeld2022-05-181-44/+18
| * | | random: move initialization out of reseeding hot pathJason A. Donenfeld2022-05-181-23/+19
| * | | random: avoid initializing twice in credit raceJason A. Donenfeld2022-05-181-5/+5
| * | | random: use symbolic constants for crng_init statesJason A. Donenfeld2022-05-181-19/+19
| * | | siphash: use one source of truth for siphash permutationsJason A. Donenfeld2022-05-181-23/+7
| * | | random: help compiler out with fast_mix() by using simpler argumentsJason A. Donenfeld2022-05-181-21/+23
| * | | random: do not use input pool from hard IRQsJason A. Donenfeld2022-05-181-15/+36
| * | | random: order timer entropy functions below interrupt functionsJason A. Donenfeld2022-05-161-119/+119
| * | | random: do not pretend to handle premature next security modelJason A. Donenfeld2022-05-151-118/+68
| * | | random: use first 128 bits of input as fast initJason A. Donenfeld2022-05-131-97/+49
| * | | random: do not use batches when !crng_ready()Jason A. Donenfeld2022-05-131-3/+11
| * | | random: mix in timestamps and reseed on system restoreJason A. Donenfeld2022-05-131-0/+30
| * | | random: vary jitter iterations based on cycle counter speedJason A. Donenfeld2022-05-131-10/+26
| * | | random: insist on random_get_entropy() existing in order to simplifyJason A. Donenfeld2022-05-131-60/+29
* | | | Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-242-0/+12
|\ \ \ \
| * \ \ \ Merge branch 'v5.18-rc5'Peter Zijlstra2022-05-11487-3483/+5075
| |\ \ \ \
| * | | | | ACPI: Add perf low power callbackStephane Eranian2022-04-052-0/+12
* | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-05-2412-154/+952
|\ \ \ \ \ \