summaryrefslogtreecommitdiff
path: root/kernel/rcu
AgeCommit message (Expand)Author
2020-11-24rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabledPaul E. McKenney
2020-11-24arm64: smp: Tell RCU about CPUs that fail to come onlineWill Deacon
2020-11-05stop_machine, rcu: Mark functions as notraceZong Li
2020-11-05rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney
2020-11-05rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney
2020-11-05rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney
2020-10-29refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King
2020-10-29rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney
2020-10-29rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay
2020-09-25Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-09-21rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov
2020-09-16rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney
2020-08-07rcu: kasan: record and print call_rcu() call stackWalter Wu
2020-08-06Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-31Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-07-05Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-29Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a...Paul E. McKenney
2020-06-29rcutorture: Check for unwatched readersPaul E. McKenney
2020-06-29rcu/rcutorture: Replace 0 with falseJules Irenge
2020-06-29rcutorture: NULL rcu_torture_current earlier in cleanup codePaul E. McKenney
2020-06-29rcutorture: Add races with task-exit processingPaul E. McKenney
2020-06-29srcu: Avoid local_irq_save() before acquiring spinlock_tSebastian Andrzej Siewior
2020-06-29srcu: Fix a typo in comment "amoritized"->"amortized"Ethon Paul
2020-06-29refperf: Rename refperf.c to refscale.c and change internal namesPaul E. McKenney
2020-06-29refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TESTPaul E. McKenney
2020-06-29rcu-tasks: Fix synchronize_rcu_tasks_trace() header commentPaul E. McKenney
2020-06-29refperf: Add test for RCU Tasks readersPaul E. McKenney
2020-06-29refperf: Add test for RCU Tasks Trace readers.Paul E. McKenney
2020-06-29refperf: Change readdelay module parameter to nanosecondsPaul E. McKenney
2020-06-29refperf: Work around 64-bit divisionArnd Bergmann
2020-06-29refperf: Adjust refperf.loop default valuePaul E. McKenney
2020-06-29refperf: Add read-side delay module parameterPaul E. McKenney
2020-06-29refperf: Simplify initialization-time wakeup protocolPaul E. McKenney
2020-06-29refperf: Label experiment-number column "Runs"Paul E. McKenney
2020-06-29refperf: Add warmup and cooldown processing phasesPaul E. McKenney
2020-06-29refperf: More closely synchronize reader start timesPaul E. McKenney
2020-06-29refperf: Convert reader_task structure's "start" field to intPaul E. McKenney
2020-06-29refperf: Tune reader measurement intervalPaul E. McKenney
2020-06-29refperf: Make functions staticPaul E. McKenney
2020-06-29refperf: Dynamically allocate thread-summary output bufferPaul E. McKenney
2020-06-29refperf: Dynamically allocate experiment-summary output bufferPaul E. McKenney
2020-06-29refperf: Provide module parameter to specify number of experimentsPaul E. McKenney
2020-06-29refperf: Convert nreaders to a module parameterPaul E. McKenney
2020-06-29refperf: Allow decimal nanosecondsPaul E. McKenney
2020-06-29refperf: Hoist function-pointer calls out of the loopPaul E. McKenney
2020-06-29refperf: Add holdoff parameter to allow CPUs to come onlinePaul E. McKenney
2020-06-29rcuperf: Add comments explaining the high reader overheadPaul E. McKenney
2020-06-29refperf: Add a test to measure performance of read-side synchronizationJoel Fernandes (Google)
2020-06-29rcuperf: Remove useless while loops around wait_eventJoel Fernandes (Google)
2020-06-29rcu-tasks: Fix code-style issuesPaul E. McKenney