Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
a2c5826095562983bf316e3a7eb137ef04a71a24
/
Documentation
/
RCU
74d874e
rcu: Update documentation to cover call_srcu() and srcu_barrier().
by Paul E. McKenney
· 12 years ago
fae4b54
rcu: Introduce rcutorture testing for rcu_barrier()
by Paul E. McKenney
· 13 years ago
236fefa
rcu: Call out dangers of expedited RCU primitives
by Paul E. McKenney
· 13 years ago
2036d94
rcu: Rework detection of use of RCU by offline CPUs
by Paul E. McKenney
· 13 years ago
24cd7fd
rcu: Update stall-warning documentation
by Paul E. McKenney
· 13 years ago
c13f375
rcu: Add CPU-stall capability to rcutorture
by Paul E. McKenney
· 13 years ago
105617d
rcu: Make documentation give more realistic rcutorture duration
by Paul E. McKenney
· 13 years ago
9b9ec9b
rcutorture: Permit holding off CPU-hotplug operations during boot
by Paul E. McKenney
· 13 years ago
4c62abc
rcu: Bring RTFP.txt up to date.
by Paul E. McKenney
· 13 years ago
d493011
docs: Additional LWN links to RCU API
by Kees Cook
· 13 years ago
b58bdcc
rcu: Add rcutorture CPU-hotplug capability
by Paul E. McKenney
· 13 years ago
d5f546d
rcu: Add rcutorture system-shutdown capability
by Paul E. McKenney
· 13 years ago
9ceae0e
rcu: Add documentation for raw SRCU read-side primitives
by Paul E. McKenney
· 13 years ago
2c01531
rcu: Document failing tick as cause of RCU CPU stall warning
by Paul E. McKenney
· 13 years ago
9b2e4f1
rcu: Track idleness independent of idle tasks
by Paul E. McKenney
· 13 years ago
d7bd2d6
rcu: Document interpretation of RCU-lockdep splats
by Paul E. McKenney
· 13 years ago
8cd889c
rcu: Update documentation for additional RCU lockdep functions
by Paul E. McKenney
· 13 years ago
e5177ec
rcu: Not necessary to pass rcu_read_lock_held() to rcu_dereference_protected()
by Michal Hocko
· 13 years ago
e4cc1f2
rcu: Simplify quiescent-state accounting
by Paul E. McKenney
· 13 years ago
b15a2e7
rcu: Fix RCU's NMI documentation
by Paul E. McKenney
· 13 years ago
bdf2a43
rcu: Catch rcutorture up to new RCU API additions
by Paul E. McKenney
· 13 years ago
63cd758
rcu: Update rcutorture documentation
by Paul E. McKenney
· 13 years ago
d5988af
rcu: Update documentation to flag RCU_BOOST trace information
by Paul E. McKenney
· 13 years ago
25eb650
doc: fix wrong arch/i386 references
by Wanlong Gao
· 13 years ago
23b5c8f
rcu: Decrease memory-barrier usage based on semi-formal proof
by Paul E. McKenney
· 14 years ago
80d0208
Revert "rcu: Decrease memory-barrier usage based on semi-formal proof"
by Paul E. McKenney
· 13 years ago
5ece5ba
rcu: Add forward-progress diagnostic for per-CPU kthreads
by Paul E. McKenney
· 14 years ago
15ba0ba
rcu: add grace-period age and more kthread state to tracing
by Paul E. McKenney
· 14 years ago
90e6ac3
rcu: update tracing documentation for new rcutorture and rcuboost
by Paul E. McKenney
· 14 years ago
0ac3d13
rcu: add callback-queue information to rcudata output
by Paul E. McKenney
· 14 years ago
2fa218d
rcu: Update RCU's trace.txt documentation for new format
by Paul E. McKenney
· 14 years ago
12f5f52
rcu: merge TREE_PREEPT_RCU blocked_tasks[] lists
by Paul E. McKenney
· 14 years ago
e59fb31
rcu: Decrease memory-barrier usage based on semi-formal proof
by Paul E. McKenney
· 14 years ago
a00e0d71
rcu: Remove conditional compilation for RCU CPU stall warnings
by Paul E. McKenney
· 14 years ago
fea6512
rcu: add documentation saying which RCU flavor to choose
by Paul E. McKenney
· 14 years ago
2d999e0
rcu: update documentation/comments for Lai's adoption patch
by Paul E. McKenney
· 14 years ago
8e79e1f
rcu: document TINY_RCU and TINY_PREEMPT_RCU tracing.
by Paul E. McKenney
· 14 years ago
269dcc1
rcu: Add tracing data to support queueing models
by Paul E. McKenney
· 14 years ago
2c96c77
rcu: upgrade stallwarn.txt documentation for CPU-bound RT processes
by Paul E. McKenney
· 14 years ago
5cc6517
rcu: document ways of stalling updates in low-memory situations
by Paul E. McKenney
· 14 years ago
84483ea
rcu: add shiny new debug assists to Documentation/RCU/checklist.txt
by Paul E. McKenney
· 14 years ago
0ea6e61
Documentation: update broken web addresses.
by Justin P. Mattock
· 14 years ago
b8ae30e
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
f1d507b
rcu: improve the RCU CPU-stall warning documentation
by Paul E. McKenney
· 15 years ago
d21670a
rcu: reduce the number of spurious RCU_SOFTIRQ invocations
by Paul E. McKenney
· 15 years ago
e7858f5
Merge branch 'cpu_stop' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into sched/core
by Ingo Molnar
· 14 years ago
969c792
sched: replace migration_thread with cpu_stop
by Tejun Heo
· 15 years ago
50aec00
rcu: Update docs for rcu_access_pointer and rcu_dereference_protected
by Paul E. McKenney
· 15 years ago
1bd22e3
rcu: Use canonical URL for Mathieu's dissertation
by Paul E. McKenney
· 15 years ago
998f2ac
rcu: Fix citation of Mathieu's dissertation
by Paul E. McKenney
· 15 years ago
c598a07
rcu: Documentation update for CONFIG_PROVE_RCU
by Paul E. McKenney
· 15 years ago
4c54005
rcu: 1Q2010 update for RCU documentation
by Paul E. McKenney
· 15 years ago
6417986
rcu: Add synchronize_srcu_expedited() to the documentation
by Paul E. McKenney
· 15 years ago
0edf1a6
rcu: Update trace.txt documentation for blocked-tasks lists
by Paul E. McKenney
· 15 years ago
bd58b43
rcu: Update trace.txt documentation to reflect recent changes
by Paul E. McKenney
· 15 years ago
6b3ef48
rcu: Remove CONFIG_PREEMPT_RCU
by Paul E. McKenney
· 15 years ago
d6714c2
rcu: Renamings to increase RCU clarity
by Paul E. McKenney
· 15 years ago
fa08661
Merge commit 'v2.6.31-rc6' into core/rcu
by Ingo Molnar
· 15 years ago
941297f
netfilter: nf_conntrack: nf_conntrack_alloc() fixes
by Eric Dumazet
· 15 years ago
240ebbf
rcu: Add synchronize_sched_expedited() rcutorture doc + updates
by Paul E. McKenney
· 15 years ago
19f5946
trivial: Miscellaneous documentation typo fixes
by Matt LaPlante
· 16 years ago
6fd9b3a
rcu: Update RCU tracing documentation for __rcu_pending
by Paul E. McKenney
· 16 years ago
edd4070
Doc: Fix spelling in RCU/rculist_nulls.txt.
by Jesper Dangaard Brouer
· 16 years ago
3943ac5
Doc: Fix wrong API example usage of call_rcu().
by Jesper Dangaard Brouer
· 16 years ago
9ba30d7
Doc: Fix missing whitespaces in RCU documentation.
by Jesper Dangaard Brouer
· 16 years ago
0612ea0
rcu: documentation 1Q09 update
by Paul E. McKenney
· 16 years ago
1df2d01
Merge branch 'docs-next' of git://git.lwn.net/linux-2.6
by Linus Torvalds
· 16 years ago
5f34fe1
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
64db4cf
"Tree RCU": scalable classic RCU implementation
by Paul E. McKenney
· 16 years ago
1c12757
Document RCU and unloadable modules
by Paul E. McKenney
· 16 years ago
536533e
rcu: documents rculist_nulls
by Eric Dumazet
· 16 years ago
e8aed68
doc/RCU: fix pseudocode in rcuref.txt
by Lai Jiangshan
· 16 years ago
34d7c2b
rcu: remove list_for_each_rcu()
by Paul E. McKenney
· 16 years ago
0729fbf
rcu: make rcutorture even more vicious: invoke RCU readers from irq handlers (timers)
by Paul E. McKenney
· 16 years ago
31a72bc
rcu: make rcutorture more vicious: reinstate boot-time testing
by Paul E. McKenney
· 16 years ago
d120f65
rcu: make rcutorture more vicious: add stutter feature
by Paul E. McKenney
· 16 years ago
3230075
sched: 1Q08 RCU doc update, add call_rcu_sched()
by Paul E. McKenney
· 16 years ago
b5606c2
remove final fastcall users
by Harvey Harrison
· 17 years ago
f85d6c7
Preempt-RCU: update RCU Documentation.
by Paul E. McKenney
· 17 years ago
e54e54a
Add Documentation/RCU/00-Index
by Rob Landley
· 17 years ago
ef48bd2
Document the fact that RCU callbacks can run in parallel
by Paul E. McKenney
· 17 years ago
4b6c2cc
[PATCH] rcu: add sched torture type to rcutorture
by Josh Triplett
· 18 years ago
11a1470
[PATCH] rcu: add rcu_bh_sync torture type to rcutorture
by Josh Triplett
· 18 years ago
20d2e42
[PATCH] rcu: add rcu_sync torture type to rcutorture
by Josh Triplett
· 18 years ago
b772e1d
[PATCH] RCU: add fake writers to rcutorture
by Josh Triplett
· 18 years ago
b2896d2
[PATCH] srcu-3: add SRCU operations to rcutorture
by Paul E. McKenney
· 18 years ago
621934e
[PATCH] srcu-3: RCU variant permitting read-side blocking
by Paul E. McKenney
· 18 years ago
670e9f3
Documentation: remove duplicated words
by Paolo Ornati
· 18 years ago
53cb472
Fix typos in Documentation/: 'S'
by Matt LaPlante
· 18 years ago
82a854e
[PATCH] RCU Documentation fix
by Urs Thuermann
· 18 years ago
72e9bb5
[PATCH] rcutorture: add ops vector and Classic RCU ops
by Paul E. McKenney
· 18 years ago
29766f1
[PATCH] rcutorture: catchup doc fixes for idle-hz tests
by Paul E. McKenney
· 18 years ago
165d6c7
[PATCH] RCU documentation: self-limiting updates and call_rcu()
by Paul E. McKenney
· 18 years ago
d83015b
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
by Paul E. McKenney
· 18 years ago
3c30a75
[PATCH] for_each_possible_cpu: documentaion
by KAMEZAWA Hiroyuki
· 19 years ago
de0dfcd
rcu: undeclared variable used in documentation
by Baruch Even
· 19 years ago
d19720a
[PATCH] RCU documentation fixes (January 2006 update)
by Paul E. McKenney
· 19 years ago
095975d
[PATCH] rcu file: use atomic primitives
by Nick Piggin
· 19 years ago
665a758
[PATCH] Remove hlist_for_each_rcu() API, convert existing use to hlist_for_each_entry_rcu
by Paul E. McKenney
· 19 years ago
a241ec6
[PATCH] RCU torture-testing kernel module
by Paul E. McKenney
· 19 years ago
Next »