summaryrefslogtreecommitdiffstats
path: root/kernel/rcu (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney2020-08-251-1/+1
| | | * rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney2020-08-251-3/+5
| | | * rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2020-08-252-0/+17
| | * | Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney2020-09-033-167/+167
| | |\ \
| | | * | rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-253-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-251-0/+4
| | | | * rcutorture: Hoist OOM registry up one levelPaul E. McKenney2020-08-251-2/+2
| | | | * refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King2020-08-251-3/+5
| | | | * rcutorture: Properly synchronize with OOM notifierPaul E. McKenney2020-08-251-1/+13
| | | | * rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney2020-08-251-1/+12
| | | | * rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)2020-08-251-2/+11
| | | | * rcutorture: Remove KCSAN stubsPaul E. McKenney2020-08-251-13/+0
| | | |/ | | |/|
| | | * rcu: Shrink each possible cpu krcpZqiang2020-09-031-3/+3
| | | * rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)2020-09-031-1/+9
| | | * rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-251-5/+0
| | | * rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)2020-08-251-4/+19
| | | * rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)2020-08-251-4/+7
| | | * rcu/nocb: Add a warning for non-GP kthread running GP codePaul E. McKenney2020-08-251-0/+1
| | | * rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2020-08-252-7/+5
| | | * rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney2020-08-251-2/+2
| | | * rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney2020-08-251-2/+2
| | | * rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney2020-08-251-2/+6
| | | * rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney2020-08-251-1/+4
| | | * nocb: Remove show_rcu_nocb_state() false positive printoutPaul E. McKenney2020-08-251-3/+2
| | | * rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay2020-08-251-2/+1
| | | * rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay2020-08-251-1/+1
| | | * nocb: Clarify RCU nocb CPU error messagePaul E. McKenney2020-08-251-1/+1
| | | * rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)2020-08-251-2/+3
| | | * rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney2020-08-251-4/+2
| | | * srcu: Remove KCSAN stubsPaul E. McKenney2020-08-251-13/+0
| | | * rcu: Remove KCSAN stubs from update.cPaul E. McKenney2020-08-251-13/+0
| | | * rcu: Remove KCSAN stubsPaul E. McKenney2020-08-251-13/+0
| | |/
* | | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-10-171-8/+6
|\ \ \
| * | | rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpuMauro Carvalho Chehab2020-10-151-8/+6
* | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-161-12/+41
|\ \ \ \ | |/ / / |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-061-0/+2
| |\| |
| * | | rcu-tasks: Enclose task-list scan in rcu_read_lock()Paul E. McKenney2020-09-171-0/+2
| * | | rcu-tasks: Fix low-probability task_struct leakPaul E. McKenney2020-09-171-4/+4
| * | | rcu-tasks: Fix grace-period/unlock race in RCU Tasks TracePaul E. McKenney2020-09-171-0/+6
| * | | rcu-tasks: Shorten per-grace-period sleep for RCU Tasks TracePaul E. McKenney2020-09-171-1/+9
| * | | rcu-tasks: Selectively enable more RCU Tasks Trace IPIsPaul E. McKenney2020-09-171-2/+3
| * | | rcu-tasks: Use more aggressive polling for RCU Tasks TracePaul E. McKenney2020-09-171-2/+14
| * | | rcu-tasks: Mark variables staticPaul E. McKenney2020-09-171-3/+3
* | | | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-10-122-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Make all debug_obj_descriptors constStephen Boyd2020-09-242-2/+2
| |/ /
* | | Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-09-251-0/+2
|\ \ \ | |/ / |/| |
| * | rcu/tree: Export rcu_idle_{enter,exit} to modulesBorislav Petkov2020-09-211-0/+2
| |/
* / rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread()Paul E. McKenney2020-09-171-1/+1
|/
* rcu: kasan: record and print call_rcu() call stackWalter Wu2020-08-071-0/+2