index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-22
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+4
2016-03-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-4
/
+2
2016-03-15
tags: Fix DEFINE_PER_CPU expansions
Peter Zijlstra
1
-4
/
+2
2016-03-15
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-33
/
+40
2016-03-15
Merge commit 'torture.2015.02.23a' into core/rcu
Ingo Molnar
1
-0
/
+1
2016-03-15
Merge commit 'fixes.2015.02.23a' into core/rcu
Ingo Molnar
5
-117
/
+124
2016-03-01
rcu: Make CPU_DYING_IDLE an explicit call
Thomas Gleixner
1
-33
/
+37
2016-02-25
rcu: Use simple wait queues where possible in rcutree
Paul Gortmaker
3
-30
/
+31
2016-02-25
rcu: Do not call rcu_nocb_gp_cleanup() while holding rnp->lock
Daniel Wagner
3
-5
/
+18
2016-02-23
rcu: Export rcu_gp_is_normal()
Paul E. McKenney
1
-0
/
+1
2016-02-23
rcu: Catch up rcu_report_qs_rdp() comment with reality
Paul E. McKenney
1
-6
/
+1
2016-02-23
rcu: Make rcu/tiny_plugin.h explicitly non-modular
Paul Gortmaker
1
-13
/
+2
2016-02-23
RCU: Privatize rcu_node::lock
Boqun Feng
3
-75
/
+96
2016-02-23
rcu: Remove useless rcu_data_p when !PREEMPT_RCU
Chen Gang
2
-2
/
+0
2016-02-23
rcutorture: Correct no-expedite console messages
Paul E. McKenney
1
-6
/
+8
2016-02-23
rcu: Set rdp->gpwrap when CPU is idle
Paul E. McKenney
1
-3
/
+2
2016-02-23
rcu: Stop treating in-kernel CPU-bound workloads as errors
Paul E. McKenney
1
-6
/
+7
2016-02-23
rcu: Update rcu_report_qs_rsp() comment
Paul E. McKenney
1
-5
/
+7
2016-02-23
rcu: Assign false instead of 0 for ->core_needs_qs
Paul E. McKenney
1
-1
/
+1
2015-12-07
Merge branches 'doc.2015.12.05a', 'exp.2015.12.07a', 'fixes.2015.12.07a', 'li...
Paul E. McKenney
7
-140
/
+234
2015-12-07
rcu: Make rcu_gp_init() be bool rather than int
Paul E. McKenney
1
-5
/
+5
2015-12-07
rcu: Move wakeup out from under rnp->lock
Peter Zijlstra
1
-1
/
+1
2015-12-07
rcu: Don't redundantly disable irqs in rcu_irq_{enter,exit}()
Paul E. McKenney
1
-6
/
+26
2015-12-07
rcu: Make cpu_needs_another_gp() be bool
Paul E. McKenney
1
-7
/
+7
2015-12-07
rcu: Eliminate unused rcu_init_one() argument
Paul E. McKenney
2
-5
/
+4
2015-12-07
rcu: Remove TINY_RCU bloat from pointless boot parameters
Paul E. McKenney
1
-3
/
+4
2015-12-05
rcutorture: Print symbolic name for ->gp_state
Paul E. McKenney
2
-2
/
+25
2015-12-05
rcutorture: Print symbolic name for rcu_torture_writer_state
Paul E. McKenney
1
-1
/
+23
2015-12-05
rcutorture: Dump stack when GP kthread stalls
Paul E. McKenney
1
-1
/
+4
2015-12-05
rcutorture: Flag nonexistent RCU GP kthread
Paul E. McKenney
1
-1
/
+1
2015-12-04
rcu: Stop disabling interrupts in scheduler fastpaths
Paul E. McKenney
2
-23
/
+18
2015-12-04
rcu: Avoid tick_nohz_active checks on NOCBs CPUs
Paul E. McKenney
1
-5
/
+2
2015-12-04
rcu: Fix obsolete rcu_bootup_announce_oddness() comment
Paul E. McKenney
1
-2
/
+1
2015-12-04
rcu: Remove lock-acquisition loop from rcu_read_unlock_special()
Paul E. McKenney
1
-12
/
+6
2015-12-04
rcu: Simplify rcu_sched_qs() control flow
Paul E. McKenney
1
-15
/
+14
2015-12-04
kernel: Make rcu/tree_trace.c explicitly non-modular
Paul Gortmaker
1
-16
/
+3
2015-12-04
rcu: Move lock_class_key to local scope
Paul E. McKenney
1
-4
/
+3
2015-12-04
rcu: Allow expedited grace periods to be disabled at init
Paul E. McKenney
1
-0
/
+5
2015-12-04
rcu: Add rcu_normal kernel parameter to suppress expediting
Paul E. McKenney
4
-1
/
+25
2015-12-04
rcu: Add more diagnostics to expedited stall warning messages.
Paul E. McKenney
1
-3
/
+21
2015-12-04
rcu: Make expedited grace periods resolve stall-warning ties
Paul E. McKenney
1
-1
/
+1
2015-12-04
rcu: Reduce expedited GP memory contention via per-CPU variables
Paul E. McKenney
3
-16
/
+21
2015-12-04
rcu: Invert sync_rcu_exp_select_cpus() "if" statement
Paul E. McKenney
1
-16
/
+14
2015-12-04
rcu: Move smp_mb() from rcu_seq_snap() to rcu_exp_gp_seq_snap()
Paul E. McKenney
1
-1
/
+1
2015-12-04
rcu: Clarify role of ->expmaskinitnext
Paul E. McKenney
1
-0
/
+2
2015-12-04
rcu: Short-circuit synchronize_sched_expedited() if only one CPU
Paul E. McKenney
1
-0
/
+4
2015-11-23
rcu: Add transitivity to remaining rcu_node ->lock acquisitions
Paul E. McKenney
3
-14
/
+14
2015-11-23
rcu: Create transitive rnp->lock acquisition functions
Peter Zijlstra
3
-64
/
+71
2015-11-23
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
0
-0
/
+0
2015-10-07
Merge branches 'doc.2015.10.06a', 'percpu-rwsem.2015.10.06a' and 'torture.201...
Paul E. McKenney
3
-7
/
+228
[next]