summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2022-04-29ipmi: When handling send message responses, don't process the messageCorey Minyard1-0/+2
2022-03-25Merge tag 'for-linus-5.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds4-72/+61
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-11/+14
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+3
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds2-18/+56
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds5-16/+6
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-101/+216
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-1672/+1174
2022-03-20ipmi: initialize len variableTom Rix1-1/+1
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin1-2/+2
2022-03-12random: check for signal and try earlier when generating entropyJason A. Donenfeld1-2/+3
2022-03-12random: reseed more often immediately after bootingJason A. Donenfeld1-3/+25
2022-03-12random: make consistent usage of crng_ready()Jason A. Donenfeld1-12/+7
2022-03-12random: use SipHash as interrupt entropy accumulatorJason A. Donenfeld1-39/+55
2022-03-12random: provide notifier for VM forkJason A. Donenfeld1-0/+15
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld1-48/+19
2022-03-12random: do not export add_vmfork_randomness() unless neededJason A. Donenfeld1-0/+4
2022-03-12random: add mechanism for VM forks to reinitialize crngJason A. Donenfeld1-15/+35
2022-03-12random: don't let 644 read-only sysctls be written toJason A. Donenfeld1-2/+9
2022-03-12random: give sysctl_random_min_urandom_seed a more sensible valueJason A. Donenfeld1-2/+2
2022-03-12random: block in /dev/urandomJason A. Donenfeld2-56/+18
2022-03-10tpm: use try_get_ops() in tpm-space.cJames Bottomley1-4/+4
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo3-38/+75
2022-03-08tpm: xen-tpmfront: Use struct_size() helperGustavo A. R. Silva1-4/+4
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-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann1-3/+3
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