aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.c
Commit message (Expand)AuthorAgeFilesLines
* rcu: Keep synchronize_rcu() from enabling irqs in early bootPaul E. McKenney2022-10-201-4/+6
*---. Merge branches 'doc.2022.08.31b', 'fixes.2022.08.31b', 'kvfree.2022.08.31b', ...Paul E. McKenney2022-09-011-78/+252
|\ \ \
| | | * rcu-tasks: Make RCU Tasks Trace check for userspace executionZqiang2022-08-311-2/+2
| |_|/ |/| |
| | * rcu: Make synchronize_rcu() fastpath update only boot-CPU countersPaul E. McKenney2022-08-311-2/+16
| | * rcu: Remove ->rgos_polled field from rcu_gp_oldstate structurePaul E. McKenney2022-08-311-5/+1
| | * rcu: Make synchronize_rcu() fast path update ->gp_seq countersPaul E. McKenney2022-08-311-13/+26
| | * rcu-tasks: Remove grace-period fast-path rcu-tasks helperPaul E. McKenney2022-08-311-2/+0
| | * rcu: Set rcu_data structures' initial ->gpwrap value to truePaul E. McKenney2022-08-311-0/+1
| | * rcu: Disable run-time single-CPU grace-period optimizationPaul E. McKenney2022-08-311-31/+9
| | * rcu: Add full-sized polling for cond_sync_full()Paul E. McKenney2022-08-311-1/+27
| | * rcu: Remove blank line from poll_state_synchronize_rcu() docbook headerPaul E. McKenney2022-08-311-3/+2
| | * rcu: Add full-sized polling for start_poll()Paul E. McKenney2022-08-311-13/+45
| | * rcu: Add full-sized polling for get_state()Paul E. McKenney2022-08-311-0/+33
| | * rcu: Add full-sized polling for get_completed*() and poll_state*()Paul E. McKenney2022-08-311-4/+72
| |/ |/|
| * rcu/kvfree: Update KFREE_DRAIN_JIFFIES intervalUladzislau Rezki (Sony)2022-08-311-4/+19
| * rcu/kfree: Fix kfree_rcu_shrink_count() return valueJoel Fernandes (Google)2022-08-311-1/+1
| * rcu: Back off upon fill_page_cache_func() allocation failureMichal Hocko2022-08-311-8/+9
|/
* Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-08-051-1/+1
|\
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
* | Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-449/+27
|\ \
| * | context_tracking: Convert state to atomic_tFrederic Weisbecker2022-07-051-7/+6
| * | rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker2022-07-051-321/+3
| * | rcu/context-tracking: Move deferred nocb resched to context trackingFrederic Weisbecker2022-07-051-13/+2
| * | rcu/context_tracking: Move dynticks_nmi_nesting to context trackingFrederic Weisbecker2022-07-051-27/+21
| * | rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker2022-07-051-15/+16
| * | rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker2022-07-051-29/+27
| * | rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker2022-07-051-83/+0
| * | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-051-2/+0
| * | rcu: Apply noinstr to rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney2022-06-201-7/+7
| |/
| |
| \
| \
| \
*---. \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-211-34/+150
|\ \ \ \ | |_|_|/ |/| | |
| | | * rcu: Add polled expedited grace-period primitivesPaul E. McKenney2022-07-211-5/+12
| | | * rcu: Make polled grace-period API account for expedited grace periodsPaul E. McKenney2022-07-211-4/+5
| | | * rcu: Switch polled grace-period APIs to ->gp_seq_polledPaul E. McKenney2022-07-211-4/+94
| | | * rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-1/+2
| | | * rcu: Make normal polling GP be more precise about sequence numbersPaul E. McKenney2022-06-201-2/+2
| |_|/ |/| |
| | * rcu/nocb: Add option to opt rcuo kthreads out of RT priorityUladzislau Rezki (Sony)2022-07-191-1/+5
| | * rcu: Add nocb_cb_kthread check to rcu_is_callbacks_kthread()Zqiang2022-07-191-2/+2
| |/ |/|
| * rcu/tree: Add comment to describe GP-done condition in fqs loopNeeraj Upadhyay2022-07-191-1/+9
| * rcu: Initialize first_gp_fqs at declaration in rcu_gp_fqs()Paul E. McKenney2022-07-191-2/+1
| * rcu/kvfree: Remove useless monitor_todo flagJoel Fernandes (Google)2022-07-191-17/+16
| * rcu: Cleanup RCU urgency state for offline CPUZqiang2022-07-191-0/+1
| * rcu: Add rnp->cbovldmask check in rcutree_migrate_callbacks()Zqiang2022-07-191-0/+1
| * rcu: Decrease FQS scan wait time in case of callback overloadingPaul E. McKenney2022-07-191-1/+6
|/
* Merge branch 'exp.2022.05.11a' into HEADPaul E. McKenney2022-05-111-3/+48
|\
| * rcu: Move expedited grace period (GP) work to RT kthread_workerKalesh Singh2022-05-111-3/+48
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'docs.2022.04.20a', 'fixes.2022.04.20a', 'nocb.2022.04.11b', '...Paul E. McKenney2022-05-031-17/+78
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * rcutorture: Suppress debugging grace period delays during floodingPaul E. McKenney2022-04-111-3/+29
| |_|_|/ |/| | |
| | | * rcu-tasks: Make Tasks RCU account for userspace executionPaul E. McKenney2022-04-111-0/+2
| |_|/ |/| |
| | * rcu/nocb: Initialize nocb kthreads only for boot CPU prior SMP initializationFrederic Weisbecker2022-04-111-1/+5
| | * rcu: Initialize boost kthread only for boot node prior SMP initializationFrederic Weisbecker2022-04-111-1/+4