index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
char
/
random.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-22
random: move the random sysctl declarations to its own file
Xiaoming Ni
1
-2
/
+12
2022-01-18
random: simplify arithmetic function flow in account()
Jason A. Donenfeld
1
-11
/
+6
2022-01-18
random: selectively clang-format where it makes sense
Jason A. Donenfeld
1
-110
/
+99
2022-01-18
random: access input_pool_data directly rather than through pointer
Jason A. Donenfeld
1
-13
/
+8
2022-01-18
random: cleanup fractional entropy shift constants
Jason A. Donenfeld
1
-15
/
+13
2022-01-18
random: prepend remaining pool constants with POOL_
Jason A. Donenfeld
1
-20
/
+20
2022-01-18
random: de-duplicate INPUT_POOL constants
Jason A. Donenfeld
1
-11
/
+6
2022-01-18
random: remove unused OUTPUT_POOL constants
Jason A. Donenfeld
1
-3
/
+1
2022-01-18
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-123
/
+96
2022-01-18
random: remove unused extract_entropy() reserved argument
Jason A. Donenfeld
1
-10
/
+7
2022-01-18
random: remove incomplete last_data logic
Jason A. Donenfeld
1
-35
/
+4
2022-01-18
random: cleanup integer types
Jason A. Donenfeld
1
-53
/
+52
2022-01-18
random: cleanup poolinfo abstraction
Jason A. Donenfeld
1
-37
/
+30
2022-01-18
random: fix typo in comments
Schspa Shi
1
-1
/
+1
2022-01-07
random: don't reset crng_init_cnt on urandom_read()
Jann Horn
1
-4
/
+0
2022-01-07
random: avoid superfluous call to RDRAND in CRNG extraction
Jason A. Donenfeld
1
-3
/
+1
2022-01-07
random: early initialization of ChaCha constants
Dominik Brodowski
1
-1
/
+4
2022-01-07
random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs
Jason A. Donenfeld
1
-19
/
+11
2022-01-07
random: harmonize "crng init done" messages
Dominik Brodowski
1
-1
/
+1
2022-01-07
random: mix bootloader randomness into pool
Jason A. Donenfeld
1
-0
/
+1
2022-01-07
random: do not throw away excess input to crng_fast_load
Jason A. Donenfeld
1
-7
/
+12
2022-01-07
random: do not re-init if crng_reseed completes before primary init
Jason A. Donenfeld
1
-1
/
+1
2022-01-07
random: fix crash on multiple early calls to add_bootloader_randomness()
Dominik Brodowski
1
-20
/
+36
2022-01-07
random: do not sign extend bytes for rotation when mixing
Jason A. Donenfeld
1
-1
/
+1
2022-01-07
random: use BLAKE2s instead of SHA1 in extraction
Jason A. Donenfeld
1
-41
/
+30
2022-01-07
random: fix data race on crng init time
Eric Biggers
1
-7
/
+10
2022-01-07
random: fix data race on crng_node_pool
Eric Biggers
1
-20
/
+22
2022-01-07
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-2
/
+2
2022-01-07
random: document add_hwgenerator_randomness() with other input functions
Mark Brown
1
-0
/
+11
2021-04-02
random: remove dead code left over from blocking pool
Eric Biggers
1
-14
/
+3
2021-04-02
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
1
-2
/
+2
2021-02-24
Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2021-02-04
random: fix the RNDRESEEDCRNG ioctl
Eric Biggers
1
-1
/
+1
2021-01-21
random: avoid arch_get_random_seed_long() when collecting IRQ randomness
Ard Biesheuvel
1
-14
/
+1
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-10-24
random32: make prandom_u32() output unpredictable
George Spelvin
1
-1
/
+0
2020-07-29
random32: update the net random state on interrupt and activity
Willy Tarreau
1
-0
/
+1
2020-06-11
Merge branch 'work.sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-1
/
+1
2020-06-08
random: fix an incorrect __user annotation on proc_do_entropy
Christoph Hellwig
1
-1
/
+1
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-1
/
+1
2020-05-08
crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h
Eric Biggers
1
-1
/
+1
2020-05-08
crypto: lib/sha1 - rename "sha" to "sha1"
Eric Biggers
1
-3
/
+3
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
1
-1
/
+1
2020-03-19
random: avoid warnings for !CONFIG_NUMA builds
Mark Rutland
1
-1
/
+1
2020-02-28
random: fix data races at timer_rand_state
Qian Cai
1
-6
/
+6
2020-02-28
random: always use batched entropy for get_random_u{32,64}
Jason A. Donenfeld
1
-16
/
+4
2020-02-28
random: add arch_get_random_*long_early()
Mark Rutland
1
-1
/
+19
2020-02-28
random: split primary/secondary crng init paths
Mark Rutland
1
-12
/
+22
2020-01-08
random: remove some dead code of poolinfo
Yangtao Li
1
-30
/
+0
2020-01-08
random: fix typo in add_timer_randomness()
Yangtao Li
1
-1
/
+1
[next]