summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * | rcu: Avoid double multiply by HZPaul E. McKenney2018-11-121-1/+1
| | | | | * | MAINTAINERS: Update from @linux.vnet.ibm.com to @linux.ibm.comPaul E. McKenney2018-11-121-39/+33
| | | | | * | rcu: Stop expedited grace periods from relying on stop-machinePaul E. McKenney2018-11-111-2/+4
| | | | | |/
| | | | * | doc: Fix "struction" typo in RCU memory-ordering documentationJoel Fernandes (Google)2018-11-121-1/+1
| | | | * | doc: Correct parameter in stallwarnJoel Fernandes (Google)2018-11-121-1/+1
| | | | * | doc: RCU scheduler spinlock rcu_read_unlock() restriction remainsPaul E. McKenney2018-11-121-15/+29
| | | | * | doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()Joel Fernandes (Google)2018-11-121-1/+1
| | | | * | doc: Remove obsolete (non-)requirement about disabling preemptionJoel Fernandes (Google)2018-11-121-50/+0
| | | | * | doc: Make reader aware of rcu_dereference_protectedJoel Fernandes (Google)2018-11-121-1/+14
| | | | * | doc: rcu: Encourage use of rcu_barrier in checklistJoel Fernandes (Google)2018-11-121-2/+2
| | | | * | doc: rcu: Remove obsolete checklist item about synchronize_rcu usageJoel Fernandes (Google)2018-11-121-30/+7
| | | | * | doc: rcu: Remove obsolete suggestion from checklistJoel Fernandes (Google)2018-11-121-5/+1
| | | | * | doc: rcu: Add more rationale for using rcu_read_lock_sched in checklistJoel Fernandes (Google)2018-11-121-1/+1
| | | | * | doc: rcu: Update core and full API in whatisRCUJoel Fernandes (Google)2018-11-121-27/+28
| | | | * | doc: Document rcutorture forward-progress test kernel parametersPaul E. McKenney2018-11-121-0/+17
| | | | * | doc: rcu: Update description of gp_seq fields in rcu_dataJoel Fernandes (Google)2018-11-121-3/+4
| | | | * | doc: rcu: Better clarify the rcu_segcblist ->len fieldJoel Fernandes (Google)2018-11-121-8/+15
| | | | * | doc: rcu: Update Data-Structures for RCU flavor consolidationJoel Fernandes (Google)2018-11-125-2240/+559
| | | | * | doc: Remove rcu_dynticks from Data-StructuresJoel Fernandes (Google)2018-11-122-760/+25
| | | | * | doc: Update information about resched_cpuJoel Fernandes (Google)2018-11-121-3/+3
| | | | * | doc: Remove rcu_preempt_state reference in stallwarnJoel Fernandes (Google)2018-11-081-3/+2
| | | | * | doc: Clarify RCU data-structure comment about rcu_tree fanoutJoel Fernandes (Google)2018-11-081-3/+5
| | | | * | doc: Set down forward-progress requirementsPaul E. McKenney2018-11-081-2/+108
| | | | |/
| | | * | rcutorture/formal: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-2/+2
| | | * | tools/kernel.h: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | net/decnet: Replace rcu_barrier_bh() with rcu_barrier()Paul E. McKenney2018-12-011-1/+1
| | | * | net/core/skmsg: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | livepatch: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-012-4/+4
| | | * | cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | types: Remove call_rcu_bh() and call_rcu_sched()Paul E. McKenney2018-12-011-2/+2
| | | * | percpu-rwsem: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-12-011-1/+1
| | | * | net/bridge: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-012-8/+8
| | | * | net/core: Replace call_rcu_bh() and synchronize_rcu_bh()Paul E. McKenney2018-12-011-2/+2
| | | * | net/sched: Replace call_rcu_bh() and rcu_barrier_bh()Paul E. McKenney2018-12-012-5/+5
| | | * | mm: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | slab: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-272-5/+5
| | | * | percpu-refcount: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | events: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | workqueue: Replace call_rcu_sched() with call_rcu()Paul E. McKenney2018-11-271-4/+4
| | | * | modules: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-7/+7
| | | * | sched/membarrier: synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-2/+2
| | | * | lockdep: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | kprobes: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-5/+5
| | | * | main: Replace rcu_barrier_sched() with rcu_barrier()Paul E. McKenney2018-11-271-3/+3
| | | * | tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-277-29/+29
| | | * | fs/file: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | cpufreq/cpufreq_governor: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | cpufreq/intel_pstate: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | drivers/vhost: Replace synchronize_rcu_bh() with synchronize_rcu()Paul E. McKenney2018-11-271-1/+1
| | | * | ethernet/realtek: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney2018-11-272-3/+3