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
/
kernel
/
scftorture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-08
scftorture: Always log error message
Li Zhijian
1
-5
/
+4
2021-12-08
scftorture: Remove unused SCFTORTOUT
Li Zhijian
1
-3
/
+0
2021-12-08
scftorture: Add missing '\n' to flush message
Li Zhijian
1
-3
/
+3
2021-09-16
scftorture: Warn on individual scf_torture_init() error conditions
Paul E. McKenney
1
-5
/
+5
2021-09-16
scftorture: Count reschedule IPIs
Paul E. McKenney
1
-0
/
+1
2021-09-16
scftorture: Account for weight_resched when checking for all zeroes
Paul E. McKenney
1
-2
/
+2
2021-09-16
scftorture: Shut down if nonsensical arguments given
Paul E. McKenney
1
-0
/
+4
2021-09-16
scftorture: Allow zero weight to exclude an smp_call_function*() category
Paul E. McKenney
1
-12
/
+12
2021-07-27
scftorture: Avoid NULL pointer exception on early exit
Paul E. McKenney
1
-1
/
+1
2021-07-27
scftorture: Add RPC-like IPI tests
Paul E. McKenney
1
-13
/
+63
2021-07-06
scftorture: Avoid false-positive warnings in scftorture_invoker()
Paul E. McKenney
1
-3
/
+3
2021-01-05
scftorture: Add debug output for wrong-CPU warning
Paul E. McKenney
1
-1
/
+5
2020-11-07
scftorture: Add full-test stutter capability
Paul E. McKenney
1
-3
/
+9
2020-11-07
scftorture: Add an alternative IPI vector
Paul E. McKenney
1
-9
/
+32
2020-08-25
scftorture: Add cond_resched() to test loop
Paul E. McKenney
1
-0
/
+1
2020-08-25
scftorture: Adapt memory-ordering test to UP operation
Paul E. McKenney
1
-1
/
+2
2020-08-25
scftorture: Block scftorture_invoker() kthreads for offline CPUs
Paul E. McKenney
1
-1
/
+12
2020-08-25
scftorture: Check unexpected "switch" statement value
Paul E. McKenney
1
-0
/
+4
2020-08-25
scftorture: Make symbol 'scf_torture_rand' static
Wei Yongjun
1
-1
/
+1
2020-08-25
scftorture: Prevent compiler from reducing race probabilities
Paul E. McKenney
1
-2
/
+8
2020-08-25
scftorture: Flag errors in torture-compatible manner
Paul E. McKenney
1
-4
/
+10
2020-08-25
scftorture: Consolidate scftorture_invoke_one() scf_check initialization
Paul E. McKenney
1
-13
/
+8
2020-08-25
scftorture: Consolidate scftorture_invoke_one() check and kfree()
Paul E. McKenney
1
-18
/
+8
2020-08-25
scftorture: Add smp_call_function() memory-ordering checks
Paul E. McKenney
1
-8
/
+17
2020-08-25
scftorture: Add smp_call_function_many() memory-ordering checks
Paul E. McKenney
1
-3
/
+23
2020-08-25
scftorture: Add smp_call_function_single() memory-ordering checks
Paul E. McKenney
1
-8
/
+48
2020-08-25
scftorture: Summarize per-thread statistics
Paul E. McKenney
1
-4
/
+18
2020-08-25
scftorture: Implement weighted primitive selection
Paul E. McKenney
1
-27
/
+155
2020-08-25
scftorture: Add smp_call_function() torture test
Paul E. McKenney
1
-0
/
+350