index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
/
hw_random
/
core.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2022-03-21
1
-40
/
+121
|
\
|
*
hwrng: core - introduce rng_quality sysfs attribute
Dominik Brodowski
2022-02-18
1
-1
/
+63
|
*
hwrng: core - use per-rng quality value instead of global setting
Dominik Brodowski
2022-02-18
1
-13
/
+20
|
*
hwrng: core - start and stop in-kernel rngd in separate function
Dominik Brodowski
2022-02-18
1
-10
/
+14
|
*
hwrng: core - do not bother to order list of devices by quality
Dominik Brodowski
2022-02-18
1
-20
/
+16
|
*
hwrng: core - credit entropy for low quality sources of randomness
Dominik Brodowski
2022-02-05
1
-1
/
+10
|
*
hwrng: core - break out of hwrng_fillfn if current rng is not trusted
Dominik Brodowski
2022-02-05
1
-0
/
+3
|
*
hwrng: core - only set cur_rng_set_by_user if it is working
Dominik Brodowski
2022-02-05
1
-1
/
+2
|
*
hwrng: core - use rng_fillbuf in add_early_randomness()
Dominik Brodowski
2022-02-05
1
-2
/
+2
|
*
hwrng: core - read() callback must be called for size of 32 or more bytes
Dominik Brodowski
2022-02-05
1
-2
/
+1
|
*
hwrng: core - explicit ordering of initcalls
Dominik Brodowski
2022-02-05
1
-1
/
+1
*
|
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2022-02-21
1
-0
/
+1
|
/
*
hwrng: core - Use DEVICE_ATTR_<RW|RO> macro
YueHaibing
2021-05-28
1
-21
/
+15
*
hwrng: core - remove redundant initialization of variable err
Shaokun Zhang
2021-05-28
1
-1
/
+1
*
hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emit
Zihao Tang
2021-03-26
1
-1
/
+1
*
hwrng: core - remove redundant initialization of variable ret
Colin Ian King
2020-07-31
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-25
1
-17
/
+44
|
\
|
*
hwrng: core - Fix use-after-free warning in hwrng_register()
Laurent Vivier
2019-10-23
1
-17
/
+16
|
*
hwrng: core - move add_early_randomness() out of rng_mutex
Laurent Vivier
2019-10-10
1
-16
/
+44
*
|
Revert "hwrng: core - Freeze khwrng thread during suspend"
Herbert Xu
2019-11-17
1
-4
/
+1
|
/
*
hwrng: core - don't wait on add_early_randomness()
Laurent Vivier
2019-09-20
1
-1
/
+1
*
hwrng: core - Freeze khwrng thread during suspend
Stephen Boyd
2019-08-15
1
-1
/
+4
*
docs: admin-guide: add a series of orphaned documents
Mauro Carvalho Chehab
2019-07-15
1
-1
/
+1
*
hwrng: core - document the quality field
Michael S. Tsirkin
2018-10-05
1
-2
/
+2
*
hwrng: core - Always drop the RNG in hwrng_unregister()
Michael Büsch
2018-06-15
1
-2
/
+9
*
hwrng: core - Clean up RNG list when last hwrng is unregistered
Gary R Hook
2017-12-22
1
-0
/
+4
*
hwrng: core - Reset user selected rng by writing "" to rng_current
PrasannaKumar Muralidharan
2017-11-03
1
-19
/
+32
*
hwrng: core - pr_err() strings should end with newlines
Arvind Yadav
2017-10-12
1
-1
/
+1
*
hwrng: remember rng chosen by user
Harald Freudenberger
2017-07-18
1
-2
/
+19
*
hwrng: use rng source with best quality
Harald Freudenberger
2017-07-18
1
-6
/
+19
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2017-02-23
1
-46
/
+18
|
\
|
*
hwrng: core - remove unused PFX macro
Corentin LABBE
2016-12-27
1
-1
/
+0
|
*
hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.h
Corentin LABBE
2016-12-27
1
-2
/
+1
|
*
hwrng: core - Replace asm/uaccess.h by linux/uaccess.h
Corentin LABBE
2016-12-27
1
-7
/
+7
|
*
hwrng: core - Rewrite the header
Corentin LABBE
2016-12-27
1
-29
/
+9
|
*
hwrng: core - rewrite better comparison to NULL
Corentin LABBE
2016-12-27
1
-2
/
+1
|
*
hwrng: core - do not use multiple blank lines
Corentin LABBE
2016-12-27
1
-5
/
+0
*
|
Revert "hwrng: core - zeroize buffers with random data"
David Daney
2017-02-08
1
-3
/
+0
|
/
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
hwrng: core - zeroize buffers with random data
Stephan Mueller
2016-11-01
1
-0
/
+3
*
hwrng: core - Don't use a stack buffer in add_early_randomness()
Andrew Lutomirski
2016-10-19
1
-3
/
+3
*
hwrng: core - Allocate memory during module init
PrasannaKumar Muralidharan
2016-09-13
1
-17
/
+20
*
hwrng: core - sleep interruptible in read
Jiri Slaby
2015-12-04
1
-1
/
+5
*
hwrng: core - Simplify RNG switching from sysfs
Lee Jones
2015-09-21
1
-1
/
+1
*
hwrng: core - correct error check of kthread_run call
Martin Schwidefsky
2015-07-28
1
-1
/
+1
*
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-04-21
1
-23
/
+11
|
\
|
*
hwrng: Avoid manual device_create_file() calls
Takashi Iwai
2015-03-25
1
-23
/
+11
*
|
hwrng: core - allow perfect entropy from hardware devices
Keith Packard
2015-03-18
1
-1
/
+2
*
|
hwrng: add devm_* interfaces
Dmitry Torokhov
2015-03-16
1
-0
/
+42
|
/
[next]