summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | 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-211-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-2123-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
| * | | | | GFS2: eliminate log elements and simplifyBob Peterson2012-05-027-55/+48
| * | | | | GFS2: Eliminate vestigial sd_log_le_rgBob Peterson2012-04-302-2/+0
| * | | | | GFS2: Eliminate needless parameter from function gfs2_setbitBob Peterson2012-04-271-12/+9
| * | | | | GFS2: Log code fixesSteven Whitehouse2012-04-242-5/+1
| * | | | | GFS2: Remove unused argument from gfs2_internal_readAndrew Price2012-04-244-18/+9
| * | | | | GFS2: Remove bd_list_trSteven Whitehouse2012-04-247-56/+21
| * | | | | GFS2: Remove duplicate log codeSteven Whitehouse2012-04-241-116/+59
| * | | | | GFS2: Clean up log write code pathSteven Whitehouse2012-04-248-172/+264
| * | | | | GFS2: Use variable rather than qa to determine if unstuff necessaryBob Peterson2012-04-241-2/+4
| * | | | | GFS2: Change variable blk to biblkBob Peterson2012-04-241-5/+5
| * | | | | GFS2: Fix function parameter comments in rgrp.cBob Peterson2012-04-241-12/+16
| * | | | | GFS2: Eliminate offset parameter to gfs2_setbitBob Peterson2012-04-241-11/+12
| * | | | | GFS2: Use slab for block reservation memoryBob Peterson2012-04-244-8/+23
| * | | | | GFS2: make function gfs2_page_add_databufs staticBob Peterson2012-04-242-4/+2
| * | | | | GFS2: Rename function gfs2_close to gfs2_releaseBob Peterson2012-04-241-6/+6
| * | | | | GFS2: Make gfs2_log_fake_buf() write the buffer tooSteven Whitehouse2012-04-241-14/+11