aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/core.c
AgeCommit message (Expand)Author
2023-12-08hwrng: core - Fix page fault dead lock on mmap-ed hwrngHerbert Xu
2023-09-15hwrng: bcm2835 - Fix hwrng throughput regressionStefan Wahren
2023-08-18hwrng: core - Remove duplicated includeGUO Zihua
2022-12-14Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2022-11-18hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld
2022-11-18hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld
2022-09-30hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski
2022-08-19hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld
2022-03-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2022-02-21random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld
2022-02-18hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski
2022-02-18hwrng: core - use per-rng quality value instead of global settingDominik Brodowski
2022-02-18hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski
2022-02-18hwrng: core - do not bother to order list of devices by qualityDominik Brodowski
2022-02-05hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski
2022-02-05hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski
2022-02-05hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski
2022-02-05hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski
2022-02-05hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski
2022-02-05hwrng: core - explicit ordering of initcallsDominik Brodowski
2021-05-28hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing
2021-05-28hwrng: core - remove redundant initialization of variable errShaokun Zhang
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang
2020-07-31hwrng: core - remove redundant initialization of variable retColin Ian King
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2019-11-17Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu
2019-10-23hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier
2019-10-10hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier
2019-09-20hwrng: core - don't wait on add_early_randomness()Laurent Vivier
2019-08-15hwrng: core - Freeze khwrng thread during suspendStephen Boyd
2019-07-15docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab
2018-10-05hwrng: core - document the quality fieldMichael S. Tsirkin
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch
2017-12-22hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook
2017-11-03hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan
2017-10-12hwrng: core - pr_err() strings should end with newlinesArvind Yadav
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-23Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-02-08Revert "hwrng: core - zeroize buffers with random data"David Daney
2016-12-27hwrng: core - remove unused PFX macroCorentin LABBE
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE
2016-12-27hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE
2016-12-27hwrng: core - Rewrite the headerCorentin LABBE
2016-12-27hwrng: core - rewrite better comparison to NULLCorentin LABBE
2016-12-27hwrng: core - do not use multiple blank linesCorentin LABBE
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-01hwrng: core - zeroize buffers with random dataStephan Mueller
2016-10-19hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski