Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1f4f6da1c80905830337c3ff46a2d3260dabb864
/
kernel
/
rcu
1f4f6da
srcu: Make Classic and Tree SRCU announce themselves at bootup
by Paul E. McKenney
· 8 years ago
f60cb4d
rcuperf: Add test for dynamically initialized srcu_struct
by Paul E. McKenney
· 8 years ago
dcfc315
rcu: Make sync_rcu_preempt_exp_done() return bool
by Paul E. McKenney
· 8 years ago
881ed59
rcuperf: Add ability to performance-test call_rcu() and friends
by Paul E. McKenney
· 8 years ago
e28371c
rcu: Remove obsolete reference to synchronize_kernel()
by Paul E. McKenney
· 8 years ago
9683937
rcuperf: Defer expedited/normal check to end of test
by Paul E. McKenney
· 8 years ago
5b72f96
rcu: Complain if blocking in preemptible RCU read-side critical section
by Paul E. McKenney
· 8 years ago
881ec9d
srcu: Eliminate possibility of destructive counter overflow
by Paul E. McKenney
· 8 years ago
f92c734
rcu: Prevent rcu_barrier() from starting needless grace periods
by Paul E. McKenney
· 8 years ago
1123a60
srcu: Allow use of Classic SRCU from both process and interrupt context
by Paolo Bonzini
· 8 years ago
cdf7abc
srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
by Paolo Bonzini
· 8 years ago
de4d195
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
933dfbd
rcu: Open-code the rcu_cblist_n_lazy_cbs() function
by Paul E. McKenney
· 8 years ago
4b27f20
rcu: Open-code the rcu_cblist_n_cbs() function
by Paul E. McKenney
· 8 years ago
8ef0f37
rcu: Open-code the rcu_cblist_empty() function
by Paul E. McKenney
· 8 years ago
98059b9
rcu: Separately compile large rcu_segcblist functions
by Paul E. McKenney
· 8 years ago
45753c5
srcu: Debloat the <linux/rcu_segcblist.h> header
by Ingo Molnar
· 8 years ago
b5fe223
srcu: Adjust default auto-expediting holdoff
by Paul E. McKenney
· 8 years ago
22607d6
srcu: Specify auto-expedite holdoff time
by Paul E. McKenney
· 8 years ago
2da4b2a
srcu: Expedite first synchronize_srcu() when idle
by Paul E. McKenney
· 8 years ago
1e9a038
srcu: Expedited grace periods with reduced memory contention
by Paul E. McKenney
· 8 years ago
7f6733c
srcu: Make rcutorture writer stalls print SRCU GP state
by Paul E. McKenney
· 8 years ago
c7e8806
srcu: Exact tracking of srcu_data structures containing callbacks
by Paul E. McKenney
· 8 years ago
f209410
Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' into HEAD
by Paul E. McKenney
· 8 years ago
bcbfdd0
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
by Paul E. McKenney
· 8 years ago
0497b48
srcu: Expedite srcu_schedule_cbs_snp() callback invocation
by Paul E. McKenney
· 8 years ago
da915ad
srcu: Parallelize callback handling
by Paul E. McKenney
· 8 years ago
bfd090b
rcu: Fix typo in PER_RCU_NODE_PERIOD header comment
by Paul E. McKenney
· 8 years ago
5455a7f
rcu: Use true/false in assignment to bool
by Nicholas Mc Guire
· 8 years ago
50dc7de
rcu: Use bool value directly
by Nicholas Mc Guire
· 8 years ago
deb34f3
rcu: Improve comments for hotplug/suspend/hibernate functions
by Paul E. McKenney
· 8 years ago
d1e4f01
rcu: Remove obsolete comment from rcu_future_gp_cleanup() header
by Paul E. McKenney
· 8 years ago
dad81a2
srcu: Introduce CLASSIC_SRCU Kconfig option
by Paul E. McKenney
· 8 years ago
3207114
srcutorture: Print Tiny SRCU reader statistics
by Paul E. McKenney
· 8 years ago
d8be817
srcu: Create a tiny SRCU
by Paul E. McKenney
· 8 years ago
f60d231
srcu: Crude control of expedited grace periods
by Paul E. McKenney
· 8 years ago
80a7956
srcu: Merge ->srcu_state into ->srcu_gp_seq
by Paul E. McKenney
· 8 years ago
f1ec57a
srcu: Allow a second bit in rcu_seq for SRCU state
by Paul E. McKenney
· 8 years ago
031aeee
srcu: Improve rcu_seq grace-period-counter abstraction
by Paul E. McKenney
· 8 years ago
91e27c3
srcu: Fix bogus try_check_zero() comment
by Paul E. McKenney
· 8 years ago
e95d68d
srcu: Make num_rcu_lvl[] array be external
by Paul E. McKenney
· 8 years ago
efbe451
srcu: Move rcu_node traversal macros to rcu.h
by Paul E. McKenney
· 8 years ago
41f5c63
rcu: Remove redundant levelcnt[] array from rcu_init_one()
by Paul E. McKenney
· 8 years ago
2b34c43
srcu: Move rcu_init_levelspread() to rcu_tree_node.h
by Paul E. McKenney
· 8 years ago
f2425b4
srcu: Move combining-tree definitions for SRCU's benefit
by Paul E. McKenney
· 8 years ago
8660b7d
srcu: Use rcu_segcblist to track SRCU callbacks
by Paul E. McKenney
· 8 years ago
ac367c1
srcu: Add grace-period sequence numbers
by Paul E. McKenney
· 8 years ago
c2a8ec0
srcu: Move to state-based grace-period sequencing
by Paul E. McKenney
· 8 years ago
c6e56f5
srcu: Push srcu_advance_batches() fastpath into common case
by Paul E. McKenney
· 8 years ago
f010ed8
rcu: Fix warning in rcu_seq_end()
by Dmitry Vyukov
· 8 years ago
3c345825c8
rcu: Expedited wakeups need to be fully ordered
by Paul E. McKenney
· 8 years ago
2e8c28c
srcu: Move rcu_seq_start() and friends to rcu.h
by Paul E. McKenney
· 8 years ago
bdcabf4
rcu: Add single-element dequeue functions to rcu_segcblist
by Paul E. McKenney
· 8 years ago
b5eaeaa
srcu: Allow early boot use of synchronize_srcu()
by Paul E. McKenney
· 8 years ago
900b102
srcu: Allow SRCU to access rcu_scheduler_active
by Paul E. McKenney
· 8 years ago
15fecf8
srcu: Abstract multi-tail callback list handling
by Paul E. McKenney
· 8 years ago
b8c78d3
rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed
by Paul E. McKenney
· 8 years ago
9226b10
rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions
by Paul E. McKenney
· 8 years ago
0f9be8c
rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle()
by Paul E. McKenney
· 8 years ago
9577df9
rcu: Pull rcu_qs_ctr into rcu_dynticks structure
by Paul E. McKenney
· 8 years ago
abb06b9
rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure
by Paul E. McKenney
· 8 years ago
88a4976
rcu: Semicolon inside RCU_TRACE() for tree.c
by Paul E. McKenney
· 8 years ago
6c8c148
rcu: Semicolon inside RCU_TRACE() for Tiny RCU
by Paul E. McKenney
· 8 years ago
dffd06a
rcu: Semicolon inside RCU_TRACE() for rcu.h
by Paul E. McKenney
· 8 years ago
15c68f7
srcu: Check for tardy grace-period activity in cleanup_srcu_struct()
by Paul E. McKenney
· 8 years ago
cc98582
srcu: Consolidate batch checking into rcu_all_batches_empty()
by Paul E. McKenney
· 8 years ago
b8c17e6
rcu: Maintain special bits at bottom of ->dynticks counter
by Paul E. McKenney
· 8 years ago
03ecd3f
rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work
by Steven Rostedt (VMware)
· 8 years ago
a278d47
rcu: Fix dyntick-idle tracing
by Paul E. McKenney
· 8 years ago
b17b015
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>
by Ingo Molnar
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
037741a
sched/headers: Prepare for the removal of <linux/rtmutex.h> from <linux/sched.h>
by Ingo Molnar
· 8 years ago
3f07c01
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
ae7e81c
sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h>
by Ingo Molnar
· 8 years ago
f9411eb
rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wait.h>
by Ingo Molnar
· 8 years ago
31945aa
Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a', 'srcu.2017.01.25a' and 'torture.2017.01.15b' into HEAD
by Paul E. McKenney
· 8 years ago
7f554a3
srcu: Reduce probability of SRCU ->unlock_count[] counter overflow
by Paul E. McKenney
· 8 years ago
d85b62f
srcu: Force full grace-period ordering
by Paul E. McKenney
· 8 years ago
f2c4689
srcu: Implement more-efficient reader counts
by Lance Roy
· 8 years ago
38d30b3
rcu: Adjust FQS offline checks for exact online-CPU detection
by Paul E. McKenney
· 8 years ago
3a19b46
rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead
by Paul E. McKenney
· 8 years ago
02a5c550
rcu: Abstract extended quiescent state determination
by Paul E. McKenney
· 8 years ago
2625d46
rcu: Abstract dynticks extended quiescent state enter/exit operations
by Paul E. McKenney
· 8 years ago
8dc7988
rcu: Add lockdep checks to synchronous expedited primitives
by Paul E. McKenney
· 8 years ago
bb4e2c0
rcu: Eliminate unused expedited_normal counter
by Paul E. McKenney
· 8 years ago
9831ce3
rcu: Fix comment in rcu_organize_nocb_kthreads()
by Paul E. McKenney
· 8 years ago
fdbb9b3
rcu: Make rcu_cpu_starting() use its "cpu" argument
by Paul E. McKenney
· 8 years ago
09e2db3
rcu: Add comment headers to expedited-grace-period counter functions
by Paul E. McKenney
· 8 years ago
630c7ed
rcu: Don't wake rcuc/X kthreads on NOCB CPUs
by Paul E. McKenney
· 8 years ago
7aa9223
rcu: Once again use NMI-based stack traces in stall warnings
by Paul E. McKenney
· 8 years ago
b201fa67
rcu: Remove short-term CPU kicking
by Paul E. McKenney
· 8 years ago
28053bc
rcu: Add long-term CPU kicking
by Paul E. McKenney
· 8 years ago
94060d2
rcu: Remove unused but set variable
by Tobias Klauser
· 8 years ago
2535db4
rcu: Remove unneeded rcu_process_callbacks() declarations
by Paul E. McKenney
· 8 years ago
c4402b2
rcu: Only dump stalled-tasks stacks if there was a real stall
by Byungchul Park
· 8 years ago
7c6094d
rcu: update: Make RCU_EXPEDITE_BOOT be the default
by Sebastian Andrzej Siewior
· 8 years ago
8b2f63a
rcu: Abstract the dynticks snapshot operation
by Paul E. McKenney
· 8 years ago
6563de9
rcu: Abstract the dynticks momentary-idle operation
by Paul E. McKenney
· 8 years ago
52d7e48
rcu: Narrow early boot window of illegal synchronous grace periods
by Paul E. McKenney
· 8 years ago
f466ae6
rcu: Remove cond_resched() from Tiny synchronize_sched()
by Paul E. McKenney
· 8 years ago
Next »