Sign in
android-kvm
/
linux
/
cb72d38211eacda2dd90b09540542b6582da614e
/
kernel
/
rcu
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
271ecc5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
2552821
tags: Fix DEFINE_PER_CPU expansions
by Peter Zijlstra
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6701915
Merge commit 'torture.2015.02.23a' into core/rcu
by Ingo Molnar
· 9 years ago
8bc6782
Merge commit 'fixes.2015.02.23a' into core/rcu
by Ingo Molnar
· 9 years ago
27d50c7
rcu: Make CPU_DYING_IDLE an explicit call
by Thomas Gleixner
· 9 years ago
abedf8e
rcu: Use simple wait queues where possible in rcutree
by Paul Gortmaker
· 9 years ago
065bb78
rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock
by Daniel Wagner
· 9 years ago
4f2a848
rcu: Export rcu_gp_is_normal()
by Paul E. McKenney
· 9 years ago
4b455dc
rcu: Catch up rcu_report_qs_rdp() comment with reality
by Paul E. McKenney
· 9 years ago
9fc9204
rcu: Make rcu/tiny_plugin.h explicitly non-modular
by Paul Gortmaker
· 9 years ago
67c583a7
RCU: Privatize rcu_node::lock
by Boqun Feng
· 9 years ago
1914aab
rcu: Remove useless rcu_data_p when !PREEMPT_RCU
by Chen Gang
· 9 years ago
aa5a898
rcutorture: Correct no-expedite console messages
by Paul E. McKenney
· 9 years ago
23a9bac
rcu: Set rdp->gpwrap when CPU is idle
by Paul E. McKenney
· 9 years ago
4914950
rcu: Stop treating in-kernel CPU-bound workloads as errors
by Paul E. McKenney
· 9 years ago
8994515
rcu: Update rcu_report_qs_rsp() comment
by Paul E. McKenney
· 9 years ago
bb53e41
rcu: Assign false instead of 0 for ->core_needs_qs
by Paul E. McKenney
· 9 years ago
648c630
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'list.2015.12.04b' and 'torture.2015.12.05a' into HEAD
by Paul E. McKenney
· 9 years ago
45fed3e
rcu: Make rcu_gp_init() be bool rather than int
by Paul E. McKenney
· 9 years ago
e11f133
rcu: Move wakeup out from under rnp->lock
by Peter Zijlstra
· 9 years ago
7c9906c
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
by Paul E. McKenney
· 9 years ago
d117c8aa
rcu: Make cpu_needs_another_gp() be bool
by Paul E. McKenney
· 9 years ago
a87f203
rcu: Eliminate unused rcu_init_one() argument
by Paul E. McKenney
· 9 years ago
79cfea02
rcu: Remove TINY_RCU bloat from pointless boot parameters
by Paul E. McKenney
· 9 years ago
6b50e11
rcutorture: Print symbolic name for ->gp_state
by Paul E. McKenney
· 9 years ago
18aff33
rcutorture: Print symbolic name for rcu_torture_writer_state
by Paul E. McKenney
· 9 years ago
b1adb3e
rcutorture: Dump stack when GP kthread stalls
by Paul E. McKenney
· 9 years ago
a0e3a3a
rcutorture: Flag nonexistent RCU GP kthread
by Paul E. McKenney
· 9 years ago
46a5d16
rcu: Stop disabling interrupts in scheduler fastpaths
by Paul E. McKenney
· 9 years ago
f0f2e7d
rcu: Avoid tick_nohz_active checks on NOCBs CPUs
by Paul E. McKenney
· 9 years ago
699d403
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
by Paul E. McKenney
· 9 years ago
8ba9153
rcu: Remove lock-acquisition loop from rcu_read_unlock_special()
by Paul E. McKenney
· 9 years ago
fecbf6f
rcu: Simplify rcu_sched_qs() control flow
by Paul E. McKenney
· 9 years ago
47dbc90
kernel: Make rcu/tree_trace.c explicitly non-modular
by Paul Gortmaker
· 9 years ago
3dc5dbe
rcu: Move lock_class_key to local scope
by Paul E. McKenney
· 9 years ago
3e42ec1
rcu: Allow expedited grace periods to be disabled at init
by Paul E. McKenney
· 9 years ago
5a9be7c
rcu: Add rcu_normal kernel parameter to suppress expediting
by Paul E. McKenney
· 9 years ago
72611ab
rcu: Add more diagnostics to expedited stall warning messages.
by Paul E. McKenney
· 9 years ago
73f36f9
rcu: Make expedited grace periods resolve stall-warning ties
by Paul E. McKenney
· 9 years ago
df5bd51
rcu: Reduce expedited GP memory contention via per-CPU variables
by Paul E. McKenney
· 9 years ago
1307f21
rcu: Invert sync_rcu_exp_select_cpus() "if" statement
by Paul E. McKenney
· 9 years ago
886ef5a
rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()
by Paul E. McKenney
· 9 years ago
1de6e56
rcu: Clarify role of ->expmaskinitnext
by Paul E. McKenney
· 9 years ago
06f60de
rcu: Short-circuit synchronize_sched_expedited() if only one CPU
by Paul E. McKenney
· 9 years ago
6cf1008
rcu: Add transitivity to remaining rcu_node ->lock acquisitions
by Paul E. McKenney
· 9 years ago
2a67e74
rcu: Create transitive rnp->lock acquisition functions
by Peter Zijlstra
· 9 years ago
39cd2dd
Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.2015.10.06a' into HEAD
by Paul E. McKenney
· 9 years ago
d2856b0
Merge branches 'fixes.2015.10.06a' and 'exp.2015.10.07a' into HEAD
by Paul E. McKenney
· 9 years ago
338b0f7
rcu: Better hotplug handling for synchronize_sched_expedited()
by Paul E. McKenney
· 9 years ago
b08517c
rcu: Enable stall warnings for synchronize_rcu_expedited()
by Paul E. McKenney
· 9 years ago
c586563
rcu: Add tasks to expedited stall-warning messages
by Paul E. McKenney
· 9 years ago
74611ec
rcu: Add online/offline info to expedited stall warning message
by Paul E. McKenney
· 9 years ago
dcdb880
rcu: Consolidate expedited CPU selection
by Paul E. McKenney
· 9 years ago
66fe6cb
rcu: Prepare for consolidating expedited CPU selection
by Paul E. McKenney
· 9 years ago
807226e
rcu: Stop excluding CPU hotplug in synchronize_sched_expedited()
by Paul E. McKenney
· 9 years ago
83c2c73
rcu: Stop silencing lockdep false positive for expedited grace periods
by Paul E. McKenney
· 9 years ago
6587a23
rcu: Switch synchronize_sched_expedited() to IPI
by Paul E. McKenney
· 9 years ago
4f441a2
rcutorture: Fix unused-function warning for torturing_tasks()
by Paul E. McKenney
· 9 years ago
889d487
rcutorture: Fix module unwind when bad torture_type specified
by Paul E. McKenney
· 9 years ago
4bace73
rcu_sync: Cleanup the CONFIG_PROVE_RCU checks
by Oleg Nesterov
· 9 years ago
07899a6
rcu_sync: Introduce rcu_sync_dtor()
by Oleg Nesterov
· 9 years ago
3a518b7
rcu_sync: Add CONFIG_PROVE_RCU checks
by Oleg Nesterov
· 9 years ago
82e8c56
rcu_sync: Simplify rcu_sync using new rcu_sync_ops structure
by Oleg Nesterov
· 9 years ago
cc44ca8
rcu: Create rcu_sync infrastructure
by Oleg Nesterov
· 9 years ago
3836f53
torture: Consolidate cond_resched_rcu_qs() into stutter_wait()
by Paul E. McKenney
· 9 years ago
c34d2f4
rcu: Correct comment for values of ->gp_state field
by Paul E. McKenney
· 9 years ago
77f81fe
rcu: Finish folding ->fqs_state into ->gp_state
by Petr Mladek
· 9 years ago
49f5903
rcu: Move preemption disabling out of __srcu_read_lock()
by Paul E. McKenney
· 9 years ago
7f21aee
rcu: Add online/offline info to stall warning message
by Paul E. McKenney
· 9 years ago
ee968ac
rcu: Eliminate panic when silly boot-time fanout specified
by Paul E. McKenney
· 9 years ago
bb73c52
rcu: Don't disable preemption for Tiny and Tree RCU readers
by Boqun Feng
· 9 years ago
db3e8db
rcu: Use call_rcu_func_t to replace explicit type equivalents
by Boqun Feng
· 9 years ago
b6a4ae7
rcu: Use rcu_callback_t in call_rcu*() and friends
by Boqun Feng
· 9 years ago
5b74c45
rcu: Make ->cpu_no_qs be a union for aggregate OR
by Paul E. McKenney
· 9 years ago
0d43eb3
rcu: Invert passed_quiesce and rename to cpu_no_qs
by Paul E. McKenney
· 9 years ago
97c668b
rcu: Rename qs_pending to core_needs_qs
by Paul E. McKenney
· 9 years ago
bce5fa1
rcu: Move synchronize_sched_expedited() to combining tree
by Paul E. McKenney
· 9 years ago
8203d6d0
rcu: Use single-stage IPI algorithm for RCU expedited grace period
by Paul E. McKenney
· 9 years ago
b9585e9
rcu: Consolidate tree setup for synchronize_rcu_expedited()
by Paul E. McKenney
· 9 years ago
7922cd0
rcu: Move rcu_report_exp_rnp() to allow consolidation
by Paul E. McKenney
· 9 years ago
f4ecea3
rcu: Use rsp->expedited_wq instead of sync_rcu_preempt_exp_wq
by Paul E. McKenney
· 9 years ago
19a5ecd
rcu: Suppress lockdep false positive for rcp->exp_funnel_mutex
by Paul E. McKenney
· 9 years ago
12d560f
rcu,locking: Privatize smp_mb__after_unlock_lock()
by Paul E. McKenney
· 9 years ago
3dbe43f
Merge branches 'doc.2015.07.15a' and 'torture.2015.07.15a' into HEAD
by Paul E. McKenney
· 9 years ago
8ff4fbf
Merge branches 'fixes.2015.07.22a' and 'initexp.2015.08.04a' into HEAD
by Paul E. McKenney
· 9 years ago
af859be
rcu: Silence lockdep false positive for expedited grace periods
by Paul E. McKenney
· 9 years ago
9a54f98
rcu: Don't disable CPU hotplug during OOM notifiers
by Paul E. McKenney
· 9 years ago
a76a9a4
rcu: Fix backwards RCU_LOCKDEP_WARN() in synchronize_rcu_tasks()
by Paul E. McKenney
· 9 years ago
f78f5b9
rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()
by Paul E. McKenney
· 10 years ago
46f00d1
rcu: Make rcu_is_watching() really notrace
by Alexei Starovoitov
· 10 years ago
ec90a19
rcu: Create a synchronize_rcu_mult()
by Paul E. McKenney
· 10 years ago
bc17ea1
rcu: Fix obsolete priority-boosting comment
by Paul E. McKenney
· 10 years ago
2456005
rcu: Add RCU-sched flavors of get-state and cond-sync
by Paul E. McKenney
· 10 years ago
cdacbe1
rcu: Add fastpath bypassing funnel locking
by Paul E. McKenney
· 9 years ago
32bb1c7
rcu: Rename RCU_GP_DONE_FQS to RCU_GP_DOING_FQS
by Paul E. McKenney
· 9 years ago
b9a425c
rcu: Pull out wait_event*() condition into helper function
by Paul E. McKenney
· 9 years ago
cf3620a
rcu: Add stall warnings to synchronize_sched_expedited()
by Paul E. McKenney
· 9 years ago
2cd6ffa
rcu: Extend expedited funnel locking to rcu_data structure
by Paul E. McKenney
· 9 years ago
Next »