index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
rcu
Age
Commit message (
Expand
)
Author
Lines
2017-06-08
rcu: Add memory barriers for NOCB leader wakeup
Paul E. McKenney
-0
/
+2
2017-06-08
rcu: Use RCU_NOCB_WAKE rather than RCU_NOGP_WAKE
Paul E. McKenney
-7
/
+7
2017-06-08
rcu: Make synchronize_rcu_mult() check for duplicates
Paul E. McKenney
-2
/
+11
2017-06-08
srcu: Add DEBUG_OBJECTS_RCU_HEAD functionality
Paul E. McKenney
-1
/
+18
2017-06-08
srcu: Shrink Tiny SRCU a bit
Paul E. McKenney
-16
/
+0
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree_plugin.h
Paul E. McKenney
-0
/
+17
2017-06-08
rcu: Add lockdep_assert_held() teeth to tree.c
Paul E. McKenney
-0
/
+25
2017-06-08
srcu: Print non-default exp_holdoff values at boot time
Paul E. McKenney
-1
/
+5
2017-06-08
srcu: Make exp_holdoff module parameter be static
Paul E. McKenney
-1
/
+1
2017-06-08
rcu: Update rcu_bootup_announce_oddness()
Paul E. McKenney
-6
/
+34
2017-06-08
rcu: Print out rcupdate.c non-default boot-time settings
Paul E. McKenney
-1
/
+42
2017-06-08
rcu: Add preemptibility checks in rcu_sched_qs() and rcu_bh_qs()
Paul E. McKenney
-0
/
+2
2017-06-08
rcuperf: Add writer_holdoff boot parameter
Paul E. McKenney
-0
/
+3
2017-06-08
rcuperf: Set more user-friendly defaults
Paul E. McKenney
-2
/
+3
2017-06-08
srcu: Shrink Tiny SRCU a bit more
Paul E. McKenney
-1
/
+1
2017-06-08
srcu: Make Classic and Tree SRCU announce themselves at bootup
Paul E. McKenney
-0
/
+14
2017-06-08
rcuperf: Add test for dynamically initialized srcu_struct
Paul E. McKenney
-1
/
+30
2017-06-08
rcu: Make sync_rcu_preempt_exp_done() return bool
Paul E. McKenney
-1
/
+1
2017-06-08
rcuperf: Add ability to performance-test call_rcu() and friends
Paul E. McKenney
-5
/
+64
2017-06-08
rcu: Remove obsolete reference to synchronize_kernel()
Paul E. McKenney
-8
/
+7
2017-06-08
rcuperf: Defer expedited/normal check to end of test
Paul E. McKenney
-10
/
+9
2017-06-08
rcu: Complain if blocking in preemptible RCU read-side critical section
Paul E. McKenney
-4
/
+5
2017-06-08
srcu: Eliminate possibility of destructive counter overflow
Paul E. McKenney
-9
/
+24
2017-06-08
rcu: Prevent rcu_barrier() from starting needless grace periods
Paul E. McKenney
-2
/
+8
2017-06-08
srcu: Allow use of Classic SRCU from both process and interrupt context
Paolo Bonzini
-3
/
+2
2017-06-08
srcu: Allow use of Tiny/Tree SRCU from both process and interrupt context
Paolo Bonzini
-6
/
+6
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-669
/
+2658
2017-05-02
rcu: Open-code the rcu_cblist_n_lazy_cbs() function
Paul E. McKenney
-9
/
+3
2017-05-02
rcu: Open-code the rcu_cblist_n_cbs() function
Paul E. McKenney
-13
/
+6
2017-05-02
rcu: Open-code the rcu_cblist_empty() function
Paul E. McKenney
-14
/
+7
2017-05-02
rcu: Separately compile large rcu_segcblist functions
Paul E. McKenney
-498
/
+541
2017-05-02
srcu: Debloat the <linux/rcu_segcblist.h> header
Ingo Molnar
-1
/
+649
2017-04-27
srcu: Adjust default auto-expediting holdoff
Paul E. McKenney
-1
/
+1
2017-04-26
srcu: Specify auto-expedite holdoff time
Paul E. McKenney
-1
/
+17
2017-04-26
srcu: Expedite first synchronize_srcu() when idle
Paul E. McKenney
-1
/
+58
2017-04-26
srcu: Expedited grace periods with reduced memory contention
Paul E. McKenney
-40
/
+95
2017-04-26
srcu: Make rcutorture writer stalls print SRCU GP state
Paul E. McKenney
-11
/
+22
2017-04-26
srcu: Exact tracking of srcu_data structures containing callbacks
Paul E. McKenney
-6
/
+23
2017-04-21
Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...
Paul E. McKenney
-657
/
+1819
2017-04-21
rcu: Make non-preemptive schedule be Tasks RCU quiescent state
Paul E. McKenney
-1
/
+22
2017-04-21
srcu: Expedite srcu_schedule_cbs_snp() callback invocation
Paul E. McKenney
-1
/
+2
2017-04-21
srcu: Parallelize callback handling
Paul E. McKenney
-131
/
+545
2017-04-19
rcu: Fix typo in PER_RCU_NODE_PERIOD header comment
Paul E. McKenney
-1
/
+1
2017-04-19
rcu: Use true/false in assignment to bool
Nicholas Mc Guire
-1
/
+1
2017-04-19
rcu: Use bool value directly
Nicholas Mc Guire
-1
/
+1
2017-04-19
rcu: Improve comments for hotplug/suspend/hibernate functions
Paul E. McKenney
-4
/
+37
2017-04-19
rcu: Remove obsolete comment from rcu_future_gp_cleanup() header
Paul E. McKenney
-3
/
+1
2017-04-18
srcu: Introduce CLASSIC_SRCU Kconfig option
Paul E. McKenney
-153
/
+812
2017-04-18
srcutorture: Print Tiny SRCU reader statistics
Paul E. McKenney
-4
/
+11
2017-04-18
srcu: Create a tiny SRCU
Paul E. McKenney
-1
/
+219
[prev]
[next]