aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-14Merge 5.17-rc4 into char-misc-nextGreg Kroah-Hartman1-17/+22
2022-02-14Backmerge tag 'v5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie1-17/+22
2022-02-09spi: make remove callback a void functionUwe Kleine-König2-5/+2
2022-02-09tpm: st33zp24: Make st33zp24_remove() a void functionUwe Kleine-König4-11/+4
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski1-1/+10
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski1-0/+3
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski1-1/+2
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski1-2/+2
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski1-2/+1
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski1-1/+1
2022-02-04random: only call crng_finalize_init() for primary_crngDominik Brodowski1-5/+5
2022-02-04random: access primary_pool directly rather than through pointerDominik Brodowski1-7/+7
2022-02-04random: wake up /dev/random writers after zapJason A. Donenfeld1-1/+4
2022-02-04random: continually use hwgenerator randomnessDominik Brodowski1-4/+6
2022-02-04hpet: remove unused writeq/readq function definitionsCorentin Labbe1-16/+1
2022-02-04hpet: fix style issue about braces and alignmentCorentin Labbe1-5/+6
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+1
2022-02-01Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-11/+14
2022-01-31hwrng: cavium - HW_RANDOM_CAVIUM should depend on ARCH_THUNDERGeert Uytterhoeven1-1/+1
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-17ipmi: ssif: replace strlcpy with strscpyJason Wang1-1/+1
2022-01-17ipmi/watchdog: Constify identRikard Falkeborn1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/g...Linus Torvalds2-3/+3
2022-01-14agp/via: Remove unused variable 'current_size'Thomas Zimmermann1-3/+0
2022-01-14agp/sworks: Remove unused variable 'current_size'Thomas Zimmermann1-3/+0
2022-01-14agp/nvidia: Declare value returned by readl() as unusedThomas Zimmermann1-1/+2
2022-01-14agp/ati: Return error from ati_create_page_map()Thomas Zimmermann1-1/+5
2022-01-14agp: Documentation fixesThomas Zimmermann1-0/+2
2022-01-14agp: Include "compat_ioctl.h" where necessaryThomas Zimmermann1-0/+2
2022-01-14agp: Remove trailing whitespacesThomas Zimmermann3-3/+3
2022-01-14Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds3-171/+0
2022-01-11Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-122/+96