summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
AgeCommit message (Expand)AuthorLines
2023-09-11rcu-tasks: Make rcu_tasks_lazy_ms staticJiapeng Chong-1/+1
2023-09-11rcu-tasks: Pull sampling of ->percpu_dequeue_lim out of loopPaul E. McKenney-1/+3
2023-09-11rcu-tasks: Add printk()s to localize boot-time self-test hangPaul E. McKenney-1/+3
2023-09-11rcu/tree: Defer setting of jiffies during stall resetJoel Fernandes (Google)-2/+34
2023-09-11rcutorture: Add test of RCU CPU stall notifiersPaul E. McKenney-0/+21
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney-2/+69
2023-09-11rcu: Eliminate check_cpu_stall() duplicate codeZhen Lei-27/+15
2023-09-11rcu: Don't redump the stalled CPU where RCU GP kthread last ranZhen Lei-1/+3
2023-09-11rcu: Delete a redundant check in rcu_check_gp_kthread_starvation()Zhen Lei-7/+5
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-2/+0
2023-08-16Merge branches 'doc.2023.07.14b', 'fixes.2023.08.16a', 'rcu-tasks.2023.07.24a...Paul E. McKenney-39/+252
2023-08-16rcu: Make the rcu_nocb_poll boot parameter usable via boot configPaul E. McKenney-2/+2
2023-08-16rcu: Mark __rcu_irq_enter_check_tick() ->rcu_urgent_qs loadPaul E. McKenney-1/+1
2023-08-14rcutorture: Stop right-shifting torture_random() return valuesPaul E. McKenney-3/+3
2023-08-14rcu-tasks: Fix boot-time RCU tasks debug-only deadlockPaul E. McKenney-0/+2
2023-07-31rcu-tasks: Permit use of debug-objects with RCU Tasks flavorsPaul E. McKenney-10/+6
2023-07-25tty: sysrq: switch sysrq handlers from int to u8Jiri Slaby-1/+1
2023-07-19rcu: Clarify rcu_is_watching() kernel-doc commentPaul E. McKenney-5/+9
2023-07-14rcutorture: Dump grace-period state upon rtort_pipe_count incidentsPaul E. McKenney-0/+1
2023-07-14rcuscale: Move rcu_scale_writer() schedule_timeout_uninterruptible() to _idle()Zqiang-1/+1
2023-07-14rcuscale: fix building with RCU_TINYArnd Bergmann-8/+19
2023-07-14rcuscale: Add RCU Tasks Rude testingPaul E. McKenney-1/+40
2023-07-14rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney-0/+10
2023-07-14rcuscale: Measure grace-period kthread CPU timePaul E. McKenney-0/+27
2023-07-14rcuscale: Print out full set of kfree_rcu parametersPaul E. McKenney-0/+4
2023-07-14rcuscale: Print out full set of module parametersPaul E. McKenney-2/+2
2023-07-14rcuscale: Add minruntime module parameterPaul E. McKenney-1/+4
2023-07-14rcuscale: Fix gp_async_max typo: s/reader/writer/Paul E. McKenney-1/+1
2023-07-14rcuscale: Permit blocking delays between writersPaul E. McKenney-0/+4
2023-07-14refscale: Add a "jiffies" testPaul E. McKenney-1/+33
2023-07-14refscale: Fix uninitalized use of wait_queue_head_tWaiman Long-2/+1
2023-07-14rcu-tasks: Cancel callback laziness if too many callbacksPaul E. McKenney-2/+5
2023-07-14rcu-tasks: Add kernel boot parameters for callback lazinessPaul E. McKenney-0/+15
2023-07-14rcu-tasks: Remove redundant #ifdef CONFIG_TASKS_RCUPaul E. McKenney-2/+0
2023-07-14rcu-tasks: Treat only synchronous grace periods urgentlyPaul E. McKenney-8/+73
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney-2/+0
2023-06-07Merge branches 'doc.2023.05.10a', 'fixes.2023.05.11a', 'kvfree.2023.05.10a', ...Paul E. McKenney-151/+273
2023-05-11rcu/rcuscale: Stop kfree_scale_thread thread(s) after unloading rcuscaleQiuxu Zhuo-0/+5
2023-05-11rcu/rcuscale: Move rcu_scale_*() after kfree_scale_cleanup()Qiuxu Zhuo-97/+97
2023-05-11rcu/nocb: Make shrinker iterate only over NOCB CPUsFrederic Weisbecker-3/+14
2023-05-11rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney-3/+22
2023-05-11rcu: Make rcu_cpu_starting() rely on interrupts being disabledPaul E. McKenney-6/+5
2023-05-11rcu: Mark rcu_cpu_kthread() accesses to ->rcu_cpu_has_workPaul E. McKenney-2/+2
2023-05-11rcu: Mark additional concurrent load from ->cpu_no_qs.b.expPaul E. McKenney-2/+4
2023-05-11rcu: Employ jiffies-based backstop to callback time limitPaul E. McKenney-8/+38
2023-05-11rcu: Check callback-invocation time limit for rcuc kthreadsPaul E. McKenney-9/+19
2023-05-09rcu-tasks: Clarify the cblist_init_generic() function's pr_info() outputZqiang-4/+2
2023-05-09rcu-tasks: Avoid pr_info() with spin lock in cblist_init_generic()Shigeru Yoshida-1/+4
2023-05-09rcu/nocb: Recheck lazy callbacks under the ->nocb_lock from shrinkerFrederic Weisbecker-3/+11