summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2022-03-25Merge tag 'for-linus-5.17-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2022-03-24Merge tag 'drm-next-2022-03-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-03-23Merge tag 'arm-drivers-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-20ipmi: initialize len variableTom Rix
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin
2022-03-12random: check for signal and try earlier when generating entropyJason A. Donenfeld
2022-03-12random: reseed more often immediately after bootingJason A. Donenfeld
2022-03-12random: make consistent usage of crng_ready()Jason A. Donenfeld
2022-03-12random: use SipHash as interrupt entropy accumulatorJason A. Donenfeld
2022-03-12random: provide notifier for VM forkJason A. Donenfeld
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld
2022-03-12random: do not export add_vmfork_randomness() unless neededJason A. Donenfeld
2022-03-12random: add mechanism for VM forks to reinitialize crngJason A. Donenfeld
2022-03-12random: don't let 644 read-only sysctls be written toJason A. Donenfeld
2022-03-12random: give sysctl_random_min_urandom_seed a more sensible valueJason A. Donenfeld
2022-03-12random: block in /dev/urandomJason A. Donenfeld
2022-03-10tpm: use try_get_ops() in tpm-space.cJames Bottomley
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo
2022-03-08tpm: xen-tpmfront: Use struct_size() helperGustavo A. R. Silva
2022-03-08tpm: Fix error handling in async workTadeusz Struk
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley
2022-02-28random: do crng pre-init loading in worker rather than irqJason A. Donenfeld
2022-02-28random: unify cycles_t and jiffies usage and typesJason A. Donenfeld
2022-02-28random: cleanup UUID handlingJason A. Donenfeld
2022-02-27tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann
2022-02-24random: only wake up writers after zap if threshold was passedJason A. Donenfeld
2022-02-24random: round-robin registers as ulong, not u32Jason A. Donenfeld
2022-02-23ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard
2022-02-23ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-02-21random: check for crng_init == 0 in add_device_randomness()Jason A. Donenfeld
2022-02-21random: unify early init crng load accountingJason A. Donenfeld