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
2022-09-26
lib/bitmap: add tests for find_nth_bit()
Yury Norov
2
-2
/
+63
2022-09-26
lib: add find_nth{,_and,_andnot}_bit()
Yury Norov
1
-0
/
+44
2022-09-26
lib/bitmap: add bitmap_weight_and()
Yury Norov
1
-9
/
+21
2022-09-26
lib/bitmap: don't call __bitmap_weight() in kernel code
Yury Norov
1
-1
/
+1
2022-09-24
Makefile.debug: re-enable debug info for .S files
Nick Desaulniers
1
-1
/
+3
2022-09-23
lib/sg_pool: change module_init(sg_pool_init) to subsys_initcall
Masahiro Yamada
1
-14
/
+2
2022-09-21
lib/find_bit: optimize find_next_bit() functions
Yury Norov
1
-49
/
+70
2022-09-21
lib/find_bit: create find_first_zero_bit_le()
Yury Norov
1
-0
/
+16
2022-09-21
lib/find_bit: introduce FIND_FIRST_BIT() macro
Yury Norov
1
-25
/
+24
2022-09-21
lib/cpumask: add FORCE_NR_CPUS config option
Yury Norov
1
-0
/
+9
2022-09-19
flex_proportions: Disable preemption entering the write section.
Sebastian Andrzej Siewior
1
-0
/
+2
2022-09-19
mm/debug: Provide VM_WARN_ON_IRQS_ENABLED()
Thomas Gleixner
1
-0
/
+3
2022-09-14
fortify: Adjust KUnit test for modular build
Kees Cook
1
-2
/
+1
2022-09-13
ASoC: Merge tag 'v6.0-rc4' into asoc-6.1
Mark Brown
6
-31
/
+48
2022-09-12
Merge 6.0-rc5 into driver-core-next
Greg Kroah-Hartman
5
-28
/
+46
2022-09-12
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+23
2022-09-08
sbitmap: Use atomic_long_try_cmpxchg in __sbitmap_queue_get_batch
Uros Bizjak
1
-5
/
+5
2022-09-08
sbitmap: Avoid leaving waitqueue in invalid state in __sbq_wake_up()
Jan Kara
1
-3
/
+15
2022-09-08
kunit/memcpy: Avoid pathological compile-time string size
Kees Cook
1
-1
/
+1
2022-09-08
lib: Improve the is_signed_type() kunit test
Bart Van Assche
1
-1
/
+6
2022-09-08
fortify: Add KUnit test for FORTIFY_SOURCE internals
Kees Cook
3
-0
/
+87
2022-09-08
string: Introduce strtomem() and strtomem_pad()
Kees Cook
1
-4
/
+55
2022-09-08
overflow: Split up kunit tests for smaller stack frames
Kees Cook
1
-27
/
+51
2022-09-08
overflow: Allow mixed type arguments
Kees Cook
1
-29
/
+72
2022-09-07
dyndbg: test DECLARE_DYNDBG_CLASSMAP, sysfs nodes
Jim Cromie
1
-15
/
+110
2022-09-07
dyndbg: add drm.debug style (drm/parameters/debug) bitmap support
Jim Cromie
1
-0
/
+212
2022-09-07
dyndbg: validate class FOO by checking with module
Jim Cromie
1
-8
/
+68
2022-09-07
dyndbg: add ddebug_attach_module_classes
Jim Cromie
1
-1
/
+31
2022-09-07
kernel/module: add __dyndbg_classes section
Jim Cromie
1
-0
/
+7
2022-09-07
dyndbg: gather __dyndbg[] state into struct _ddebug_info
Jim Cromie
1
-9
/
+31
2022-09-07
dyndbg: cleanup auto vars in dynamic_debug_init
Jim Cromie
1
-16
/
+17
2022-09-07
dyndbg: drop EXPORTed dynamic_debug_exec_queries
Jim Cromie
1
-29
/
+0
2022-09-07
dyndbg: add test_dynamic_debug module
Jim Cromie
3
-0
/
+81
2022-09-07
dyndbg: let query-modname override actual module name
Jim Cromie
1
-4
/
+7
2022-09-07
dyndbg: use ESCAPE_SPACE for cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: reverse module.callsite walk in cat control
Jim Cromie
1
-6
/
+6
2022-09-07
dyndbg: reverse module walk in cat control
Jim Cromie
1
-1
/
+1
2022-09-07
dyndbg: show both old and new in change-info
Jim Cromie
1
-5
/
+6
2022-09-07
dyndbg: fix static_branch manipulation
Jim Cromie
1
-2
/
+3
2022-09-07
netlink: introduce NLA_POLICY_MAX_BE
Florian Westphal
1
-4
/
+27
2022-09-05
lib/string_helpers: Introduce parse_int_array_user()
Cezary Rojewski
1
-0
/
+44
2022-09-05
Merge 6.0-rc4 into tty-next
Greg Kroah-Hartman
6
-31
/
+48
2022-09-04
Revert "sbitmap: fix batched wait_cnt accounting"
Jens Axboe
1
-17
/
+14
2022-09-01
sbitmap: fix batched wait_cnt accounting
Keith Busch
1
-14
/
+17
2022-09-01
devres: remove devm_ioremap_np
Christoph Hellwig
1
-15
/
+0
2022-09-01
kernel/panic: Drop unblank_screen call
Daniel Vetter
1
-3
/
+0
2022-08-31
testing/selftests: Add tests for the is_signed_type() macro
Bart Van Assche
3
-0
/
+61
2022-08-31
Merge tag 'v6.0-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
1
-1
/
+0
2022-08-30
perf/hw_breakpoint: Add KUnit test for constraints accounting
Marco Elver
1
-0
/
+10
2022-08-29
Merge tag 'bitmap-6.0-rc3' of github.com:/norov/linux
Linus Torvalds
3
-24
/
+37
[prev]
[next]