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
/
tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-14
Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
1
-1
/
+1
2020-04-05
rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()
Paul E. McKenney
1
-1
/
+1
2020-03-30
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
2020-03-21
Merge branches 'doc.2020.02.27a', 'fixes.2020.03.21a', 'kfree_rcu.2020.02.20a...
Paul E. McKenney
1
-113
/
+339
2020-03-21
rcu: Make rcu_barrier() account for offline no-CBs CPUs
Paul E. McKenney
1
-12
/
+24
2020-03-21
rcu: Mark rcu_state.gp_seq to detect concurrent writes
Paul E. McKenney
1
-14
/
+8
2020-03-21
lockdep: Annotate irq_work
Sebastian Andrzej Siewior
1
-0
/
+1
2020-02-20
rcu: Update __call_rcu() comments
Paul E. McKenney
1
-7
/
+2
2020-02-20
rcu: React to callback overload by aggressively seeking quiescent states
Paul E. McKenney
1
-4
/
+71
2020-02-20
rcu: Clear ->core_needs_qs at GP end or self-reported QS
Paul E. McKenney
1
-4
/
+9
2020-02-20
rcu: Add a trace event for kfree_rcu() use of kfree_bulk()
Uladzislau Rezki (Sony)
1
-0
/
+3
2020-02-20
rcu: Support kfree_bulk() interface in kfree_rcu()
Uladzislau Rezki (Sony)
1
-35
/
+169
2020-02-20
rcu: Optimize and protect atomic_cmpxchg() loop
Paul E. McKenney
1
-2
/
+5
2020-02-20
rcu: Don't flag non-starting GPs before GP kthread is running
Paul E. McKenney
1
-12
/
+16
2020-02-20
rcu: Fix rcu_barrier_callback() race condition
Paul E. McKenney
1
-3
/
+10
2020-02-20
rcu: Add *_ONCE() to rcu_data ->rcu_forced_tick
Paul E. McKenney
1
-3
/
+4
2020-02-20
rcu: Add READ_ONCE() to rcu_data ->gpwrap
Paul E. McKenney
1
-1
/
+1
2020-02-20
rcu: Fix typos in file-header comments
SeongJae Park
1
-2
/
+2
2020-02-20
rcu: Add *_ONCE() for grace-period progress indicators
Paul E. McKenney
1
-7
/
+7
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmaskinitnext
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Add WRITE_ONCE() to rcu_state ->gp_req_activity
Paul E. McKenney
1
-2
/
+2
2020-02-20
rcu: Add READ_ONCE() to rcu_node ->gp_seq
Paul E. McKenney
1
-4
/
+5
2020-02-20
rcu: Add WRITE_ONCE() to rcu_node ->qsmask update
Paul E. McKenney
1
-1
/
+1
2020-01-24
Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...
Paul E. McKenney
1
-52
/
+272
2020-01-24
rcu: Remove unused stop-machine #include
Paul E. McKenney
1
-1
/
+0
2020-01-24
rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()
Paul E. McKenney
1
-8
/
+5
2020-01-24
rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.h
Lai Jiangshan
1
-10
/
+0
2020-01-24
rcu: Fix tracepoint tracking RCU CPU kthread utilization
Lai Jiangshan
1
-1
/
+1
2020-01-24
rcu: Avoid tick_dep_set_cpu() misordering
Paul E. McKenney
1
-3
/
+9
2020-01-24
rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCU
Lai Jiangshan
1
-2
/
+2
2020-01-24
rcu: Remove kfree_call_rcu_nobatch()
Joel Fernandes (Google)
1
-14
/
+4
2020-01-24
rcu: Remove kfree_rcu() special casing and lazy-callback handling
Joel Fernandes (Google)
1
-12
/
+28
2020-01-24
rcu: Add support for debug_objects debugging for kfree_rcu()
Joel Fernandes (Google)
1
-0
/
+8
2020-01-24
rcu: Add multiple in-flight batches of kfree_rcu() work
Joel Fernandes (Google)
1
-12
/
+39
2020-01-24
rcu: Make kfree_rcu() use a non-atomic ->monitor_todo
Joel Fernandes
1
-6
/
+10
2020-01-24
rcu: Add basic support for kfree_rcu() batching
Byungchul Park
1
-6
/
+188
2019-12-12
rcu: Mark non-global functions and variables as static
Paul E. McKenney
1
-4
/
+4
2019-12-09
rcu: Use CONFIG_PREEMPTION where appropriate
Sebastian Andrzej Siewior
1
-2
/
+2
2019-12-09
rcu: Fix data-race due to atomic_t copy-by-value
Marco Elver
1
-5
/
+6
2019-10-30
Merge branches 'doc.2019.10.29a', 'fixes.2019.10.30a', 'nohz.2019.10.28a', 'r...
Paul E. McKenney
1
-17
/
+56
2019-10-30
rcu: Ensure that ->rcu_urgent_qs is set before resched IPI
Joel Fernandes (Google)
1
-0
/
+1
2019-10-28
rcu: Make kernel-mode nohz_full CPUs invoke the RCU core processing
Paul E. McKenney
1
-5
/
+5
2019-10-28
rcu: Confine ->core_needs_qs accesses to the corresponding CPU
Paul E. McKenney
1
-4
/
+4
2019-10-28
rcu: Reset CPU hints when reporting a quiescent state
Joel Fernandes (Google)
1
-7
/
+10
2019-10-28
rcu: Force nohz_full tick on upon irq enter instead of exit
Paul E. McKenney
1
-6
/
+5
2019-10-28
rcu: Force tick on for nohz_full CPUs not reaching quiescent states
Paul E. McKenney
1
-7
/
+31
2019-10-05
rcutorture: Emulate dyntick aspect of userspace nohz_full sojourn
Paul E. McKenney
1
-0
/
+1
2019-10-05
rcu: Make CPU-hotplug removal operations enable tick
Paul E. McKenney
1
-0
/
+9
2019-10-05
stop_machine: Provide RCU quiescent state in multi_cpu_stop()
Paul E. McKenney
1
-1
/
+1
2019-10-05
rcu: Force on tick when invoking lots of callbacks
Paul E. McKenney
1
-0
/
+2
[next]