| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-rcu-2021.07.04' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2021-07-04 | 1 | -145/+170 |
|\ |
|
| * | rcutorture: Move mem_dump_obj() tests into separate function | Paul E. McKenney | 2021-05-11 | 1 | -39/+42 |
| * | rcutorture: Don't count CPU-stalled time against priority boosting | Paul E. McKenney | 2021-05-11 | 1 | -5/+8 |
| * | rcutorture: Forgive RCU boost failures when CPUs don't pass through QS | Paul E. McKenney | 2021-05-11 | 1 | -26/+41 |
| * | rcutorture: Make rcu_torture_boost_failed() check for GP end | Paul E. McKenney | 2021-05-11 | 1 | -0/+6 |
| * | rcutorture: Consolidate rcu_torture_boost() timing and statistics | Paul E. McKenney | 2021-05-11 | 1 | -10/+4 |
| * | rcutorture: Delay-based false positives for RCU priority boosting tests | Paul E. McKenney | 2021-05-11 | 1 | -2/+6 |
| * | rcutorture: Judge RCU priority boosting on grace periods, not callbacks | Paul E. McKenney | 2021-05-11 | 1 | -60/+51 |
| * | rcutorture: Abstract read-lock-held checks | Paul E. McKenney | 2021-05-11 | 1 | -10/+19 |
* | | sched: Change task_struct::state | Peter Zijlstra | 2021-06-18 | 1 | -2/+2 |
|/ |
|
*-----. | Merge branches 'bitmaprange.2021.03.08a', 'fixes.2021.03.15a', 'kvfree_rcu.20... | Paul E. McKenney | 2021-03-25 | 1 | -26/+67 |
|\ \ \ \ |
|
| | | | * | rcutorture: Replace rcu_torture_stall string with %s | Stephen Zhang | 2021-03-08 | 1 | -3/+3 |
| |_|_|/
|/| | | |
|
| | | * | rcutorture: Fix testing of RCU priority boosting | Paul E. McKenney | 2021-03-08 | 1 | -14/+22 |
| |_|/
|/| | |
|
| | * | rcutorture: Test start_poll_synchronize_rcu() and poll_state_synchronize_rcu() | Paul E. McKenney | 2021-03-25 | 1 | -9/+3 |
| |/
|/| |
|
| * | rcutorture: Add crude tests for mem_dump_obj() | Paul E. McKenney | 2021-03-08 | 1 | -0/+39 |
|/ |
|
*---. | Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a... | Paul E. McKenney | 2021-01-23 | 1 | -61/+334 |
|\ \ \ |
|
| | | * | torture: Maintain torture-specific set of CPUs-online books | Paul E. McKenney | 2021-01-07 | 1 | -2/+2 |
| | | * | rcutorture: Make object_debug also double call_rcu() heap object | Paul E. McKenney | 2021-01-07 | 1 | -0/+5 |
| | | * | rcutorture: Use hrtimers for reader and writer delays | Paul E. McKenney | 2021-01-07 | 1 | -4/+3 |
| | | * | rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waits | Paul E. McKenney | 2021-01-07 | 1 | -19/+7 |
| | | * | rcutorture: Make rcu_torture_fakewriter() use blocking wait primitives | Paul E. McKenney | 2021-01-07 | 1 | -8/+32 |
| | | * | rcutorture: Make synctype[] and nsynctype be static global | Paul E. McKenney | 2021-01-07 | 1 | -26/+36 |
| | | * | rcutorture: Require entire stutter period be post-boot | Paul E. McKenney | 2021-01-07 | 1 | -1/+3 |
| | | * | rcutorture: Add testing for RCU's global memory ordering | Paul E. McKenney | 2021-01-04 | 1 | -6/+92 |
| | | * | rcutorture: Add reader-side tests of polling grace-period API | Paul E. McKenney | 2021-01-04 | 1 | -0/+10 |
| | | * | rcutorture: Add writer-side tests of polling grace-period API | Paul E. McKenney | 2021-01-04 | 1 | -7/+72 |
| | | * | rcutorture: Prepare for ->start_gp_poll and ->poll_gp_state | Paul E. McKenney | 2021-01-04 | 1 | -5/+5 |
| |_|/
|/| | |
|
| | * | rcu/nocb: Code-style nits in callback-offloading toggling | Paul E. McKenney | 2021-01-07 | 1 | -1/+1 |
| | * | rcutorture: Test runtime toggling of CPUs' callback offloading | Paul E. McKenney | 2021-01-07 | 1 | -3/+87 |
| |/
|/| |
|
| | | |
| \ | |
*-. \ | Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',... | Paul E. McKenney | 2020-11-20 | 1 | -14/+38 |
|\ \ \
| |_|/
|/| | |
|
| | * | rcutorture: Don't do need_resched() testing if ->sync is NULL | Paul E. McKenney | 2020-11-07 | 1 | -3/+5 |
| | * | rcutorture: Small code cleanups | Paul E. McKenney | 2020-11-07 | 1 | -2/+2 |
| | * | rcutorture: Make stutter_wait() caller restore priority | Paul E. McKenney | 2020-11-07 | 1 | -6/+18 |
| | * | rcutorture: Prevent hangs for invalid arguments | Paul E. McKenney | 2020-11-07 | 1 | -1/+4 |
| |/
|/| |
|
| * | rcutorture: Make grace-period kthread report match RCU flavor being tested | Paul E. McKenney | 2020-11-03 | 1 | -2/+9 |
|/ |
|
* | rcutorture: Allow pointer leaks to test diagnostic code | Paul E. McKenney | 2020-08-25 | 1 | -0/+4 |
* | rcutorture: Hoist OOM registry up one level | Paul E. McKenney | 2020-08-25 | 1 | -2/+2 |
* | rcutorture: Properly synchronize with OOM notifier | Paul E. McKenney | 2020-08-25 | 1 | -1/+13 |
* | rcutorture: Properly set rcu_fwds for OOM handling | Paul E. McKenney | 2020-08-25 | 1 | -1/+12 |
* | rcutorture: Output number of elapsed grace periods | Joel Fernandes (Google) | 2020-08-25 | 1 | -2/+11 |
* | rcutorture: Remove KCSAN stubs | Paul E. McKenney | 2020-08-25 | 1 | -13/+0 |
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-06 | 1 | -6/+1 |
|\ |
|
| * | sched: Remove sched_set_*() return value | Peter Zijlstra | 2020-06-15 | 1 | -4/+1 |
| * | sched,rcutorture: Convert to sched_set_fifo_low() | Peter Zijlstra | 2020-06-15 | 1 | -3/+1 |
| | | |
| \ | |
*-. \ | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney | 2020-06-29 | 1 | -5/+112 |
|\ \ \
| | |/
| |/| |
|
| | * | rcutorture: Check for unwatched readers | Paul E. McKenney | 2020-06-29 | 1 | -0/+1 |
| | * | rcu/rcutorture: Replace 0 with false | Jules Irenge | 2020-06-29 | 1 | -1/+1 |
| | * | rcutorture: NULL rcu_torture_current earlier in cleanup code | Paul E. McKenney | 2020-06-29 | 1 | -1/+1 |
| | * | rcutorture: Add races with task-exit processing | Paul E. McKenney | 2020-06-29 | 1 | -3/+109 |
| |/ |
|
* / | docs: RCU: Convert torture.txt to ReST | Mauro Carvalho Chehab | 2020-06-29 | 1 | -1/+1 |
|/ |
|