index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
rcupdate.h
Age
Commit message (
Expand
)
Author
Files
Lines
2014-09-08
rcu: Make TASKS_RCU handle tasks that are almost done exiting
Paul E. McKenney
1
-0
/
+3
2014-09-08
rcu: Add synchronous grace-period waiting for RCU-tasks
Paul E. McKenney
1
-0
/
+2
2014-09-08
rcu: Provide cond_resched_rcu_qs() to force quiescent states in long loops
Paul E. McKenney
1
-0
/
+13
2014-09-08
rcu: Add call_rcu_tasks()
Paul E. McKenney
1
-0
/
+36
2014-09-08
rcu: Uninline rcu_read_lock_held()
Oleg Nesterov
1
-35
/
+1
2014-09-08
rcu: Return bool type in rcu_lockdep_current_cpu_online()
Pranith Kumar
1
-1
/
+1
2014-07-09
rcu: Handle obsolete references to TINY_PREEMPT_RCU
Paul E. McKenney
1
-9
/
+8
2014-07-09
rcu: Document deadlock-avoidance information for rcu_read_unlock()
Paul E. McKenney
1
-0
/
+28
2014-06-23
rcu: Reduce overhead of cond_resched() checks for RCU
Paul E. McKenney
1
-36
/
+0
2014-06-23
rcu: Export debug_init_rcu_head() and and debug_init_rcu_head()
Paul E. McKenney
1
-0
/
+10
2014-05-19
rcu: Provide API to suppress stall warnings while sysrc runs
Rik van Riel
1
-0
/
+12
2014-05-14
Merge branches 'doc.2014.04.29a', 'fixes.2014.04.29a' and 'torture.2014.05.14...
Paul E. McKenney
1
-1
/
+59
2014-05-14
sched,rcu: Make cond_resched() report RCU quiescent states
Paul E. McKenney
1
-0
/
+36
2014-05-13
rcutorture: Add forward-progress checking for writer
Paul E. McKenney
1
-0
/
+19
2014-04-29
rcu: Document RCU_INIT_POINTER()'s lack of ordering guarantees
Paul E. McKenney
1
-0
/
+3
2014-04-29
rcu: Remove "extern" from function declaration in include/linux/rcupdate.h
Iulia Manda
1
-1
/
+1
2014-03-31
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-46
/
+48
2014-02-26
Merge branches 'doc.2014.02.24a', 'fixes.2014.02.26a' and 'rt.2014.02.17b' in...
Paul E. McKenney
1
-46
/
+48
2014-02-26
rcu: Fix sparse warning for rcu_expedited from kernel/ksysfs.c
Paul Gortmaker
1
-0
/
+1
2014-02-18
rcu: Optimize rcu_needs_cpu() for RCU_NOCB_CPU_ALL
Paul E. McKenney
1
-0
/
+8
2014-02-18
rcu: Optimize rcu_is_nocb_cpu() for RCU_NOCB_CPU_ALL
Paul E. McKenney
1
-2
/
+4
2014-02-18
rcu: Define rcu_assign_pointer() in terms of smp_store_release()
Paul E. McKenney
1
-6
/
+2
2014-02-18
rcu: Indentation and spacing fixes.
Joe Perches
1
-29
/
+29
2014-02-18
rcu: Glue ASCII strings together
Joe Perches
1
-10
/
+5
2014-02-18
rcu: Stop tracking FSF's postal address
Paul E. McKenney
1
-2
/
+2
2014-02-10
lockdep: Make held_lock->check and "int check" argument bool
Oleg Nesterov
1
-1
/
+1
2014-01-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-2
/
+0
2014-01-25
introduce __fcheck_files() to fix rcu_dereference_check_fdtable(), kill rcu_m...
Oleg Nesterov
1
-2
/
+0
2013-12-13
Merge branches 'doc.2013.12.03a', 'fixes.2013.12.12a', 'rcutorture.2013.12.03...
Paul E. McKenney
1
-70
/
+83
2013-12-13
rcu: Remove "extern" from function declarations in include/linux/*rcu*.h
Teodora Baluta
1
-40
/
+40
2013-12-13
rcu: Add an RCU_INITIALIZER for global RCU-protected pointers
Paul E. McKenney
1
-38
/
+42
2013-12-13
rcu: Make rcu_assign_pointer's assignment volatile and type-safe
Josh Triplett
1
-1
/
+1
2013-12-13
rcu: Add comment on evaluate-once properties of rcu_assign_pointer().
Paul E. McKenney
1
-0
/
+8
2013-12-10
rcu: Provide better diagnostics for blocking in RCU callback functions
Paul E. McKenney
1
-0
/
+1
2013-09-25
rcu: Consistent rcu_is_watching() naming
Paul E. McKenney
1
-9
/
+9
2013-09-25
rcu: Is it safe to enter an RCU read-side critical section?
Paul E. McKenney
1
-4
/
+4
2013-09-01
nohz_full: Add full-system-idle state machine
Paul E. McKenney
1
-0
/
+18
2013-08-19
rcu: Eliminate unused APIs intended for adaptive ticks
Paul E. McKenney
1
-4
/
+0
2013-07-30
rcu: Add const annotation to char * for RCU tracepoints and functions
Steven Rostedt (Red Hat)
1
-2
/
+2
2013-06-11
rcu: Shrink TINY_RCU by moving exit_rcu()
Paul E. McKenney
1
-2
/
+0
2013-06-11
rcu: Simplify RCU_TINY RCU callback invocation
Paul E. McKenney
1
-0
/
+1
2013-06-11
rcu: Remove TINY_PREEMPT_RCU
Paul E. McKenney
1
-1
/
+1
2013-05-29
rcu: Add _notrace variation of rcu_dereference_raw() and hlist_for_each_entry...
Steven Rostedt
1
-0
/
+9
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
1
-0
/
+1
2013-04-19
nohz: Ensure full dynticks CPUs are RCU nocbs
Frederic Weisbecker
1
-0
/
+7
2013-03-26
rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks
Paul E. McKenney
1
-0
/
+1
2013-01-29
Merge branches 'doctorture.2013.01.29a', 'fixes.2013.01.26a', 'tagcb.2013.01....
Paul E. McKenney
1
-1
/
+1
2013-01-27
rcu: Remove obsolete Kconfig option from comment
Paul E. McKenney
1
-1
/
+1
2013-01-09
rcu: Reduce rcutorture tracing
Paul E. McKenney
1
-3
/
+10
2012-11-30
context_tracking: New context tracking susbsystem
Frederic Weisbecker
1
-2
/
+0
[prev]
[next]