summaryrefslogtreecommitdiff
path: root/kernel/rcu/rcutorture.c
AgeCommit message (Expand)Author
2021-07-04Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-05-10rcutorture: Move mem_dump_obj() tests into separate functionPaul E. McKenney
2021-05-10rcutorture: Don't count CPU-stalled time against priority boostingPaul E. McKenney
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney
2021-05-10rcutorture: Make rcu_torture_boost_failed() check for GP endPaul E. McKenney
2021-05-10rcutorture: Consolidate rcu_torture_boost() timing and statisticsPaul E. McKenney
2021-05-10rcutorture: Delay-based false positives for RCU priority boosting testsPaul E. McKenney
2021-05-10rcutorture: Judge RCU priority boosting on grace periods, not callbacksPaul E. McKenney
2021-05-10rcutorture: Abstract read-lock-held checksPaul E. McKenney
2021-03-24Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20...Paul E. McKenney
2021-03-24rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu()Paul E. McKenney
2021-03-08rcutorture: Replace rcu_torture_stall string with %sStephen Zhang
2021-03-08rcutorture: Fix testing of RCU priority boostingPaul E. McKenney
2021-03-08rcutorture: Add crude tests for mem_dump_obj()Paul E. McKenney
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a...Paul E. McKenney
2021-01-06torture: Maintain torture-specific set of CPUs-online booksPaul E. McKenney
2021-01-06rcutorture: Make object_debug also double call_rcu() heap objectPaul E. McKenney
2021-01-06rcutorture: Use hrtimers for reader and writer delaysPaul E. McKenney
2021-01-06rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waitsPaul E. McKenney
2021-01-06rcutorture: Make rcu_torture_fakewriter() use blocking wait primitivesPaul E. McKenney
2021-01-06rcutorture: Make synctype[] and nsynctype be static globalPaul E. McKenney
2021-01-06rcutorture: Require entire stutter period be post-bootPaul E. McKenney
2021-01-06rcu/nocb: Code-style nits in callback-offloading togglingPaul E. McKenney
2021-01-06rcutorture: Test runtime toggling of CPUs' callback offloadingPaul E. McKenney
2021-01-04rcutorture: Add testing for RCU's global memory orderingPaul E. McKenney
2021-01-04rcutorture: Add reader-side tests of polling grace-period APIPaul E. McKenney
2021-01-04rcutorture: Add writer-side tests of polling grace-period APIPaul E. McKenney
2021-01-04rcutorture: Prepare for ->start_gp_poll and ->poll_gp_statePaul E. McKenney
2020-11-19Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney
2020-11-06rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney
2020-11-06rcutorture: Small code cleanupsPaul E. McKenney
2020-11-06rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney
2020-11-06rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney
2020-08-24rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney
2020-08-24rcutorture: Hoist OOM registry up one levelPaul E. McKenney
2020-08-24rcutorture: Properly synchronize with OOM notifierPaul E. McKenney
2020-08-24rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney
2020-08-24rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)
2020-08-24rcutorture: Remove KCSAN stubsPaul E. McKenney
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney
2020-06-29docs: RCU: Convert torture.txt to ReSTMauro Carvalho Chehab
2020-06-15sched: Remove sched_set_*() return valuePeter Zijlstra
2020-06-15sched,rcutorture: Convert to sched_set_fifo_low()Peter Zijlstra