summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-2410-169/+141
|\ \ \ \ \
| * | | | | 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 '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 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-15/+3
|\ \ \ \ \
| * | | | | xen/tpmfront: use xenbus_setup_ring() and xenbus_teardown_ring()Juergen Gross2022-05-191-15/+3
| |/ / / /
* | | | | Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | x86/amd_nb: Unexport amd_cache_northbridges()Muralidhara M K2022-04-051-1/+1
| |/ / /
* | | | Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmiLinus Torvalds2022-05-042-5/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()Corey Minyard2022-04-292-5/+5
| * | | ipmi: When handling send message responses, don't process the messageCorey Minyard2022-04-291-0/+2
* | | | random: document crng_fast_key_erasure() destination possibilityJason A. Donenfeld2022-04-251-1/+8
* | | | random: use memmove instead of memcpy for remaining 32 bytesJason A. Donenfeld2022-04-161-1/+1
* | | | random: make random_get_entropy() return an unsigned longJason A. Donenfeld2022-04-131-13/+7
* | | | random: allow partial reads if later user copies failJason A. Donenfeld2022-04-131-10/+12
| |_|/ |/| |
* | | random: check for signals every PAGE_SIZE chunk of /dev/[u]randomJason A. Donenfeld2022-04-071-10/+7
* | | random: check for signal_pending() outside of need_resched() checkJann Horn2022-04-061-2/+2