index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
rcu/nocb: Provide basic callback offloading state machine bits
Frederic Weisbecker
3
-2
/
+14
2021-01-06
rcu/nocb: Turn enabled/offload states into a common flag
Frederic Weisbecker
2
-5
/
+24
2021-01-06
rcu/segcblist: Add debug checks for segment lengths
Joel Fernandes (Google)
3
-2
/
+21
2021-01-06
rcu/trace: Add tracing for how segcb list changes
Joel Fernandes (Google)
1
-0
/
+9
2021-01-06
rcu/tree: segcblist: Remove redundant smp_mb()s
Joel Fernandes (Google)
2
-2
/
+0
2021-01-06
rcu/segcblist: Add counters to segcblist datastructure
Joel Fernandes (Google)
3
-46
/
+81
2021-01-06
rcu/segcblist: Add additional comments to explain smp_mb()
Joel Fernandes (Google)
1
-4
/
+64
2021-01-04
rcu: Make TASKS_TRACE_RCU select IRQ_WORK
Paul E. McKenney
1
-0
/
+1
2021-01-04
rcu-tasks: Add RCU-tasks self tests
Uladzislau Rezki (Sony)
1
-0
/
+79
2021-01-04
rcu: Add lockdep_assert_irqs_disabled() to raw_spin_unlock_rcu_node() macros
Paul E. McKenney
1
-3
/
+13
2021-01-04
rcu: Add lockdep_assert_irqs_disabled() to rcu_sched_clock_irq() and callees
Paul E. McKenney
3
-0
/
+13
2021-01-04
rcu: Do not NMI offline CPUs
Paul E. McKenney
1
-5
/
+12
2021-01-04
rcu: For RCU grace-period kthread starvation, dump last CPU it ran on
Paul E. McKenney
1
-1
/
+8
2021-01-04
rcu: Mark obtuse portion of stall warning as internal debug
Paul E. McKenney
1
-1
/
+1
2021-01-04
rcutorture: Add testing for RCU's global memory ordering
Paul E. McKenney
1
-6
/
+92
2021-01-04
rcutorture: Add reader-side tests of polling grace-period API
Paul E. McKenney
1
-0
/
+10
2021-01-04
rcutorture: Add writer-side tests of polling grace-period API
Paul E. McKenney
1
-7
/
+72
2021-01-04
rcutorture: Prepare for ->start_gp_poll and ->poll_gp_state
Paul E. McKenney
1
-5
/
+5
2021-01-04
srcu: Add comment explaining cookie overflow/wrap
Paul E. McKenney
1
-0
/
+15
2021-01-04
srcu: Provide polling interfaces for Tree SRCU grace periods
Paul E. McKenney
1
-4
/
+63
2021-01-04
srcu: Provide polling interfaces for Tiny SRCU grace periods
Paul E. McKenney
1
-2
/
+53
2021-01-04
srcu: Provide internal interface to start a Tree SRCU grace period
Paul E. McKenney
1
-29
/
+37
2021-01-04
srcu: Provide internal interface to start a Tiny SRCU grace period
Paul E. McKenney
1
-6
/
+11
2021-01-04
srcu: Make Tiny SRCU use multi-bit grace-period counter
Paul E. McKenney
1
-2
/
+3
2021-01-04
rcu: Enable rcu_normal_after_boot unconditionally for RT
Julia Cartwright
1
-1
/
+3
2021-01-04
rcu: Unconditionally use rcuc threads on PREEMPT_RT
Scott Wood
1
-1
/
+3
2021-01-04
rcu: Make RCU_BOOST default on CONFIG_PREEMPT_RT
Sebastian Andrzej Siewior
1
-2
/
+2
2021-01-04
rcu: Record kvfree_call_rcu() call stack for KASAN
Zqiang
1
-0
/
+1
2021-01-04
rcu/tree: Make rcu_do_batch count how many callbacks were executed
Joel Fernandes (Google)
3
-7
/
+7
2021-01-04
Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Linus Torvalds
1
-4
/
+21
2020-12-14
Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+1
2020-12-14
Merge tag 'core-rcu-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
12
-125
/
+278
2020-12-14
rcu-tasks: Move RCU-tasks initialization to before early_initcall()
Uladzislau Rezki (Sony)
1
-4
/
+21
2020-11-27
Merge branch 'linus' into sched/core, to resolve semantic conflict
Ingo Molnar
2
-7
/
+19
2020-11-24
irq_work: Cleanup
Peter Zijlstra
1
-2
/
+1
2020-11-19
Merge branches 'cpuinfo.2020.11.06a', 'doc.2020.11.06a', 'fixes.2020.11.19b', 'lockdep.2020.11.02a', 'tasks.2020.11.06a' and 'torture.2020.11.06a' into HEAD
Paul E. McKenney
12
-130
/
+287
2020-11-19
srcu: Take early exit on memory-allocation failure
Paul E. McKenney
1
-1
/
+3
2020-11-19
rcu/tree: Defer kvfree_rcu() allocation to a clean context
Uladzislau Rezki (Sony)
1
-43
/
+66
2020-11-19
rcu: Do not report strict GPs for outgoing CPUs
Paul E. McKenney
1
-1
/
+1
2020-11-19
rcu: Fix a typo in rcu_blocking_is_gp() header comment
Zhouyi Zhou
1
-1
/
+1
2020-11-19
rcu: Prevent lockdep-RCU splats on lock acquisition/release
Paul E. McKenney
2
-1
/
+21
2020-11-19
rcu/tree: nocb: Avoid raising softirq for offloaded ready-to-execute CBs
Joel Fernandes (Google)
1
-1
/
+2
2020-11-19
rcu,ftrace: Fix ftrace recursion
Peter Zijlstra
1
-1
/
+4
2020-11-19
rcu/tree: Make struct kernel_param_ops definitions const
Joe Perches
1
-2
/
+2
2020-11-19
rcu/tree: Add a warning if CPU being onlined did not report QS already
Joel Fernandes (Google)
1
-1
/
+3
2020-11-19
rcu: Clarify nocb kthreads naming in RCU_NOCB_CPU config
Neeraj Upadhyay
1
-8
/
+12
2020-11-19
rcu: Fix single-CPU check in rcu_blocking_is_gp()
Neeraj Upadhyay
2
-2
/
+18
2020-11-19
rcu: Implement rcu_segcblist_is_offloaded() config dependent
Frederic Weisbecker
2
-15
/
+8
2020-11-19
rcu: Panic after fixed number of stalls
chao
1
-0
/
+6
2020-11-19
rcu: Allow rcu_irq_enter_check_tick() from NMI
Peter Zijlstra
1
-2
/
+2
[prev]
[next]