index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
core.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
hwrng: core - Add WARN_ON for buggy read return values
Herbert Xu
1
-2
/
+9
2024-07-19
Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-13
/
+5
2024-07-13
hwrng: core - remove (un)register_miscdev()
Masahiro Yamada
1
-12
/
+2
2024-06-28
hwrng: core - Fix wrong quality calculation at hw rng registration
Harald Freudenberger
1
-1
/
+3
2024-05-26
hwrng: core - Remove add_early_randomness
Herbert Xu
1
-43
/
+4
2024-04-02
hwrng: core - Convert sprintf/snprintf to sysfs_emit
Li Zhijian
1
-1
/
+1
2023-12-08
hwrng: core - Fix page fault dead lock on mmap-ed hwrng
Herbert Xu
1
-13
/
+21
2023-09-15
hwrng: bcm2835 - Fix hwrng throughput regression
Stefan Wahren
1
-0
/
+6
2023-08-18
hwrng: core - Remove duplicated include
GUO Zihua
1
-2
/
+1
2022-12-14
Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-6
/
+3
2022-11-18
hwrng: core - treat default_quality as a maximum and default to 1024
Jason A. Donenfeld
1
-6
/
+3
2022-11-18
hw_random: use add_hwgenerator_randomness() for early entropy
Jason A. Donenfeld
1
-3
/
+5
2022-09-30
hwrng: core - start hwrng kthread also for untrusted sources
Dominik Brodowski
1
-26
/
+10
2022-08-19
hwrng: core - let sleep be interrupted when unregistering hwrng
Jason A. Donenfeld
1
-4
/
+15
2022-03-21
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-40
/
+121
2022-02-21
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
1
-0
/
+1
2022-02-18
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
1
-1
/
+63
2022-02-18
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
1
-13
/
+20
2022-02-18
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
1
-10
/
+14
2022-02-18
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
1
-20
/
+16
2022-02-05
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
1
-1
/
+10
2022-02-05
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
1
-0
/
+3
2022-02-05
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
1
-1
/
+2
2022-02-05
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
1
-2
/
+2
2022-02-05
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
1
-2
/
+1
2022-02-05
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
1
-1
/
+1
2021-05-28
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-21
/
+15
2021-05-28
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
1
-1
/
+1
2021-03-26
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
1
-1
/
+1
2020-07-31
hwrng: core - remove redundant initialization of variable ret
Colin Ian King
1
-1
/
+1
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-17
/
+44
2019-11-17
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
1
-4
/
+1
2019-10-23
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
1
-17
/
+16
2019-10-10
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
1
-16
/
+44
2019-09-20
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
1
-1
/
+1
2019-08-15
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
1
-1
/
+4
2019-07-15
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
1
-1
/
+1
2018-10-05
hwrng: core - document the quality field
Michael S. Tsirkin
1
-2
/
+2
2018-06-15
hwrng: core - Always drop the RNG in hwrng_unregister()
Michael Büsch
1
-2
/
+9
2017-12-22
hwrng: core - Clean up RNG list when last hwrng is unregistered
Gary R Hook
1
-0
/
+4
2017-11-03
hwrng: core - Reset user selected rng by writing "" to rng_current
PrasannaKumar Muralidharan
1
-19
/
+32
2017-10-12
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
1
-1
/
+1
2017-07-18
hwrng: remember rng chosen by user
Harald Freudenberger
1
-2
/
+19
2017-07-18
hwrng: use rng source with best quality
Harald Freudenberger
1
-6
/
+19
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-02-23
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-46
/
+18
2017-02-08
Revert "hwrng: core - zeroize buffers with random data"
David Daney
1
-3
/
+0
2016-12-27
hwrng: core - remove unused PFX macro
Corentin LABBE
1
-1
/
+0
2016-12-27
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
1
-2
/
+1
2016-12-27
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
Corentin LABBE
1
-7
/
+7
[next]