summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* 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 tag 'char-misc-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-041-2/+1
|\ \
| * | remove CONFIG_ANDROIDChristoph Hellwig2022-07-011-2/+1
| |/
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0215-994/+1104
|\ \
| * \ Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-218-530/+57
| |\ \
| | * | context_tracking: Convert state to atomic_tFrederic Weisbecker2022-07-052-9/+8
| | * | rcu/context-tracking: Move RCU-dynticks internal functions to context_trackingFrederic Weisbecker2022-07-053-362/+5
| | * | 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-054-33/+22
| | * | rcu/context_tracking: Move dynticks_nesting to context trackingFrederic Weisbecker2022-07-053-17/+17
| | * | rcu/context_tracking: Move dynticks counter to context trackingFrederic Weisbecker2022-07-054-33/+30
| | * | rcu/context-tracking: Remove rcu_irq_enter/exit()Frederic Weisbecker2022-07-051-83/+0
| | * | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-053-3/+3
| | * | rcu: Apply noinstr to rcu_idle_enter() and rcu_idle_exit()Paul E. McKenney2022-06-201-7/+7
| | * | rcu: Dump rcuc kthread status for CPUs not reporting quiescent stateZqiang2022-06-201-28/+21
| | | |
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-2115-455/+1105
| |\ \ \ \ \ \ \
| | | | | | * | | refscale: Convert test_lock spinlock to raw_spinlockZqiang2022-06-211-9/+9
| | | | | | * | | rcutorture: Handle failure of memory allocation functionsLi Qiong2022-06-211-0/+10
| | | | | | * | | rcutorture: Fix ksoftirqd boosting timing and iterationFrederic Weisbecker2022-06-211-15/+13
| | | | | | * | | rcuscale: Fix smp_processor_id()-in-preemptible warningsZqiang2022-06-211-0/+1
| | | | | | * | | rcutorture: Make failure indication note reader-batch overflowPaul E. McKenney2022-06-211-1/+1
| | | | | | * | | rcutorture: Fix memory leak in rcu_test_debug_objects()Zqiang2022-06-211-0/+1
| | | | | | * | | rcutorture: Simplify rcu_torture_read_exit_child() loopPaul E. McKenney2022-06-211-27/+20
| | | | | | * | | rcu/torture: Change order of warning and trace dumpAnna-Maria Behnsen2022-06-211-1/+2
| | | | | | |/ /
| | | | | * | | rcu-tasks: Use delayed_work to delay rcu_tasks_verify_self_tests()Waiman Long2022-06-211-5/+32
| | | | | * | | rcu-tasks: Be more patient for RCU Tasks boot-time testingPaul E. McKenney2022-06-211-7/+21
| | | | | * | | rcu-tasks: Update commentsPaul E. McKenney2022-06-211-38/+33
| | | | | * | | rcu-tasks: Disable and enable CPU hotplug in same functionPaul E. McKenney2022-06-211-3/+3
| | | | | * | | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-17/+7
| | | | | * | | rcu-tasks: Maintain a count of tasks blocking RCU Tasks Trace grace periodPaul E. McKenney2022-06-211-1/+5
| | | | | * | | rcu-tasks: Stop RCU Tasks Trace from scanning full tasks listPaul E. McKenney2022-06-211-5/+6
| | | | | * | | rcu-tasks: Stop RCU Tasks Trace from scanning idle tasksPaul E. McKenney2022-06-201-7/+1
| | | | | * | | rcu-tasks: Pull in tasks blocked within RCU Tasks Trace readersPaul E. McKenney2022-06-201-0/+24
| | | | | * | | rcu-tasks: Scan running tasks for RCU Tasks Trace readersPaul E. McKenney2022-06-201-11/+40
| | | | | * | | rcu-tasks: Avoid rcu_tasks_trace_pertask() duplicate list additionsPaul E. McKenney2022-06-201-3/+4
| | | | | * | | rcu-tasks: Move rcu_tasks_trace_pertask() before rcu_tasks_trace_pregp_step()Paul E. McKenney2022-06-201-14/+14
| | | | | * | | rcu-tasks: Add blocked-task indicator to RCU Tasks Trace stall warningsPaul E. McKenney2022-06-201-1/+2
| | | | | * | | rcu-tasks: Untrack blocked RCU Tasks Trace at reader endPaul E. McKenney2022-06-201-6/+18
| | | | | * | | rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney2022-06-201-1/+21
| | | | | * | | rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney2022-06-201-0/+4
| | | | | * | | rcu-tasks: Make RCU Tasks Trace stall warning handle idle offline tasksPaul E. McKenney2022-06-201-1/+1
| | | | | * | | rcu-tasks: Make RCU Tasks Trace stall warnings print full .b.need_qs fieldPaul E. McKenney2022-06-201-2/+3
| | | | | * | | rcu-tasks: Flag offline CPUs in RCU Tasks Trace stall warningsPaul E. McKenney2022-06-201-2/+2
| | | | | * | | rcu-tasks: Add slow-IPI indicator to RCU Tasks Trace stall warningsPaul E. McKenney2022-06-201-1/+2
| | | | | * | | rcu-tasks: Simplify trc_inspect_reader() QS logicPaul E. McKenney2022-06-201-6/+7
| | | | | * | | rcu-tasks: Make rcu_note_context_switch() unconditionally call rcu_tasks_qs()Paul E. McKenney2022-06-201-1/+1
| | | | | * | | rcu-tasks: RCU Tasks Trace grace-period kthread has implicit QSPaul E. McKenney2022-06-201-2/+3
| | | | | * | | rcu-tasks: Handle idle tasks for recently offlined CPUsPaul E. McKenney2022-06-201-8/+7
| | | | | * | | rcu-tasks: Idle tasks on offline CPUs are in quiescent statesPaul E. McKenney2022-06-201-1/+1