summaryrefslogtreecommitdiffstats
path: root/drivers/char/hw_random/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-141-6/+3
|\
| * hwrng: core - treat default_quality as a maximum and default to 1024Jason A. Donenfeld2022-11-181-6/+3
* | hw_random: use add_hwgenerator_randomness() for early entropyJason A. Donenfeld2022-11-181-3/+5
|/
* hwrng: core - start hwrng kthread also for untrusted sourcesDominik Brodowski2022-09-301-26/+10
* hwrng: core - let sleep be interrupted when unregistering hwrngJason A. Donenfeld2022-08-191-4/+15
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-03-211-40/+121
|\
| * hwrng: core - introduce rng_quality sysfs attributeDominik Brodowski2022-02-181-1/+63
| * hwrng: core - use per-rng quality value instead of global settingDominik Brodowski2022-02-181-13/+20
| * hwrng: core - start and stop in-kernel rngd in separate functionDominik Brodowski2022-02-181-10/+14
| * hwrng: core - do not bother to order list of devices by qualityDominik Brodowski2022-02-181-20/+16
| * hwrng: core - credit entropy for low quality sources of randomnessDominik Brodowski2022-02-051-1/+10
| * hwrng: core - break out of hwrng_fillfn if current rng is not trustedDominik Brodowski2022-02-051-0/+3
| * hwrng: core - only set cur_rng_set_by_user if it is workingDominik Brodowski2022-02-051-1/+2
| * hwrng: core - use rng_fillbuf in add_early_randomness()Dominik Brodowski2022-02-051-2/+2
| * hwrng: core - read() callback must be called for size of 32 or more bytesDominik Brodowski2022-02-051-2/+1
| * hwrng: core - explicit ordering of initcallsDominik Brodowski2022-02-051-1/+1
* | random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2022-02-211-0/+1
|/
* hwrng: core - Use DEVICE_ATTR_<RW|RO> macroYueHaibing2021-05-281-21/+15
* hwrng: core - remove redundant initialization of variable errShaokun Zhang2021-05-281-1/+1
* hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang2021-03-261-1/+1
* hwrng: core - remove redundant initialization of variable retColin Ian King2020-07-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-251-17/+44
|\
| * hwrng: core - Fix use-after-free warning in hwrng_register()Laurent Vivier2019-10-231-17/+16
| * hwrng: core - move add_early_randomness() out of rng_mutexLaurent Vivier2019-10-101-16/+44
* | Revert "hwrng: core - Freeze khwrng thread during suspend"Herbert Xu2019-11-171-4/+1
|/
* hwrng: core - don't wait on add_early_randomness()Laurent Vivier2019-09-201-1/+1
* hwrng: core - Freeze khwrng thread during suspendStephen Boyd2019-08-151-1/+4
* docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
* hwrng: core - document the quality fieldMichael S. Tsirkin2018-10-051-2/+2
* hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch2018-06-151-2/+9
* hwrng: core - Clean up RNG list when last hwrng is unregisteredGary R Hook2017-12-221-0/+4
* hwrng: core - Reset user selected rng by writing "" to rng_currentPrasannaKumar Muralidharan2017-11-031-19/+32
* hwrng: core - pr_err() strings should end with newlinesArvind Yadav2017-10-121-1/+1
* hwrng: remember rng chosen by userHarald Freudenberger2017-07-181-2/+19
* hwrng: use rng source with best qualityHarald Freudenberger2017-07-181-6/+19
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-02-231-46/+18
|\
| * hwrng: core - remove unused PFX macroCorentin LABBE2016-12-271-1/+0
| * hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE2016-12-271-2/+1
| * hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE2016-12-271-7/+7
| * hwrng: core - Rewrite the headerCorentin LABBE2016-12-271-29/+9
| * hwrng: core - rewrite better comparison to NULLCorentin LABBE2016-12-271-2/+1
| * hwrng: core - do not use multiple blank linesCorentin LABBE2016-12-271-5/+0
* | Revert "hwrng: core - zeroize buffers with random data"David Daney2017-02-081-3/+0
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* hwrng: core - zeroize buffers with random dataStephan Mueller2016-11-011-0/+3
* hwrng: core - Don't use a stack buffer in add_early_randomness()Andrew Lutomirski2016-10-191-3/+3
* hwrng: core - Allocate memory during module initPrasannaKumar Muralidharan2016-09-131-17/+20
* hwrng: core - sleep interruptible in readJiri Slaby2015-12-041-1/+5
* hwrng: core - Simplify RNG switching from sysfsLee Jones2015-09-211-1/+1