Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | | | | srcu: Introduce CLASSIC_SRCU Kconfig option | Paul E. McKenney | 2017-04-18 | 4 | -153/+812 | |
| | | | * | | | | | | | srcutorture: Print Tiny SRCU reader statistics | Paul E. McKenney | 2017-04-18 | 1 | -4/+11 | |
| | | | * | | | | | | | srcu: Create a tiny SRCU | Paul E. McKenney | 2017-04-18 | 3 | -1/+219 | |
| | | | * | | | | | | | srcu: Crude control of expedited grace periods | Paul E. McKenney | 2017-04-18 | 1 | -38/+46 | |
| | | | * | | | | | | | srcu: Merge ->srcu_state into ->srcu_gp_seq | Paul E. McKenney | 2017-04-18 | 2 | -20/+45 | |
| | | | * | | | | | | | srcu: Allow a second bit in rcu_seq for SRCU state | Paul E. McKenney | 2017-04-18 | 1 | -1/+1 | |
| | | | * | | | | | | | srcu: Improve rcu_seq grace-period-counter abstraction | Paul E. McKenney | 2017-04-18 | 2 | -9/+29 | |
| | | | * | | | | | | | srcu: Fix bogus try_check_zero() comment | Paul E. McKenney | 2017-04-18 | 1 | -4/+3 | |
| | | | * | | | | | | | srcu: Make num_rcu_lvl[] array be external | Paul E. McKenney | 2017-04-18 | 2 | -1/+2 | |
| | | | * | | | | | | | srcu: Move rcu_node traversal macros to rcu.h | Paul E. McKenney | 2017-04-18 | 2 | -35/+35 | |
| | | | * | | | | | | | 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 | 4 | -25/+38 | |
| | | | * | | | | | | | srcu: Move combining-tree definitions for SRCU's benefit | Paul E. McKenney | 2017-04-18 | 1 | -70/+1 | |
| | | | * | | | | | | | srcu: Use rcu_segcblist to track SRCU callbacks | Paul E. McKenney | 2017-04-18 | 4 | -799/+38 | |
| | | | * | | | | | | | srcu: Add grace-period sequence numbers | Paul E. McKenney | 2017-04-18 | 1 | -4/+23 | |
| | | | * | | | | | | | srcu: Move to state-based grace-period sequencing | Paul E. McKenney | 2017-04-18 | 1 | -50/+61 | |
| | | | * | | | | | | | srcu: Push srcu_advance_batches() fastpath into common case | Paul E. McKenney | 2017-04-18 | 1 | -20/+7 | |
| | | | * | | | | | | | rcu: Fix warning in rcu_seq_end() | Dmitry Vyukov | 2017-04-18 | 1 | -1/+1 | |
| | | | * | | | | | | | rcu: Expedited wakeups need to be fully ordered | Paul E. McKenney | 2017-04-18 | 1 | -0/+2 | |
| | | | * | | | | | | | srcu: Move rcu_seq_start() and friends to rcu.h | Paul E. McKenney | 2017-04-18 | 2 | -35/+40 | |
| | | | * | | | | | | | rcu: Add single-element dequeue functions to rcu_segcblist | Paul E. McKenney | 2017-04-18 | 1 | -0/+45 | |
| | | | * | | | | | | | srcu: Allow early boot use of synchronize_srcu() | Paul E. McKenney | 2017-04-18 | 1 | -0/+2 | |
| | | | * | | | | | | | srcu: Allow SRCU to access rcu_scheduler_active | Paul E. McKenney | 2017-04-18 | 4 | -35/+40 | |
| | | | * | | | | | | | srcu: Abstract multi-tail callback list handling | Paul E. McKenney | 2017-04-18 | 5 | -309/+780 | |
| | | | * | | | | | | | rcu: Default RCU_FANOUT_LEAF to 16 unless explicitly changed | Paul E. McKenney | 2017-04-18 | 1 | -5/+1 | |
| | | | * | | | | | | | rcu: Place guard on rcu_all_qs() and rcu_note_context_switch() actions | Paul E. McKenney | 2017-04-18 | 4 | -17/+34 | |
| | | | * | | | | | | | rcu: Eliminate flavor scan in rcu_momentary_dyntick_idle() | Paul E. McKenney | 2017-04-18 | 2 | -52/+13 | |
| | | | * | | | | | | | rcu: Pull rcu_qs_ctr into rcu_dynticks structure | Paul E. McKenney | 2017-04-18 | 3 | -13/+9 | |
| | | | * | | | | | | | rcu: Pull rcu_sched_qs_mask into rcu_dynticks structure | Paul E. McKenney | 2017-04-18 | 2 | -7/+6 | |
| | | | * | | | | | | | rcu: Semicolon inside RCU_TRACE() for tree.c | Paul E. McKenney | 2017-04-18 | 1 | -4/+4 | |
| | | | * | | | | | | | rcu: Semicolon inside RCU_TRACE() for Tiny RCU | Paul E. McKenney | 2017-04-18 | 2 | -12/+12 | |
| | | | * | | | | | | | rcu: Semicolon inside RCU_TRACE() for rcu.h | Paul E. McKenney | 2017-04-18 | 1 | -2/+2 | |
| | | | * | | | | | | | srcu: Check for tardy grace-period activity in cleanup_srcu_struct() | Paul E. McKenney | 2017-04-18 | 1 | -2/+13 | |
| | | | * | | | | | | | srcu: Consolidate batch checking into rcu_all_batches_empty() | Paul E. McKenney | 2017-04-18 | 1 | -8/+13 | |
| | | | * | | | | | | | rcu: Maintain special bits at bottom of ->dynticks counter | Paul E. McKenney | 2017-04-18 | 2 | -16/+62 | |
| | | |/ / / / / / / | | |/| | | | | | | | ||||||
| | | * | | | | | | | rcu: Fix typo in PER_RCU_NODE_PERIOD header comment | Paul E. McKenney | 2017-04-19 | 1 | -1/+1 | |
| | | * | | | | | | | rcu: Use true/false in assignment to bool | Nicholas Mc Guire | 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 | |
| | | * | | | | | | | lockdep: Use "WARNING" tag on lockdep splats | Paul E. McKenney | 2017-04-19 | 2 | -47/+48 | |
| | | * | | | | | | | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 2017-04-18 | 2 | -3/+3 | |
| | |/ / / / / / / | ||||||
* | | | | | | | | | Merge tag 'pm-extra-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-05-10 | 2 | -5/+26 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | | | | | | | | | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ \ | ||||||
| *---. \ \ \ \ \ \ \ | Merge branches 'pm-domains', 'pm-cpuidle', 'pm-sleep' and 'powercap' | Rafael J. Wysocki | 2017-05-09 | 2 | -5/+26 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | ACPI / sleep: Ignore spurious SCI wakeups from suspend-to-idle | Rafael J. Wysocki | 2017-05-05 | 2 | -5/+26 | |
| | | | |_|_|_|_|/ / / | | | |/| | | | | | | | ||||||
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-05-09 | 1 | -5/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | bpf: don't let ldimm64 leak map addresses on unprivileged | Daniel Borkmann | 2017-05-08 | 1 | -5/+16 | |
* | | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-05-09 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | fs: constify tree_descr arrays passed to simple_fill_super() | Eric Biggers | 2017-04-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | | Merge tag 'trace-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro... | Linus Torvalds | 2017-05-08 | 2 | -12/+10 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | |