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
2018-05-15
rcu: Move __rcu_read_lock() and __rcu_read_unlock() to tree_plugin.h
Paul E. McKenney
2
-48
/
+44
2018-05-15
rcu: Rename cond_resched_rcu_qs() to cond_resched_tasks_rcu_qs()
Paul E. McKenney
4
-14
/
+14
2018-05-15
rcu: Remove deprecated RCU debugfs tracing code
Byungchul Park
2
-12
/
+5
2018-05-15
rcu: Call wake_nocb_leader_defer() with 'FORCE' when nocb_q_count is high
Byungchul Park
1
-1
/
+1
2018-05-15
rcu: Don't allocate rcu_nocb_mask if no one needs it
Paul E. McKenney
1
-2
/
+2
2018-05-15
rcu: Inline rcu_preempt_do_callback() into its sole caller
Byungchul Park
2
-11
/
+1
2018-05-15
rcu: exp: Protect all sync_rcu_preempt_exp_done() with rcu_node lock
Boqun Feng
1
-3
/
+25
2018-05-15
rcu: exp: Fix "must hold exp_mutex" comments for QS reporting functions
Boqun Feng
1
-7
/
+3
2018-05-15
rcu: Parallelize expedited grace-period initialization
Paul E. McKenney
4
-78
/
+120
2018-02-23
Merge branches 'fixes.2018.02.23a', 'srcu.2018.02.20a' and 'torture.2018.02.20a' into HEAD
Paul E. McKenney
3
-40
/
+70
2018-02-23
rcu: Create RCU-specific workqueues with rescuers
Paul E. McKenney
4
-6
/
+11
2018-02-20
torture: Provide more sensible nreader/nwriter defaults for rcuperf
Paul E. McKenney
1
-1
/
+20
2018-02-20
rcutorture: Record which grace-period primitives are tested
Paul E. McKenney
1
-8
/
+16
2018-02-20
rcutorture: Re-enable testing of dynamic expediting
Paul E. McKenney
1
-6
/
+9
2018-02-20
rcutorture: Avoid fake-writer use of undefined primitives
Paul E. McKenney
1
-4
/
+4
2018-02-20
rcutorture: Abstract function and module names
Paul E. McKenney
1
-8
/
+8
2018-02-20
rcutorture: Replace multi-instance kzalloc() with kcalloc()
Paul E. McKenney
1
-5
/
+4
2018-02-20
rcu: Remove SRCU throttling
Paul E. McKenney
1
-3
/
+1
2018-02-20
srcu: Remove dead code in srcu_gp_end()
Byungchul Park
1
-2
/
+0
2018-02-20
srcu: Reduce scans of srcu_data in counter wrap check
Ildar Ismagilov
1
-2
/
+4
2018-02-20
srcu: Prevent sdp->srcu_gp_seq_needed_exp counter wrap
Ildar Ismagilov
1
-0
/
+3
2018-02-20
srcu: Abstract function name
Paul E. McKenney
1
-1
/
+1
2018-02-20
rcu: Make expedited RCU CPU selection avoid unnecessary stores
Paul E. McKenney
2
-10
/
+27
2018-02-20
rcu: Trace expedited GP delays due to transitioning CPUs
Paul E. McKenney
1
-1
/
+2
2018-02-20
rcu: Add more tracing of expedited grace periods
Paul E. McKenney
2
-1
/
+19
2018-02-20
rcu: Fix misprint in srcu_funnel_exp_start
Ildar Ismagilov
1
-1
/
+1
2018-02-20
rcu: Use wrapper for lockdep asserts
Matthew Wilcox
4
-16
/
+19
2018-02-20
rcu: Remove redundant nxttail index macro define
Liu, Changcheng
1
-7
/
+0
2018-02-20
rcu: Consolidate rcu.h #ifdefs
Paul E. McKenney
1
-6
/
+2
2018-02-20
rcu: More clearly identify grace-period kthread stack dump
Paul E. McKenney
1
-0
/
+1
2018-02-20
rcu: Remove obsolete force-quiescent-state statistics for debugfs
Paul E. McKenney
2
-8
/
+1
2018-02-20
rcu: Remove obsolete __rcu_pending() statistics for debugfs
Paul E. McKenney
2
-39
/
+9
2018-02-20
rcu: Remove obsolete callback-invocation statistics for debugfs
Paul E. McKenney
3
-4
/
+0
2018-02-20
rcu: Remove obsolete boost statistics for debugfs
Paul E. McKenney
2
-12
/
+2
2018-02-20
rcu: Call touch_nmi_watchdog() while printing stall warnings
Tejun Heo
1
-1
/
+13
2018-02-20
rcu: Fix CPU offload boot message when no CPUs are offloaded
Paul E. McKenney
1
-2
/
+5
2018-02-15
rcu: Remove unnecessary spinlock in rcu_boot_init_percpu_data()
Lihao Liang
1
-4
/
+0
2018-01-31
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+2
2017-12-11
Merge branches 'cond_resched.2017.12.04a', 'dyntick.2017.11.28a', 'fixes.2017.12.11a', 'srbd.2017.12.05a' and 'torture.2017.12.11a' into HEAD
Paul E. McKenney
7
-308
/
+219
2017-12-11
torture: Eliminate torture_runnable and perf_runnable
Paul E. McKenney
2
-10
/
+2
2017-12-11
rcutorture: Preempt RCU-preempt readers more vigorously
Paul E. McKenney
1
-1
/
+1
2017-12-11
torture: Reduce #ifdefs for preempt_schedule()
Paul E. McKenney
1
-3
/
+1
2017-12-11
rcu: Remove have_rcu_nocb_mask from tree_plugin.h
Rakib Mullick
1
-7
/
+4
2017-12-11
rcu: Add comment giving debug strategy for double call_rcu()
Paul E. McKenney
1
-0
/
+5
2017-12-07
rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
Paul E. McKenney
1
-0
/
+2
2017-11-28
srcu: Prohibit call_srcu() use under raw spinlocks
Paul E. McKenney
1
-41
/
+68
2017-11-28
rcu: Simplify rcu_eqs_{enter,exit}() non-idle task debug code
Paul E. McKenney
1
-22
/
+2
2017-11-28
rcu: Fold rcu_eqs_exit_common() into rcu_eqs_exit()
Paul E. McKenney
1
-32
/
+18
2017-11-28
rcu: Fold rcu_eqs_enter_common() into rcu_eqs_enter()
Paul E. McKenney
1
-27
/
+16
2017-11-28
rcu: Avoid ->dynticks_nesting store tearing
Paul E. McKenney
1
-3
/
+3
[prev]
[next]