aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/rcu/rcu.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-26Merge branches 'rcu-doc.2024.02.14a', 'rcu-nocb.2024.02.14a', 'rcu-exp.2024.02.14a', 'rcu-tasks.2024.02.26a' and 'rcu-misc.2024.02.14a' into rcu.2024.02.26aBoqun Feng1-9/+10
2024-02-25rcu-tasks: Initialize callback lists at rcu_init() timePaul E. McKenney1-0/+6
2024-02-14rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker1-4/+4
2024-02-14rcu/exp: Remove rcu_par_gp_wqFrederic Weisbecker1-4/+0
2024-02-14rcu/exp: Make parallel exp gp kworker per rcu nodeFrederic Weisbecker1-1/+0
2023-12-12rcu: Restrict access to RCU CPU stall notifiersPaul E. McKenney1-3/+5
2023-11-01rcu: Introduce rcu_cpu_online()Frederic Weisbecker1-0/+2
2023-10-23Merge branches 'rcu/torture', 'rcu/fixes', 'rcu/docs', 'rcu/refscale', 'rcu/tasks' and 'rcu/stall' into rcu/nextFrederic Weisbecker1-0/+13
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney1-4/+0
2023-09-13rcu: Dump memory object info if callback function is invalidZhen Lei1-0/+7
2023-09-11rcu: Add RCU CPU stall notifierPaul E. McKenney1-0/+6
2023-08-29Merge tag 'net-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-2/+0
2023-07-14rcuscale: fix building with RCU_TINYArnd Bergmann1-6/+8
2023-07-14rcuscale: Add RCU Tasks Rude testingPaul E. McKenney1-0/+3
2023-07-14rcuscale: Measure RCU Tasks Trace grace-period kthread CPU timePaul E. McKenney1-0/+3
2023-07-12rcu: Export rcu_request_urgent_qs_task()Paul E. McKenney1-2/+0
2023-05-11rcu-tasks: Stop rcu_tasks_invoke_cbs() from using never-onlined CPUsPaul E. McKenney1-0/+6
2023-04-05Merge branches 'rcu/staging-core', 'rcu/staging-docs' and 'rcu/staging-kfree', remote-tracking branches 'paul/srcu-cf.2023.04.04a', 'fbq/rcu/lockdep.2023.03.27a' and 'fbq/rcu/rcutorture.2023.03.20a' into rcu/stagingJoel Fernandes (Google)1-2/+41
2023-04-05rcu: Further comment and explain the state space of GP sequencesFrederic Weisbecker1-0/+37
2023-04-04srcu: Begin offloading srcu_struct fields to srcu_updatePaul E. McKenney1-2/+4
2023-02-02Merge branch 'stall.2023.01.09a' into HEADPaul E. McKenney1-0/+1
2023-01-17rcu: Track laziness during boot and suspendJoel Fernandes (Google)1-0/+6
2023-01-05rcu: Add RCU stall diagnosis informationZhen Lei1-0/+1
2023-01-03rcu: Allow expedited RCU CPU stall warnings to dump task stacksPaul E. McKenney1-0/+1
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-2/+6
2022-11-29rcu: Make SRCU mandatoryPaul E. McKenney1-2/+6
2022-11-29rcu: Make call_rcu() lazy to save powerJoel Fernandes (Google)1-0/+8
2022-07-21Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney1-4/+0
2022-07-05rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker1-4/+0
2022-06-20rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney1-0/+3
2022-06-20rcu: Make normal polling GP be more precise about sequence numbersPaul E. McKenney1-0/+12
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-0/+2
2022-05-11Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney1-0/+7
2022-05-11rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh1-0/+5
2022-05-11rcu: Introduce CONFIG_RCU_EXP_CPU_STALL_TIMEOUTUladzislau Rezki1-0/+2
2022-05-03Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', 'rcu-tasks.2022.04.11b', 'srcu.2022.05.03a', 'torture.2022.04.11b', 'torture-tasks.2022.04.20a' and 'torturescript.2022.04.20a' into HEADPaul E. McKenney1-2/+4
2022-04-11rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney1-0/+4
2022-04-11rcu: Remove rcu_is_nocb_cpu()Frederic Weisbecker1-2/+0
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-0/+2
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEADPaul E. McKenney1-6/+8
2021-05-18tasks-rcu: Make show_rcu_tasks_gp_kthreads() be static inlinePaul E. McKenney1-0/+4
2021-05-10rcutorture: Forgive RCU boost failures when CPUs don't pass through QSPaul E. McKenney1-0/+2
2021-05-10srcu: Fix broken node geometry after early ssp initFrederic Weisbecker1-0/+2
2021-05-10srcu: Initialize SRCU after timersFrederic Weisbecker1-6/+0
2021-01-22Merge branches 'doc.2021.01.06a', 'fixes.2021.01.04b', 'kfree_rcu.2021.01.04a', 'mmdumpobj.2021.01.22a', 'nocb.2021.01.06a', 'rt.2021.01.04a', 'stall.2021.01.06a', 'torture.2021.01.12a' and 'tortureall.2021.01.06a' into HEADPaul E. McKenney1-3/+13
2021-01-04rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macrosPaul E. McKenney1-3/+13
2020-11-02rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney1-0/+16
2020-09-24treewide: Make all debug_obj_descriptors constStephen Boyd1-1/+1
2020-05-07Merge 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 HEADPaul E. McKenney1-0/+7
2020-05-07rcu: Allow rcutorture to starve grace-period kthreadPaul E. McKenney1-0/+2