aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-22random: move the random sysctl declarations to its own fileXiaoming Ni1-2/+12
2022-01-22hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain1-21/+1
2022-01-18random: simplify arithmetic function flow in account()Jason A. Donenfeld1-11/+6
2022-01-18random: selectively clang-format where it makes senseJason A. Donenfeld1-110/+99
2022-01-18random: access input_pool_data directly rather than through pointerJason A. Donenfeld1-13/+8
2022-01-18random: cleanup fractional entropy shift constantsJason A. Donenfeld1-15/+13
2022-01-18random: prepend remaining pool constants with POOL_Jason A. Donenfeld1-20/+20
2022-01-18random: de-duplicate INPUT_POOL constantsJason A. Donenfeld1-11/+6
2022-01-18random: remove unused OUTPUT_POOL constantsJason A. Donenfeld1-3/+1
2022-01-18random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-123/+96
2022-01-18random: remove unused extract_entropy() reserved argumentJason A. Donenfeld1-10/+7
2022-01-18random: remove incomplete last_data logicJason A. Donenfeld1-35/+4
2022-01-18random: cleanup integer typesJason A. Donenfeld1-53/+52
2022-01-18random: cleanup poolinfo abstractionJason A. Donenfeld1-37/+30
2022-01-18random: fix typo in commentsSchspa Shi1-1/+1
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-3/+3
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-57/+17
2022-01-14hwrng: virtio - unregister device before resetMichael S. Tsirkin1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin2-3/+3
2022-01-14Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-3/+3
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds3-171/+0
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmddLinus Torvalds7-122/+96
2022-01-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-17/+383
2022-01-10Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2022-01-09tpm: fix NPE on probe for missing devicePatrick Williams1-2/+2
2022-01-09tpm: fix potential NULL pointer access in tpm_del_char_deviceLino Sanfilippo1-5/+13
2022-01-09tpm: Add Upgrade/Reduced mode support for TPM2 modulesaxelj3-7/+21
2022-01-09char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device propertyRob Barnes2-2/+30
2022-01-09tpm_tis: Fix an error handling path in 'tpm_tis_core_init()'Christophe Jaillet1-1/+1
2022-01-09tpm: tpm_tis_spi_cr50: Add default RNG qualityAngeloGioacchino Del Regno1-0/+4
2022-01-09tpm/st33zp24: drop unneeded over-commentingSohaib Mohamed1-105/+17
2022-01-09tpm: add request_locality before write TPM_INT_ENABLEChen Jun1-0/+8
2022-01-07random: don't reset crng_init_cnt on urandom_read()Jann Horn1-4/+0
2022-01-07random: avoid superfluous call to RDRAND in CRNG extractionJason A. Donenfeld1-3/+1
2022-01-07random: early initialization of ChaCha constantsDominik Brodowski1-1/+4
2022-01-07random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefsJason A. Donenfeld1-19/+11
2022-01-07random: harmonize "crng init done" messagesDominik Brodowski1-1/+1
2022-01-07random: mix bootloader randomness into poolJason A. Donenfeld1-0/+1
2022-01-07random: do not throw away excess input to crng_fast_loadJason A. Donenfeld1-7/+12
2022-01-07random: do not re-init if crng_reseed completes before primary initJason A. Donenfeld1-1/+1
2022-01-07random: fix crash on multiple early calls to add_bootloader_randomness()Dominik Brodowski1-20/+36
2022-01-07random: do not sign extend bytes for rotation when mixingJason A. Donenfeld1-1/+1
2022-01-07random: use BLAKE2s instead of SHA1 in extractionJason A. Donenfeld1-41/+30
2022-01-07random: fix data race on crng init timeEric Biggers1-7/+10
2022-01-07random: fix data race on crng_node_poolEric Biggers1-20/+22
2022-01-07random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-2/+2
2022-01-07random: document add_hwgenerator_randomness() with other input functionsMark Brown1-0/+11
2022-01-03Merge 5.16-rc8 into char-misc-nextGreg Kroah-Hartman2-11/+17
2022-01-02MIPS: TXX9: Remove TX4939 SoC supportThomas Bogendoerfer3-171/+0
2021-12-24hwrng: cn10k - Add random number generator supportSunil Goutham3-0/+193