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
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-01-06
Merge branch 'for-6.8/cxl-misc' into for-6.8/cxl
Dan Williams
3
-4
/
+49
2024-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+60
2024-01-04
Merge branches 'acpi-osl', 'acpi-bus' and 'acpi-tables'
Rafael J. Wysocki
1
-21
/
+9
2024-01-03
kunit: Fix some comments which were mistakenly kerneldoc
David Gow
1
-3
/
+3
2024-01-03
kunit: Add example of kunit_activate_static_stub() with pointer-to-function
Richard Fitzgerald
1
-0
/
+35
2024-01-03
kunit: Fix NULL-dereference in kunit_init_suite() if suite->log is NULL
Richard Fitzgerald
1
-1
/
+3
2023-12-29
lib/trace_readwrite.c:: replace asm-generic/io with linux/io
Tanzir Hasan
1
-1
/
+1
2023-12-29
lib: crc_ccitt_false() is identical to crc_itu_t()
Mathis Marion
1
-55
/
+0
2023-12-29
lib: add note about process exit message for DEBUG_STACK_USAGE
Uwe Kleine-König
1
-0
/
+2
2023-12-29
lib/stackdepot: add printk_deferred_enter/exit guards
Andrey Konovalov
1
-0
/
+9
2023-12-28
sysctl: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-2
/
+0
2023-12-28
sysctl: Add a selftest for handling empty dirs
Joel Granados
1
-0
/
+29
2023-12-28
Merge tag 'mm-hotfixes-stable-2023-12-27-15-00' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-0
/
+11
2023-12-27
Kill sched.h dependency on rcupdate.h
Kent Overstreet
1
-0
/
+1
2023-12-23
lib/firmware_table: tables: Add CDAT table parsing support
Dave Jiang
1
-12
/
+63
2023-12-23
Merge tag 'printk-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-3
/
+8
2023-12-22
crypto: lib/mpi - Fix unexpected pointer access in mpi_ec_init
Tianjia Zhang
1
-0
/
+3
2023-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-15
/
+0
2023-12-21
ida: Fix crash in ida_free when the bitmap is empty
Matthew Wilcox (Oracle)
2
-1
/
+41
2023-12-21
kcov: remove stale RANDOMIZE_BASE text
Mark Rutland
1
-4
/
+0
2023-12-21
UBSAN: use the kernel panic message markers
Borislav Petkov (AMD)
1
-4
/
+3
2023-12-21
maple_tree: avoid checking other gaps after getting the largest gap
Peng Zhang
1
-0
/
+3
2023-12-21
maple_tree: fix typos/spellos etc
Randy Dunlap
1
-4
/
+4
2023-12-21
lib/maple_tree.c: fix build error due to hotfix alteration
Andrew Morton
1
-1
/
+1
2023-12-21
sync mm-stable with mm-hotfixes-stable to pick up depended-upon changes
Andrew Morton
1
-0
/
+11
2023-12-21
maple_tree: do not preallocate nodes for slot stores
Sidhartha Kumar
1
-0
/
+11
2023-12-19
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
1
-1
/
+1
2023-12-18
kunit: Reset test->priv after each param iteration
Michal Wajdeczko
1
-0
/
+1
2023-12-18
kunit: Add example for using test->priv
Michal Wajdeczko
1
-0
/
+15
2023-12-18
overflow: Replace fake root_device with kunit_device
davidgow@google.com
1
-3
/
+2
2023-12-18
fortify: test: Use kunit_device
davidgow@google.com
1
-2
/
+3
2023-12-18
kunit: Add APIs for managing devices
davidgow@google.com
5
-2
/
+336
2023-12-18
kunit: add ability to run tests after boot using debugfs
Rae Moar
2
-0
/
+78
2023-12-18
kunit: add is_init test attribute
Rae Moar
2
-1
/
+65
2023-12-18
kunit: add example suite to test init suites
Rae Moar
1
-0
/
+37
2023-12-18
kunit: add KUNIT_INIT_TABLE to init linker section
Rae Moar
2
-13
/
+77
2023-12-18
kunit: debugfs: Handle errors from alloc_string_stream()
Richard Fitzgerald
1
-5
/
+25
2023-12-18
kunit: debugfs: Fix unchecked dereference in debugfs_print_results()
Richard Fitzgerald
1
-1
/
+3
2023-12-18
kunit: string-stream: Allow ERR_PTR to be passed to string_stream_destroy()
Richard Fitzgerald
1
-1
/
+1
2023-12-18
kunit: string-stream-test: Avoid cast warning when testing gfp_t flags
Richard Fitzgerald
1
-1
/
+1
2023-12-18
kunit: Add a macro to wrap a deferred action function
David Gow
2
-6
/
+5
2023-12-16
cred: get rid of CONFIG_DEBUG_CREDENTIALS
Jens Axboe
1
-15
/
+0
2023-12-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+16
2023-12-12
maple_tree: change return type of mas_split_final_node as void.
Levi Yun
1
-2
/
+1
2023-12-12
maple_tree: simplify mas_leaf_set_meta()
Peng Zhang
1
-18
/
+4
2023-12-12
maple_tree: delete one of the two identical checks
Peng Zhang
1
-3
/
+0
2023-12-12
maple_tree: remove an unused parameter for ma_meta_end()
Peng Zhang
1
-6
/
+4
2023-12-12
maple_tree: avoid ascending when mas->min is also the parent's minimum
Peng Zhang
1
-3
/
+5
2023-12-12
maple_tree: move the check forward to avoid static check warning
Peng Zhang
1
-1
/
+1
2023-12-12
maple_tree: remove unused function
Jiapeng Chong
1
-29
/
+0
[prev]
[next]