aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08tpm: Fix error handling in async workTadeusz Struk1-1/+7
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin1-0/+7
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing1-1/+1
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea1-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea1-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea1-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea1-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea1-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea1-0/+1
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea1-13/+30
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley1-61/+7
2022-02-28random: do crng pre-init loading in worker rather than irqJason A. Donenfeld1-46/+19
2022-02-28random: unify cycles_t and jiffies usage and typesJason A. Donenfeld1-29/+27
2022-02-28random: cleanup UUID handlingJason A. Donenfeld1-16/+13
2022-02-27tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook1-1/+1
2022-02-25agp/intel: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET1-13/+13
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/linux-tee into arm/driversArnd Bergmann1-3/+3
2022-02-25powerpc/BSR: Make use of the helper macro LIST_HEAD()Cai Huoqing1-1/+1
2022-02-25xilinx_hwicap: cleanup commentsTom Rix2-4/+4
2022-02-24random: only wake up writers after zap if threshold was passedJason A. Donenfeld1-1/+1
2022-02-24random: round-robin registers as ulong, not u32Jason A. Donenfeld1-3/+3
2022-02-23ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard1-9/+49
2022-02-23ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard1-0/+2
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley1-0/+1
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld1-15/+47
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld1-0/+1
2022-02-21random: check for crng_init == 0 in add_device_randomness()Jason A. Donenfeld1-1/+1
2022-02-21random: unify early init crng load accountingJason A. Donenfeld1-54/+58
2022-02-21random: do not take pool spinlock at bootJason A. Donenfeld1-3/+3
2022-02-21random: defer fast pool mixing to workerJason A. Donenfeld1-14/+49
2022-02-21random: rewrite header introductory commentJason A. Donenfeld1-162/+21
2022-02-21random: group sysctl functionsJason A. Donenfeld1-6/+31
2022-02-21random: group userspace read/write functionsJason A. Donenfeld1-48/+77
2022-02-21random: group entropy collection functionsJason A. Donenfeld1-164/+206
2022-02-21random: group entropy extraction functionsJason A. Donenfeld1-107/+109
2022-02-21random: group crng functionsJason A. Donenfeld1-382/+410
2022-02-21random: group initialization wait functionsJason A. Donenfeld1-161/+172
2022-02-21random: remove whitespace and reorder includesJason A. Donenfeld1-2/+1
2022-02-21random: introduce drain_entropy() helper to declutter crng_reseed()Jason A. Donenfeld1-13/+23
2022-02-21random: deobfuscate irq u32/u64 contributionsJason A. Donenfeld1-21/+28
2022-02-21random: add proper SPDX headerJason A. Donenfeld1-36/+1
2022-02-21random: remove unused tracepointsJason A. Donenfeld1-27/+3
2022-02-21random: remove ifdef'd out interrupt benchJason A. Donenfeld1-40/+0
2022-02-21random: tie batched entropy generation to base_crng generationJason A. Donenfeld1-21/+8
2022-02-21random: fix locking for crng_init in crng_reseed()Dominik Brodowski1-3/+6
2022-02-21random: zero buffer after reading entropy from userspaceJason A. Donenfeld1-3/+8
2022-02-21random: remove outdated INT_MAX >> 6 check in urandom_read()Jason A. Donenfeld1-2/+1
2022-02-21random: make more consistent use of integer typesJason A. Donenfeld1-68/+55
2022-02-21random: use hash function for crng_slow_load()Jason A. Donenfeld1-27/+15
2022-02-21random: use simpler fast key erasure flow on per-cpu keysJason A. Donenfeld1-166/+229