summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-05-2123-353/+1358
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-05-1423-353/+1358
| |\
| | *---. Merge branches 'barrier.2012.05.09a', 'fixes.2012.04.26a', 'inline.2012.05.02...Paul E. McKenney2012-05-1121-237/+1035
| | |\ \ \
| | | | | * rcu: Update RCU maintainershipPaul E. McKenney2012-05-071-3/+11
| | | | | * rcu: Add rcutorture test for call_srcu()Lai Jiangshan2012-04-301-4/+40
| | | | | * rcu: Implement per-domain single-threaded call_srcu() state machineLai Jiangshan2012-04-302-63/+336
| | | | | * rcu: Use single value to handle expedited SRCU grace periodsLai Jiangshan2012-04-301-13/+14
| | | | | * rcu: Improve srcu_readers_active_idx()'s cache localityLai Jiangshan2012-04-301-1/+8
| | | | | * rcu: Remove unused srcu_barrier()Lai Jiangshan2012-04-301-6/+0
| | | | | * rcu: Implement a variant of Peter's SRCU algorithmLai Jiangshan2012-04-302-86/+70
| | | | | * rcu: Improve SRCU's wait_idx() commentsLai Jiangshan2012-04-301-40/+37
| | | | | * rcu: Flip ->completed only once per SRCU grace periodLai Jiangshan2012-04-301-36/+56
| | | | | * rcu: Increment upper bit only for srcu_read_lock()Lai Jiangshan2012-04-302-11/+10
| | | | | * rcu: Remove fast check path from __synchronize_srcu()Lai Jiangshan2012-04-301-24/+1
| | | | | * rcu: Direct algorithmic SRCU implementationPaul E. McKenney2012-04-303-98/+198
| | | | | * rcu: Introduce rcutorture testing for rcu_barrier()Paul E. McKenney2012-04-302-9/+200
| | | | | * rcu: Fixes to rcutorture error handling and cleanupPaul E. McKenney2012-04-241-3/+16
| | | | * | rcu: Make exit_rcu() more precise and consolidatePaul E. McKenney2012-05-026-49/+29
| | | | * | rcu: Move PREEMPT_RCU preemption to switch_to() invocationPaul E. McKenney2012-05-028-19/+16
| | | | |/
| | | * | timer: Fix mod_timer_pinned() header commentPaul E. McKenney2012-04-261-1/+7
| | | * | rcu: Document why rcu_blocking_is_gp() is safePaul E. McKenney2012-04-242-7/+32
| | | * | rcu: Document kernel command-line parametersPaul E. McKenney2012-04-241-3/+85
| | | * | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-243-8/+31
| | | * | rcu: Make __kfree_rcu() less dependent on compiler choicesJan Engelhardt2012-04-241-0/+18
| | | * | rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney2012-04-241-4/+19
| | | * | rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado2012-04-241-4/+29
| | | * | rcu: List-debug variants of rcu list routines.Dave Jones2012-04-242-1/+28
| | | |/
| | * | rcu: Make rcu_barrier() less disruptivePaul E. McKenney2012-05-093-88/+222
| | * | rcu: Explicitly initialize RCU_FAST_NO_HZ per-CPU variablesPaul E. McKenney2012-05-091-4/+16
| | * | rcu: Make RCU_FAST_NO_HZ handle timer migrationPaul E. McKenney2012-05-092-3/+22
| | * | rcu: Ensure that RCU_FAST_NO_HZ timers expire on correct CPUPaul E. McKenney2012-05-011-5/+8
| | * | rcu: Add warning for RCU_FAST_NO_HZ timer firingPaul E. McKenney2012-04-261-0/+1
| | * | rcu: Make RCU_FAST_NO_HZ account for pauses out of idlePaul E. McKenney2012-04-243-4/+56
| | * | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney2012-04-241-28/+12
| | * | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-242-0/+2
| | |/
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-214-84/+71
|\ \ \
| * | | x86/nmi: Fix the type of the nmiaction.flags fieldBetty Dall2012-05-071-1/+1
| * | | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong2012-04-252-61/+24
| * | | x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus2012-04-253-7/+40
| * | | watchdog, hpwdt: Remove priority option for NMI callbackDon Zickus2012-04-251-15/+4
| * | | hung task debugging: Inject NMI when hung and going to panicSasha Levin2012-04-251-1/+3
* | | | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-05-2112-451/+731
|\ \ \ \
| * | | | iommu: Fix off by one in dmar_get_fault_reason()Dan Carpenter2012-05-141-2/+2
| * | | | irq_remap: Fix the 'sub_handle' uninitialized warningSuresh Siddha2012-05-081-1/+1
| * | | | irq_remap: Fix UP build failureSuresh Siddha2012-05-083-0/+8
| * | | | irq_remap: Fix compiler warning with CONFIG_IRQ_REMAP=ySuresh Siddha2012-05-081-4/+2
| * | | | Merge tag 'intr-remapping-ops-for-ingo' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2012-05-0712-450/+724
| |\ \ \ \
| | * | | | iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2012-05-0710-14/+14
| | * | | | iommu: rename intr_remapping references to irq_remappingSuresh Siddha2012-05-079-145/+148
| | * | | | x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel2012-05-074-92/+26