summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/rcutorture.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Add full-sized polling for start_poll_expedited()Paul E. McKenney2022-08-311-10/+41
* rcu: Add full-sized polling for start_poll()Paul E. McKenney2022-08-311-9/+40
* rcutorture: Verify long-running reader prevents full polling from completingPaul E. McKenney2022-08-311-0/+10
* rcutorture: Remove redundant RTWS_DEF_FREE checkPaul E. McKenney2022-08-311-2/+1
* rcutorture: Verify RCU reader prevents full polling from completingPaul E. McKenney2022-08-311-3/+16
* rcutorture: Allow per-RCU-flavor polled double-GP checkPaul E. McKenney2022-08-311-1/+8
* rcutorture: Abstract synchronous and polled API testingPaul E. McKenney2022-08-311-12/+36
* rcu: Add full-sized polling for get_state()Paul E. McKenney2022-08-311-4/+6
* rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-311-0/+9
*---. Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-57/+137
|\ \ \
| | | * rcutorture: Handle failure of memory allocation functionsLi Qiong2022-06-211-0/+10
| | | * rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker2022-06-211-15/+13
| | | * rcutorture: Make failure indication note reader-batch overflowPaul E. McKenney2022-06-211-1/+1
| | | * rcutorture: Fix memory leak in rcu_test_debug_objects()Zqiang2022-06-211-0/+1
| | | * rcutorture: Simplify rcu_torture_read_exit_child() loopPaul E. McKenney2022-06-211-27/+20
| | | * rcu/torture: Change order of warning and trace dumpAnna-Maria Behnsen2022-06-211-1/+2
| | |/ | |/|
| | * rcutorture: Test polled expedited grace-period primitivesPaul E. McKenney2022-07-211-13/+74
| | * rcutorture: Verify that polled GP API sees synchronous grace periodsPaul E. McKenney2022-07-211-0/+10
| | * rcutorture: Validate get_completed_synchronize_rcu()Paul E. McKenney2022-06-201-0/+6
| |/
* / rcutorture: Update rcutorture.fwd_progress help textPaul E. McKenney2022-06-211-35/+18
|/
*-. Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney2022-05-031-40/+89
|\ \
| | * rcutorture: Allow rcutorture without RCU Tasks RudePaul E. McKenney2022-04-201-1/+12
| | * rcutorture: Allow rcutorture without RCU TasksPaul E. McKenney2022-04-201-1/+12
| | * rcutorture: Allow rcutorture without RCU Tasks TracePaul E. McKenney2022-04-201-45/+56
| |/ |/|
| * rcutorture: Add missing return and use __func__ in warningDavid Vernet2022-04-111-1/+2
| * rcutorture: Avoid corner-case #DE with nsynctypes checkDavid Vernet2022-04-111-0/+11
| * rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney2022-04-111-0/+4
|/
*-. Merge branches 'exp.2022.02.24a', 'fixes.2022.02.14a', 'rcu_barrier.2022.02.0...Paul E. McKenney2022-02-241-15/+26
|\ \
| | * rcutorture: Enable limited callback-flooding tests of SRCUPaul E. McKenney2022-02-011-0/+2
| | * rcutorture: Fix rcu_fwd_mutex deadlockPaul E. McKenney2022-02-011-2/+2
| | * rcutorture: Add end-of-test check to rcu_torture_fwd_prog() loopPaul E. McKenney2022-02-011-1/+1
| | * rcutorture: Make rcu_fwd_cb_nodelay be a counterPaul E. McKenney2022-02-011-7/+7
| | * rcutorture: Increase visibility of forward-progress hangsPaul E. McKenney2022-02-011-0/+4
| | * rcutorture: Print message before invoking ->cb_barrier()Paul E. McKenney2022-02-011-2/+6
| |/ |/|
| * rcu: Mark accesses to boost_starttimePaul E. McKenney2022-02-011-3/+4
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-151-5/+2
|\
| * rcutorture: make use of the helper function kthread_run_on_cpu()Cai Huoqing2022-01-151-5/+2
* | rcutorture: Combine n_max_cbs from all kthreads in a callback floodPaul E. McKenney2021-12-071-0/+9
* | rcutorture: Add ability to limit callback-flood intensityPaul E. McKenney2021-12-071-5/+14
* | rcutorture: Enable multiple concurrent callback-flood kthreadsPaul E. McKenney2021-12-071-28/+86
* | rcutorture: Avoid soft lockup during cpu stallWander Lairson Costa2021-12-071-0/+5
* | locktorture,rcutorture,torture: Always log error messageLi Zhijian2021-12-071-4/+4
* | rcutorture: Suppress pi-lock-across read-unlock testing for Tiny SRCUPaul E. McKenney2021-11-301-1/+6
* | rcutorture: More thoroughly test nested readersPaul E. McKenney2021-11-301-23/+50
* | rcutorture: Sanitize RCUTORTURE_RDR_MASKPaul E. McKenney2021-11-301-3/+4
|/
*-. Merge branches 'fixes.2021.10.07a', 'scftorture.2021.09.16a', 'tasks.2021.09....Paul E. McKenney2021-10-071-30/+54
|\ \
| | * rcutorture: Avoid problematic critical section nesting on PREEMPT_RTScott Wood2021-09-131-12/+36
| | * rcutorture: Don't cpuhp_remove_state() if cpuhp_setup_state() failedPaul E. McKenney2021-09-131-2/+2
| | * rcutorture: Warn on individual rcu_torture_init() error conditionsPaul E. McKenney2021-09-131-15/+15
| | * rcutorture: Suppressing read-exit testing is not an errorPaul E. McKenney2021-09-131-1/+1
| |/