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
/
kernel
/
rcu
/
rcutorture.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-09
Merge branches 'consolidate.2019.04.09a', 'doc.2019.03.26b', 'fixes.2019.03.2...
Paul E. McKenney
1
-13
/
+8
2019-03-27
rcutorture: Fix cleanup path for invalid torture_type strings
Paul E. McKenney
1
-0
/
+5
2019-03-27
rcutorture: Fix expected forward progress duration in OOM notifier
Neeraj Upadhyay
1
-1
/
+1
2019-03-27
rcutorture: Remove ->ext_irq_conflict field
Paul E. McKenney
1
-5
/
+0
2019-03-27
rcutorture: Make rcutorture_extend_mask() comment match the code
Paul E. McKenney
1
-1
/
+1
2019-03-27
srcu: Remove cleanup_srcu_struct_quiesced()
Paul E. McKenney
1
-6
/
+1
2019-02-09
Merge branches 'doc.2019.01.26a', 'fixes.2019.01.26a', 'sil.2019.01.26a', 'sp...
Paul E. McKenney
1
-24
/
+35
2019-02-09
rcu/rcutorture: Convert to SPDX license identifier
Paul E. McKenney
1
-16
/
+3
2019-01-26
rcutorture: Add grace period after CPU offline
Paul E. McKenney
1
-1
/
+10
2019-01-26
rcutorture: Record grace periods in forward-progress histogram
Paul E. McKenney
1
-7
/
+22
2018-12-01
rcutorture: Don't do busted forward-progress testing
Paul E. McKenney
1
-1
/
+2
2018-12-01
rcutorture: Use 100ms buckets for forward-progress callback histograms
Paul E. McKenney
1
-3
/
+5
2018-12-01
rcutorture: Recover from OOM during forward-progress tests
Paul E. McKenney
1
-11
/
+49
2018-12-01
rcutorture: Print forward-progress test age upon failure
Paul E. McKenney
1
-1
/
+2
2018-12-01
rcutorture: Print histogram of CB invocation at OOM time
Paul E. McKenney
1
-8
/
+16
2018-12-01
rcutorture: Dump grace-period diagnostics upon forward-progress OOM
Paul E. McKenney
1
-3
/
+28
2018-12-01
rcutorture: Prepare for asynchronous access to rcu_fwd_startat
Paul E. McKenney
1
-2
/
+2
2018-12-01
rcutorture: Affinity forward-progress test to avoid housekeeping CPUs
Paul E. McKenney
1
-0
/
+1
2018-12-01
rcutorture: Break up too-long rcu_torture_fwd_prog() function
Paul E. McKenney
1
-119
/
+135
2018-12-01
rcutorture: Remove cbflood facility
Paul E. McKenney
1
-85
/
+1
2018-12-01
rcutorture: Add call_rcu() flooding forward-progress tests
Paul E. McKenney
1
-2
/
+127
2018-08-31
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...
Paul E. McKenney
1
-125
/
+272
2018-08-31
rcutorture: Dump reader protection sequence if failures or close calls
Paul E. McKenney
1
-23
/
+96
2018-08-31
rcu: Clean up flavor-related definitions and comments in rcutorture.c
Paul E. McKenney
1
-2
/
+2
2018-08-31
rcutorture: Remove the "rcu_bh" and "sched" torture types
Paul E. McKenney
1
-86
/
+3
2018-08-31
rcutorture: Add RCU-bh and RCU-sched support for extended readers
Paul E. McKenney
1
-10
/
+22
2018-08-31
rcutorture: Test extended "rcu" read-side critical sections
Paul E. McKenney
1
-0
/
+1
2018-08-29
rcutorture: Maintain self-propagating CB only during forward-progress test
Paul E. McKenney
1
-5
/
+10
2018-08-29
rcutorture: Check GP completion at stutter end
Paul E. McKenney
1
-1
/
+4
2018-08-29
rcutorture: Print forward-progress test interval on error
Paul E. McKenney
1
-5
/
+9
2018-08-29
rcutorture: Adjust number of reader kthreads per CPU-hotplug operations
Paul E. McKenney
1
-2
/
+6
2018-08-29
rcutorture: Reduce priority of forward-progress testing
Paul E. McKenney
1
-0
/
+2
2018-08-29
rcutorture: Limit reader duration if irq or bh disabled
Paul E. McKenney
1
-1
/
+3
2018-08-29
rcutorture: Increase rcu_read_delay() longdelay_ms
Paul E. McKenney
1
-1
/
+1
2018-08-29
rcutorture: Add self-propagating callback to forward-progress testing
Paul E. McKenney
1
-0
/
+36
2018-08-29
rcutorture: Vary forward-progress test interval
Paul E. McKenney
1
-1
/
+6
2018-08-29
rcutorture: Avoid no-test complaint if too few forward-progress tries
Paul E. McKenney
1
-1
/
+4
2018-08-29
rcutorture: Also use GP sequence to judge forward progress
Paul E. McKenney
1
-4
/
+7
2018-08-29
rcutorture: Add forward-progress tests for RCU grace periods
Paul E. McKenney
1
-1
/
+72
2018-08-29
rcutorture: Warn on bad torture type for built-in tests
Paul E. McKenney
1
-0
/
+1
2018-08-29
rcutorture: Force occasional reader waits
Paul E. McKenney
1
-0
/
+5
2018-07-13
Merge branches 'fixes1.2018.07.12b' and 'torture1.2018.07.12b' into HEAD
Paul E. McKenney
1
-84
/
+288
2018-07-13
rcutorture: Fix rcu_barrier successes counter
Joel Fernandes (Google)
1
-5
/
+4
2018-07-13
rcutorture: Add support to detect if boost kthread prio is too low
Joel Fernandes (Google)
1
-4
/
+28
2018-07-13
rcutorture: Use monotonic timestamp for stall detection
Arnd Bergmann
1
-2
/
+3
2018-07-13
rcutorture: Make boost test more robust
Joel Fernandes (Google)
1
-6
/
+39
2018-07-13
rcutorture: Disable RT throttling for boost tests
Joel Fernandes (Google)
1
-0
/
+29
2018-07-13
rcutorture: Emphasize testing of single reader protection type
Paul E. McKenney
1
-1
/
+8
2018-07-13
rcutorture: Handle extended read-side critical sections
Paul E. McKenney
1
-6
/
+152
2018-07-13
rcutorture: Make rcu_torture_timer() use rcu_torture_one_read()
Paul E. McKenney
1
-46
/
+1
[next]