| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-10 | 1 | -417/+293 |
|\ |
|
| * | rcu: Open-code the rcu_cblist_n_lazy_cbs() function | Paul E. McKenney | 2017-05-02 | 1 | -1/+1 |
| * | rcu: Open-code the rcu_cblist_n_cbs() function | Paul E. McKenney | 2017-05-02 | 1 | -5/+4 |
| * | rcu: Open-code the rcu_cblist_empty() function | Paul E. McKenney | 2017-05-02 | 1 | -5/+4 |
| * | srcu: Make rcutorture writer stalls print SRCU GP state | Paul E. McKenney | 2017-04-26 | 1 | -8/+4 |
| *-. | Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ... | Paul E. McKenney | 2017-04-21 | 1 | -407/+289 |
| |\ \ |
|
| | | * | rcu: Make non-preemptive schedule be Tasks RCU quiescent state | Paul E. McKenney | 2017-04-21 | 1 | -1/+21 |
| | | * | srcu: Parallelize callback handling | Paul E. McKenney | 2017-04-21 | 1 | -0/+6 |
| | | * | srcu: Make num_rcu_lvl[] array be external | Paul E. McKenney | 2017-04-18 | 1 | -1/+1 |
| | | * | rcu: Remove redundant levelcnt[] array from rcu_init_one() | Paul E. McKenney | 2017-04-18 | 1 | -6/+3 |
| | | * | srcu: Move rcu_init_levelspread() to rcu_tree_node.h | Paul E. McKenney | 2017-04-18 | 1 | -25/+0 |
| | | * | srcu: Move rcu_seq_start() and friends to rcu.h | Paul E. McKenney | 2017-04-18 | 1 | -35/+0 |
| | | * | srcu: Allow SRCU to access rcu_scheduler_active | Paul E. McKenney | 2017-04-18 | 1 | -1/+1 |
| | | * | srcu: Abstract multi-tail callback list handling | Paul E. McKenney | 2017-04-18 | 1 | -236/+112 |
| | | * | rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions | Paul E. McKenney | 2017-04-18 | 1 | -14/+24 |
| | | * | rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() | Paul E. McKenney | 2017-04-18 | 1 | -50/+12 |
| | | * | rcu: Pull rcu_qs_ctr into rcu_dynticks structure | Paul E. McKenney | 2017-04-18 | 1 | -9/+6 |
| | | * | rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure | Paul E. McKenney | 2017-04-18 | 1 | -7/+5 |
| | | * | rcu: Semicolon inside RCU_TRACE() for tree.c | Paul E. McKenney | 2017-04-18 | 1 | -4/+4 |
| | | * | rcu: Maintain special bits at bottom of ->dynticks counter | Paul E. McKenney | 2017-04-18 | 1 | -16/+61 |
| | |/
| |/| |
|
| | * | rcu: Fix typo in PER_RCU_NODE_PERIOD header comment | Paul E. McKenney | 2017-04-19 | 1 | -1/+1 |
| | * | rcu: Use bool value directly | Nicholas Mc Guire | 2017-04-19 | 1 | -1/+1 |
| | * | rcu: Improve comments for hotplug/suspend/hibernate functions | Paul E. McKenney | 2017-04-19 | 1 | -4/+37 |
| | * | rcu: Remove obsolete comment from rcu_future_gp_cleanup() header | Paul E. McKenney | 2017-04-19 | 1 | -3/+1 |
| |/ |
|
* | | rcu/tracing: Add rcu_disabled to denote when rcu_irq_enter() will not work | Steven Rostedt (VMware) | 2017-04-10 | 1 | -2/+16 |
* | | rcu: Fix dyntick-idle tracing | Paul E. McKenney | 2017-04-10 | 1 | -25/+23 |
|/ |
|
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <uap... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | rcu: Separate the RCU synchronization types and APIs into <linux/rcupdate_wai... | Ingo Molnar | 2017-03-02 | 1 | -1/+1 |
*-. | Merge branches 'doc.2017.01.15b', 'dyntick.2017.01.23a', 'fixes.2017.01.23a',... | Paul E. McKenney | 2017-01-25 | 1 | -85/+177 |
|\ \ |
|
| | * | rcu: Make rcu_cpu_starting() use its "cpu" argument | Paul E. McKenney | 2017-01-23 | 1 | -1/+1 |
| | * | rcu: Don't wake rcuc/X kthreads on NOCB CPUs | Paul E. McKenney | 2017-01-23 | 1 | -1/+1 |
| | * | rcu: Once again use NMI-based stack traces in stall warnings | Paul E. McKenney | 2017-01-23 | 1 | -5/+7 |
| | * | rcu: Remove short-term CPU kicking | Paul E. McKenney | 2017-01-23 | 1 | -5/+0 |
| | * | rcu: Add long-term CPU kicking | Paul E. McKenney | 2017-01-23 | 1 | -0/+6 |
| | * | rcu: Remove unused but set variable | Tobias Klauser | 2017-01-23 | 1 | -2/+0 |
| | * | rcu: Only dump stalled-tasks stacks if there was a real stall | Byungchul Park | 2017-01-23 | 1 | -3/+3 |
| |/
|/| |
|
| * | rcu: Adjust FQS offline checks for exact online-CPU detection | Paul E. McKenney | 2017-01-23 | 1 | -15/+2 |
| * | rcu: Check cond_resched_rcu_qs() state less often to reduce GP overhead | Paul E. McKenney | 2017-01-23 | 1 | -12/+34 |
| * | rcu: Abstract extended quiescent state determination | Paul E. McKenney | 2017-01-23 | 1 | -14/+38 |
| * | rcu: Abstract dynticks extended quiescent state enter/exit operations | Paul E. McKenney | 2017-01-23 | 1 | -26/+62 |
| * | rcu: Abstract the dynticks snapshot operation | Paul E. McKenney | 2017-01-16 | 1 | -3/+16 |
| * | rcu: Abstract the dynticks momentary-idle operation | Paul E. McKenney | 2017-01-16 | 1 | -5/+14 |
|/ |
|
* | rcu: Narrow early boot window of illegal synchronous grace periods | Paul E. McKenney | 2017-01-14 | 1 | -13/+20 |
* | rcu: Don't kick unless grace period or request | Paul E. McKenney | 2016-11-14 | 1 | -1/+2 |
* | rcu: Remove obsolete comment from __call_rcu() | Paul E. McKenney | 2016-11-14 | 1 | -7/+0 |
* | rcu: Remove obsolete rcu_check_callbacks() header comment | Paul E. McKenney | 2016-11-14 | 1 | -2/+1 |
* | rcu: Tighten up __call_rcu() rcu_head alignment check | Paul E. McKenney | 2016-11-14 | 1 | -1/+3 |
* | Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-10-15 | 1 | -1/+1 |
|\ |
|
| * | latent_entropy: Mark functions with __latent_entropy | Emese Revfy | 2016-10-10 | 1 | -1/+1 |