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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
1
-1
/
+1
2025-03-01
Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+2
2025-02-18
test_xarray: fix failure in check_pause when CONFIG_XARRAY_MULTI is not defined
Kemeng Shi
1
-7
/
+8
2025-02-18
lib/iov_iter: fix import_iovec_ubuf iovec management
Pavel Begunkov
1
-1
/
+2
2025-02-09
Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2025-02-06
stackinit: Fix comment for test_small_end
Geert Uytterhoeven
1
-1
/
+1
2025-02-06
stackinit: Keep selftest union size small on m68k
Kees Cook
1
-1
/
+3
2025-02-01
Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-410
/
+281
2025-02-01
revert "xarray: port tests to kunit"
Andrew Morton
3
-410
/
+281
2025-02-01
Merge tag 'hardening-v6.14-rc1-fix1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+106
2025-01-30
stackinit: Add union initialization to selftests
Kees Cook
1
-0
/
+103
2025-01-30
stackinit: Add old-style zero-init syntax to struct tests
Kees Cook
1
-0
/
+3
2025-01-29
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
4
-462
/
+53
2025-01-29
Merge tag 'constfy-sysctl-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+3
2025-01-29
lib/crc32: remove other generic implementations
Eric Biggers
4
-361
/
+40
2025-01-29
lib/crc: simplify the kconfig options for CRC implementations
Eric Biggers
1
-102
/
+14
2025-01-29
rcuref: Plug slowpath race in rcuref_put()
Thomas Gleixner
1
-3
/
+2
2025-01-28
Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-24
/
+0
2025-01-28
treewide: const qualify ctl_tables where applicable
Joel Granados
1
-3
/
+3
2025-01-28
Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+11
2025-01-27
Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-76
/
+90
2025-01-27
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
18
-347
/
+627
2025-01-26
mm/memblock: add memblock_alloc_or_panic interface
Guo Weikang
1
-4
/
+1
2025-01-26
alloc_tag: avoid current->alloc_tag manipulations when profiling is disabled
Suren Baghdasaryan
1
-0
/
+2
2025-01-26
mm: alloc_pages_bulk: rename API
Luiz Capitulino
3
-4
/
+4
2025-01-26
lib/list_debug.c: add object information in case of invalid object
Maninder Singh
1
-11
/
+11
2025-01-26
test_maple_tree: test exhausted upper limit of mtree_alloc_cyclic()
Liam R. Howlett
1
-0
/
+28
2025-01-25
include/linux/lz4.h: add some missing macros
Gao Xiang
4
-5
/
+2
2025-01-25
Xarray: use xa_mark_t in xas_squash_marks() to keep code consistent
Kemeng Shi
1
-8
/
+12
2025-01-25
Xarray: remove repeat check in xas_squash_marks()
Kemeng Shi
1
-3
/
+0
2025-01-25
Xarray: distinguish large entries correctly in xas_split_alloc()
Kemeng Shi
1
-1
/
+1
2025-01-25
Xarray: move forward index correctly in xas_pause()
Kemeng Shi
2
-0
/
+36
2025-01-25
Xarray: do not return sibling entries from xas_find_marked()
Kemeng Shi
1
-0
/
+2
2025-01-25
lib/list_sort: clarify comparison function requirements in list_sort()
Kuan-Wei Chiu
1
-0
/
+7
2025-01-25
lib/sort: clarify comparison function requirements in sort_r()
Kuan-Wei Chiu
1
-0
/
+7
2025-01-24
Merge tag 'v6.14-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
3
-80
/
+9
2025-01-24
Merge tag 'trace-ringbuffer-v6.14-2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-30
/
+48
2025-01-23
Merge tag 'bpf-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
1
-6
/
+58
2025-01-23
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
9
-1253
/
+597
2025-01-22
Merge tag 'linux_kselftest-kunit-6.14-rc1' of git://git.kernel.org/pub/scm/li...
Linus Torvalds
4
-5
/
+36
2025-01-22
atomic64: Use arch_spin_locks instead of raw_spin_locks
Steven Rostedt
1
-30
/
+48
2025-01-22
Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
4
-66
/
+297
2025-01-22
Merge tag 'docs-6.14' of git://git.lwn.net/linux
Linus Torvalds
3
-4
/
+5
2025-01-22
Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-14
/
+5
2025-01-22
Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-1
/
+1
2025-01-22
Merge tag 'ftrace-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
1
-48
/
+3
2025-01-21
Merge tag 'locking-core-2025-01-20' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-11
/
+11
2025-01-20
Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-45
/
+15
2025-01-20
Merge tag 'vfs-6.14-rc1.netfs' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2025-01-20
Merge branch 'vsnprintf'
Linus Torvalds
1
-333
/
+241
[next]