- 26e760c rcu: kasan: record and print call_rcu() call stack by Walter Wu · 4 years, 7 months ago
- 6d2b84a Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
- c1cc478 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 4 years, 7 months ago
- 5465a32 Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
- 13625c0 Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEAD by Paul E. McKenney · 4 years, 8 months ago
- 7752275 rcutorture: Check for unwatched readers by Paul E. McKenney · 4 years, 9 months ago
- 8f43d59 rcu/rcutorture: Replace 0 with false by Jules Irenge · 4 years, 9 months ago
- cae7cc6 rcutorture: NULL rcu_torture_current earlier in cleanup code by Paul E. McKenney · 4 years, 10 months ago
- 4a5f133 rcutorture: Add races with task-exit processing by Paul E. McKenney · 4 years, 11 months ago
- bde50d8 srcu: Avoid local_irq_save() before acquiring spinlock_t by Sebastian Andrzej Siewior · 4 years, 9 months ago
- 7fef6cf srcu: Fix a typo in comment "amoritized"->"amortized" by Ethon Paul · 4 years, 11 months ago
- 1fbeb3a refperf: Rename refperf.c to refscale.c and change internal names by Paul E. McKenney · 4 years, 9 months ago
- 8e4ec3d refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST by Paul E. McKenney · 4 years, 9 months ago
- c7dcf81 rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment by Paul E. McKenney · 4 years, 9 months ago
- e13ef44 refperf: Add test for RCU Tasks readers by Paul E. McKenney · 4 years, 9 months ago
- 72bb749 refperf: Add test for RCU Tasks Trace readers. by Paul E. McKenney · 4 years, 9 months ago
- 918b351 refperf: Change readdelay module parameter to nanoseconds by Paul E. McKenney · 4 years, 9 months ago
- 7c944d7 refperf: Work around 64-bit division by Arnd Bergmann · 4 years, 9 months ago
- 4dd72a3 refperf: Adjust refperf.loop default value by Paul E. McKenney · 4 years, 9 months ago
- b4d1e34 refperf: Add read-side delay module parameter by Paul E. McKenney · 4 years, 9 months ago
- 96af866 refperf: Simplify initialization-time wakeup protocol by Paul E. McKenney · 4 years, 9 months ago
- 6efb063 refperf: Label experiment-number column "Runs" by Paul E. McKenney · 4 years, 9 months ago
- 2db0bda refperf: Add warmup and cooldown processing phases by Paul E. McKenney · 4 years, 9 months ago
- 86e0da2 refperf: More closely synchronize reader start times by Paul E. McKenney · 4 years, 9 months ago
- af2789d refperf: Convert reader_task structure's "start" field to int by Paul E. McKenney · 4 years, 9 months ago
- b864f89 refperf: Tune reader measurement interval by Paul E. McKenney · 4 years, 9 months ago
- 2990750 refperf: Make functions static by Paul E. McKenney · 4 years, 9 months ago
- 2e90de7 refperf: Dynamically allocate thread-summary output buffer by Paul E. McKenney · 4 years, 9 months ago
- f518f15 refperf: Dynamically allocate experiment-summary output buffer by Paul E. McKenney · 4 years, 9 months ago
- dbf28ef refperf: Provide module parameter to specify number of experiments by Paul E. McKenney · 4 years, 9 months ago
- 8fc2878 refperf: Convert nreaders to a module parameter by Paul E. McKenney · 4 years, 9 months ago
- 83b88c8 refperf: Allow decimal nanoseconds by Paul E. McKenney · 4 years, 9 months ago
- 75dd8ef refperf: Hoist function-pointer calls out of the loop by Paul E. McKenney · 4 years, 9 months ago
- 777a54c refperf: Add holdoff parameter to allow CPUs to come online by Paul E. McKenney · 4 years, 9 months ago
- 708cda3 rcuperf: Add comments explaining the high reader overhead by Paul E. McKenney · 4 years, 9 months ago
- 653ed64 refperf: Add a test to measure performance of read-side synchronization by Joel Fernandes (Google) · 4 years, 9 months ago
- 7e86646 rcuperf: Remove useless while loops around wait_event by Joel Fernandes (Google) · 4 years, 9 months ago
- 30d8aa5 rcu-tasks: Fix code-style issues by Paul E. McKenney · 4 years, 9 months ago
- 8344496 rcu-tasks: Conditionally compile show_rcu_tasks_gp_kthreads() by Paul E. McKenney · 4 years, 9 months ago
- 5b3cc99 rcu-tasks: Add #include of rcupdate_trace.h to update.c by Paul E. McKenney · 4 years, 9 months ago
- 04a3c5a rcu-tasks: Make rcu_tasks_postscan() be static by Paul E. McKenney · 4 years, 9 months ago
- ea6eed9 rcu-tasks: Convert sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
- 3042f83 rcu: Support reclaim for head-less object by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- c408b21 rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 64d1d06 rcu/tiny: support vmalloc in tiny-RCU by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 5f3c8d6 rcu/tree: Maintain separate array for vmalloc ptrs by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 53c72b5 rcu/tree: cache specified number of objects by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 69f08d3 rcu/tree: Use static initializer for krc.lock by Sebastian Andrzej Siewior · 4 years, 9 months ago
- 952371d rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 3af8486 rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 446044e rcu/tree: Make debug_objects logic independent of rcu_head by Joel Fernandes (Google) · 4 years, 9 months ago
- 594aa59 rcu/tree: Repeat the monitor if any free channel is busy by Uladzislau Rezki (Sony) · 4 years, 9 months ago
- 4d29194 rcu/tree: Skip entry into the page allocator for PREEMPT_RT by Joel Fernandes (Google) · 4 years, 9 months ago
- 8ac88f7 rcu/tree: Keep kfree_rcu() awake during lock contention by Joel Fernandes (Google) · 4 years, 9 months ago
- 8e11690 rcu: Fix a kernel-doc warnings for "count" by Mauro Carvalho Chehab · 4 years, 10 months ago
- c3cb47a kernel/rcu/tree.c: Fix kernel-doc warnings by Randy Dunlap · 4 years, 9 months ago
- 7a0c2b0 rcu: grpnum just records group number by Wei Yang · 4 years, 9 months ago
- a2dae43 rcu: grplo/grphi just records CPU number by Wei Yang · 4 years, 9 months ago
- 00943a6 rcu: gp_max is protected by root rcu_node's lock by Wei Yang · 4 years, 9 months ago
- c6dfd72 rcu: Stop shrinker loop by Peter Enderborg · 4 years, 9 months ago
- e40bb92 rcu: Replace 1 with true by Jules Irenge · 4 years, 9 months ago
- 04b25a4 rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr by Paul E. McKenney · 4 years, 10 months ago
- 55fbe86 rcu: Remove initialized but unused rnp from check_slow_task() by Paul E. McKenney · 4 years, 10 months ago
- 360fbbb rcu: Update comment from rsp->rcu_gp_seq to rsp->gp_seq by Lihao Liang · 4 years, 10 months ago
- 68c2f27 rcu: Expedited grace-period sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
- f5ca3464 rcu: No-CBs-related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
- a9352f72 rcu: Priority-boost-related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
- 77865de rcu: Grace-period-kthread related sleeps to idle priority by Paul E. McKenney · 4 years, 10 months ago
- f8466f9 rcu: Add comment documenting rcu_callback_map's purpose by Paul E. McKenney · 4 years, 10 months ago
- e816d56 rcu: Add callbacks-invoked counters by Paul E. McKenney · 4 years, 10 months ago
- abfce04 rcu: Simplify the calculation of rcu_state.ncpus by Wei Yang · 4 years, 11 months ago
- 7ee880b rcu: Initialize and destroy rcu_synchronize only when necessary by Wei Yang · 4 years, 11 months ago
- f2286ab docs: RCU: Convert stallwarn.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
- 43cb545 docs: RCU: Convert torture.txt to ReST by Mauro Carvalho Chehab · 4 years, 11 months ago
- b58e733 rcu: Fixup noinstr warnings by Peter Zijlstra · 4 years, 9 months ago
- 8b70098 sched: Remove sched_set_*() return value by Peter Zijlstra · 4 years, 11 months ago
- ce1c8af sched,rcutorture: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 11 months ago
- b143339 sched,rcuperf: Convert to sched_set_fifo_low() by Peter Zijlstra · 4 years, 11 months ago
- 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 9 months ago
- 5fdeefa Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 4 years, 9 months ago
- b3e2d20 rcuperf: Fix printk format warning by Kefeng Wang · 4 years, 11 months ago
- cb3cb67 Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies by Ingo Molnar · 4 years, 9 months ago
- 806f04e rcu: Allow for smp_call_function() running callbacks from idle by Peter Zijlstra · 4 years, 9 months ago
- 07325d4 rcu: Provide rcu_irq_exit_check_preempt() by Thomas Gleixner · 4 years, 10 months ago
- aaf2bc5 rcu: Abstract out rcu_irq_enter_check_tick() from rcu_nmi_enter() by Paul E. McKenney · 4 years, 10 months ago
- b1fcf9b rcu: Provide __rcu_is_watching() by Thomas Gleixner · 4 years, 10 months ago
- 8ae0ae6 rcu: Provide rcu_irq_exit_preempt() by Thomas Gleixner · 4 years, 10 months ago
- 9ea366f rcu: Make RCU IRQ enter/exit functions rely on in_nmi() by Paul E. McKenney · 5 years ago
- ff5c4f5 rcu/tree: Mark the idle relevant functions noinstr by Thomas Gleixner · 5 years ago
- 0ca650c4 rcu: constify sysrq_key_op by Emil Velikov · 4 years, 10 months ago
- f736e0f Merge branches 'fixes.2020.04.27a', 'kfree_rcu.2020.04.27a', 'rcu-tasks.2020.04.27a', 'stall.2020.04.27a' and 'torture.2020.05.07a' into HEAD by Paul E. McKenney · 4 years, 10 months ago
- 3c80b40 rcutorture: Convert ULONG_CMP_LT() to time_before() by Paul E. McKenney · 5 years ago
- afbc157 rcutorture: Make rcu_fwds and rcu_fwd_emergency_stop static by Jason Yan · 5 years ago
- 55b2dcf rcu: Allow rcutorture to starve grace-period kthread by Paul E. McKenney · 5 years ago
- 19a8ff9 rcutorture: Add flag to produce non-busy-wait task stalls by Paul E. McKenney · 5 years ago
- c9527be rcutorture: Mark data-race potential for rcu_barrier() test statistics by Paul E. McKenney · 5 years ago
- 3b2a473 rcutorture: Add KCSAN stubs by Paul E. McKenney · 5 years ago
- 33b2b93 rcu: Remove self-stack-trace when all quiescent states seen by Paul E. McKenney · 5 years ago
- 8837582 rcu: When GP kthread is starved, tag idle threads as false positives by Paul E. McKenney · 5 years ago
- 654db05 rcu: Use data_race() for RCU expedited CPU stall-warning prints by Paul E. McKenney · 5 years ago