aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcu/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-28rcu/sync: Simplify the state machineOleg Nesterov1-70/+95
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov1-50/+5
2019-02-09rcu/sync: Convert to SPDX license identifierPaul E. McKenney1-14/+1
2018-12-01Merge branches 'bug.2018.11.12a', 'consolidate.2018.12.01a', 'doc.2018.11.12a', 'fixes.2018.11.12a', 'initrd.2018.11.08b', 'sil.2018.11.12a' and 'srcu.2018.11.27a' into HEADPaul E. McKenney1-6/+6
2018-11-08rcu: Consolidate the RCU update functions invoked by sync.cPaul E. McKenney1-6/+6
2018-11-08rcu: Eliminate BUG_ON() for sync.cPaul E. McKenney1-7/+6
2017-10-19doc: Fix various RCU docbook comment-header problemsPaul E. McKenney1-3/+6
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra1-0/+12
2016-08-10locking/percpu-rwsem: Optimize readers and reduce global impactPeter Zijlstra1-0/+2
2015-10-06rcu_sync: Cleanup the CONFIG_PROVE_RCU checksOleg Nesterov1-3/+3
2015-10-06rcu_sync: Introduce rcu_sync_dtor()Oleg Nesterov1-0/+26
2015-10-06rcu_sync: Add CONFIG_PROVE_RCU checksOleg Nesterov1-0/+20
2015-10-06rcu_sync: Simplify rcu_sync using new rcu_sync_ops structureOleg Nesterov1-20/+22
2015-10-06rcu: Create rcu_sync infrastructureOleg Nesterov1-0/+175