aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-05-194-14/+213
|\
| * seqlock: Don't smp_rmb in seqlock reader spin loopMilton Miller2011-05-121-2/+2
| * watchdog, hung_task_timeout: Add Kconfig configurable defaultJeff Mahoney2011-04-282-1/+16
| * lockdep: Remove cmpxchg to update nr_chain_hlocksSteven Rostedt2011-04-221-10/+4
| * lockdep: Print a nicer description for simple irq lock inversionsSteven Rostedt2011-04-221-0/+20
| * lockdep: Replace "Bad BFS generated tree" message with something less crypticSteven Rostedt2011-04-221-1/+1
| * lockdep: Print a nicer description for irq inversion bugsSteven Rostedt2011-04-221-5/+29
| * lockdep: Print a nicer description for simple deadlocksSteven Rostedt2011-04-221-0/+21
| * lockdep: Print a nicer description for normal deadlocksSteven Rostedt2011-04-221-0/+55
| * lockdep: Print a nicer description for irq lock inversionsSteven Rostedt2011-04-221-0/+70
* | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-05-1914-291/+456
|\ \
| * \ Merge branch 'gart/rename' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Ingo Molnar2011-05-173-2/+2
| |\ \
| | * | x86, gart: Rename pci-gart_64.c to amd_gart_64.cJoerg Roedel2011-05-103-2/+2
| * | | Merge branch 'iommu/2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2011-05-1011-289/+454
| |\ \ \
| | * | | x86/amd-iommu: Use threaded interupt handlerJoerg Roedel2011-05-103-5/+12
| | | | |
| | | \ \
| | | \ \
| | | \ \
| | *---. \ \ Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats...Joerg Roedel2011-05-1010-270/+438
| | |\ \ \ \ \
| | | | | * | | x86/amd-iommu: Add support for invalidate_all commandJoerg Roedel2011-04-122-2/+23
| | | | | * | | x86/amd-iommu: Add extended feature detectionJoerg Roedel2011-04-123-3/+48
| | | | * | | | x86/amd-iommu: Add ATS enable/disable codeJoerg Roedel2011-04-112-6/+30
| | | | * | | | x86/amd-iommu: Add flag to indicate IOTLB supportJoerg Roedel2011-04-112-0/+6
| | | | * | | | x86/amd-iommu: Flush device IOTLB if ATS is enabledJoerg Roedel2011-04-112-2/+75
| | | | * | | | x86/amd-iommu: Select PCI_IOV with AMD IOMMU driverJoerg Roedel2011-04-111-0/+1
| | | | * | | | PCI: Move ATS declarations in seperate header fileJoerg Roedel2011-04-114-37/+54
| | | | |/ / /
| | | | * | | x86/amd-iommu: Flush all internal TLBs when IOMMUs are enabledJoerg Roedel2011-04-073-45/+43
| | | | * | | x86/amd-iommu: Rename iommu_flush_deviceJoerg Roedel2011-04-071-10/+16
| | | | * | | x86/amd-iommu: Improve handling of full command bufferJoerg Roedel2011-04-071-23/+65
| | | | * | | x86/amd-iommu: Rename iommu_flush* to domain_flush*Joerg Roedel2011-04-071-43/+44
| | | | * | | x86/amd-iommu: Remove command buffer resetting logicJoerg Roedel2011-04-072-22/+1
| | | | * | | x86/amd-iommu: Cleanup completion-wait handlingJoerg Roedel2011-04-071-79/+28
| | | | * | | x86/amd-iommu: Cleanup inv_pages command handlingJoerg Roedel2011-04-061-47/+36
| | | | * | | x86/amd-iommu: Move inv-dte command building to own functionJoerg Roedel2011-04-061-4/+8
| | | | * | | x86/amd-iommu: Move compl-wait command building to own functionJoerg Roedel2011-04-061-3/+8
| | | * | | | dma-debug: print information about leaked entryStanislaw Gruszka2011-04-071-5/+13
| | | |/ / /
| | * | / / arch/x86/kernel/pci-iommu_table.c: Convert sprintf_symbol to %pSJoe Perches2011-05-101-14/+4
| | | |/ / | | |/| |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-05-19118-1667/+1393
|\ \ \ \ \
| * | | | | PM: Introduce generic prepare and complete callbacks for subsystemsRafael J. Wysocki2011-05-172-7/+58
| * | | | | PM: Allow drivers to allocate memory from .prepare() callbacks safelyRafael J. Wysocki2011-05-175-43/+61
| * | | | | PM: Remove CONFIG_PM_VERBOSERafael J. Wysocki2011-05-174-10/+1
| * | | | | Merge branch 'power-domains' into for-linusRafael J. Wysocki2011-05-1715-446/+688
| |\ \ \ \ \
| | * | | | | PM: Fix build issue in clock_ops.c for CONFIG_PM_RUNTIME unsetRafael J. Wysocki2011-05-161-0/+1
| | * | | | | PM: Revert "driver core: platform_bus: allow runtime override of dev_pm_ops"Kevin Hilman2011-05-162-38/+0
| | * | | | | OMAP1 / PM: Use generic clock manipulation routines for runtime PMRafael J. Wysocki2011-05-161-47/+22
| | * | | | | PM / Runtime: Generic clock manipulation rountines for runtime PM (v6)Rafael J. Wysocki2011-04-305-131/+486
| | * | | | | PM / Runtime: Add subsystem data field to struct dev_pm_infoRafael J. Wysocki2011-04-292-17/+18
| | * | | | | OMAP2+ / PM: move runtime PM implementation to use device power domainsKevin Hilman2011-04-293-88/+26
| | * | | | | PM / Platform: Use generic runtime PM callbacks directlyRafael J. Wysocki2011-04-291-28/+3
| | * | | | | shmobile: Use power domains for platform runtime PMRafael J. Wysocki2011-04-292-18/+40
| | * | | | | PM: Export platform bus type's default PM callbacksRafael J. Wysocki2011-04-292-54/+78
| | * | | | | PM: Make power domain callbacks take precedence over subsystem onesRafael J. Wysocki2011-04-292-52/+41
| * | | | | | Merge branch 'syscore' into for-linusRafael J. Wysocki2011-05-1785-1122/+495
| |\ \ \ \ \ \