summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2021-01-041-4/+21
|\
| * rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2020-12-141-4/+21
* | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-2/+1
|\ \
| * | Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar2020-11-272-7/+19
| |\|
| * | irq_work: CleanupPeter Zijlstra2020-11-241-2/+1
* | | Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-1412-125/+278
|\ \ \ | |_|/ |/| |
| | |
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b',...Paul E. McKenney2020-11-1912-130/+287
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | | | | | * rcutorture: Don't do need_resched() testing if ->sync is NULLPaul E. McKenney2020-11-061-3/+5
| | | | | | * rcutorture: Small code cleanupsPaul E. McKenney2020-11-061-2/+2
| | | | | | * rcutorture: Make stutter_wait() caller restore priorityPaul E. McKenney2020-11-061-6/+18
| | | | | | * rcutorture: Prevent hangs for invalid argumentsPaul E. McKenney2020-11-061-1/+4
| | | | | | * refscale: Prevent hangs for invalid argumentsPaul E. McKenney2020-11-061-1/+4
| | | | | | * rcuscale: Prevent hangs for invalid argumentsPaul E. McKenney2020-11-061-1/+4
| | | | | | * rcuscale: Add RCU Tasks TracePaul E. McKenney2020-11-061-1/+31
| | | | | | * refscale: Bounds-check module parametersPaul E. McKenney2020-11-021-0/+6
| | | |_|_|/ | | |/| | |
| | | | | * rcu-tasks: Make the units of ->init_fract be jiffiesPaul E. McKenney2020-11-061-8/+6
| | | | | * rcutorture: Make grace-period kthread report match RCU flavor being testedPaul E. McKenney2020-11-023-18/+39
| | | | | * rcu-tasks: Convert rcu_tasks_wait_gp() for-loop to while-loopPaul E. McKenney2020-11-021-4/+1
| | | |_|/ | | |/| |
| | | | * srcu: Use a more appropriate lockdep helperJakub Kicinski2020-11-021-1/+1
| | | |/ | | |/|
| | | * srcu: Take early exit on memory-allocation failurePaul E. McKenney2020-11-191-1/+3
| | | * rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)2020-11-191-43/+66
| | | * rcu: Do not report strict GPs for outgoing CPUsPaul E. McKenney2020-11-191-1/+1
| | | * rcu: Fix a typo in rcu_blocking_is_gp() header commentZhouyi Zhou2020-11-191-1/+1
| | | * rcu: Prevent lockdep-RCU splats on lock acquisition/releasePaul E. McKenney2020-11-192-1/+21
| | | * rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBsJoel Fernandes (Google)2020-11-191-1/+2
| | | * rcu,ftrace: Fix ftrace recursionPeter Zijlstra2020-11-191-1/+4
| | | * rcu/tree: Make struct kernel_param_ops definitions constJoe Perches2020-11-191-2/+2
| | | * rcu/tree: Add a warning if CPU being onlined did not report QS alreadyJoel Fernandes (Google)2020-11-191-1/+3
| | | * rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU configNeeraj Upadhyay2020-11-191-8/+12
| | | * rcu: Fix single-CPU check in rcu_blocking_is_gp()Neeraj Upadhyay2020-11-192-2/+18
| | | * rcu: Implement rcu_segcblist_is_offloaded() config dependentFrederic Weisbecker2020-11-192-15/+8
| | | * rcu: Panic after fixed number of stallschao2020-11-191-0/+6
| | | * rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra2020-11-191-2/+2
| * | | x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUsPaul E. McKenney2020-11-061-0/+8
| |/ /
* | | Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-11-171-5/+17
|\ \ \ | | |/ | |/|
| * | rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney2020-11-101-5/+17
| |/
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-131-1/+1
|\ \
| * | arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon2020-11-101-1/+1
| |/
* / stop_machine, rcu: Mark functions as notraceZong Li2020-10-261-1/+1
|/
* Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1814-288/+395
|\
| * Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-0914-288/+395
| |\
| | * Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney2020-09-035-16/+113
| | |\
| | | * rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney2020-08-242-6/+6
| | | * rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2020-08-242-6/+24
| | | * rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2020-08-242-0/+14
| | | * rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney2020-08-241-2/+10
| | | * rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney2020-08-241-0/+4
| | | * rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney2020-08-241-0/+13
| | | * rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney2020-08-241-0/+14
| | | * rcu: Do full report for .need_qs for strict GPsPaul E. McKenney2020-08-241-2/+6