summaryrefslogtreecommitdiffstats
path: root/kernel/rcu
Commit message (Expand)AuthorAgeFilesLines
* srcu: Provide polling interfaces for Tiny SRCU grace periodsPaul E. McKenney2021-09-031-2/+53
* srcu: Make Tiny SRCU use multi-bit grace-period counterPaul E. McKenney2021-09-031-2/+3
* srcu: Provide internal interface to start a Tiny SRCU grace periodPaul E. McKenney2021-09-031-6/+11
* srcu: Provide polling interfaces for Tree SRCU grace periodsPaul E. McKenney2021-09-031-4/+63
* srcu: Provide internal interface to start a Tree SRCU grace periodPaul E. McKenney2021-09-031-29/+37
* rcu-tasks: Don't delete holdouts within trc_wait_for_one_reader()Paul E. McKenney2021-07-311-1/+0
* rcu-tasks: Don't delete holdouts within trc_inspect_reader()Paul E. McKenney2021-07-311-3/+2
* rcu: Reject RCU_LOCKDEP_WARN() false positivesPaul E. McKenney2021-07-201-1/+1
* srcu: Fix broken node geometry after early ssp initFrederic Weisbecker2021-07-203-1/+20
* rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread()Paul E. McKenney2021-07-141-1/+1
* rcu: Remove spurious instrumentation_end() in rcu_nmi_enter()Zhouyi Zhou2021-05-141-1/+0
* kvfree_rcu: Use same set of GFP flags as does single-argumentUladzislau Rezki (Sony)2021-05-111-1/+1
* rcu/nocb: Perform deferred wake up before last idle's need_resched() checkFrederic Weisbecker2021-03-042-3/+5
* rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callersFrederic Weisbecker2021-03-041-1/+10
* rcu-tasks: Move RCU-tasks initialization to before early_initcall()Uladzislau Rezki (Sony)2021-01-191-4/+21
* rcu/tree: Defer kvfree_rcu() allocation to a clean contextUladzislau Rezki (Sony)2020-12-301-43/+66
* rcu,ftrace: Fix ftrace recursionPeter Zijlstra2020-12-301-1/+4
* rcu: Allow rcu_irq_enter_check_tick() from NMIPeter Zijlstra2020-12-301-2/+2
* 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
| | | * rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney2020-08-241-0/+2
| | | * rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney2020-08-241-6/+7
| | | * rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney2020-08-241-1/+1
| | | * rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney2020-08-241-3/+5
| | | * rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2020-08-242-0/+17
| | * | Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney2020-09-033-167/+167
| | |\ \
| | | * | rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-243-167/+167
| | | |/
| | | |
| | | \
| | *-. \ Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Paul E. McKenney2020-09-0310-105/+115
| | |\ \ \ | | | |_|/ | | |/| |
| | | | * rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney2020-08-241-0/+4
| | | | * rcutorture: Hoist OOM registry up one levelPaul E. McKenney2020-08-241-2/+2
| | | | * refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King2020-08-241-3/+5
| | | | * rcutorture: Properly synchronize with OOM notifierPaul E. McKenney2020-08-241-1/+13
| | | | * rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney2020-08-241-1/+12
| | | | * rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)2020-08-241-2/+11
| | | | * rcutorture: Remove KCSAN stubsPaul E. McKenney2020-08-241-13/+0
| | | |/ | | |/|
| | | * rcu: Shrink each possible cpu krcpZqiang2020-09-031-3/+3