Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | rcu: kasan: record and print call_rcu() call stack | Walter Wu | 2020-08-07 | 1 | -0/+2 | |
* | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-08-06 | 2 | -12/+3 | |
|\ | ||||||
| * | 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 | |
| * | sched,rcuperf: Convert to sched_set_fifo_low() | Peter Zijlstra | 2020-06-15 | 1 | -6/+2 | |
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2020-07-31 | 14 | -188/+1206 | |
|\ \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| | \ | ||||||
| *---------. \ | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney | 2020-06-29 | 14 | -185/+1203 | |
| |\ \ \ \ \ \ \ | ||||||
| | | | | | | * | | 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 | |
| | | | | | * | | | srcu: Avoid local_irq_save() before acquiring spinlock_t | Sebastian Andrzej Siewior | 2020-06-29 | 1 | -7/+7 | |
| | | | | | * | | | srcu: Fix a typo in comment "amoritized"->"amortized" | Ethon Paul | 2020-06-29 | 1 | -1/+1 | |
| | | | | | |/ / | ||||||
| | | | | * | | | refperf: Rename refperf.c to refscale.c and change internal names | Paul E. McKenney | 2020-06-29 | 2 | -92/+92 | |
| | | | | * | | | refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST | Paul E. McKenney | 2020-06-29 | 3 | -6/+6 | |
| | | | | * | | | rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment | Paul E. McKenney | 2020-06-29 | 1 | -5/+4 | |
| | | | | * | | | refperf: Add test for RCU Tasks readers | Paul E. McKenney | 2020-06-29 | 1 | -1/+27 | |
| | | | | * | | | refperf: Add test for RCU Tasks Trace readers. | Paul E. McKenney | 2020-06-29 | 1 | -2/+31 | |
| | | | | * | | | refperf: Change readdelay module parameter to nanoseconds | Paul E. McKenney | 2020-06-29 | 1 | -14/+22 | |
| | | | | * | | | refperf: Work around 64-bit division | Arnd Bergmann | 2020-06-29 | 1 | -2/+6 | |
| | | | | * | | | refperf: Adjust refperf.loop default value | Paul E. McKenney | 2020-06-29 | 1 | -1/+1 | |
| | | | | * | | | refperf: Add read-side delay module parameter | Paul E. McKenney | 2020-06-29 | 1 | -19/+89 | |
| | | | | * | | | refperf: Simplify initialization-time wakeup protocol | Paul E. McKenney | 2020-06-29 | 1 | -12/+5 | |
| | | | | * | | | refperf: Label experiment-number column "Runs" | Paul E. McKenney | 2020-06-29 | 1 | -1/+1 | |
| | | | | * | | | refperf: Add warmup and cooldown processing phases | Paul E. McKenney | 2020-06-29 | 1 | -2/+18 | |
| | | | | * | | | refperf: More closely synchronize reader start times | Paul E. McKenney | 2020-06-29 | 1 | -0/+5 | |
| | | | | * | | | refperf: Convert reader_task structure's "start" field to int | Paul E. McKenney | 2020-06-29 | 1 | -5/+4 | |
| | | | | * | | | refperf: Tune reader measurement interval | Paul E. McKenney | 2020-06-29 | 1 | -6/+5 | |
| | | | | * | | | refperf: Make functions static | Paul E. McKenney | 2020-06-29 | 1 | -2/+2 | |
| | | | | * | | | refperf: Dynamically allocate thread-summary output buffer | Paul E. McKenney | 2020-06-29 | 1 | -1/+5 | |
| | | | | * | | | refperf: Dynamically allocate experiment-summary output buffer | Paul E. McKenney | 2020-06-29 | 1 | -5/+11 | |
| | | | | * | | | refperf: Provide module parameter to specify number of experiments | Paul E. McKenney | 2020-06-29 | 1 | -20/+23 | |
| | | | | * | | | refperf: Convert nreaders to a module parameter | Paul E. McKenney | 2020-06-29 | 1 | -5/+11 | |
| | | | | * | | | refperf: Allow decimal nanoseconds | Paul E. McKenney | 2020-06-29 | 1 | -2/+2 | |
| | | | | * | | | refperf: Hoist function-pointer calls out of the loop | Paul E. McKenney | 2020-06-29 | 1 | -54/+38 | |
| | | | | * | | | refperf: Add holdoff parameter to allow CPUs to come online | Paul E. McKenney | 2020-06-29 | 1 | -3/+10 | |
| | | | | * | | | rcuperf: Add comments explaining the high reader overhead | Paul E. McKenney | 2020-06-29 | 1 | -2/+9 | |
| | | | | * | | | refperf: Add a test to measure performance of read-side synchronization | Joel Fernandes (Google) | 2020-06-29 | 3 | -0/+578 | |
| | | | | * | | | rcuperf: Remove useless while loops around wait_event | Joel Fernandes (Google) | 2020-06-29 | 1 | -10/+4 | |
| | | | | |/ / | ||||||
| | | | * | | | rcu-tasks: Fix code-style issues | Paul E. McKenney | 2020-06-29 | 1 | -3/+3 | |
| | | | * | | | rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads() | Paul E. McKenney | 2020-06-29 | 1 | -0/+14 | |
| | | | * | | | rcu-tasks: Add #include of rcupdate_trace.h to update.c | Paul E. McKenney | 2020-06-29 | 1 | -0/+1 | |
| | | | * | | | rcu-tasks: Make rcu_tasks_postscan() be static | Paul E. McKenney | 2020-06-29 | 1 | -1/+1 | |
| | | | * | | | rcu-tasks: Convert sleeps to idle priority | Paul E. McKenney | 2020-06-29 | 1 | -3/+3 | |
| | | | |/ / | ||||||
| | | * | | | rcu: Support reclaim for head-less object | Uladzislau Rezki (Sony) | 2020-06-29 | 1 | -2/+43 | |
| | | * | | | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) | 2020-06-29 | 2 | -10/+10 | |
| | | * | | | rcu/tiny: support vmalloc in tiny-RCU | Uladzislau Rezki (Sony) | 2020-06-29 | 1 | -1/+2 | |
| | | * | | | rcu/tree: Maintain separate array for vmalloc ptrs | Uladzislau Rezki (Sony) | 2020-06-29 | 1 | -73/+100 | |
| | | * | | | rcu/tree: cache specified number of objects | Uladzislau Rezki (Sony) | 2020-06-29 | 1 | -4/+62 | |
| | | * | | | rcu/tree: Use static initializer for krc.lock | Sebastian Andrzej Siewior | 2020-06-29 | 1 | -7/+6 |