index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-13
hwrng: Add StarFive JH7100 Random Number Generator driver
Huan Feng
4
-0
/
+437
2022-06-29
random: update comment from copy_to_user() -> copy_to_iter()
Jason A. Donenfeld
1
-1
/
+1
2022-06-29
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-06-29
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
1
-19
/
+31
2022-06-14
random: account for arch randomness in bits
Jason A. Donenfeld
1
-4
/
+4
2022-06-14
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-14
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-06-14
virtio-rng: make device ready before making request
Jason Wang
1
-0
/
+2
2022-06-14
char: xillybus: fix a refcount leak in cleanup_dev()
Hangyu Hua
1
-0
/
+1
2022-06-09
Revert "random: use static branch for crng_ready()"
Jason A. Donenfeld
1
-10
/
+2
2022-06-09
ipmi:ipmb: Fix refcount leak in ipmi_ipmb_probe
Miaoqian Lin
1
-0
/
+1
2022-06-09
hwrng: omap3-rom - fix using wrong clk_disable() in omap_rom_rng_runtime_resu...
Yang Yingliang
1
-1
/
+1
2022-06-09
hwrng: cn10k - Make check_rng_health() return an error code
Vladis Dronov
1
-8
/
+7
2022-06-09
hwrng: cn10k - Optimize cn10k_rng_read()
Vladis Dronov
1
-6
/
+10
2022-06-09
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
1
-2
/
+2
2022-06-09
ipmi: Fix pr_fmt to avoid compilation issues
Corey Minyard
1
-2
/
+2
2022-06-09
ipmi: Add an intializer for ipmi_smi_msg struct
Corey Minyard
2
-12
/
+6
2022-06-09
ipmi:ssif: Check for NULL msg when handling events and messages
Corey Minyard
1
-0
/
+23
2022-06-06
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
1
-0
/
+1
2022-06-06
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-05-30
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
2022-05-30
random: wire up fops->splice_{read,write}_iter()
Jens Axboe
1
-0
/
+4
2022-05-30
random: convert to using fops->write_iter()
Jens Axboe
1
-32
/
+35
2022-05-30
random: convert to using fops->read_iter()
Jens Axboe
1
-36
/
+29
2022-05-30
random: unify batched entropy implementations
Jason A. Donenfeld
1
-92
/
+55
2022-05-30
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
1
-32
/
+0
2022-05-30
random: move initialization functions out of hot pages
Jason A. Donenfeld
1
-25
/
+21
2022-05-30
random: make consistent use of buf and len
Jason A. Donenfeld
1
-102
/
+97
2022-05-30
random: use static branch for crng_ready()
Jason A. Donenfeld
1
-4
/
+12
2022-05-30
random: credit architectural init the exact amount
Jason A. Donenfeld
1
-6
/
+6
2022-05-30
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-7
/
+10
2022-05-30
random: use proper jiffies comparison macro
Jason A. Donenfeld
1
-1
/
+1
2022-05-30
random: remove ratelimiting for in-kernel unseeded randomness
Jason A. Donenfeld
1
-43
/
+18
2022-05-30
random: move initialization out of reseeding hot path
Jason A. Donenfeld
1
-23
/
+19
2022-05-30
random: avoid initializing twice in credit race
Jason A. Donenfeld
1
-5
/
+5
2022-05-30
random: use symbolic constants for crng_init states
Jason A. Donenfeld
1
-19
/
+19
2022-05-30
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
1
-23
/
+7
2022-05-30
random: help compiler out with fast_mix() by using simpler arguments
Jason A. Donenfeld
1
-21
/
+23
2022-05-30
random: do not use input pool from hard IRQs
Jason A. Donenfeld
1
-15
/
+36
2022-05-30
random: order timer entropy functions below interrupt functions
Jason A. Donenfeld
1
-119
/
+119
2022-05-30
random: do not pretend to handle premature next security model
Jason A. Donenfeld
1
-117
/
+67
2022-05-30
random: use first 128 bits of input as fast init
Jason A. Donenfeld
1
-97
/
+49
2022-05-30
random: do not use batches when !crng_ready()
Jason A. Donenfeld
1
-3
/
+11
2022-05-30
random: insist on random_get_entropy() existing in order to simplify
Jason A. Donenfeld
1
-60
/
+26
2022-05-04
Merge tag 'for-linus-5.17-2' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
2
-5
/
+7
2022-04-29
ipmi:ipmi_ipmb: Fix null-ptr-deref in ipmi_unregister_smi()
Corey Minyard
2
-5
/
+5
2022-04-29
ipmi: When handling send message responses, don't process the message
Corey Minyard
1
-0
/
+2
2022-04-25
random: document crng_fast_key_erasure() destination possibility
Jason A. Donenfeld
1
-1
/
+8
2022-04-16
random: use memmove instead of memcpy for remaining 32 bytes
Jason A. Donenfeld
1
-1
/
+1
[next]