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
2020-08-24
rcu: Execute RCU reader shortly after rcu_core for strict GPs
Paul E. McKenney
2
-0
/
+14
2020-08-24
rcu: Provide optional RCU-reader exit delay for strict GPs
Paul E. McKenney
1
-2
/
+10
2020-08-24
rcu: IPI all CPUs at GP end for strict GPs
Paul E. McKenney
1
-0
/
+4
2020-08-24
rcu: IPI all CPUs at GP start for strict GPs
Paul E. McKenney
1
-0
/
+13
2020-08-24
rcu: Attempt QS when CPU discovers GP for strict GPs
Paul E. McKenney
1
-0
/
+14
2020-08-24
rcu: Do full report for .need_qs for strict GPs
Paul E. McKenney
1
-2
/
+6
2020-08-24
rcu: Always set .need_qs from __rcu_read_lock() for strict GPs
Paul E. McKenney
1
-0
/
+2
2020-08-24
rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs
Paul E. McKenney
1
-6
/
+7
2020-08-24
rcu: Restrict default jiffies_till_first_fqs for strict RCU GPs
Paul E. McKenney
1
-1
/
+1
2020-08-24
rcu: Reduce leaf fanout for strict RCU grace periods
Paul E. McKenney
1
-3
/
+5
2020-08-24
rcu: Add Kconfig option for strict RCU grace periods
Paul E. McKenney
2
-0
/
+17
2020-08-24
rcuperf: Change rcuperf to rcuscale
Paul E. McKenney
3
-167
/
+167
2020-08-24
rcu: Remove unused __rcu_is_watching() function
Paul E. McKenney
1
-5
/
+0
2020-08-24
rcu: Make FQS more aggressive in complaining about offline CPUs
Joel Fernandes (Google)
1
-4
/
+19
2020-08-24
rcu: Clarify comments about FQS loop reporting quiescent states
Joel Fernandes (Google)
1
-4
/
+7
2020-08-24
rcu/nocb: Add a warning for non-GP kthread running GP code
Paul E. McKenney
1
-0
/
+1
2020-08-24
rcu: Move rcu_cpu_started per-CPU variable to rcu_data
Paul E. McKenney
2
-7
/
+5
2020-08-24
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dump
Paul E. McKenney
1
-2
/
+2
2020-08-24
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreads
Paul E. McKenney
1
-2
/
+2
2020-08-24
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_ns
Paul E. McKenney
1
-2
/
+6
2020-08-24
rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisor
Paul E. McKenney
1
-1
/
+4
2020-08-24
nocb: Remove show_rcu_nocb_state() false positive printout
Paul E. McKenney
1
-3
/
+2
2020-08-24
rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()
Neeraj Upadhyay
1
-2
/
+1
2020-08-24
rcu/tree: Force quiescent state on callback overload
Neeraj Upadhyay
1
-1
/
+1
2020-08-24
nocb: Clarify RCU nocb CPU error message
Paul E. McKenney
1
-1
/
+1
2020-08-24
rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint
Joel Fernandes (Google)
1
-2
/
+3
2020-08-24
rcu: Initialize at declaration time in rcu_exp_handler()
Paul E. McKenney
1
-4
/
+2
2020-08-24
srcu: Remove KCSAN stubs
Paul E. McKenney
1
-13
/
+0
2020-08-24
rcu: Remove KCSAN stubs from update.c
Paul E. McKenney
1
-13
/
+0
2020-08-24
rcu: Remove KCSAN stubs
Paul E. McKenney
1
-13
/
+0
2020-08-07
rcu: kasan: record and print call_rcu() call stack
Walter Wu
1
-0
/
+2
2020-08-06
Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-12
/
+3
2020-07-31
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
14
-188
/
+1206
2020-07-05
Merge tag 'core-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2020-06-29
Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a', 'rcu-tasks.2020.06.29a', 'scale.2020.06.29a', 'srcu.2020.06.29a' and 'torture.2020.06.29a' into HEAD
Paul E. McKenney
14
-185
/
+1203
2020-06-29
rcutorture: Check for unwatched readers
Paul E. McKenney
1
-0
/
+1
2020-06-29
rcu/rcutorture: Replace 0 with false
Jules Irenge
1
-1
/
+1
2020-06-29
rcutorture: NULL rcu_torture_current earlier in cleanup code
Paul E. McKenney
1
-1
/
+1
2020-06-29
rcutorture: Add races with task-exit processing
Paul E. McKenney
1
-3
/
+109
2020-06-29
srcu: Avoid local_irq_save() before acquiring spinlock_t
Sebastian Andrzej Siewior
1
-7
/
+7
2020-06-29
srcu: Fix a typo in comment "amoritized"->"amortized"
Ethon Paul
1
-1
/
+1
2020-06-29
refperf: Rename refperf.c to refscale.c and change internal names
Paul E. McKenney
2
-92
/
+92
2020-06-29
refperf: Rename RCU_REF_PERF_TEST to RCU_REF_SCALE_TEST
Paul E. McKenney
3
-6
/
+6
2020-06-29
rcu-tasks: Fix synchronize_rcu_tasks_trace() header comment
Paul E. McKenney
1
-5
/
+4
2020-06-29
refperf: Add test for RCU Tasks readers
Paul E. McKenney
1
-1
/
+27
2020-06-29
refperf: Add test for RCU Tasks Trace readers.
Paul E. McKenney
1
-2
/
+31
2020-06-29
refperf: Change readdelay module parameter to nanoseconds
Paul E. McKenney
1
-14
/
+22
2020-06-29
refperf: Work around 64-bit division
Arnd Bergmann
1
-2
/
+6
2020-06-29
refperf: Adjust refperf.loop default value
Paul E. McKenney
1
-1
/
+1
2020-06-29
refperf: Add read-side delay module parameter
Paul E. McKenney
1
-19
/
+89
[prev]
[next]