index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Documentation
/
RCU
/
Design
/
Requirements
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore docs "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()"
Joel Fernandes (Google)
2019-10-29
1
-0
/
+54
*
Restore docs "treewide: Rename rcu_dereference_raw_notrace() to _check()"
Joel Fernandes (Google)
2019-10-29
1
-1
/
+1
*
docs: rcu: Correct links referring to titles
Joel Fernandes (Google)
2019-10-29
1
-51
/
+39
*
docs: rcu: convert some articles from html to ReST
Mauro Carvalho Chehab
2019-10-29
2
-3330
/
+2662
*
Revert docs from "treewide: Rename rcu_dereference_raw_notrace() to _check()"
Joel Fernandes (Google)
2019-10-29
1
-1
/
+1
*
Revert docs from "rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlo...
Joel Fernandes (Google)
2019-10-29
1
-71
/
+0
*
-
.
Merge branches 'consolidate.2019.08.01b', 'fixes.2019.08.12a', 'lists.2019.08...
Paul E. McKenney
2019-08-13
1
-1
/
+72
|
\
\
|
|
*
treewide: Rename rcu_dereference_raw_notrace() to _check()
Joel Fernandes (Google)
2019-08-01
1
-1
/
+1
|
|
/
|
/
|
|
*
rcu: Restore barrier() to rcu_read_lock() and rcu_read_unlock()
Paul E. McKenney
2019-08-01
1
-0
/
+71
|
/
*
doc: CPU-hotplug notifiers cannot invoke synchronize_srcu() or srcu_barrier()
Paul E. McKenney
2019-01-25
1
-7
/
+13
*
doc: RCU scheduler spinlock rcu_read_unlock() restriction remains
Paul E. McKenney
2018-11-12
1
-15
/
+29
*
doc: Make listing in RCU perf/scale requirements use rcu_assign_pointer()
Joel Fernandes (Google)
2018-11-12
1
-1
/
+1
*
doc: Remove obsolete (non-)requirement about disabling preemption
Joel Fernandes (Google)
2018-11-12
1
-50
/
+0
*
doc: Set down forward-progress requirements
Paul E. McKenney
2018-11-08
1
-2
/
+108
*
-
.
Merge branches 'doc.2018.08.30a', 'dynticks.2018.08.30b', 'srcu.2018.08.30b' ...
Paul E. McKenney
2018-08-30
1
-26
/
+24
|
\
\
|
*
|
rcu: Defer reporting RCU-preempt quiescent states when disabled
Paul E. McKenney
2018-08-30
1
-26
/
+24
|
|
/
*
|
doc: Update removal of RCU-bh/sched update machinery
Paul E. McKenney
2018-08-30
1
-114
/
+35
*
|
doc: Fix broken RCU-requirements link to LKML archive
Joel Fernandes (Google)
2018-08-29
1
-2
/
+2
*
|
doc: Add design documentation on interruption of NMI handlers
Paul E. McKenney
2018-08-29
1
-0
/
+11
|
/
*
-
.
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017...
Paul E. McKenney
2017-12-11
1
-1
/
+2
|
\
\
|
|
*
doc: De-emphasize smp_read_barrier_depends
Paul E. McKenney
2017-12-05
1
-1
/
+2
|
|
/
*
/
doc: Eliminate cond_resched_rcu_qs() in favor of cond_resched()
Paul E. McKenney
2017-12-04
1
-2
/
+2
|
/
*
doc: Set down RCU's scheduling-clock-interrupt needs
Paul E. McKenney
2017-08-17
1
-0
/
+130
*
rcu: Remove debugfs tracing
Paul E. McKenney
2017-06-08
1
-1
/
+1
*
rcu: Remove SPARSE_RCU_POINTER Kconfig option
Paul E. McKenney
2017-06-08
1
-6
/
+3
*
rcu: Remove nohz_full full-system-idle state machine
Paul E. McKenney
2017-06-08
1
-5
/
+1
*
doc: Take tail recursion into account in RCU requirements
Paul E. McKenney
2017-06-08
1
-1
/
+2
*
srcu: Document auto-expediting requirement
Paul E. McKenney
2017-06-08
1
-0
/
+14
*
doc: Update requirements based on recent changes
Paul E. McKenney
2017-04-12
1
-26
/
+94
*
doc: Synchronous RCU grace periods are now legal throughout boot
Paul E. McKenney
2017-04-12
1
-34
/
+47
*
doc: Fix RCU requirements typos
Tetsuo Handa
2017-01-14
1
-6
/
+6
*
documentation: Present updated RCU guarantee
Paul E. McKenney
2016-11-14
1
-1
/
+24
*
documentation: Record reason for rcu_head two-byte alignment
Paul E. McKenney
2016-08-22
1
-0
/
+22
*
documentation: Add RCU_NONIDLE() restrictions to requirements
Paul E. McKenney
2016-06-14
1
-0
/
+35
*
documentation: Emphasize the call_rcu() is illegal from idle
Paul E. McKenney
2016-03-31
1
-1
/
+1
*
documentation: Sharpen up the no-readers quick quiz
Paul E. McKenney
2016-03-31
1
-5
/
+8
*
documentation: Get rid of duplicate .htmlx file
Paul E. McKenney
2016-03-31
2
-3333
/
+428
*
documentation: Remove unnecessary images from requirements
Paul E. McKenney
2016-03-31
4
-253
/
+40
*
documentation: Document illegality of call_rcu() from offline CPUs
Paul E. McKenney
2016-03-31
2
-2
/
+4
*
documentation: Explain why rcu_read_lock() needs no barrier()
Paul E. McKenney
2016-03-31
2
-43
/
+115
*
documentation: Add synchronize_rcu_mult() to the requirements
Paul E. McKenney
2016-03-31
2
-0
/
+174
*
documentation: Add real-time requirements from CPU-bound workloads
Paul E. McKenney
2016-03-31
2
-1
/
+17
*
documentation: Update RCU requirements based on expedited changes
Paul E. McKenney
2015-12-05
2
-3
/
+19
*
documentation: Clarify RCU memory barriers and requirements
Paul E. McKenney
2015-12-05
2
-54
/
+78
*
documentation: Expand on scheduler/RCU deadlock requirements
Paul E. McKenney
2015-12-05
2
-10
/
+18
*
documentation: Composability analogies
Paul E. McKenney
2015-12-05
2
-0
/
+16
*
documentation: Cover requirements controlling stall warnings
Paul E. McKenney
2015-12-05
2
-2
/
+48
*
Documentation: Record bottom-bit-zero guarantee for ->next
Paul E. McKenney
2015-12-05
2
-0
/
+86
*
documentation: Record RCU requirements
Paul E. McKenney
2015-12-05
6
-0
/
+6692