summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-3/+3
|\
| * Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann2022-02-251-3/+3
| |\
| | * hwrng: optee-rng: use tee_shm_alloc_kernel_buf()Jens Wiklander2022-02-161-3/+3
* | | Revert "random: block in /dev/urandom"Linus Torvalds2022-03-222-18/+56
* | | Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-03-211-1/+1
|\ \ \
| * | | tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook2022-02-271-1/+1
| |/ /
* | | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2022-03-215-16/+6
|\ \ \
| * | | spi: make remove callback a void functionUwe Kleine-König2022-02-092-5/+2
| * | | tpm: st33zp24: Make st33zp24_remove() a void functionUwe Kleine-König2022-02-094-11/+4
| | |/ | |/|
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-1/+1
|\ \ \
| * | | block: remove genhd.hChristoph Hellwig2022-02-021-1/+1
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-215-101/+216
|\ \ \
| * | | hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin2022-03-141-2/+2
| * | | hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing2022-03-031-1/+1
| * | | hwrng: atmel - remove extra lineClaudiu Beznea2022-03-031-1/+0
| * | | hwrng: atmel - add runtime pm supportClaudiu Beznea2022-03-031-12/+32
| * | | hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea2022-03-031-8/+4
| * | | hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea2022-03-031-24/+25
| * | | hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea2022-03-031-7/+7
| * | | hwrng: atmel - disable trng on failure pathClaudiu Beznea2022-03-031-0/+1
| * | | hwrng: atmel - add wait for ready support on readClaudiu Beznea2022-03-031-13/+30
| * | | hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski2022-02-181-1/+63
| * | | hwrng: core - use per-rng quality value instead of global settingDominik Brodowski2022-02-181-13/+20
| * | | hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski2022-02-181-10/+14
| * | | hwrng: core - do not bother to order list of devices by qualityDominik Brodowski2022-02-181-20/+16
| * | | hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski2022-02-051-1/+10
| * | | hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski2022-02-051-0/+3
| * | | hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski2022-02-051-1/+2
| * | | hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski2022-02-051-2/+2
| * | | hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski2022-02-051-2/+1
| * | | hwrng: core - explicit ordering of initcallsDominik Brodowski2022-02-051-1/+1
| * | | hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven2022-01-311-1/+1
| |/ /
* | | Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-213-1672/+1174
|\ \ \
| * | | random: check for signal and try earlier when generating entropyJason A. Donenfeld2022-03-121-2/+3
| * | | random: reseed more often immediately after bootingJason A. Donenfeld2022-03-121-3/+25
| * | | random: make consistent usage of crng_ready()Jason A. Donenfeld2022-03-121-12/+7
| * | | random: use SipHash as interrupt entropy accumulatorJason A. Donenfeld2022-03-121-39/+55
| * | | random: provide notifier for VM forkJason A. Donenfeld2022-03-121-0/+15
| * | | random: replace custom notifier chain with standard oneJason A. Donenfeld2022-03-121-48/+19
| * | | random: do not export add_vmfork_randomness() unless neededJason A. Donenfeld2022-03-121-0/+4
| * | | random: add mechanism for VM forks to reinitialize crngJason A. Donenfeld2022-03-121-15/+35
| * | | random: don't let 644 read-only sysctls be written toJason A. Donenfeld2022-03-121-2/+9
| * | | random: give sysctl_random_min_urandom_seed a more sensible valueJason A. Donenfeld2022-03-121-2/+2
| * | | random: block in /dev/urandomJason A. Donenfeld2022-03-122-56/+18
| * | | random: do crng pre-init loading in worker rather than irqJason A. Donenfeld2022-02-281-46/+19
| * | | random: unify cycles_t and jiffies usage and typesJason A. Donenfeld2022-02-281-29/+27
| * | | random: cleanup UUID handlingJason A. Donenfeld2022-02-281-16/+13
| * | | random: only wake up writers after zap if threshold was passedJason A. Donenfeld2022-02-241-1/+1
| * | | random: round-robin registers as ulong, not u32Jason A. Donenfeld2022-02-241-3/+3
| * | | random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2022-02-211-15/+47