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
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-01
overflow: Introduce wrapping_add(), wrapping_sub(), and wrapping_mul()
Kees Cook
1
-4
/
+20
2024-02-29
Merge tag 'net-6.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2
-8
/
+13
2024-02-29
kunit: Fix again checksum tests on big endian CPUs
Christophe Leroy
1
-8
/
+9
2024-02-28
locking/rwsem: Make DEBUG_RWSEMS and PREEMPT_RT mutually exclusive
Waiman Long
1
-2
/
+2
2024-02-28
lib: memcpy_kunit: Fix an invalid format specifier in an assertion msg
David Gow
1
-2
/
+2
2024-02-28
lib/cmdline: Fix an invalid format specifier in an assertion msg
David Gow
1
-1
/
+1
2024-02-28
kunit: test: Log the correct filter string in executor_test
David Gow
1
-1
/
+1
2024-02-28
kunit: Setup DMA masks on the kunit device
Maxime Ripard
1
-0
/
+4
2024-02-28
kunit: make kunit_bus_type const
Ricardo B. Marliere
1
-1
/
+1
2024-02-28
kunit: Mark filter* params as rw
Lucas De Marchi
1
-3
/
+3
2024-02-27
Merge 6.8-rc6 into tty-next
Greg Kroah-Hartman
1
-0
/
+1
2024-02-24
crash: split vmcoreinfo exporting code out from crash_core.c
Baoquan He
1
-1
/
+1
2024-02-24
mm,page_owner: maintain own list of stack_records structs
Oscar Salvador
1
-0
/
+8
2024-02-24
lib/stackdepot: move stack_record struct definition into the header
Oscar Salvador
1
-43
/
+0
2024-02-24
lib/stackdepot: fix first entry having a 0-handle
Oscar Salvador
1
-7
/
+9
2024-02-24
merge mm-hotfixes-stable into mm-nonmm-stable to pick up stackdepot changes
Andrew Morton
1
-123
/
+127
2024-02-24
stackdepot: use variable size records for non-evictable entries
Marco Elver
1
-123
/
+127
2024-02-23
netlink: add nla be16/32 types to minlen array
Florian Westphal
1
-0
/
+4
2024-02-23
lib/Kconfig.debug: update Clang version check in CONFIG_KCOV
Nathan Chancellor
1
-1
/
+1
2024-02-23
lib: dhry: add missing closing parenthesis
Geert Uytterhoeven
1
-1
/
+1
2024-02-23
lib: dhry: use ktime_ms_delta() helper
Geert Uytterhoeven
1
-1
/
+1
2024-02-23
lib: dhry: remove unneeded <linux/mutex.h>
Geert Uytterhoeven
1
-1
/
+0
2024-02-23
flex_proportions: remove unused fprop_local_single
Kemeng Shi
1
-77
/
+0
2024-02-23
lib/sort: optimize heapsort with double-pop variation
Kuan-Wei Chiu
1
-4
/
+14
2024-02-23
lib/sort: optimize heapsort for equal elements in sift-down path
Kuan-Wei Chiu
1
-1
/
+1
2024-02-23
treewide: update LLVM Bugzilla links
Nathan Chancellor
3
-3
/
+3
2024-02-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-29
/
+44
2024-02-22
XArray: add cmpxchg order test
Daniel Gomez
1
-0
/
+54
2024-02-22
test_xarray: add tests for advanced multi-index use
Luis Chamberlain
1
-0
/
+176
2024-02-22
maple_tree: avoid duplicate variable init in mast_spanning_rebalance()
Lukas Bulwahn
1
-2
/
+0
2024-02-22
Merge series 'Use Maple Trees for simple_offset utilities' of https://lore.ke...
Christian Brauner
2
-0
/
+137
2024-02-22
maple_tree: fix comment describing mas_node_count_gfp()
Sidhartha Kumar
1
-2
/
+2
2024-02-21
test_maple_tree: testing the cyclic allocation
Liam R. Howlett
1
-0
/
+44
2024-02-21
maple_tree: Add mtree_alloc_cyclic()
Chuck Lever
1
-0
/
+93
2024-02-21
string: Allow 2-argument strscpy()
Kees Cook
1
-4
/
+2
2024-02-21
string: Redefine strscpy_pad() as a macro
Kees Cook
1
-34
/
+0
2024-02-21
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
4
-1
/
+123
2024-02-21
lib/Kconfig.debug: TEST_IOV_ITER depends on MMU
Guenter Roeck
1
-0
/
+1
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
1
-1
/
+1
2024-02-19
Merge 6.8-rc5 into tty-next
Greg Kroah-Hartman
5
-29
/
+63
2024-02-19
Merge 6.8-rc5 into driver-core-next
Greg Kroah-Hartman
8
-145
/
+344
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+14
2024-02-17
kobject: reduce uevent_sock_mutex scope
Eric Dumazet
1
-6
/
+3
2024-02-17
kobject: make uevent_seqnum atomic
Eric Dumazet
1
-8
/
+9
2024-02-16
Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-19
/
+30
2024-02-16
s390/raid6: convert to use standard fpu_*() inline assemblies
Heiko Carstens
1
-45
/
+10
2024-02-16
s390/fpu: decrease stack usage for some cases
Heiko Carstens
1
-2
/
+2
2024-02-16
s390/fpu: move, rename, and merge header files
Heiko Carstens
1
-2
/
+1
2024-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+19
2024-02-15
seq_buf: Fix kernel documentation
Andy Shevchenko
1
-17
/
+18
[prev]
[next]