summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2022-04-13virtio_console: eliminate anonymous module_init & module_exitRandy Dunlap
2022-04-08hwrng: cavium - fix NULL but dereferenced coccicheck errorWan Jiabing
2022-04-08hwrng: nomadik - Change clk_disable to clk_disable_unprepareMiaoqian Lin
2022-04-08hwrng: atmel - disable trng on failure pathClaudiu Beznea
2022-04-08hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven
2022-03-28tpm: use try_get_ops() in tpm-space.cJames Bottomley
2022-03-28tpm: fix reference counting for struct tpm_chipLino Sanfilippo
2022-03-28tpm: Fix error handling in async workTadeusz Struk
2022-03-04virtio_console: break out of buf poll on removeMichael S. Tsirkin
2022-02-04random: only call crng_finalize_init() for primary_crngDominik Brodowski
2022-02-04random: access primary_pool directly rather than through pointerDominik Brodowski
2022-02-04random: wake up /dev/random writers after zapJason A. Donenfeld
2022-02-04random: continually use hwgenerator randomnessDominik Brodowski
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain
2022-01-18random: simplify arithmetic function flow in account()Jason A. Donenfeld
2022-01-18random: selectively clang-format where it makes senseJason A. Donenfeld
2022-01-18random: access input_pool_data directly rather than through pointerJason A. Donenfeld
2022-01-18random: cleanup fractional entropy shift constantsJason A. Donenfeld
2022-01-18random: prepend remaining pool constants with POOL_Jason A. Donenfeld
2022-01-18random: de-duplicate INPUT_POOL constantsJason A. Donenfeld
2022-01-18random: remove unused OUTPUT_POOL constantsJason A. Donenfeld
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld
2022-01-18random: remove unused extract_entropy() reserved argumentJason A. Donenfeld
2022-01-18random: remove incomplete last_data logicJason A. Donenfeld
2022-01-18random: cleanup integer typesJason A. Donenfeld
2022-01-18random: cleanup poolinfo abstractionJason A. Donenfeld
2022-01-18random: fix typo in commentsSchspa Shi
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-01-14hwrng: virtio - unregister device before resetMichael S. Tsirkin
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-01-09tpm: fix NPE on probe for missing devicePatrick Williams
2022-01-09tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj
2022-01-09char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device propertyRob Barnes
2022-01-09tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet
2022-01-09tpm: tpm_tis_spi_cr50: Add default RNG qualityAngeloGioacchino Del Regno
2022-01-09tpm/st33zp24: drop unneeded over-commentingSohaib Mohamed
2022-01-09tpm: add request_locality before write TPM_INT_ENABLEChen Jun
2022-01-07random: don't reset crng_init_cnt on urandom_read()Jann Horn
2022-01-07random: avoid superfluous call to RDRAND in CRNG extractionJason A. Donenfeld
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski
2022-01-07random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefsJason A. Donenfeld
2022-01-07random: harmonize "crng init done" messagesDominik Brodowski