summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2017-05-1026-0/+5156
|\
| * Merge tag 'tee-drv-for-4.12' of git://git.linaro.org:/people/jens.wiklander/l...Arnd Bergmann2017-03-3026-0/+5156
| |\
| | * arm64: dt: hikey: Add optee nodeJerome Forissier2017-03-101-0/+7
| | * Documentation: tee subsystem and op-tee driverJens Wiklander2017-03-103-0/+121
| | * tee: add OP-TEE driverJens Wiklander2017-03-1012-0/+2814
| | * tee: generic TEE subsystemJens Wiklander2017-03-0912-0/+2182
| | * dt/bindings: add bindings for opteeJens Wiklander2017-03-062-0/+32
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-1075-1129/+3904
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-05-0311-642/+694
| |\ \ \
| | * | | rcu: Open-code the rcu_cblist_n_lazy_cbs() functionPaul E. McKenney2017-05-024-9/+3
| | * | | rcu: Open-code the rcu_cblist_n_cbs() functionPaul E. McKenney2017-05-024-13/+6
| | * | | rcu: Open-code the rcu_cblist_empty() functionPaul E. McKenney2017-05-023-14/+7
| | * | | rcu: Separately compile large rcu_segcblist functionsPaul E. McKenney2017-05-024-498/+544
| | * | | srcu: Debloat the <linux/rcu_segcblist.h> headerIngo Molnar2017-05-025-626/+652
| |/ / /
| * | | srcu: Adjust default auto-expediting holdoffPaul E. McKenney2017-04-271-1/+1
| * | | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2017-04-277-54/+255
| |\ \ \
| | * | | srcu: Specify auto-expedite holdoff timePaul E. McKenney2017-04-273-1/+26
| | * | | srcu: Expedite first synchronize_srcu() when idlePaul E. McKenney2017-04-271-1/+58
| | * | | srcu: Expedited grace periods with reduced memory contentionPaul E. McKenney2017-04-272-41/+98
| | * | | srcu: Make rcutorture writer stalls print SRCU GP statePaul E. McKenney2017-04-266-11/+52
| | * | | srcu: Exact tracking of srcu_data structures containing callbacksPaul E. McKenney2017-04-262-6/+27
| |/ / /
| * | | srcu: Make SRCU be built by defaultPaul E. McKenney2017-04-241-0/+1
| * | | srcu: Fix Kconfig botch when SRCU not selectedPaul E. McKenney2017-04-241-2/+2
| * | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2017-04-2371-1116/+3637
| |\ \ \
| | | \ \
| | | \ \
| | *-. \ \ Merge branches 'doc.2017.04.12a', 'fixes.2017.04.19a' and 'srcu.2017.04.21a' ...Paul E. McKenney2017-04-2165-867/+3173
| | |\ \ \ \
| | | | * | | rcu: Make non-preemptive schedule be Tasks RCU quiescent statePaul E. McKenney2017-04-216-11/+43
| | | | * | | srcu: Expedite srcu_schedule_cbs_snp() callback invocationPaul E. McKenney2017-04-211-1/+2
| | | | * | | srcu: Parallelize callback handlingPaul E. McKenney2017-04-216-151/+647
| | | | * | | kvm: Move srcu_struct fields to end of struct kvmPaul E. McKenney2017-04-211-2/+2
| | | | * | | srcu: Introduce CLASSIC_SRCU Kconfig optionPaul E. McKenney2017-04-187-155/+934
| | | | * | | srcutorture: Print Tiny SRCU reader statisticsPaul E. McKenney2017-04-181-4/+11
| | | | * | | srcu: Create a tiny SRCUPaul E. McKenney2017-04-187-62/+411
| | | | * | | mm: Use static initialization for "srcu"Paul E. McKenney2017-04-181-13/+1
| | | | * | | srcu: Crude control of expedited grace periodsPaul E. McKenney2017-04-182-38/+47
| | | | * | | srcu: Merge ->srcu_state into ->srcu_gp_seqPaul E. McKenney2017-04-183-24/+46
| | | | * | | srcu: Allow a second bit in rcu_seq for SRCU statePaul E. McKenney2017-04-181-1/+1
| | | | * | | srcu: Improve rcu_seq grace-period-counter abstractionPaul E. McKenney2017-04-182-9/+29
| | | | * | | srcu: Fix bogus try_check_zero() commentPaul E. McKenney2017-04-181-4/+3
| | | | * | | srcu: Make num_rcu_lvl[] array be externalPaul E. McKenney2017-04-182-1/+2
| | | | * | | srcu: Move rcu_node traversal macros to rcu.hPaul E. McKenney2017-04-182-35/+35
| | | | * | | rcu: Remove redundant levelcnt[] array from rcu_init_one()Paul E. McKenney2017-04-181-6/+3
| | | | * | | srcu: Move rcu_init_levelspread() to rcu_tree_node.hPaul E. McKenney2017-04-185-28/+38
| | | | * | | srcu: Move combining-tree definitions for SRCU's benefitPaul E. McKenney2017-04-182-70/+103
| | | | * | | srcu: Use rcu_segcblist to track SRCU callbacksPaul E. McKenney2017-04-185-149/+52
| | | | * | | srcu: Add grace-period sequence numbersPaul E. McKenney2017-04-182-4/+24
| | | | * | | srcu: Move to state-based grace-period sequencingPaul E. McKenney2017-04-182-52/+69
| | | | * | | srcu: Push srcu_advance_batches() fastpath into common casePaul E. McKenney2017-04-181-20/+7
| | | | * | | rcu: Fix warning in rcu_seq_end()Dmitry Vyukov2017-04-181-1/+1
| | | | * | | rcu: Expedited wakeups need to be fully orderedPaul E. McKenney2017-04-181-0/+2
| | | | * | | srcu: Move rcu_seq_start() and friends to rcu.hPaul E. McKenney2017-04-182-35/+40