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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-04
Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-8
/
+1
2022-08-04
Merge tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-368
/
+3
2022-08-04
Merge tag 'drm-next-2022-08-03' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-29
/
+29
2022-08-03
Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
3
-27
/
+34
2022-08-02
Merge tag 'arm-drivers-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2022-07-30
random: correct spelling of "overwrites"
Jason A. Donenfeld
1
-1
/
+1
2022-07-28
char: remove VR41XX related char driver
Thomas Bogendoerfer
3
-365
/
+0
2022-07-25
random: handle archrandom with multiple longs
Jason A. Donenfeld
1
-14
/
+31
2022-07-22
hwrng: via - Fix comment typo
Jason Wang
1
-1
/
+1
2022-07-18
random: use try_cmpxchg in _credit_init_bits
Uros Bizjak
1
-2
/
+2
2022-07-18
random: remove CONFIG_ARCH_RANDOM
Jason A. Donenfeld
2
-10
/
+0
2022-07-16
random: cap jitter samples per bit to factor of HZ
Jason A. Donenfeld
1
-1
/
+1
2022-07-13
Backmerge tag 'v5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/to...
Dave Airlie
2
-4
/
+4
2022-07-12
Merge tag 'arm-soc/for-5.20/drivers' of https://github.com/Broadcom/stblinux ...
Arnd Bergmann
1
-1
/
+1
2022-07-11
hwrng: bcm2835: bcmbca: Replace ARCH_BCM_63XX with ARCH_BCMBCA
William Zhang
1
-1
/
+1
2022-07-01
pm/sleep: Add PM_USERSPACE_AUTOSLEEP Kconfig
Kalesh Singh
1
-2
/
+2
2022-07-01
Merge tag 'drm-intel-gt-next-2022-06-29' of git://anongit.freedesktop.org/drm...
Dave Airlie
1
-29
/
+29
2022-06-27
apm-emulation: drop unexpected word "the" in the comments
Jiang Jian
1
-1
/
+1
2022-06-23
agp/intel: Rename intel-gtt symbols
Lucas De Marchi
1
-29
/
+29
2022-06-20
random: update comment from copy_to_user() -> copy_to_iter()
Jason A. Donenfeld
1
-1
/
+1
2022-06-20
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-1
/
+1
2022-06-20
random: schedule mix_interrupt_randomness() less often
Jason A. Donenfeld
1
-1
/
+1
2022-06-17
Merge tag 'char-misc-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2022-06-12
Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-41
/
+48
2022-06-10
char: lp: remove redundant initialization of err
Shreenidhi Shedi
1
-1
/
+1
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
1
-8
/
+1
2022-06-10
random: remove rng_has_arch_random()
Jason A. Donenfeld
1
-13
/
+0
2022-06-10
random: credit cpu and bootloader seeds by default
Jason A. Donenfeld
1
-19
/
+31
2022-06-10
random: do not use jump labels before they are initialized
Jason A. Donenfeld
1
-1
/
+10
2022-06-10
random: account for arch randomness in bits
Jason A. Donenfeld
1
-5
/
+5
2022-06-10
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-4
/
+3
2022-06-10
random: avoid checking crng_ready() twice in random_init()
Jason A. Donenfeld
1
-1
/
+1
2022-06-08
virtio-rng: make device ready before making request
Jason Wang
1
-0
/
+2
2022-06-03
Merge tag 'char-misc-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-27
/
+28
2022-06-03
Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
3
-4
/
+23
2022-05-28
Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
6
-17
/
+138
2022-05-25
Merge tag 'for-linus-4.19-1' of https://github.com/cminyard/linux-ipmi
Linus Torvalds
7
-54
/
+154
2022-05-24
Merge tag 'tpmdd-next-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
10
-169
/
+141
2022-05-24
Merge tag 'random-5.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-785
/
+561
2022-05-24
Merge tag 'for-linus-5.19-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-15
/
+3
2022-05-24
Merge tag 'x86_misc_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2022-05-23
tpm: Add field upgrade mode support for Infineon TPM2 modules
Stefan Mahnke-Hartmann
1
-1
/
+5
2022-05-23
tpm: Fix buffer access in tpm2_get_tpm_pt()
Stefan Mahnke-Hartmann
1
-1
/
+10
2022-05-23
char: tpm: cr50_i2c: Suppress duplicated error message in .remove()
Uwe Kleine-König
1
-2
/
+2
2022-05-23
tpm: cr50: Add new device/vendor ID 0x504a6666
Jes B. Klinke
1
-3
/
+4
2022-05-23
tpm: Remove read16/read32/write32 calls from tpm_tis_phy_ops
Johannes Holland
6
-161
/
+118
2022-05-23
tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
Xiu Jianfeng
1
-0
/
+1
2022-05-23
tpm/tpm_ftpm_tee: Return true/false (not 1/0) from bool functions
Haowen Bai
1
-1
/
+1
2022-05-22
random: check for signals after page of pool writes
Jason A. Donenfeld
1
-4
/
+10
[next]