summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2022-03-22Revert "random: block in /dev/urandom"Linus Torvalds-18/+56
2022-03-21Merge tag 'bounds-fixes-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-03-21Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds-16/+6
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-1/+1
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-101/+216
2022-03-21Merge tag 'random-5.18-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1672/+1174
2022-03-20ipmi: initialize len variableTom Rix-1/+1
2022-03-18virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap-4/+4
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross-1/+1
2022-03-14hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin-2/+2
2022-03-12random: check for signal and try earlier when generating entropyJason A. Donenfeld-2/+3
2022-03-12random: reseed more often immediately after bootingJason A. Donenfeld-3/+25
2022-03-12random: make consistent usage of crng_ready()Jason A. Donenfeld-12/+7
2022-03-12random: use SipHash as interrupt entropy accumulatorJason A. Donenfeld-39/+55
2022-03-12random: provide notifier for VM forkJason A. Donenfeld-0/+15
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld-48/+19
2022-03-12random: do not export add_vmfork_randomness() unless neededJason A. Donenfeld-0/+4
2022-03-12random: add mechanism for VM forks to reinitialize crngJason A. Donenfeld-15/+35
2022-03-12random: don't let 644 read-only sysctls be written toJason A. Donenfeld-2/+9
2022-03-12random: give sysctl_random_min_urandom_seed a more sensible valueJason A. Donenfeld-2/+2
2022-03-12random: block in /dev/urandomJason A. Donenfeld-56/+18
2022-03-10tpm: use try_get_ops() in tpm-space.cJames Bottomley-4/+4
2022-03-08tpm: fix reference counting for struct tpm_chipLino Sanfilippo-38/+75
2022-03-08tpm: xen-tpmfront: Use struct_size() helperGustavo A. R. Silva-4/+4
2022-03-08tpm: Fix error handling in async workTadeusz Struk-1/+7
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin-0/+7
2022-03-03hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing-1/+1
2022-03-03hwrng: atmel - remove extra lineClaudiu Beznea-1/+0
2022-03-03hwrng: atmel - add runtime pm supportClaudiu Beznea-12/+32
2022-03-03hwrng: atmel - use __maybe_unused and pm_ptr() for pm opsClaudiu Beznea-8/+4
2022-03-03hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()Claudiu Beznea-24/+25
2022-03-03hwrng: atmel - rename enable/disable functions to init/cleanupClaudiu Beznea-7/+7
2022-03-03hwrng: atmel - disable trng on failure pathClaudiu Beznea-0/+1
2022-03-03hwrng: atmel - add wait for ready support on readClaudiu Beznea-13/+30
2022-02-28ipmi: kcs: aspeed: Remove old bindings supportJoel Stanley-61/+7
2022-02-28random: do crng pre-init loading in worker rather than irqJason A. Donenfeld-46/+19
2022-02-28random: unify cycles_t and jiffies usage and typesJason A. Donenfeld-29/+27
2022-02-28random: cleanup UUID handlingJason A. Donenfeld-16/+13
2022-02-27tpm: vtpm_proxy: Check length to avoid compiler warningKees Cook-1/+1
2022-02-25agp/intel: Remove usage of the deprecated "pci-dma-compat.h" APIChristophe JAILLET-13/+13
2022-02-25Merge tag 'tee-shm-for-v5.18' of git://git.linaro.org:/people/jens.wiklander/...Arnd Bergmann-3/+3
2022-02-25powerpc/BSR: Make use of the helper macro LIST_HEAD()Cai Huoqing-1/+1
2022-02-25xilinx_hwicap: cleanup commentsTom Rix-4/+4
2022-02-24random: only wake up writers after zap if threshold was passedJason A. Donenfeld-1/+1
2022-02-24random: round-robin registers as ulong, not u32Jason A. Donenfeld-3/+3
2022-02-23ipmi:ipmb: Add the ability to have a separate slave and master deviceCorey Minyard-9/+49
2022-02-23ipmi:ipmi_ipmb: Unregister the SMI on removeCorey Minyard-0/+2
2022-02-22ipmi: kcs: aspeed: Add AST2600 compatible stringJoel Stanley-0/+1
2022-02-21random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld-15/+47
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld-0/+1