summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | 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-252-7/+32
| | | * | | | rcu: Document kernel command-line parametersPaul E. McKenney2012-04-251-3/+85
| | | * | | | rcu: Reduce cache-miss initialization latencies for large systemsPaul E. McKenney2012-04-253-8/+31
| | | * | | | rcu: Make __kfree_rcu() less dependent on compiler choicesJan Engelhardt2012-04-251-0/+18
| | | * | | | rcu: Clarify help text for RCU_BOOST_PRIOPaul E. McKenney2012-04-251-4/+19
| | | * | | | rcu: Replace list_first_entry_rcu() with list_first_or_null_rcu()Michel Machado2012-04-251-4/+29
| | | * | | | rcu: List-debug variants of rcu list routines.Dave Jones2012-04-252-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-253-4/+56
| | * | | | rcu: Make RCU_FAST_NO_HZ use timer rather than hrtimerPaul E. McKenney2012-04-251-28/+12
| | * | | | rcu: Add RCU_FAST_NO_HZ tracing for idle exitPaul E. McKenney2012-04-252-0/+2
| | |/ / /
* | | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-05-224-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-2212-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
| | * | | | | | iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel2012-05-076-114/+202
| | * | | | | | iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel2012-05-076-7/+16
| | * | | | | | iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel2012-05-075-67/+80
| | * | | | | | iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel2012-05-075-67/+125
| | * | | | | | iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel2012-05-076-23/+47
| | * | | | | | iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2012-05-0711-49/+196
| | * | | | | | iommu: Rename intr_remapping files to intel_intr_remappingJoerg Roedel2012-05-073-19/+17
* | | | | | | | Merge branch 'core-debugobjects-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2012-05-221-6/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | debugobjects: Fill_pool() returns void nowDan Carpenter2012-04-181-1/+1
| * | | | | | | | debugobjects: printk with irqs enabledThomas Gleixner2012-04-111-1/+1
| * | | | | | | | debugobjects: Remove unused return value from fill_pool()Thomas Gleixner2012-04-111-4/+3
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmwLinus Torvalds2012-05-2223-499/+588
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GFS2: Fix quota adjustment return codeBob Peterson2012-05-161-1/+1
| * | | | | | | | | GFS2: Add rgrp information to block_alloc trace pointBob Peterson2012-05-112-9/+15
| * | | | | | | | | GFS2: Eliminate unused "new" parameter to gfs2_meta_indirect_bufferBob Peterson2012-05-113-19/+10
| * | | | | | | | | GFS2: Update glock doc to add new stats infoSteven Whitehouse2012-05-101-1/+118
| * | | | | | | | | GFS2: Update main gfs2 docSteven Whitehouse2012-05-101-5/+4
| * | | | | | | | | GFS2: Remove redundant metadata block type checkBob Peterson2012-05-081-5/+0
| * | | | | | | | | GFS2: Fix sgid propagation when using ACLsSteven Whitehouse2012-05-041-9/+3